@charset "utf-8";
/* CSS Document */

/*==========================================
	基本設定
	・ブラウザ設定解除
	・テキストリンク基本色
	・.clearfix
	・カラー
==========================================*/
html {
	overflow-y: scroll;
}
body {
	font-size:12px;
	color:#333333;
	text-align:left;
	line-height:1.4em;
}
* {
	padding:0px;
	border:0px;
	margin:0px;
}
h1,h2,h3,h4,h5,h6{
	text-align:left;
	line-height:1.2em;
}
p {
	line-height: 1.6;
	text-align:left;
}
ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
th {
	font-weight: normal;
}





/* テキストリンク基本色 */
a {
	color: #FF4D00;
}
a:hover {
	color: #666;
}
a:focus {
	outline: none;
}

* html body {
	text-align: center; /* IE6.0�ȉ��R���e���c�Z���^�����O */
}


/*==========================================
	.clearfix
==========================================*/
.clear {
	clear: both;
}
.clearfix {
	zoom:1;  /* for IE 5.5-7 */
}
.clearfix:after {  /* for modern browser */
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/*==========================================
	全ページ共通スタイル	
==========================================*/
#all {
	width:860px;
	padding:0px 10px;
	margin: 0 auto;
	background:url(../img/shadow.gif) 0 0 repeat-y;
	
}


/*================================
	ヘッダ
================================*/
#head {
	width:860px;
	clear:left;
}
#head h1 {
	float:left;
}
#head h1 img {}
#head img {
	float:left;
}

/*================================
	ナビゲーション
================================*/
#navi {}
#navi ul {
	width:860px;
	clear:left;
}
#navi ul li {
	width:172px;
	float:left;
}
#navi ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
#navi ul li a:hover {
	background-color: #fff;
	height: 100%;
}
#navi ul li a:hover img {
	visibility: hidden;
	}
#navi ul li.nav1 a {
	background:url(../img/nav_01b.gif) 0 0 no-repeat;
}
#navi ul li.nav2 a {
	background:url(../img/nav_02b.gif) 0 0 no-repeat;
}
#navi ul li.nav3 a {
	background:url(../img/nav_03b.gif) 0 0 no-repeat;
}
#navi ul li.nav4 a {
	background:url(../img/nav_04b.gif) 0 0 no-repeat;
}
#navi ul li.nav5 a {
	background:url(../img/nav_05b.gif) 0 0 no-repeat;
}

/*================================
	コンテンツ
================================*/
#content {
	width:860px;
	}
#left {
	text-align:left;
}
	
/*================================
	フッター
================================*/
#footer {
	width:860px;
	height:73px;
	clear:both;
	background:url(../img/footer.jpg) 0 0 no-repeat;
}
#footer ul {
	float:left;
	padding:10px;
}
#footer ul li {
	float:left;
	color:#00ffff;
}
#footer ul li a {
	padding:0px 10px;
}
#footer ul li a:link,
#footer ul li a:visited {
	color:#FFFFFF;
}
#footer ul li a:hover,
#footer ul li a:active {
	color:#CCCCCC;
	text-decoration:none;
}

#footer dl {
	float:right;
	text-align:right;
	color:#FFFFFF;
	padding:10px;
}
#footer dl dt {
	font-size:14px;
	padding-bottom:3px;
}
#footer dl dd {}

#shadow_btm {
	width:880px;
	height:15px;
	background:url(../img/shadow_btm.png) no-repeat;
	padding:0px;
	margin:0 auto;
}
	
/*==========================================
	.color
==========================================*/

.blue-l { color:#0057be;}
.blue-m { color:#04438e;}
.blue-h { color:#203875;}
.blue-u { color:#001257;}

.light-blue { color:#00ffff;}

.red { color:#f80204;}
.orange { color:#ffa341;}
.green { color:#42a529;}