@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html{
	width:100%;
	height:100%;
}
body{
	/*font-family:Verdana,"ＭＳ ゴシック",sans-serif;*/
	font-family:Arial,Verdana,Helvetica,sans-serif;
	background:#B1B3B6;
	color:#002063;
	font-size:13px;
	line-height:1.5em;
	margin:0;
	background-image:url(../img/main_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
a{
	text-decoration:none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	color:#002063;
}
a:hover,a:focus,a:active{
	text-decoration:underline;
}
a img{
	border:none;
}
h1,h2,h3,h4{
	font-size:13px;
	color:#002063;
}
.cf{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
.af{
	height:0;
	font-size:1px;
	line-height:0px;
}
.hover{
	cursor:pointer;
}

#container{
	width:780px;
	margin:0 auto;
	padding:10px 0 20px 0;
}

#hdr{
	margin:0 auto;
	position:relative;
	background-color:#002063;
	height:100px;
}
#hdr h2{
	text-indent:-9999px;
	background:url(../img/logo2.gif) left top no-repeat;
	width:300px;
	height:80px;
	margin:10px;
	float:left;
}
#menu{
	list-style:none;
	float:right;
	margin-top:10px;
	margin-right:5px;
}
#menu li{
	float:left;
	padding:0 10px;
}
#menu li a{
	display:block;
	color:#74A9EB;
}
#page{
	background-color:#EAF0F5;
	padding-top:10px;
}
#content{
	float:right;
	width:598px;
	background-color:#FFF;
	border:1px solid #C8D5E1;
	border-bottom:none;
	color:#4E5E75;
	padding:20px;
}
#sidebar{
	float:left;
	width:140px;
}
.sidemenu{
	list-style:none;
	border-bottom:1px solid #C8D5E1;
}
.sidemenu li{
	padding:10px;
	border-top:1px solid #C8D5E1;
}
.sidemenu li a{
	padding-left:20px;
	background:url(../img/arrow1_off.gif) left center no-repeat;
}
.sidemenu li a:hover,.sidemenu li a:active,.sidemenu li a:focus{
	background:url(../img/arrow1_on.gif) left center no-repeat;
}
.sidemenu li .sub{
	padding-left:10px;
}
.sidemenu li .sub a{
	padding-left:12px;
	background:url(../img/arrow2_off.gif) left center no-repeat;
}
.sidemenu li .now a,.sidemenu li .sub a:hover,.sidemenu li .sub a:active,.sidemenu li .sub a:focus{
	background:url(../img/arrow2_on.gif) left center no-repeat;
}
.sidemenu2{
	list-style:none;
	padding:10px 0;
	border-bottom:1px solid #C8D5E1;
}
.sidemenu2 li{
	padding:2px 0 2px 10px;
}
.sidemenu2 li a{
	padding-left:20px;
	background:url(../img/arrow1_off.gif) left center no-repeat;
}
.sidemenu2 li a:hover,.sidemenu2 li a:active,.sidemenu2 li a:focus{
	background:url(../img/arrow1_on.gif) left center no-repeat;
}
#content h2{
	font-size:15px;
}
#content .boxtitle{
	background:#C8D5E1 url(../img/title_rc1.gif) right top no-repeat;
	height:18px;
	padding:10px 0 2px 10px;
	margin-top:15px;
	font-size:15px;
	font-weight:normal;
}
#content .box{
	background-color:#EAF0F5;
	padding:10px;
}
#content .box p{
	padding-left:5px;
	margin-bottom:10px;
}

#newslist{
	list-style:none;
	margin:0;
	padding:0;
}
#newslist li{
	border-bottom:1px dashed #DDD;
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
}
#newslist .date{
	position:absolute;
	top:0;
	left:0;
}
#newslist .content{
	margin-left:120px;
}
#newslist .content h3{
	font-weight:normal;
}
#newslist .content a{
	text-decoration:underline;
}
#content .box #newslist li p{
	padding:0;
	margin:0;
}

#ftr{
	padding:5px;
}
#ftr #copy{
	text-align:center;
}


#sizeandsearch{
	border-left:1px solid #999;
	border-right:1px solid #999;
	width:205px;
	height:90px;
	position:absolute;
	right:0;
	bottom:23px;
	padding:10px;
}
#sizes{
	margin-top:50px;
}
#sizes{
	font-weight:bold;
}
#sizes a{
	color:#666;
}
.fsizer {
	margin-top:45px;
	margin-bottom:5px;
} /* Container element */

.fsizer a { display: block; float: left; width: 20px; margin-right: 5px; text-align: center; border: 1px dotted #ccc; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */

input,textarea,select{
	border:1px solid #C8D5E1;
	color:#002063;
	font-size:10pt;
}
span.wpcf7-list-item { display: block; }