@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.3em;
	background: #FFFFFF url(../images/body_bg.gif) left top repeat-y;
	font-style: normal;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	line-height: 1.3em;
	/**/
}
h1 {
	/*\*/
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: normal;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 1px;
	/**/
}
h2 {
	/*\*/
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 1px;
	/**/
}
h3 {
	/*\*/
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 1px;
	/**/
}
.pix_12 {  font-size: 12px; 
           font-style: normal; 
		   color: #333333; 
		   letter-spacing: 1px; 
		   word-spacing: 2px;
		   white-space: normal;
		   line-height: 1.2em;
}
.style1 {color: #FF0000
}
/* ヘッダー
---------------------------------------------*/
#top_head {
	font-size: 10px;
	height: 15px;
	background-color:#F2F2F2;
	width: 100%;
}
#header {
	position: relative;
	width: 100%;
	background: #FFFFFF url(../images/header_bg.gif) left top no-repeat;
	padding: 10px;
	background-color: #FFFFFF;
}
#logo {
	position: absolute;
	left: 2px;
	top: 5px;
	margin: 0;
}
#under_head {
	height: 10px;
	background-color: #FF870F;
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
	position: absolute;
	left: 155px;
	width: 630px;
	top: 2px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 80px;
		margin: 0;
	}
	#navigation li a {
		display: block;
		width: 100%; /* Windows Internet Explorer 6対策 */
		padding: 8px 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
	}
	#navigation li a:hover {
		color: #EC8602;
	}
	/* リスト
	---------------------------------------------*/
	

