@charset "utf-8";

html, body {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	background-image: url(../img/back_sub.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;


}

* html div#container{
    height:100%;
}
#container{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}

/* Font
======================================*/
.font_black {
	color: #000000;
}
.font_blue {
	color: #0066CC;
}
.font_skyblue {
	color: #00CCFF;
}

.font_red {
	color: #CC0000;
}
.font_green {
	color: #007D00;
}
.font_org {
	color:#FF9900;
}
.font_yellow {
	color:#CCCC00;
}

/* Navi 
======================================*/
 a:link{
	font-size: 13px;
	color:#0066FF;
	text-decoration:underline;
}
 a:visited  {
	font-size: 13px;
	color:#0066FF;
	text-decoration:underline;
}
 a:hover{
	font-size: 13px;
	color:#6600FF;
	text-decoration:underline;
}
.page_top {
	text-align: right;
	float: right;
	padding-right: 5px;
	padding-top: 20px;
	width: 100%;
}
.page_return {
	width: 100%;
	text-align: right;
}

/* Header 
======================================*/
#header {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 104px;
}
.pr_text {
	float: left;
	padding-bottom: 10px;
	color: #CCCCCC;
	padding-top: 5px;
	font-size: 14px;
	letter-spacing: 1px;
}
.logo {
	height: 30px;
	padding-top: 15px;
	width: 382px;
	float: left;
}



/* Header Navi
======================================*/
#head_navi {
	width: 450px;
	float: right;
	margin-top: 35px;
}
.navi_1 {
	background-image: url(../img/navi_back_1.png);
	background-repeat: no-repeat;
	float: right;
	height: 27px;
	width: 102px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-top: 5px;
}
.navi_1 a:link{
	font-size: 12px;
	color:#003366;
	text-decoration:none;
}
.navi_1 a:visited  {
	font-size: 12px;
	color:#003366;
	text-decoration:none;
}
.navi_1 a:hover{
	font-size: 12px;
	color:#3333FF;
	text-decoration:underline;
}



/* Navi
======================================*/

/* main
======================================*/
.top_img {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 865px;
}
#navi {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
}


#main {
	width: 870px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
}
#left {
	float: left;
	width: 650px;
	background-image: url(../img/sub_main_back.png);
	background-repeat: no-repeat;

}
.main_title {
	float: left;
	width: 300px;
	padding-left: 5px;
	padding-top: 25px;
}
.text_1 {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 22px;
}
.text_2 {
	float: left;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
.sub_navi {
	float: right;
	width: 340px;
	padding-top: 50px;
	font-size: 12px;
	color: #3399CC;
}
.sub_navi a:link{
	font-size: 13px;
	color:#3399CC;
	text-decoration:none;
}
.sub_navi a:visited  {
	font-size: 13px;
	color:#3399CC;
	text-decoration:none;
}
.sub_navi a:hover{
	font-size: 13px;
	color:#6600FF;
	text-decoration:underline;
}



#right {
	float: right;
	width: 190px;
	margin-right: 10px;
	margin-top: 20px;
}
.info_head {
	width: 180px;
	float: right;
	margin-top: 20px;
}
.info_back {
	float: right;
	width: 180px;
	background-image: url(../img/sub_info_back.png);
	background-repeat: repeat-y;
}
.info_text1 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	width: 180px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.info_text2 {
	font-size: 12px;
	line-height: 13px;
	padding-top: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	letter-spacing: 1px;
	padding-bottom: 10px;
	width: 170px;
}
.info_text3 {
	font-size: 11px;
	line-height: 16px;
	padding-top: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	width: 170px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0099CC;
}


.info_footer {
	float: right;
	width: 180px;
	background-image: url(../img/sub_info_footer.png);
	background-repeat: no-repeat;
	height: 8px;
}










/* Footer
======================================*/
#footer {
	text-align:center;
	margin-top: 30px;
	float: left;
	width: 100%;
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	height: 21px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.copyright {
	background-image: url(../img/footer_back.jpg);
	background-repeat: no-repeat;
	width: 850px;
	text-align:center;
	font-size: 11px;
	color: #FFFFFF;
	height: 30px;
	padding-top: 40px;
	background-position: center bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}


/* IE6
======================================*/
img, div { behavior:url(iepngfix.htc) }

html .mainback_center  .mainback_bottom {
behavior: expression(IEPNGFIX.fix(this));
} 


* html .mainback_center  .mainback_bottom {
  behavior: url(iepngfix.htc);
  
}

