/*------全体初期値--------*/
* {
	margin:0;
	padding:0;
	}
body {
	margin:0 auto;
	text-align:center;
	background:url("../images/bg_body.gif") top left repeat-x;
	}
p {
	color:#333;
	font-size:0.8em;
	line-height:1.3em;
	}
img{
	border:none;
	vertical-align:top;
	}
/*---------ヘッダ------------*/
/*H1の囲み*/
#top{
	position:relative;
	width:100%;
	height:20px;
	text-align:center;
}
#top h1 {
	position:relative;
	width:100%;
	height:auto;
	padding:5px 0 0 0;
	font-size:11px;
	color:#fff;
	background-color:#236;
	text-align:center;
}
#container {
	position:relative;
	width:780px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#header {
	position:relative;
	width:100%;
	height:80px;
	text-align:left;
}
#header h2 {
	position:relative;
	padding-top: 20px;
}

/*---------ここからメニューについて-------------*/
#menu {
	position:relative;
	width:780px;
	height:50px;
}

#menu li {
	float:left;
	list-style-type:none;
	overflow:hidden;
}

#menu a {
	position:relative;
	width:130px;
	height:50px;
	display:block;
	text-indent:-9999px;
}

/*▼メインメニューの画像を背景として設定▼*/
#menu01 a{background-image:url("../images/menu01.gif")}
#menu02 a{background-image:url("../images/menu02.gif")}
#menu03 a{background-image:url("../images/menu03.gif")}
#menu04 a{background-image:url("../images/menu04.gif")}
#menu05 a{background-image:url("../images/menu05.gif")}
#menu06 a{background-image:url("../images/menu06.gif")}
/*▲メインメニューの画像を背景として設定▲*/

/*▼メインメニューのマウスオーバー時の画面設定▼*/
#menu01 a:hover, #menu01 a:active {background-image:url("../images/menu01_on.gif")}
#menu02 a:hover {background-image:url("../images/menu02_on.gif")}
#menu03 a:hover {background-image:url("../images/menu03_on.gif")}
#menu04 a:hover {background-image:url("../images/menu04_on.gif")}
#menu05 a:hover {background-image:url("../images/menu05_on.gif")}
#menu06 a:hover {background-image:url("../images/menu06_on.gif")}
/*▲メインメニューのマウスオーバー時の画面設定▲*/

/*ここまでメニューについて*/

/*---------------ここからFlashについて--------------*/
#flash {
	clear: both;
	position: relative;
	width:780px;
	height:250px;
	padding: 0;
	margin: 0;
	}
/*ここまでFlashについて*/

/*-----------------ここからコンテンツについて----------------*/
/*※内容については別CSSに記述*/
#contents {
	position:relative;
	width:560px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}
/*ここまでコンテンツについて*/


/*------------------ここからサブコンテンツについて-----------*/
#subcontents {
	position:relative;
	width:180px;
	height:auto;
	float:right;
	padding-top:20px;
}

/*▼バナーの画像を背景画像として設定▼*/
#bnr01, #bnr02, #bnr03, #bnr04, #bnr04_pdf {
	padding-bottom:5px;
}

#bnr01 a , #bnr02 a , #bnr03 a , #bnr04 a{
	position:relative;
	width:180px;
	height:95px;
	text-align:center;
	background:#fff url("../images/bnr_omoushikomi.gif") left top no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

#bnr01 a:hover {background:#fff url("../images/bnr_omoushikomi_on.gif") left top no-repeat;}

#bnr02 a{
	width:180px;
	height:60px;
	background:#fff url("../images/bnr_goshitumon.gif") center top no-repeat;
}

#bnr02 a:hover {
	background:#fff url("../images/bnr_goshitumon_on.gif") center top no-repeat;
}

#bnr03 a{
	width:180px;
	height:60px;
	background:#fff url("../images/bnr_bosyuu.gif") center top no-repeat;
}

#bnr03 a:hover {background:#fff url("../images/bnr_bosyuu_on.gif") center top no-repeat;}


#bnr04 a{
	width:180px;
	height:60px;
	background:#fff url("../images/bnr_download.gif") center top no-repeat;
}

#bnr04 a:hover {background:#fff url("../images/bnr_download_on.gif") center top no-repeat;}

#bnr04 p {
	padding:2px 0;
	font-size:0.7em;
	color:#666;
}

#bnr04_pdf{
	position:relative;
	width:148px;
	hegiht:auto;
	padding:10px;
	border:1px #AAA solid;
	text-align:left;
}

#bnr04_pdf p{
	padding-top:5px;
	font-size:0.6em;
	color:#666;
}

/*▲バナーの画像を背景画像として設定▲*/

/*------------------ここから関連先リンクについて----------------------*/
#link {
	position:relative;
	width:170px;
	height:auto;
	margin:0;
	padding:0;
	margin-top:25px;
	border:1px solid #ddd;
	text-align:left;
}

#link ul{
	padding:10px 10px 5px 10px;
}

#link li{
	padding-bottom:10px;
}

#link a {
	padding:5px 0 5px 10px;
	font-size:0.8em;
	background:url("../images/link_icon.gif") no-repeat left 2px;
}
/*ここまで関連先リンクについて*/
/*ここまでサブコンテンツについて*/

/*-------------------ここから下層リンクについて----------------------*/
#underlink {
	position:relative;
	width:780px;
	height:30px;
	clear:both;
	text-align:right;
	padding-top:50px;
	padding-bottom:10px;
}
#underlink li {
	float:right;
}
#underlink a{
	padding:15px;
	font-size:0.8em;
	background: url(../images/underlink_icon.gif) no-repeat scroll 0px;
}
/*ここまで下層リンクについて*/


/*---------------------ここからコピーライトについて--------------------------*/
#copyright {
	position:relative;
	width:100%;
	height:auto;
	padding-top:15px;
	padding-bottom:25px;
	background-color:#ddd;
	font-size:12px;
	color:#555;
	letter-spacing: 0.1em;
}
/*ここまでコピーライトについて*/

/*-----------------------------------------------------------*/
/*▼ここからアンカーの設定▼*/
a	{color:#04C;	}
a:hover	{background-color:#BEE;}
#link a:hover, #underlink a:hover {	text-decoration:none;}
a:visited{color:#47A;}
/*▲ここまでアンカーの設定▲*/

/*-----------------------------------------------------------*/
/*ここからIE用CSSハック*/
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/*ここまでIE用CSSハック*/
