/* CSS Document */
* {
	margin: 0;
	padding: 0;
	/*border: 0;
	background-color: transparent;*/
	color: black;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

body {
	margin: 0;
	background-image:url(../img/bc_body.jpg);
	background-attachment:fixed;
	background-position:top;
	color: #333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1em;
	text-align: center;
	line-height: 1.5em;
	}

a{
	color:#0066CC;
	}
a:hover{
	color: #009900;
	font-weight: normal;
	text-decoration: underline;
	position:relative; top: 1px; left: 1px;
	}
/* page structure
---------------------------------------------------------- */
#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding:0;
	background: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	}
#header {
	width: 780px;
	height: 100px;
	background-image:url(../img/linkpage_back.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	padding: 0;
	text-align: left;
	}
#header_link {
	float: right;
	margin-top:3px;
	padding: 0;
	}
#header_link li{
	float: left;
	margin: 0;
	padding: 0 15px 0 15px;
	text-align: right;
	font-size: 85%;
	list-style: none;
	background:url(../img/mark.gif) no-repeat 0 50%;
	}
#header_link li a{
	color: #000;
	font-weight:nomal;
	text-decoration: none;
	}
#header_link li a:hover{
	color: #009900;
	font-weight: normal;
	text-decoration: underline;
	color:#009900;text-decoration: underline;position:relative; top: 1px; left: 1px;
	}
#logo{
	position: absolute;
	display: block;
	width: 610px;
	top: 3px;
	left: 15px;
	}
#logo a{
	text-decoration: none;
	}
#logo h1 {
	margin: 0;
	padding-top:2px;
	font-size:100%;
	font-weight:bold;
	}
#logo h2 {
	margin-top:10px;
	padding-top:5px;
	font-size:75%;
	line-height:1.2em;
	}
#logo h1 a{font-weight:bold;text-decoration: none;color:#000000;}
#logo h2 a{text-decoration: none;color:#000000;}
#logo h1 a:hover{ color:#000000;font-weight:bold;text-decoration: none;}
#logo h2 a:hover{ color:#000000;text-decoration: none;}
#pan{
	width:auto;
	background-color:#F5F5F5;
	padding:2px 20px;
	margin-bottom:10px;
	}
#pan p{text-align:left;font-size:80%;font-weight:bold;}
#pan p a{text-decoration: none;font-style:normal;color:#333333;}
#pan p a:hover{color:#009900;text-decoration: underline;position:relative; top: 1px; left: 1px;}

/*content styles
---------------------------------------------------------- */
#content {
	margin-right: auto;
	margin-left: auto;
	padding:0 25px;
	text-align: left;
	}
span.red{
	color:#FF3300;
	font-weight:bold;
	}
span.blu{
	font-weight:bold;
	color:#006573;
	}
span.space{
	margin: 0 2px;
	padding: 0 2px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	padding: 0;
	margin: 0;
	}
hr {
	margin: 10px auto;
	padding: 0;
	color:#eee;
	height: 1px;
	width: 100%;
	text-align: center;
	}
.none {
	display: none;
	}
/*main styles
---------------------------------------------------------- */
#main{
	float:right;
	width:500px;
	}
#main h3{
	font-size:90%;
	font-weight:bold;
	color:#006573;
	line-height:1.5em;
	margin-bottom:2px;
	}
#main h4{
	font-size:90%;
	font-weight:bold;
	color:#006573;
	line-height:1.5em;
	margin-bottom:2px;
	}
#main h5{
	font-size:90%;
	font-weight:bold;
	color:#006573;
	line-height:1.5em;
	margin-bottom:2px;
	}
#main p{
	clear:both;
	font-size:80%;
	line-height:1.5em;
	margin-bottom:5px;
	}
#main p.col{
	clear:both;
	font-size:80%;
	line-height:1.5em;
	margin:10px 0 5px 20px;
	vertical-align:middle;
	}
#main p.subtitole{
	clear:both;
	font-size:90%;
	line-height:1.5em;
	margin:15px 0 5px 0;
	color:#006573;
	font-weight:bold;
	border-bottom:1px solid;
	}
