﻿@charset "utf-8";


body	{margin: 0;
	padding: 0;
	background: url(./images/bg.gif);
	background-repeat: repeat-x;
	/* font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
}

div, h1, h2, h3, h4, h5, img, form, ul, p, dl{ padding:0; margin:0;}

ul{ margin: 0 0 0 1em; padding: 0; list-style-type:none; font-size:0;}

.spacer{ clear:both; line-height:0; font-size:0;}

.more{ padding-top:10px; padding-bottom:10px; text-align:right;} /* img画像設定 */

.blue{color: #2763A5}

.red{color: #CC0000; letter-spacing:0.2em;}

img {border: none; vertical-align: middle;  }

a	{color: #0066CC; text-decoration:none; }

a:visited {color: #934C7B; text-decoration:none; } /* #934C7B */

a:hover {color: #ff0000; text-decoration:none; }

.p_center{ text-align:center;}

/* content box1,2 ul 使用 */
ul.listsitemap { font-size:0.85em;
	color:#666666;
	margin: 0;
	letter-spacing: 0.1em;
	padding:20px 0 0 20px;
	line-height: 1.2;
}

ul.listsitemap li {list-style-type: none;
	padding:0 0 0 5px;
	}

ul.listsitemap2 { font-size:0.85em;
	color:#666666;
	margin: 0;
	letter-spacing: 0.1em;
	padding:5px 0 0 30px;
	line-height: 1.5;
}

ul.listsitemap2 li {list-style-type: none;
	padding:0 0 0 5px;
	}


/* コンテナ */
div#container	{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* border:1px solid #000000;*/
}

/* ヘッダー */
div#header	{
	width:900px;
	height:150px;
	margin:0 auto;
	position:relative;
	/* border:1px solid #000000;*/
}

div#header h1	{
	float: left;
	width: 200px;
	margin:0;
	color: #2763A5;
	font-size: 0.75em;
	/* border:1px solid #FF0000;*/
}

div#header p	{
	margin:3px 0 0 0;
	letter-spacing: 0.1em;
	color: #2763A5;
	font-size: 0.75em;
}

/* ナビ設定 */
#header #navi {
	/* position: absolute;*/
	float: right;
	top: 10px;
	right: 0;
	/* margin-bottom: 15px;*/
	padding-top: 20px;
	font-size:0.75em;
}

#header #navi li {
	display: inline;
	margin-left: 10px;
}

#header #navi li a {
	color: #2763A5;
}

#header #navi li a:hover {
	color: #FF0000;
	text-decoration: none;
}

#header #navi li + li {
	padding-left: 10px;
	border-left: 1px solid #999;
}






/* メニュー設定 */
div#tabs10 {
	float:left;
	margin: 5px 10px 0 0;
	width:100%;
     	font-size:90%;
	font-weight: bold;
	/*border-bottom:1px solid #0074E8; #0074E8 AB0003aka*/
	line-height:19px;
}

div#tabs10 ul {
	margin:0;
	padding:10px 10px 0 5px;
	list-style:none;
	font-size:0.85em;
}

div#tabs10 li {
	display:inline;
	margin:0;
	padding:0;
	vertical-align: bottom; /*日本語　文字位置を変える　*/
}

div#tabs10 a {
	width:96px;
	float:left;
	background:url("images/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
}

div#tabs10 a span {
	font-family: "MS UI Gothic"; /* この部分だけ英字 日本語 段調整のため、フォント変更　*/
	/* width:100px; マウスポインタが解除されてしまう為、コメントにする*/
	float:left;
	margin:0;
	display:block;
	background:url("images/tabright10.gif") no-repeat right top;
	text-align: center;
	padding: 5px 4px 5px 0; /* div#tabs10 a との調整で右へ4pxし、文字を中央にする */
	color:#EEEEEE;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#tabs10 a span {float:none;margin:0;}
/* End IE5-Mac hack */
/* div#tabs9 a:hover span {color:#FFF;} */
div#tabs10 a:hover {background-position:0% -42px;}
div#tabs10 a:hover span {background-position:100% -42px;}
div#tabs10 #current a {background-position:0% -42px;}
div#tabs10 #current a span {background-position:100% -42px;}

/* コンテンツ全体 */
div#content	{
	width: 880px;
	height: 700px;
	margin:0 auto;
	background-color: #FFFFFF;
	/* border:1px solid #FF0000;*/
}

/* パンくずリスト */
p#bread	{
	font-size:0.80em;
	margin-top: 5px;
	margin-bottom: 20px;
}

div#content h2	{
	font-size: 1em;
	color: #0074E8;
	line-height: 35px;
	padding-left:10px;
	margin: 0;
	border-left:12px solid #0074E8;
	border-bottom:1px solid #0074E8;
}

div#content h3	{
	font-size: 1em;
	color: #0074E8; /* color: #0074E8;*/
	line-height: 30px;
	padding-left:10px;
	margin: 20px 0 0 0;
	/* border-left:12px solid #0074E8;*/
	/* border-bottom:1px solid #0074E8;*/
}

div#content p	{font-size: 0.75em;
	color:#333333;
	letter-spacing:0.1em;
	line-height: 1.6;
	margin: 10px 5px 10px 5px
}

div#sitebox1{
	/* border: 1px solid #CCCCCC;*/
	width: 420px;
	height:650px;
	float: left;
	padding: 20px 0 20px 10px;
}

div#sitebox2{
	/* border: 1px solid #CCCCCC;*/
	width: 420px;
	height:650px;
	float: right;
	padding: 20px 0 20px 10px;
} 


/* フッター */
div#footer{
	clear:both;
	margin:0 auto;
	margin-top:30px;
	background-color:#DCDCDC;
	/* border:1px solid #FF0000;*/
}

div#footersml{
	width:700px;
	/* border: 1px solid #ff0000;*/
	margin:0 auto;
	padding:30px 0 30px 0;
}

div#footer ul{
	height:22px;
	font-size:0.85em;
	line-height:30px;
	color: #0074E8; /* color: #2763A5; だとリンク色と同色　*/
	line-height:30px;
}

div#footer ul li{
	float:left;
	margin-right:5px; /* widthの変わりに　margin-rightを指定し間隔をあける */
}

div#footer ul li a{
	color: #2763A5;/* color: #2763A5; */
	line-height:30px;
	text-decoration:none;
}

div#footer ul li a:hover{color: #0074E8;}

address	{
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	margin-top:20px;
}




