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

html, body {  
	height: 100%;  
	margin: 0;  
	padding: 0;  
    } 

html{
	background:#FFF;
	}


body {
	margin :0px auto 0 auto;
	text-align:center;
	font-size: 90%;
	line-height:1.5;
	color:#000;
	background:url(../images/bk_header.gif) repeat-x;	
}

@media print {
	_body {zoom:75%;}
}


a:link {color:#004ccc;}
a:visited {color:#004ccc;}
a:hover {text-decoration: none; color:#E60039;}

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

ul {
	list-style: none;
}


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

#container{}

#home #container {
}

#contents {
	text-align: center;
	margin: 0 auto;
	width:980px;
}

h1 {
	margin: 0 auto;
	padding:0px;
	clear:both;
}

h2,h3,h4,h5 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

h3 {
	clear: both;
	background: url(../images/bk_h3.gif) repeat-x;
	height: 50px;
	line-height: 50px;
	padding: 0.1em 0 0 0.5em;
}

h4 {
	clear: both;
	background: url(../images/icon_sq01.gif) no-repeat left center;
	border-bottom: #CCC solid 1px;	
	height: 30px;
	line-height: 30px;
	padding: 0.1em 0 0 20px;
}

h5 {
	clear: both;
	font-size:100%;
	font-weight:bold;
	background:#ffffcc;
	padding:0.3em;
	margin-top:1em;
}

#pageNavigation {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

#mainTitle,
#navigationTitle {
	position: absolute;
	top: -10000px;
	left: -10000px;
}


#main {
	background:#FFF;		
	margin: 0 auto;
	clear:both;
	padding: 20px;
}

/*リストスタイル*/

.circle li {
	background: url(../images/icon_c02.gif) no-repeat left 3px;
	margin-left: 1em;
	padding-left: 15px;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	}
	
p.circle {
	background: url(../images/icon_c01.gif) no-repeat left center;
	padding-left: 20px;
	}	

/*その他スタイル*/

.pageTop{
	clear: both;
	margin: 0 auto 10px;
	padding-left:15px;
	font-size: 80%;
	text-align: right;
	float:right;
	background: url(../images/icon_top.gif) no-repeat 0 center;
}

.box{
	width:900px;
	margin: 10px auto 0;
	text-align: left;
	line-height: 2em;
	}

.txtArea{
	clear: both;
	width:95%;
	margin: 20px auto;
	color:black;
}

.notes {
	border: #C4EBF0 1px solid;
	padding: 0.5em 1em;
	}


.mgl_1em {
	margin-left: 1em;
}

.mid {
	vertical-align:middle;
}

.l_spa {
	letter-spacing: 0.1em;
	}

.txt_r {
	text-align: right;
}

.attention {
	color: #C03;
	font-weight: bold;
	font-size: 90%;
}

/* ------------------------------
   header
------------------------------ */

#logo {
	float: left;
	height: 65px;
}

#fontsize {
	float: right;
	margin-top: 20px;
}

	#fontsize dt,dd{
		float: left;
		margin: 0;
	}



/* ------------------------------
   パンくずリスト
------------------------------ */

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

/* ------------------------------
   menu
------------------------------ */

#menu {
	height:60px;
	margin:0 ;
	padding:0;
	text-align:left;
	clear:both;
	border-left:solid 1px #f2b18f;
	background:url(../images/bk_menu.gif) repeat-x right top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

	#menu li {
		float:left;
		padding:0;
		color: #000;
		font-size: 110%;
		text-align: center;
		line-height: 60px;
		height:60px;
		width: 485px;
		display:block;
		white-space: nowrap;
		border-right:solid 1px #f2b18f;
		text-align: center;
	}
	
	#menu li a {
		display:block;
		color:#000;
		height:60px;
	}
	
	#menu ul {
		padding: 0;
		list-style: none;
	}

	#menu a:link,
	#menu a:visited{ text-decoration: none; color: #000;}
	#menu a:hover{
		background:url(../images/bk_menu_on.gif) repeat-x right top; 
		color: #000;
	}

	#menu a:hover img{
		opacity:1;filter:alpha(opacity=100);-ms-filter: "alpha( opacity=100 )";
	}	
	
	#menu .act {
		background:url(../images/bk_menu_on.gif) repeat-x right top;
	}

	#menu .act2 {
		background:url(../images/bk_menu_on.gif) repeat-x right top;
	}
	
	#menu .act2 a:link,
	#menu .act2 a:visited{ text-decoration: none; color: #000;}
	#menu .act2 a:hover{ color: #000;
	}

/* ------------------------------
   ポリシー
------------------------------ */

#policy {
	clear:both;
	padding:0;
	margin: 1em 2em 0 0;
	float:right;
	font-size: 80%;	
}
	#policy ul {}
	
	#policy li {
		background: url(../images/icon_sa01.gif) no-repeat 0 center;
		margin: 0 0 0 15px;
		padding-left:8px;
		float: left;
	}
	
	#policy a:link,
	#policy a:visited {
		display:block;
	}

/* ------------------------------
   footer
------------------------------ */

#footer {
	background:#f2b18f;
	margin:0;
	clear:both;
	padding-top:20px;
	height:100px;
	width:100%;
}


#copy {
	margin:0;	
	color: #333;
	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;
}

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

#outline { font-size: 120%; }


#outline dl {
	float:left;
	width:620px;
}
	
#outline dt {
	float: left;
	background: url(../images/icon_c01.gif) no-repeat left center;
	width: 5em;
	padding-left: 20px;
	padding-bottom: 0.2em;
		}	
		
#outline dd {
		padding-bottom: 0.2em;
		float:left;
	}

#place { clear:both;}
	
	#place div {
	width: 400px;
	float: left;
		}
	#place img { 
		float: right;
		}
	
	#place .cap {
		clear: both;
		text-align: right;
		font-size: 90%;
	}

.data { clear:both;}
	
	.data dt {
	clear: left;
	float: left;
	background: url(../images/icon_c02.gif) no-repeat left center;
	width: 4em;
	padding-left: 15px;
	padding-bottom: 0.2em;
		}	
		
	.data dd {
		width: 700px;
		margin-left: 0;
		padding-bottom: 0.2em;	
	}

/*\*/
* html #outlineBk {
    height: 1em;
}

#outlineBk {
    display: block;
}
/**/


/* ------------------------------
   ２階層目
------------------------------ */


/* ------------------------------
   プログラム
------------------------------ */
dl.program  {
	clear: left;
	overflow: hidden;
}


dl.program dt {
	float:left;
	background:url(../images/icon_c01.gif) no-repeat left center;
	padding-left: 20px;
	width:12em;
	clear: left;
}

dl.program dd {
	width: 600px;
}


dl.kityo  {
	clear: left;
	overflow: hidden;
}


dl.kityo dt {
	float:left;
	background:url(../images/icon_c01.gif) no-repeat left center;
	padding-left: 20px;
	width:5em;
	clear: left;
}

dl.kityo dd {
	width: 600px;
}