#main p.ate{
	clear:both;
	font-size:95%;
	line-height:1.5em;
	margin:15px 0 5px 0;
	color: #FF0000;
	font-weight:bold;
	}
#main ul.subpage{
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	list-style-type:disc;
	font-size:80%;
	line-height:1.4em;
	}
#main ul.nomark{
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	list-style-type:none;
	font-size:80%;
	line-height:1.4em;
	}
#main ul.suji{
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	list-style-type:decimal;
	font-size:80%;
	line-height:1.4em;
	}
#main li.linktitle{
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	list-style-type:none;
	background-image:url(../img/lnk_mark.gif);
	background-repeat:no-repeat;
	font-size:100%;
	font-weight:bold;
	color:#006573;
	line-height:1.4em;
	}
#anderlink{
	text-align:center;
	margin:10px 0;
	text-align:center;
	}
#anderlink li{
	display:inline;
	margin:10px 0 10px 0;
	padding:10px 0;
	list-style-type:none;
	font-size:80%;
	color:#4E2675;
	}
#anderlink li a{
	color:#0066CC;
	}
#anderlink li a:hover{
	color: #009900;
	font-weight: normal;
	text-decoration: underline;
	}
#main img.kuhaku{
	text-align:center;
	margin:10px 0 10px 95px;
	}
#main p.pageup{
	clear:both;
	text-align:right;
	font-size:80%;
	line-height:1.5em;
	margin:10px 0;
	}
#main p.pageup a{
	color: #0066CC;
	}
#main p.pageup a:hover{
	color: #009900;
	font-weight: normal;
	text-decoration: underline;
	}
#main dl{
	margin-bottom:20px;
	}
#main dt{
	color:#0066CC;
	font-size:95%;
	font-weight:bold;
	margin-top:15px;
	border-left:10px solid #FF6600;
	border-bottom:1px solid #FF6600;
	padding-left:10px;
	}
#main dd{
	font-size:85%;
	margin:0 0 0 20px;
	line-height:1.5em;
	}
#sogolink dt{
	color:#0066CC;
	font-size:95%;
	font-weight:bold;
	margin-top:15px;
	border:none;
	}
#sogolink dt a{
	color:#FF6600;
	font-size:95%;
	font-weight:bold;
	text-decoration:underline;
	}
#sogolink dd{
	font-size:83%;
	margin:0 0 0 20px;
	line-height:1.5em;
	}

/*　回り込み styles
---------------------------------------------------------- */
#main p.float_tokutyo{
	font-size:80%;
	line-height:2em;
	padding:5px 0;
	text-align:right;
	}
#main img.right_tokutyo{
	float:right;
	width:116px;
	height:175px;
	margin-left:10px;
	}
#main p.float_tokutyo2{
	font-size:80%;
	line-height:1.5em;
	padding:5px 0;
	text-align:left;
	}
#main img.right_tokutyo2{
	float:left;
	width:95px;
	height:149px;
	margin-right:10px;
	}
#main p.float_tokutyo3{
	font-size:80%;
	line-height:2em;
	padding:5px 0;
	text-align:right;
	}
#main img.right_tokutyo3{
	float:right;
	width:260px;
	height:114px;
	margin-left:10px;
	}
#main p.float_kousi{
	font-size:80%;
	line-height:1.5em;
	padding:5px 0;
	text-align:left;
	}
#main img.left_kousi{
	float:left;
	width:108px;
	height:156px;
	margin-right:10px;
	}
#main p.float_ukete{
	font-size:80%;
	line-height:1.8em;
	padding:5px 0;
	text-align:left;
	}
#main img.right_ukete{
	float:right;
	width:280px;
	height:199px;
	margin-left:10px;
	}
#main p.float_kouzaukete{
	font-size:85%;
	line-height:1.5em;
	padding:5px 0;
	text-align:left;
	}
#main img.left_kouzaukete{
	float:left;
	width:92px;
	height:105px;
	margin-right:10px;
	}
