@charset "UTF-8";

/* ===================================================
	Common CSS
	
	1. 全体設定
	2. レイアウト
	3. ページ内
====================================================== */


/* 1.全体設定
--------------------------------------------------- */

* { margin: 0; padding: 0; font-style: normal;}
.clear{ clear: both;}

p { font-size: 0.75em; line-height: 1.5;}


ul {
	line-height: 1.6;
	list-style: none;
	font-size: 0.75em;
}

ul.sidelist li {
	padding-left: 15px;
	background: url(../img/icon2.gif) no-repeat left center;
}

hr{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	border-width: 1px 0 0 0;
	border-top: solid #fff;
	background: #fff; color: #fff;
}

address	{
	font-style: normal; }


/* -------------------------------- */

a {text-decoration: none;}
a:link,a:visited { color: #000; text-decoration: none;}
a:hover,a:active{ color: #000; text-decoration: underline;}

div#news a:link,
div#news a:visited {
	color: #0000ff; text-decoration: none;}

div#news a:hover,
div#news a:active{
	color: #0000ff; text-decoration: underline;}


a img {
	border-style: none; border-width: 0px;
	text-decoration: none;}
img { border: none; vertical-align: middle;}


em { font-weight: bolder;}
strong { color: #ff0000;}

ins { color: #666666; text-decoration: underline;}
del { color: #999999; text-decoration: line-through;}



/* 2.レイアウト
--------------------------------------------------- */


body {
	text-align: center;
	background: #ccc;
}


div#all{
	margin: 0 auto;
	width: 780px;
	font-family: Airai,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #000;
	background: #fff;
}


div#inner{
	margin: 0 10px;
	width: 760px;
	text-align: left;
}


div#footer{
	padding: 7px 0 10px;
}



/* 3.ページ内
--------------------------------------------------- */


/*ヘッダー*/

div#header{
	position: relative;
	border-bottom: 3px solid #ff7f00;
}

div#logo {
	width: 215px;
	height: 75px;
	float: left;
}

div#logo a img{
	margin: 28px 0 0 8px;
	width: 215px;
	height: 38px;
}


div#top_info{
	margin: 20px 0 0 0;
	width: 415px;
	float: right;
	text-align: left;
}


div#top_photo{
	clear: both; }


/*ナビゲーション*/

ul#navigation{
	position: absolute;
	top: 47px;
	right: 4px;
	width: 411px;
	height: 32px;
}

/* IE */
*html ul#navigation{ top: 48px;}
*+html ul#navigation {top: 48px;}
/* IE */


ul#navigation li {
	display: inline;
}

ul#navigation li a{
	display: block;
	line-height: 32px;
	color: #000;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
}

	li#navi01 a:link,
	li#navi01 a:visited {
	width: 63px;
	background: url(../img/navi01_off.png) no-repeat left center;}	
	
	li#navi01 a:hover,
	li#navi01 a:active,
	li#navi01_on a{
	width: 63px;
	background: url(../img/navi01_on.png) no-repeat left center;}


	li#navi02 a:link,
	li#navi02 a:visited {
	width: 119px;
	background: url(../img/navi02_off.png) no-repeat left center;}	
	
	li#navi02 a:hover,
	li#navi02 a:active,
	li#navi02_on a{
	width: 119px;
	background: url(../img/navi02_on.png) no-repeat left center;}


	li#navi03 a:link,
	li#navi03 a:visited {
	width: 92px;
	background: url(../img/navi03_off.png) no-repeat left center;}	
	
	li#navi03 a:hover,
	li#navi03 a:active,
	li#navi03_on a{
	width: 92px;
	background: url(../img/navi03_on.png) no-repeat left center;}


	li#navi04 a:link,
	li#navi04 a:visited {
	width: 67px;
	background: url(../img/navi04_off.png) no-repeat left center;}	
	
	li#navi04 a:hover,
	li#navi04 a:active,
	li#navi04_on a{
	width: 67px;
	background: url(../img/navi04_on.png) no-repeat left center;}


	li#navi05 a:link,
	li#navi05 a:visited {
	width: 69px;
	background: url(../img/navi05_off.png) no-repeat left center;}	
	
	li#navi05 a:hover,
	li#navi05 a:active,
	li#navi05_on a{
	width: 69px;
	background: url(../img/navi05_on.png) no-repeat left center;}



/*メイン内*/

div#line{
	clear:both;
	margin: 0;
	line-height: 3px;
	color: ff7f00;
	background: #ff7f00;
}


/*フッター内*/

div#copyright{
	width: 510px;
	float: left;
	line-height: 32px;
}

div#copyright p{ padding-left: 5px; display: inline;}


ul#btmlist{
	margin-left: 530px;}

ul#btmlist li{
	display: inline;
	padding-left: 11px;
	background: url(../img/icon.gif) no-repeat left center;
}

li.space {
	margin-left: 25px; }