@charset "UTF-8";


body{
	margin: 0px;
	text-align:center;
	color:#2e2e2e;
	font-size:13px;
	line-height: 1.4;
	background: #ffffff;
	/*background: #f3f3f3;
	background: #000000;*/
}


table{font-size:13px;}



/***リンク設定***/
.header-link A:link {font-size:13px; color:#ffffff; text-decoration: underline; font-family:"Times New Roman,times,serif";}
.header-link A:visited {font-size:13px; color:#ffffff; text-decoration: underline; font-family:"Times New Roman,times,serif";}
.header-link A:active {font-size:13px; color:#ffffff; text-decoration: none; font-family:"Times New Roman,times,serif";}
.header-link A:hover {font-size:13px; color:#ffffff; text-decoration: underline; font-family:"Times New Roman,times,serif";}



.basic-link A:link {font-size:13px; color:#0071e1; text-decoration: underline; font-family:"Times New Roman,times,serif"; }
.basic-link A:visited {font-size:13px; color:#0071e1; text-decoration: underline; font-family:"Times New Roman,times,serif"; }
.basic-link A:active {font-size:13px; color:#ff8040; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.basic-link A:hover {font-size:13px; color:#ffffff; text-decoration: underline; font-family:"Times New Roman,times,serif"; background-color:#004b97; }


.contents-link A:link {font-size:13px; color:#0071e1; text-decoration: underline; font-family:"Times New Roman,times,serif"; }
.contents-link A:visited {font-size:13px; color:#0071e1; text-decoration: underline; font-family:"Times New Roman,times,serif"; }
.contents-link A:active {font-size:13px; color:#ff8040; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.contents-link A:hover {font-size:13px; color:#ff8040; text-decoration: underline; font-family:"Times New Roman,times,serif";}


.footer-link A:link {font-size:13px; color:#0071e1; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.footer-link A:visited {font-size:13px; color:#0071e1; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.footer-link A:active {font-size:13px; color:#ff8040; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.footer-link A:hover {font-size:13px; color:#ff8040; text-decoration: underline; font-family:"Times New Roman,times,serif";}


A:link {font-size:13px; color:#003399; text-decoration: underline; font-family:"Times New Roman,times,serif"; }
A:visited {font-size:13px; color:#003399; text-decoration: underline; font-family:"Times New Roman,times,serif"; }
A:active {font-size:13px; color:#f70000; text-decoration: none; font-family:"Times New Roman,times,serif"; }
A:hover {font-size:13px; color:#f70000; text-decoration: underline; font-family:"Times New Roman,times,serif";}


.info-txt A:link {font-size:13px; color:#000000; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.info-txt A:visited {font-size:13px; color:#000000; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.info-txt A:active {font-size:13px; color:#000000; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.info-txt A:hover {font-size:13px; color:#000000; text-decoration: none; font-family:"Times New Roman,times,serif";}


.menu-link a{font-size:13px; color: #000000; text-decoration: none;}
.menu-link a:hover {font-size:13px; color: #000000; text-decoration: none;}


.form-txt A:link {font-size:13px; color:#0071e1; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.form-txt A:visited {font-size:13px; color:#0071e1; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.form-txt A:active {font-size:13px; color:#ff8040; text-decoration: none; font-family:"Times New Roman,times,serif"; }
.form-txt A:hover {font-size:13px; color:#ff8040; text-decoration: underline; font-family:"Times New Roman,times,serif";}



/*navigation-link*/
.navigation-link a{font-size:14px; text-decoration: none;}
.navigation-link a:hover {font-size:14px; text-decoration: none;}
.navigation-link a:visited {font-size:14px; text-decoration: none;}
.navigation-link a:active {font-size:14px; text-decoration: none;}



#header{
	width: 100%;
	background: #2e2e2e;
	margin: 0px;
	color:#e9e9e9;
	padding: 3px;
	text-align:right;
}


#header-left{
	float:left;
	width: 350px;
	text-align:left;
	background: #FFFFFF;
	text-align:left;
}


#header-right{
	float:right;
	width: 450px;
	text-align:right;
	background: #FFFFFF;

}




#content{
	clear: both;
	width: 900px;
	margin: 0px auto 0 auto;
	background: #ffffff;
	padding: 0 10px 0 10px;
	text-align: left;
}



#main{
	float:left;
	/*width: 702px;*/
	width: 900px;
	text-align:left;
	background: #FFFFFF;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 20px;
}



.area-top{
	background-image: url(/images/area-top.gif);
	height: 7px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}



.area{
	/*background-image: url(/images/area.gif);
	background-repeat;*/
	/*width: 700px;*/
	width: 900px;
	text-align:left;
	margin-top: 0px;
	padding: 0px;
	/*background: #EEF4FB;
	border: 1px solid #c0c0c0;*/
	border-radius: 7px;         /* CSS3 */
	-moz-border-radius: 7px;    /* Firefox */
	-webkit-border-radius: 7px; /* Safari,Chrome */
	border: 1px solid #C0C0C0;     /* 枠線の装飾 */
	background-color: #EEF4FB;   /* 背景色 */

}



.area-bottom{
	background-image: url(/images/area-bottom.gif);
	height: 7px;
	margin-bottom: 20px;
}



#side{
	float:right;
	width: 190px;
	text-align:left;
	background: #FFFFFF;
	margin-top: 10px
}



#footer{
	clear: both;
	color: #2e2e2e;
	font-size: 13px;
	padding: 10px;
	margin-top: 40px;
	height: 65px;
	text-align:center;
	border-top: 1px solid #272727;
}



h1{
	margin: 10px;
	font-size: 18px;
	color: #464646;
	/*border-bottom: 3px solid #e6e6e6;
	font-weight: normal;*/
}



h2{
	margin: 10px 10px 20px 10px;
	font-size: 14px;
	color: #000000;
	/*font-weight: normal;*/
}



h3{
	margin: 10px;
	font-size: 13px;
	/*font-weight: normal;*/
}



h4{
	margin: 10px;
	font-size: 13px;
	font-weight: normal;
}



h5{
	margin: 10px;
	font-size: 16px;
	color: #004080;
}



h6{
	margin: 10px;
	font-size: 13px;
	color: #464646;
}



p{
	font-size: 13px;
	margin: 10px;
}



input{
	font-size: 13px;
}



select{
	/*width: 100px;*/
	font-size: 13px;
}



textarea{
	font-size: 13px;
}



ul{
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding-left: 0;
	padding-right: 0;
}



li a{
	text-decoration: none;
	display: block;
	padding: 6px;
	/*width: 170px;*/
	border-bottom: 1px solid #e6e6e6;
	color: #000000;
	background: #ffffff;
}



li a:hover{
	text-decoration: none;
	color: #ffffff;
	background: #e6eef2;
}



ul.contents-menu li{
	list-style: none;
	margin: 10px 0px 0px 3px;
	padding-left: 0;
	padding-right: 0;
	float:left;
}



li.menu a{
	text-decoration: none;
	display: block;
	padding: 9px;
	border: 1px solid #747474;
	color: #393939;
	font-size: 13px;
}



li.menu a:hover{
	text-decoration: none;
	color: #393939;
	background: #ffffff;
	font-size: 13px;

}



li.select a{
	text-decoration: none;
	display: block;
	padding: 9px;
	border-top: 1px solid #747474;
	border-left: 1px solid #747474;
	border-right: 1px solid #747474;
	color: #393939;
	background: #ffffff;
	font-size: 13px;
}






.area li a{
	display: inline;
	background: #EEF4FB;
}



.area li a:hover{
	text-decoration: none;
	color: #0000FF;
	background: #EEF4FB;
}






.size{
	width: 160px;
	margin: 0px auto 10px auto;
	border-bottom: 1px solid #747474;
	/*border-left: 1px solid #747474;
	border-right: 1px solid #747474;*/

}



#navi-submenu{
	clear: both;
	width: 880px;
	padding: 10px;
	border-bottom: 2px solid #C0C0C0;
	text-align: left;
}


#header-top{
	width: 900px;
	text-align: left;
	padding-bottom: 5px;
}


img,abbr,acronym,fieldset {
	border:0;
}



.border{
	margin: 0px 10px 0 10px;
	border: 1px solid #C0C0C0;
}


.table-td{
	border-top: 1px solid #C0C0C0;
	background-image: url(/images/boeder-1-white.gif);
	background-repeat: repeat-x;
}

.form-err{
	font-weight: bold;
	background-color: #ffe1e1;
	padding: 3px 2px;
}


.form-err-message{
	color: #ff0000;
	margin-top: 5px;
	margin-bottom: 5px;
}


.form-message{
	margin-top: 5px;
	margin-bottom: 5px;
}



/*サブウィンドウ*/

#header-top-sub{
	width: 95%;
	text-align: left;
	border-bottom: 2px solid #C0C0C0;
	margin: 0 auto 0 auto;
	padding-top:10px;
	padding-bottom:10px;
}


#content-sub{
	clear: both;
	width: 95%;
	margin: 20px auto 0 auto;
	background: #FFFFFF;
	text-align: left;
}


.image-btn-u{
    border: 0px;
    width: 21px;
    height: 26px;
    background: url(/images/f-up.gif) left top no-repeat;
}


.image-btn-d{
    border: 0px;
    width: 21px;
    height: 26px;
    background: url(/images/f-down.gif) left top no-repeat;
}




#navigation{
	margin: 5px 0 5px 0;
	background: #FFFFFF;
	background:#c4e1ff url("/images/bg_menu.png") 0 0 repeat-x;
	/*font-size:14px;*/
}


div#navigation {
	float:left;
	width: 900px;
	/*font-size:14px;*/
}


/* ========MENU CUSTOMIZE======== */
div#navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	/*font-size:14px;*/
}

div#navigation li {
	float:left;
	margin:0;
	background: url("/images/bg_menu.png") 0 0 repeat-x;
	/*font-size:14px;*/
}

div#navigation li a {
	display:block;
	line-height:40px;
	color:#373737;
	margin-left:1px;
	padding:0 10px;
	background: url("/images/bg_menu.png") 0 0 repeat-x;
	/*font-size:14px;*/
}

div#navigation li a:hover {
	color:#000000;
	background: #FFFFFF;
	/*background: url("/images/bg_menu2.png") 0 0 repeat-x;*/
	/*font-size:14px;*/
}

div#navigation li.home {
	background:none;
	/*font-size:14px;*/
}


div#menu li.top {
	background:none;
}