#main p.float{
	font-size:80%;
	line-height:1.8em;
	padding:5px 0;
	text-align:left;
	vertical-align:middle;
	}
#main img.right{
	float:right;
	margin-left:10px;
	padding:5px 0;
	vertical-align:middle;
	}
#main img.imgspace{
	margin:10px 0;
	padding:5px 0;
	}
/* menu styles
---------------------------------------------------------- */
#menu{
	width:200px;
	}
#menu li{
	margin:0;
	padding:6px 0 11px 36px;
	font-size:90%;
	list-style: none;
	background-image:url(../img/menu_back.jpg);
	background-repeat:no-repeat;
	}
#menu li a{
	color: #000;
	}
#menu li a:hover{
	color: #009900;
	font-weight: normal;
	text-decoration: underline;
	position:relative; top: 1px; left: 1px;
	}
/*　テーブル 
---------------------------------------------------------- */
#content #table {
	clear:both;
	width:500px;
	border:1px solid #666;
	border-collapse: collapse;
	}
#content #table th.thcari1 {
	width:80px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content #table th.thcari2 {
	width:420px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content #table th.thcari3 {
	width:300px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content #table th.thcari4 {
	width:30px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content #table th.thcari5 {
	width:90px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content table td.tdcari {
	font-size: 80%;
	line-height: 1.4em;
	border:1px solid #666;
	padding: 2px 4px;
	text-align:center;
	}
#content #table th {
	width:120px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content table td {
	font-size: 80%;
	line-height: 1.4em;
	border:1px solid #666;
	padding: 2px 4px;
	}

#content table td.tdkansou {
	width:90px;
	font-size: 80%;
	line-height: 1.4em;
	border:1px solid #666;
	padding: 2px 4px;
	text-align:center;
	}
#content #table2 {
	clear:both;
	width:500px;
	margin-top:20px;
	border:1px solid #666;
	border-collapse: collapse;
	}
#content #table2 th {
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content #table2 th.th60{
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	width:80px;
	}
#content table2 td {
	font-size: 80%;
	line-height: 1.4em;
	border:1px solid #666;
	padding: 2px 4px;
	}
#content #table60 {
	clear:both;
	width:500px;
	border:1px solid #666;
	border-collapse: collapse;
	}
#content #table60 th.thnb {
	width:30px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content #table60 th.thhiduke {
	width:70px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content #table60 th.thhon {
	width:350px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content #table60 th.thkai {
	width:50px;
	padding:2px 4px;
	font-size:80%;
	font-weight: bold;
	line-height:1.6em;
	border:1px solid #666;
	background-color:#D7EBFF;
	text-align:center;
	}
#content table60 td {
	font-size: 80%;
	line-height: 1.4em;
	border:1px solid #666;
	padding: 2px 4px;
	}
/* footer styles
---------------------------------------------------------- */
#andermenu{
	clear:both;
	width:auto;
	border-top:2px solid #333;
	margin-top:20px;
	margin-bottom:5px;
	padding:2px;
	text-align:center;
	}
#andermenu li{
	display:inline;
	font-size:75%;
	padding:0;
	list-style-type:none;
	line-height:1.5em;
	margin:2px 10px;
	}
#andermenu li a{
	color: #333;
	font-weight:normal;
	}
#andermenu li a:hover{
	color:#FF6600;
	text-decoration: underline;
	font-weight:normal;
	position:relative; top: 1px; left: 1px;
	}
address {
	clear: both;
	width:780px;
	height:20px;
	font-size:75%;
	font-weight:bold;
	text-align:center;
	background:#FF6699;
	}

/* ＹＣＧ-Ｌｉｎｋーリンクーここから
---------------------------------------------------------- */
#ysg{clear:both;width:auto;padding:5px;font-size:75%; line-height:1.6em; margin:10px 10px 0 20px; color:#000000; }
#ysg ul.ullg{margin:5px 0 0 5px; }
#ysg li.lilg{list-style-type: square;}

#ysg a{text-decoration:none;color:#0066CC;}
#ysg a:hover{text-decoration:underline; color:#0066CC;}
