@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-image: url(../images/win2_05.gif);
}
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #666;
	list-style-type: none;
}
.box  {
	font-size: 11px;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
a     {
	color: #666;
	text-decoration: none;
}
a img  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:hover {
	color: #099;
	text-decoration: underline;
}
#mainContent p a:visited {
	color: #551A88;
}




.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
#sitemap #mainContent ul li {
	background-image: url(../images/arrow/footer_arrow.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 10pt;
	height: 10pt;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sitemap #mainContent ul .sublist {
	margin-left: 20px;
}

#sitemap #mainContent ul li a   {
	color: #666;
}






#container  {
	width: 854px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C2DEF6;
	border-left-color: #C2DEF6;
} 

#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 580px;
	margin-left: 254px;
	padding-top: 15px;
} 
#sidebar1  {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 236px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-right: 9px;
	padding-left: 9px;
}
#sidebar1 img {
	margin-bottom: 10px;
	border: 1px solid #D2E3E7;
}
#sidebar1 #service_top  {
	padding-left: 10px;
	font-size: 10pt;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #000;
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 2px;
	background-image: url(../images/repeat_background/bg2.gif);
}
#sidebar1 a #logo {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#sidebar1 ul {
	background-color: #FFF;
}

#sidebar1 ul li a{
	font-size: 9pt;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	display: block;
	color: #333;
	border: 1px solid #CCC;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../images/arrow/footer_arrow.gif);
}
#sidebar1 ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #3366B9;
}
#sidebar1 .banner img {
	margin-top: 20px;
	border: 1px solid #999;
}
#sidebar1 #navigation {
	margin-bottom: 20px;
}




#mainContent #top_img {
	margin-bottom: 20px;
}
#mainContent a:hover {
	text-decoration: none;
}

h1 {
	height: 50px;
	font-size: 12pt;
	background-color: #C2DEF6;
	line-height: 50px;
	color: #369;
	padding-left: 10px;
	margin-bottom: 20px;
}
h2 {
	font-size: 11.5pt;
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 35px;
	height: 34px;
	margin-bottom: 10px;
	background-image: url(../images/repeat_background/dotted_line_hor.gif);
	padding-left: 10px;
	margin-top: 20px;
}
h3 {
	font-size: 11.5pt;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EEA701;
}
#mainContent p {
	line-height: 1.5em;
	text-indent: 1em;
	padding-bottom: 15px;
}
#mainContent p a {
	color: #069;
	text-decoration: underline;
}

#mainContent ul, #mainContent ol {
	padding-bottom: 15px;
}

#mainContent ul  li{
	padding-left: 18px;
	background-image: url(../images/norepeat_background/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 7px;
}
#mainContent ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
#navi #reference a   {
	text-decoration: underline;
	color: #069;
}
#reference li {
}


.figure p {
	font-weight: bold;
	text-align: center;
}
#links #mainContent h1 {
	text-align: center;
	color: #333;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-left-style: none;
	margin-bottom: 0px;
	border-bottom-style: none;
	padding-bottom: 30px;
	background-image: none;
}

table {
	margin-bottom: 20px;
	border-collapse:collapse;
}
table tr th   {
	text-align: left;
	vertical-align: middle;
	background-color: #F7F7F7;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #CCC;
}
table tr td  {
	padding-left: 20px;
	list-style: none;
	border: 1px solid #CCC;
}
table tr td ul   {
	list-style: none;
}

.pagetop {
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
}



#footer  {
	font-size: 9pt;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 60px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
} 
#footer ul {
	width: 740px;
	height: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer ul li {
	float: left;
	font-size: 11px;
}
address {
	padding: 0px;
	margin: 0px;
	color: #999;
	clear: left;
	font-style: normal;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.related  {
	color: #666;
	margin-top: 20px;
}

.related .related_contents {
	padding: 5px;
	background-image: url(../images/repeat_background/bg.gif);
	border: 1px solid #EEE;
	margin-bottom: 10px;
	background-repeat: repeat;
}

#mainContent .related ul li{
	background-image: url(../images/norepeat_background/pr_dotarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 13px;
	padding-left: 12px;
}
#mainContent .related ul li a {
	color: #069;
}
#mainContent .related ul li a:hover {
	text-decoration: underline;
}



#mainContent #sponsor {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #DACEB4;
	border-bottom-color: #D7CBB1;
	margin-top: 35px;
}
#navi #top_ads {
	background-color: #155590;
	color: #FFF;
}
a:hover img  {
	opacity: 0.85;
}
