@charset "UTF-8";
:root body {
	overflow-y: scroll;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #e4e4e4;
	background-image: url(image/body_bk.gif);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#qrcode {
	position: absolute;
	top: 60px;
	right: 0px;
	text-indent: -999px;
	overflow: hidden;
	z-index: 2;
}
#qrcode a:link, #qrcode a:visited {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 30px;
	height: 120px;
	background-image: url(image/togomobile.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#qrcode a:hover {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	background-image: url(image/togomobile.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(image/container_bk.gif);
} 
#header {
	background: #ffffff;
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 60px;
	width: 819px;
	background-image: url(image/topbn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}
#toTop {
	float: right;
	margin-right: 10px;
	font-size: 10px;
	padding: 0 5px;
	text-align: right;
	background: whitesmoke;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#toTop a:link, #toTop a:visited  {
	text-decoration: none;
	color: #666666;
}
#toTop a:hover {
	text-decoration: none;
	color: blue;
}
#pregoindex {
	position: relative;
	height: auto;
	width: auto;
}
#goindex {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 460px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
}
#goindex a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 460px;
	height: 55px;
}
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#sidebar {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 280px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0;
	height: 680px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(image/sidebar_top_bk.gif);
}
#errorsidebar {
	float:left;
	width: 280px;
}
#mainContent {
	padding: 0;
	height: auto;
	float: right;
	width: auto;
	margin-right: 20px;
} 
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.kaigyo  {
	font-size: 1px;
	margin: 100px;
	padding: 0;
	visibility: hidden;
}
#search {
	font-size: 12px;
	margin: 0;
	padding: 20px 20px 0 0;
	text-align: right;
}
.formfield {
	width: 100px;
	background-color: #FFF9FF;
}
.formbutton {
	width: 80px;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#search form{
	margin: 0;
	padding: 0;
	background-image: url(image/sloop.gif);
	background-position: 580px center;
	background-repeat: no-repeat;
}
#side_btn_box {
	height: auto;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#sidemenutitle {
	height: 30px;
	width: 200px;
	background-image: url(image/menutitle.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
	color: #A0576C;
	line-height: 30px;
	margin-top: 20px;
	margin-left: 40px;
	font-weight: bold;
}
#side_btn_box ul  {
	margin: 0 auto;
	padding: 0;
}
#side_btn_box  li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.side_mnbtn {
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: 30px;
}
.side_mnbtn a:link, .side_mnbtn a:visited {
	width: 200px;
	height: 30px;
	color: #C34839;
	text-decoration: none;
	background-image: url(image/side_mnbtn_bk.gif);
	display: block;
	background-position: left 0px;
}
.side_mnbtn a:hover {
	width: 200px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(image/side_mnbtn_activ_bk.gif);
	display: block;
	background-position: left -30px;
}
.side_mnbtn_actv {
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-indent: 30px;
}
.side_mnbtn_actv a:link, .side_mnbtn_actv a:visited {
	width: 200px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(image/side_mnbtn_activ_bk.gif);
	display: block;
	background-position: left -30px;
}
.side_mnbtn_actv a:hover {
	width: 200px;
	height: 30px;
	color: #C34839;
	text-decoration: none;
	background-image: url(image/side_mnbtn_bk.gif);
	display: block;
	background-position: left top;
}
#menu_name h1 {
	height: 60px;
	background-image: url(image/menu_name.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 40px;
	font-size: 18px;
	display: block;
	padding-left: 50px;
	font-weight: bolder;
	color: #864c5d;
	width: 470px;
	margin: 0 0 15px 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#content {
	width: 520px;
	margin:0;
	padding: 0;
}
.cont_text h1    {
	clear: both;
	font-size: 14px;
	line-height: 18px;
	color: #90485a;
	padding: 10px 0 5px 20px;
	margin: 0;
	border-bottom: dotted 1px #999999;
	background-image: url(image/h1bk.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.cont_text h2   {
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
/* #content h1:before {
	content: "■";
	color: #A97B86;
	margin-right: 10px;
} */
.cont_text {
	font-size: 12px;
	line-height: 150%;
	padding: 0 15px 15px 15px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-strict;
	line-break: strict;
	color: #333333;
}
.cont_text:after {
	clear: both;
}
.cont_text p {
	margin-bottom: 15px;
}
.cont_text a:link, .cont_text a:visited {
	color: #005982;
	text-decoration: underline;
}
.cont_text a:hover {
	color: brown;
	text-decoration: none;
}
.edit {
	text-align: left;
	background-image: url(image/navidtbk.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height:12px;
}
#fnote {
	width: 480px;
	height: auto;
	margin: 0px auto;
}
#fnote-a {
	width: 480px;
	height: 60px;
	background-image: url(image/note-a.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	text-indent: -9999px;	
}
#fnote-b {
	width: 480px;
	height: auto;
	background-image: url(image/note-b.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#fnote-c {
	width: 480px;
	height: 45px;
	background-image: url(image/note-c.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	text-indent: -9999px;	
}
.familybox {
	width: auto;
	height: auto;
	padding: 10px 20px;
	text-align: center;
	margin-right:10px;
}
.columnname {
	font-size: 16px;
	font-weight: bold;
	line-height: 55px;
	margin-bottom: 10px;
	background-image: url(image/columnamebk.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.mimidate {
	text-align: left;
	font-size: 12px;
}
.miminame {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	border-top: double 3px brown;
	border-bottom: double 3px brown;
}
.babyname {
	font-size: 14px;
	font-weight: bold;
	line-height: 55px;
	margin-bottom: 10px;
	background-image: url(image/babynamebk.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.babyphoto  img{
	text-align: center;
	padding: 3px;
	background-color: #ffffff;
	border-top: solid 1px #d2d2b6;
	border-left: solid 1px #d2d2b6;
	border-right: solid 3px #d2d2b6;
	border-bottom: solid 3px #d2d2b6;
	margin-bottom: 10px;
	margin-right: 3px;
}
.babytext {
	display: block;
	font-size: 12px;
	line-height: 20px;
	word-break: break-all;
	padding: 5px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333333;
	background-image: url(image/text_line.gif);
}
.babytext ul {
	padding: 0;
	margin: 0;
}
.babytext  img {
	border: solid 1px #999999;
	margin: 5px 5px 5px 0px;
}
.photol  {
	float: left;
	margin-right: 20px;
	margin-bottom:5px;
}
.photor  {
	float: right;
	margin-left: 20px;
	margin-bottom:5px;
}
.photoradi  {
	float: left;
	width: 200px;
	height: 260px;
	margin-right: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(image/omoradi.gif);
	background-repeat: no-repeat;
}
.photoradi  a {
	display: block;
	width: 200px;
	height: 258px;
}
.photoblog  {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(image/omoblog.gif);
}
.photoblog  a {
	display: block;
	width: 200px;
	height: 200px;
}
.photobbs  {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 30px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(image/board.gif);
}
.photobbs  ul, .photobbs  li {
	padding-left: 10px;
}
#mclip-a{
	width: auto;
	height: 50px;
	background-image: url(image/mclip-a.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.media-cat {
	font-size: 14px;
	font-weight: bold;
	padding: 35px 10px 0px 40px;
	color: #5f9ea0;
}
.media-title {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	color: #804a64;
	border-top: dotted 1px #804a64;
}
.info-title {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 5px 15px;
	color: #804a64;
	border-top: dotted 1px #804a64;
	background-image: url(image/titlearrow.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
}
.mediacat {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 0 20px;
	color: #804a64;
	border-left: solid 6px #a0a0a0;
	padding: 0 0 0 3px;
}
#mclip-b {
	width: auto;
	height: auto;
	background-image: url(image/mclip-b.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.catboxa {
	width: auto;
	height: 50px;
	background-image: url(image/book_ca_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0px 20px 60px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #804a64;
}
.catboxb {
	width: auto;
	height: 50px;
	background-image: url(image/paper_ca_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0px 20px 60px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #804a64;
}
.catboxc {
	width: auto;
	height: 50px;
	background-image: url(image/tv_ca_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0px 20px 60px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #804a64;
}
.catboxd {
	width: auto;
	height: 50px;
	background-image: url(image/radio_ca_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0px 20px 60px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #804a64;
}
.clip_text {
width: 440px;
	font-size: 12px;
	line-height: 150%;
	padding: 10px 0px 5px 40px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-strict;
	line-break: strict;
	color: #333333;
}
.clip_text img {
	margin-right: 5px;
}
.info_text {
	font-size: 12px;
	line-height: 100%;
	padding: 10px 40px 0px 40px;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-strict;
	line-break: strict;
	color: #333333;
}
.info_text img {
	margin-right: 5px;
}
#mclip-c {
	width: auto;
	height: 30px;
	background-image: url(image/mclip-c.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	text-indent: -9999px;
}
#bbsregi {
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 30px;
}
#bbsregi a:link , #bbsregi a:visited {
	width: 152px;
	height: 32px;
	display: block;
	background-image:url(image/bbsregi.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bbsregi a:hover {
	width: 152px;
	height: 32px;
	display: block;
	background-image:url(image/bbsregi.gif);
	background-repeat: no-repeat;
	background-position: left -32px;
}
#bbsenter {
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 30px;
}
#bbsenter a:link , #bbsenter a:visited {
	width: 263px;
	height: 32px;
	display: block;
	background-image:url(image/bbsenter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bbsenter a:hover {
	width: 263px;
	height: 32px;
	display: block;
	background-image:url(image/bbsenter.gif);
	background-repeat: no-repeat;
	background-position: left -32px;
}
#contactenter {
	overflow: hidden;
	text-indent: -9999px;
}
#contactenter a:link , #contactenter a:visited {
	width: 162px;
	height: 32px;
	display: block;
	background-image:url(image/contactbtn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#contactenter a:hover {
	width: 162px;
	height: 32px;
	display: block;
	background-image:url(image/contactbtn.gif);
	background-repeat: no-repeat;
	background-position: left -32px;
	overflow: hidden;
}
#contactenter2 {
	overflow: hidden;
	text-indent: -9999px;
}
#contactenter2 a:link , #contactenter2 a:visited {
	width: 162px;
	height: 32px;
	display: block;
	background-image:url(image/contactbtn2.gif);
	background-repeat: no-repeat;
	background-position: left top;
        overflow: hidden;
}
#contactenter2 a:hover {
	width: 162px;
	height: 32px;
	display: block;
	background-image:url(image/contactbtn2.gif);
	background-repeat: no-repeat;
	background-position: left -32px;
        overflow: hidden;
}
#formenter {
	overflow: hidden;
	text-indent: -9999px;
}
#formenter a:link , #formenter a:visited {
	width: 263px;
	height: 32px;
	display: block;
	background-image:url(image/formbtn.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#formenter a:hover {
	width: 263px;
	height: 32px;
	display: block;
	background-image:url(image/formbtn.gif);
	background-repeat: no-repeat;
	background-position: left -32px;
}
.staff {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
	font-size: 12px;
}
.clearfloat2 { 
	clear: both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.resulttitle {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #333333;
	height: auto;
}
.resulttitle a:link {

	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #0000FF;
	text-decoration: underline;
	padding: 5px  0 5px 15px;
}
.resulttitle a:visited {

	border: none;
	background-image: url(image/navidtbk.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #9966cc;
	text-decoration: underline;
	padding: 5px  0 5px 15px;
}
.resulttitle a:hover {

	border: none;
	background-image: url(image/navidtbkhover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #0000FF;
	text-decoration: none;
	padding: 5px  0 5px 15px;
}
.resulttitle a:active {

	border: none;
	background-image: url(image/navidtbkhover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #d70017;
	text-decoration: none;
	padding: 5px  0 5px 15px;
}
.result  form{
	margin: 0 0 15px 0px;
	width: 200px;
	background-color: #ffcc99;
	padding: 5px;
}
#pagecat {
	height: 30px;
	width: 500px;
	background-image: url(image/pagecat_bk.gif);
	background-repeat: no-repeat;
	margin: 0px auto 10px auto;
	overflow: hidden;
}
#pagecat ul {
	padding: 0;
	margin: 0;
}
#pagecat li {
	list-style-type: none;
}
#pc_box {
	height: 30px;
	width: auto;
	background-image: url(image/pc_listbox_bk.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 10px 0 15px;
	padding: 0px 0px 0px 1px;
}
.pc_list {

	height: 30px;
	font-size: 12px;
	width: auto;
	float: left;
}
.pc_list a:link, .pc_list a:visited {
	display: block;
	color: #3f3c3a;	
	padding: 0 7px;
	line-height: 30px;
	text-decoration: none;
	background-image: url(image/pc_list_bk.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.pc_list a:hover {
	display: block;
	color: brown;
	background-image: url(image/pc_list_actv_bk.gif);
	background-repeat: no-repeat;
	background-position:  top right;
	padding: 0 7px;
	line-height: 30px;
	text-decoration: underline;
}
.pc_listactv {
	display: block;
	height: 30px;
	font-size: 12px;
	width: auto;
	float: left;
}
.pc_listactv a{
	display: block;
	color: brown;
	padding: 0 7px;
	line-height: 30px;
	text-decoration: none;
	background-image: url(image/pc_list_actv_bk.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.kat {
	width: 440px;
	height: auto;

}
.kat_img {
	float: left;
	width: 200px;
	height: auto;
}
.kat_img  img {
	margin-bottom: 5px;
	border: solid 1px #999999;
}
.kat_text {
	float: right;
	width: 230px;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
.carchlist {
	width: 100px;
	float:left;
	list-style-type: none;
	margin: 0 0 5px 0;
}
.carchlist ul {
	padding: 0;
	margin: 0;
}
.carchlist li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.contact {
	border-collapse: collapse;
}
.contact  th {
	padding: 3px;
	border-left: solid 3px #999999;
	border-bottom: solid 1px #999999;
	background-color: #f5f5f5;
	margin-bottom: 5px;
	}
.contact td {
	padding: 5px;
	border-bottom: solid 1px #999999;
}
.form-preview {
	border-collapse: collapse;
}
.form-preview  th {
	padding: 3px;
	border-left: solid 3px #999999;
	border-bottom: solid 1px #999999;
	background-color: #f5f5f5;
	margin-bottom: 5px;
	}
.form-preview td {
	padding: 5px;
	border-bottom: solid 1px #999999;
}
.form-name {
	padding: 5px;
	border-left: solid 3px #999999;
	border-bottom: solid 1px #999999;
	background-color: #f5f5f5;
	margin-bottom: 5px;
}
.form-value {
	padding: 3px;
	border-bottom: solid 1px #999999;
}
.pageswitch {
	font-size: 12px;
	text-align: center;
	padding-right: 25px;
	line-height: 40px;
}
.pageswitch a:link, .pageswitch a:visited {
	color: #CC3300;
	text-decoration: underline;
}
.pageswitch a:hover {
	color: #669933;
	text-decoration: none;
}
.pageswitch a:active {
	color: #FF0000;
	text-decoration: none;
}
.tvdata {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
}
.tvdata td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.date {
	color: #872C21;
	margin-right: 15px;
}
.new {
	color: #ff4700;
}
#goradio {
	width: 400px;
	height: 50px;
	overflow: hidden;
	margin: 10px 0px;
	display: block;
	background-image: url(image/goradio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#goradio a:link, #goradio a:visited {
	width: 400px;
	height: 50px;
	overflow: hidden;
	/*margin: 10px 0px;*/
	display: block;
	background-image: url(image/goradio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#goradio a:hover {
	width: 400px;
	height: 50px;
	overflow: hidden;
	/*margin: 10px 0px;*/
	display: block;
	background-image: url(image/goradio.gif);
	background-repeat: no-repeat;
	background-position: left -50px;
	text-indent: -9999px;
}
#goradio2 {
	width: 485px;
	height: 42px;
	font-size: 12px;
	margin-bottom: 20px;
	background-image: url(image/goradio2_bn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#goradio2 a:link,#goradio a:visited {
	display: block;
	width: 485px;
	height: 42px;
	text-decoration: none;
	color: #000;
	background-image: url(image/goradio2_bn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#goradio2 a:hover {
	display: block;
	width: 485px;
	height: 42px;
	text-decoration: underline;
	color: brown;
	background-image: url(image/goradio2_bn.jpg);
	background-repeat: no-repeat;
	background-position: left -42px;
}
.goradio2_txt {
	padding-left: 195px;
	padding-top: 7px;
	text-decoration: none;
	color: #000;
}

.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 1px;
	font-size: 1px;
}
#prefooter {
	background-image: url(image/prefooter_bk.gif);
	background-repeat: no-repeat;
	height: 40px;
}
.divider {
	font-size:12px;
	color: #b9a2ab;
	padding: 0 5px;
}
#footer {
	padding: 10px 0 0 0;
	height: 50px;
	clear: both;
	background-image: url(image/footer_bk.gif);
	background-repeat: repeat-x;
	text-align: center;
} 
#footer_navi {
	height: 20px;
	width: 780px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	/*margin: auto;*/
}
#footer_navi a:link, #footer_navi a:visited {
	text-decoration: none;
	color: #5C5056;
}
#footer_navi a:hover {
	text-decoration: underline;
	color: #5C5056;
}
#footer_navi a:active {
	text-decoration: underline;
	color: #0000CC;
}
#footer_copy {
	height: 20px;
	width: 780px;
	margin: auto;
	font-size: 12px;
	text-align: center;
	background-color: #b9a2ab;
	color: #ffffff;
	line-height: 20px;
}
#counter {
	color: #e4e4e4;
	font-size:14px;
}