/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

html, body {
	margin: 0;  
	padding: 0;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
    } 



body {
/*	min-width: 900px;
	max-width: 1280px;*/
	margin :0 auto;
	text-align:center;
	line-height:1.5;
	color:#000;
	background:url(../images/back.gif) repeat-x white;
}

body.font_size_max{
	font-size:120%;
}
body.font_size_middle{
	font-size:90%;
}
body.font_size_min{
	font-size:75%;
}

@media print {
	#header,#cate,#footer {display:none;}
	.waku {background:white;}
}


a:link {color:#0000ff;}
a:visited {color:#0000cc;}
a:hover {text-decoration: none;}
a:hover img{
	opacity:0.7;filter:alpha(opacity=70);-ms-filter: "alpha( opacity=70 )";
}

dl,ul {
	margin:0;
	padding:0;
}

ul {
	list-style: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.mid {
	vertical-align:middle;
}

.bold {
	font-weight: bold;
}

.nomal {
	font-weight: normal;
}


/* pdf要素
----------------------------------------------------------- */
a[href$=".pdf"]	{ 
	background: url(../images/icon_pdf.gif) no-repeat top left;
	padding-left:20px;
}
* html a.pdf{ 
	background: url(../images/icon_pdf.gif) no-repeat top left;
	padding-left:20px;
}

/* word要素
----------------------------------------------------------- */
a[href$=".doc"]	{ 
	background: url(../images/icon_word.gif) no-repeat top left;
	padding-left:20px;
}
* html a.doc{ 
	background: url(../images/icon_word.gif) no-repeat top left;
	padding-left:20px;
}


#container {
	max-width:1280px;
	min-width:900px;
	width:100%;
	margin:0 auto;
	padding:0;
}
			#container:after {
				content: ".";
				clear: both;
				display: block;
				height: 0;
				visibility: hidden;
			}

#wrap {
	background:#EAF6FD;
}
			#wrap:after {
				content: ".";
				clear: both;
				display: block;
				height: 0;
				visibility: hidden;
			}

h1 {
	text-align:left;
	margin:0;
	padding:0;
	float:left;
}

.semilink a { text-decoration: none;}
.semilink a:hover {text-decoration: underline;}


/* header */


#header {
	height:175px;
	background: url(../images/header_back.jpg) no-repeat;
	text-align:left;
}

#headerRight{
	float:right;
	margin-right: 20px;
	font-size:14px;
	text-align:right;
}

#header .right {
	text-align:right;
	float:right;
}

#jst_logo {
	height: 35px;
}

/*文字サイズ変更*/

#FONTTOOL {
	width:170px;
	float:right;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:3px;
	margin-right: 2px;
	line-height:0;
}

	#FONTTOOL li {
		list-style:none;
		padding:0;
		margin:0;
		float:left;
	}
	
/*検索*/

#search {
	clear: both;
	float: right;
	margin:0;
	paddin:0;
	text-align:left;
	height:21px;
	line-height:0;
	}

#btnG{
	padding:0;
	margin:0;
	vertical-align:middle;
	
	position: relative;
	right: 0;
	top: 0;
}

.searchText{
	width:150px;
	width:140px\9; /*IE8*/
	*width:140px; /*IE7*/
	_width:140px; /*IE6*/
	border:solid 1px #cccccc;
	height:19px;
	vertical-align:middle;
	
	position: relative;
	right: 0;
	right: -15px\9; /*IE8*/
	*right: -15px; /*IE7*/
	_right: -15px; /*IE6*/
}

.searchText:not(:target) {
	width: 140px\9; /*IE9*/
	right: -15px\9; /*IE9*/
}

/*ヘッダー右下リンク*/

#header_link{
	width: 100%;	
	margin:10px 0 0 0;
	padding:0;
	clear: both;
	float: right;
}

	#header_link li{
		list-style: none;
		padding: 0 15px 0 15px;
		margin: 0 0 0 10px;
		float: left;
		border:solid 1px white;
		color:white;
		background:#426DB5;
	}
	
	#header_link a:link,
	#header_link a:visited {
		color:white;
	}
	
	
