@charset "utf-8";

/* ---------- 基本設定 ---------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll; /*FireFoxのスクロールバー分のズレをとるCSS*/
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	margin:1em 0;}
/* ---------- 全般設定 ---------- */
body {
	font-size: 0.9em;
	text-align:center;
	line-height: 1.8;
	color:#313131;
	background-color:#3e414a;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif !important;}
body, x:-moz-broken{font-family:"Verdana","ＭＳ ゴシック", "Osaka－等幅"}
html* body{font-family:"ＭＳ ゴシック", "MS Gothic",sans-serif;}
body#english {
	font-family: Arial,Meiryo,Verdana,sans-serif;
	font-size: 0.9em;
	line-height: 1.8;
	color:#313131;
	background-color:#efefef;
}


/* ---------- リンクの色を指定 ---------- */
a:link {
	text-decoration: underline;
	color: #2c83e1;
}
a:visited {
	text-decoration: underline;
	color: #2c83e1;
}
a:active {
	text-decoration: underline;
	color: #2c83e1;
}
a:hover {
 	text-decoration: none;
	color:#2c83e1;
}
a name {
	text-decoration: underline;
	color: red;
}

a.point_r{
	background:url(../img/ico_r.gif) no-repeat 0 3px;
	padding-left:12px;
	color: #2c83e1;
	}
a.mail{
	background:url(../img/ico_list.png) no-repeat 0 -94px;
	padding-left:20px;
	}
a.pdf{
	background:url(../img/ico_list.png) no-repeat 0 3px;
	padding-left:22px;
	}
a.out{
	background:url(../img/ico_list.png) no-repeat 0 -116px;
	padding-left:22px;
	}
a.word{
	background:url(../img/ico_list.png) no-repeat 0 -25px;
	padding-left:20px;
	}

a.xls{
	background:url(../img/ico_list.png) no-repeat 0 -50px;
	padding-left:20px;
	}
a.ppt{
	background:url(../img/ico_list.png) no-repeat 0 -72px;
	padding-left:20px;
	}



/* ---------- 見出し設定 ---------- */
h1 {
	margin:0;
	padding:0;

}

h2{
	background:url(../img/bg_h2.jpg) no-repeat left;
	padding:12px 15px;
	margin:0;
	font-size:1.6em;
	font-weight:normal;
	color:#FFF;
	height:37px;

}

*html h2{
	background:url(../img/bg_h2.jpg) no-repeat 0 0;

}
h2.top{
	margin:0;
	padding:0;
	background:none;
	height:346px;

}

h3{
	background:url(../img/bg_h3.png) no-repeat left;
	padding:7px 0 0 15px;
	margin:1em 0;
	font-size:1.1em;
	font-weight:normal;
	height:30px;
	}

h4{
	border-left:5px solid #d23f3f;
	padding-left:8px;
	margin:2em 0 1em 0;
	}


/* ====================== 骨組み ====================== */
/* ---------- body_box ---------- */
#body_box {
	margin:0;
	padding:0;
	background: url(../img/bg_body.jpg) repeat-x #FFF;
	}
#body_box_in {
	margin:0;
	padding:0;
	background: url(../img/bg_body_in.jpg) repeat-x #FFF;
	}

/* ---------- container ---------- */
#container {
	width:850px;
	background:url(../img/bg_left_c.jpg) repeat-y left #FFF;
	margin:0 auto;
	padding:0;
	text-align:left;
}
/* ---------- header ---------- */
#header {
	margin:0;
	width:850px;
	padding:0;
	height:110px;
	position:relative;
}


#header h1{
	margin:0;
	padding:0;
}



#left_column{
	width:210px;
	float:left;
	margin:0 0 0 0;
	padding:0;
	}

	
/* ---------- globalnav ---------- */
#globalnav {
	width:210px;
	margin:0;
	padding:0;
}

#globalnav ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#globalnav ul li{
	height:31px;
	margin:0;
	padding:0;
	}
#globalnav ul li a{
	display:block;
	background:url(../img/bg_menu_off.jpg) no-repeat;
	color:#201e1e;
	text-decoration:none;
	height:28px;
	width:190px;
	margin:0;
	padding:3px 5px 0 15px;
	
	}
*html #globalnav ul li a{
	height:31px;
	width:210px;

	}
#globalnav ul li a:hover{
	background:url(../img/bg_menu_on.jpg) no-repeat;
	color:#FFF;
	text-decoration:none;
	}
#globalnav ul li span{
	display:block;
	background:url(../img/bg_menu_on.jpg) no-repeat;
	color:#FFF;
	height:28px;
	width:190px;
	margin:0;
	padding:3px 5px 0 15px;
	}
*html #globalnav ul li span{
	height:31px;
	width:210px;

	}
.bnr_l{
	width:190px;
	margin:10px 0 0 10px;
	}


/* ---------- main ---------- */
#main {
	width:640px;
	float:right;
	margin:0;
	min-height:500px;
	position: relative;
}

#btn_navi{
	position:absolute;
	top:15px;
	left:550px;
	width:75px;
	height:25px;
	background:#FFF;
	}
#btn_navi a img{
	display:block;
	}
	
#btn_navi a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}

#btn_navi2{
	position:absolute;
	top:15px;
	left:760px;
	width:75px;
	height:25px;
	background:#FFF;
	}
#btn_navi2 a img{
	display:block;
	}
	
#btn_navi2 a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}

.article_top{
	padding:0 0 0 20px;
	margin:0;
	width:620px;
	}
.article{
	padding:0 20px;
	margin:0;
	width:600px;
	}
.article ol{
	margin-left:40px;}
