@charset "utf-8";
body {
	background-image: url(../img/back_1.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}


/* Font
======================================*/
.font_black {
	color: #000000;
}
.font_blue {
	color: #0066CC;
}
.font_red {
	color: #CC0000;
}
.font_green {
	color: #005E00;
}
.font_org {
	color:#FF6600;
}
.font_lightgreen {
	color:#009900;
}

.font_skyblue {
	color: #3399CC;
}

.font_yellow {
	color:#CCCC00;
}
.font_10{
	font-size:10px;
	letter-spacing: 1px;
}
.font_11 {
	font-size:11px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.font_15 {
	font-size:15px;
	color: #000000;
}




/* Navi (全体)
======================================*/
 a:link{
	font-size: 13px;
	color:#003399;
	text-decoration:underline;
}
 a:visited  {
	font-size: 13px;
	color:#003399;
	text-decoration:underline;
}
 a:hover{
	font-size: 13px;
	color:#0099FF;
	text-decoration:underline;
}

/* Header
======================================*/
#header {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100px;
	background-image: url(../img/back_head.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}

.logo {
	height: 100px;
	float: left;
	width: 445px;
}
.header_r {
	float: right;
	width: 350px;
}
.pr_text {
	float: right;
	width: 320px;
	text-align: right;
	font-size: 12px;
	color: #6699CC;
	height: 25px;
	padding-top: 5px;
}

/* Header Navi
======================================*/
.head_navi {
	float: right;
	height: 35px;
	padding-top: 35px;
	text-align: right;
	font-size: 12px;
	color: #CCCCCC;
	width: 350px;

}
.head_navi  a:link{
	font-size: 12px;
	color:#666666;
	text-decoration:none;
}
.head_navi  a:visited  {
	font-size: 12px;
	color:#666666;
	text-decoration:none;
}
.head_navi  a:hover{
	font-size: 12px;
	color:#3333FF;
	text-decoration:underline;
}

/* table
======================================*/
.table_dot_blue_top{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00CCCC;

}

/* main
======================================*/

#main {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back_main.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;

}


/*左コンテンツ*/

/* Navi
======================================*/
.left {
	float: left;
	width: 200px;
}
.navi_mainconts {
	font-size: 15px;
	color: #7FDCFF;
	background-image: url(../img/navi_bk_1-0.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	height: 44px;
	width: 180px;
	padding-top: 6px;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.navi_mainconts_2 {
	font-size: 15px;
	color: #7FDCFF;
	background-image: url(../img/navi_bk_1-1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	height: 35px;
	width: 180px;
	padding-top: 15px;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.navi_mainconts_2 a:link{
	color: #7FDCFF;
	text-decoration:none;

}
.navi_mainconts_2 a:visited {
	color: #7FDCFF;
	text-decoration:none;

}
.navi_mainconts_2 a:hover{
	color: #FFFFFF;
	text-decoration:none;

}


.navi_subconts {
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../img/navi_bk_1-2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	height: auto;
	width: 190px;
	padding-top: 8px;
	padding-left: 10px;
	background-color: #004a9c;
	padding-bottom: 10px;
}

ul {
	list-style:none;
}

.navi_subconts  ul {
	float:left;
	margin:0;
	padding:0;

}

.navi_sub{
	text-align: left;
	text-decoration:none;
	color:#FFFFFF;
	line-height: 25px;

}

.navi_sub a:link  {
	text-decoration:none;
	color:#FFFFFF;
	font-size: 13px;
}
.navi_sub a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size: 13px;
}
.navi_sub a:hover {
	text-decoration:underline;
	color:#00FFFF;
	font-size: 13px;
}

.navi_subconts_0 {
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../img/navi_bk_1-2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	height: 30px;
	width: 200px;
	background-color: #004a9c;
}

.contact {
	background-color: #cce0ed;
	background-image: url(../img/navi_bk_contact.jpg);
	float: left;
	height: 150px;
	width: 200px;
	text-align: center;
	background-repeat: no-repeat;
}

/*リンクバナー*/

.link_bar {
	background-image: url(../img/link_banner_1.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 180px;
	padding-top: 5px;
	color: #000099;
	text-align: center;
	font-weight: bold;
	padding-right: 10px;
	line-height: 16px;
	font-size: 11px;
}
.link_bar a:link, .link_bar  a:visited{
	color: #000099;
	text-decoration:none;
	font-size: 11px;
}
.link_bar  a:hover{
	color: #0033FF;
	text-decoration:underline;
	font-size: 11px;
}

/*右コンテンツ*/

.right {
	float: right;
	width: 600px;
	text-align: center;
}

.main_img {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.about_us {
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
}
.about_us2 {
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	word-break: break-all;
}
.news {
	background-color: #f3f3f3;
	height: 500px;
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	text-align: left;
	color: #003366;
	background-image: url(../img/back_news.jpg);
	background-repeat: repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	scrollbar-face-color:#e2e2e2;
	scrollbar-base-color :#e2e2e2;
	scrollbar-arrow-color:#336699;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#999999;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

#main_e {
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back_main.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;

}

/* Footer
======================================*/
#footer {
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	background-image: url(../img/back_footer_1.jpg);
	background-repeat: repeat-x;
	letter-spacing: 1px;

}
.copyright_bk {
	background-image: url(../img/back_footer.png);
	background-repeat: no-repeat;
	width: 840px;
	text-align:center;
	font-size: 11px;
	color: #FFFFFF;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.copyright {
	width: 650px;
	text-align:right;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.login {
	text-align:right;
	font-size: 12px;
	color: #1C438F;
	height: 50px;
	padding-right: 20px;
	float: right;
}
.login   a:link{
	color:#003366;
	text-decoration:none;
}
.login   a:visited  {
	color:#003366;
	text-decoration:none;
}
.login   a:hover{
	color:#0099FF;
	text-decoration:none;
}

#footer_e {
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	background-image: url(../img/back_footer_1.jpg);
	background-repeat: repeat-x;
	letter-spacing: 1px;

}

.copyright_e {
	background-image: url(../img/back_footer.png);
	background-repeat: no-repeat;
	width: 640px;
	text-align:center;
	font-size: 11px;
	color: #FFFFFF;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	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);

}
.cont_text {
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 400px;
}