/*menu*/


#menu {
	min-width: 900px;
	max-width: 1280px;
	height:35px;
	margin:0 auto;
	padding:0;
	text-align:left;
	clear:both;
	border-left: 1px solid #FFF;
}

	#menu li {
		float:left;
		padding:0;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		line-height: 35px;
		height:35px;
		width: 24.9%;
	}
	
	#menu li a {
		display:block;
	}
	
	#menu ul {
		padding: 0;
		list-style: none;	
	}

	#menu a:link,
	#menu a:visited{
		text-decoration: none;
		color: #FFF;
		background:url(../images/menu_back.gif) no-repeat top right;
	}
	#menu a:hover{
		background:url(../images/menu_back_on.gif) no-repeat top right;
		color:black;
	}
	
	#menu .act {
		background:url(../images/menu_back_on.gif) no-repeat top right;
		color:black;
	}

#warap{
	width: 100%;
	overflow: hidden;
	background:white;
}

/* main */

#containerInner {
	float: left;
	width: 100%;
}

#contents {
	text-align:left;
	padding: 30px;
}


.waku {
	border:solid 1px #999;
	padding:5px;
	text-align:left;
	background:url(../images/main_back.jpg) no-repeat 0 100% white;
}

	.waku p {
		margin:0.5em 1em;
	}



/* パンくずリスト */

#cate {
	text-align:left;
	font-size:90%;
	padding:10px 0 5px 10px;
}

/* このページのトップへ */

.pageTop {
	text-align:right;
	font-size:90%;
}

	.pageTop span{
		background:url(../images/icon_top.gif) no-repeat left center;
		padding-left:15px;	
	}


/*footer*/

#footer {
	background:#426DB5;
	margin:0;
	clear:both;
	height:3em;
	width:100%;
}

#policy {
	clear:both;
	padding:0;
	margin:30px 10px 10px 0;
	font-size: 90%;
}
	#policy ul {
		float:right;
	}
	
	#policy li {
		list-style: none;
		padding: 0 15px 0 15px;
		margin: 0 0 5px 10px;;
		float: left;
		border:solid 1px white;
		color:white;
		background:#426DB5;
	}
	
	#policy a:link,
	#policy a:visited {
		color:white;
		display:block;
	}
	
	
	#policy ul {
		margin:0 auto;
		padding:0;
		list-style:none;
	}

#copy {
	margin:0;	
	color: #FFF;
	letter-spacing: 0.1em;
	padding:10px;
	font-weight:bold;
	clear:both;
}

/* ------------------------------
   .clearFix
------------------------------ */
.clearFix{
	display:inline-table;
	min-height:1%;
}
.clearFix:after{
	display:block; 
	clear:both; 
	visibility:hidden;
	height:0; 
	content:".";
}
/* Hides from IE-mac \*/
* html .clearFix{
height:1%;
}
.clearFix{
display:block;
}
/* End hide from IE-mac */

.clear{
clear:both;
}


	
/* ------------------------------
   トップページ
------------------------------ */


h2{
	background:url(../images/h2.gif) no-repeat 0 center;
	padding:5px 0 5px 12px;
	margin:5px;
	font-size:110%;
	border-bottom:solid 2px #ccc;
	color:#333;
	clear:both;
}

h3 {
	background:#BFE6FF;
	margin:0.5em 0;
	padding:0.3em;
}

h4 {
	border-bottom:dotted 2px #666;
	padding:0.2em;
	margin:0.2em 0 ;
}

h5 {
	margin:0.2em 0;
	font-size:100%;
	border-bottom:double 3px #ccc;
	padding:0.2em;
}

/* ------------------------------
   ２階層目
------------------------------ */
.program {
	border-bottom:solid 1px #ccc;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}
	.program dt {
		float:left;
		width:10em;
		text-align:center;
		clear:both;
		font-weight:bold;
	}

	.program dd {
		margin-left:10em;
	}
	
	.program dd .left {
		float:left;
		margin-right:5px;
	}

.m_left {
	float:left;
	margin-right:5px;
}