/* ---------- top_mainimg ---------- */
#top_mainimg{
	width:640px;
	margin:0;
	padding:0;
}


/* ---------- top_news ---------- */
#top_news{
	width:620px;
	padding:0;
	margin:0 0 0 0;
	background:url(../img/bg_box_info.jpg) no-repeat top left;
}

#top_news dl{
	color:#333333;
	margin:10px;
	font-size:0.9em;
}
#top_news dl dt {
	float: left;
    margin: 0 10px 0 0;
	padding: 7px 0;
	text-align: left;
}
#top_news dl dd {
	margin: 0;
	padding: 7px 0 7px 110px;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}


.scroll{
	width:610px;
	margin:0 0 0 10px;
	height:120px;
	overflow-y:auto;
	line-height:180%;
}



/* ---------- jimukyoku ---------- */
#jimukyoku1{
	width:300px;
	padding:0;
	margin:15px 0 0 5px;
	background:url(../img/bg_box_jimu.jpg) no-repeat top left;
	float:left;
	font-size:0.9em;
}
*html #jimukyoku1{
	width:290px;
	}
#jimukyoku1 p{
	padding:0 5px 0 15px;
	}

#jimukyoku2{
	width:300px;
	padding:0;
	margin:15px 0 0 0;
	background:url(../img/bg_box_jimu.jpg) no-repeat top left;
	float:right;
	font-size:0.9em;
}
*html #jimukyoku2{
	width:290px;
	}
#jimukyoku2 p{
	padding:0 5px 0 15px;
	}



/* ---------- pagetop ---------- */
#pagetop {
	margin:0;
	padding:0 10px 5px 0;
	text-align:right;
	clear: both;
	padding-top:1.5em;
	color: #2c83e1;
}


/* ---------- footer ---------- */
#footer {
	clear:both;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#3e414a;
}
#footer_in {
	padding:0;
	margin:0 auto;
	width:850px;
	text-align:left;
	
}
.footer_l {
	padding:10px;
	margin:0;
	width:120px;
	float:left;
	
}
.footer_r {
	padding:10px;
	margin:0;
	width:680px;
	float:right;
	text-align:right;
	
}
#footer p {
	font-size:0.8em;
	color:#FFF;
	margin:0;
}
#footer a:link , #footer a:visited , #footer a:active {
	color:#FFF;}


/* ====================== アクセシビリティ対応 ====================== */

.speak{
	position:absolute;
	left:-9999em;
	top:0;
}
ul.speak_menu{
	list-style:none;
}
ul.speak_menu li{
	list-style:none;
}

div.speakAnchor{
	position:absolute;
	left:-9999em;
	top:0;

}
div#navSpeak{
	position:absolute;
	left:-9999em;
	top:0;
}
div#navSpeak.navSpeakShow {
	position:static;
	left:0;
	width:100%;
	background-color:#666;
	text-align:center;
	padding:10px 0;

}
div#navSpeak.navSpeakShow ul li{
	position:static;
	left:0;
	font-size:0.85em;
	display:inline;
	margin-right:1em;
}
div#navSpeak.navSpeakShow ul li a {
	color:#fff;
	background-color: transparent;
}
/* ====================== テーブル設定 ====================== */

table{
	margin:1.5em 0 1em 0;
	padding:0;
	width:100%;
	}

table.main_table{
	border:2px solid #999;
	}

table.main_table th{
	background-color:#edf8ff;
	border-bottom:dotted 1px #999;
	padding:5px;
	text-align:center;
	vertical-align:top;
	}
table.main_table td{
	padding:5px;
	border-bottom:dotted 1px #999;
	}
	
#main.main_table table.br td {
	border-bottom: dotted 1px #666666;
	border-right:solid 1px #999999; 
	padding:4px;
}



/* ====================== 個別設定 ====================== */

.attention{
	color:#F00;}
.right{
	text-align:right;
	}
.small{
	line-height:1.1;
	font-size:0.9em;
	text-align:left;
	padding:5px 0 0 15px;
	}

.box_entry{
	border:1px solid #ed6c00;
	width:90%;
	margin:1em auto;
	text-align:center;
	background:#F2F2F2;
	font-weight:bold;
	font-size:1.2em;
	padding:15px;
	}

.box_top{
	border:1px solid #CCC;
	background-color:#f5f5f5;
	padding:0px 15px; 
	margin:1em 15px;
	width:580px;
} 
.box1{
	border:1px solid #ed6c00;
	background-color: #ffe99b;
	padding:15px 5px 5px 5px; 
	margin:1em 15px;
	width:90%;
	text-align:center;
} 

.box2{
	border:solid 1px #999999;
	background-color: #D3EDF2;
	padding:5px;
	width:60%;
	text-align:center;
	margin:1em auto;
	} 
.box3{
	border:solid 1px #cccccc;
	padding:15px;
	width: 80%;
	text-align:center;
	margin:1em auto;
} 

.box4{
	border:1px solid #ed6c00;
	background-color: #ffffff;
	padding:15px;
	margin:1em auto;
	width:90%;
	text-align:center;
} 	
	
#main ul li {
	list-style: disc outside;
	text-align: left;
	margin-left:2em;
}

.kaichou{
	width:124px;
	float:right;
	margin:10px 15px 10px 15px;
}
	
/*-----------------adobe--------------------*/
table.adobe{
	border:2px solid #CCC;
	background: #F3F3F3;
	margin:1em auto;
	padding:0;
	width:540px;
	}
table.adobe td{
	padding:10px;
	font-size:0.8em;
	vertical-align:middle;
	text-align:left;
	}