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

/* 基本スタイル
---------------------------------------------*/
body{
	text-align: center;/* テキストを中央揃え */
	font-size:75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.5;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #333333; 
	/*background-color: #FFFFFF;*/
	background:#FFFFFF;
}
h4{
	font-size:80%;
	color: #FFFFFF;
	background-color: #004412;
	height: 20px;
	padding-left:15px;
	padding-top:5px;
	margin-top:0px;
}
h1{
	font-size:130%;
	color: #FFFFFF;
	background-color:#FF6600;
	border-bottom: 3px solid #CCCCCC;
}
h2{
	font-size:117%;
	background-color:#EFEFEF;
	border-bottom: 1px solid #CCCCCC;
}
h3{
	font-size:75%;
	background-color:#00CC33;
}
p {
	margin: 10px 0 10px 10px;
}

#wrapper {
	width: 800px;
	text-align:left;
}
ol {
	list-style-type: none;
	letter-spacing: 5px;
	margin-left:0px;
}


/* ヘッダー
---------------------------------------------*/
#header {
	background-color: #FFFFFF;
	height: 130px;
	background-image:url(../img/top_img01.gif);
	background-repeat: no-repeat;
	width: 800px;
}

/* 2段組の右部分
---------------------------------------------*/
#primary {
	float:right;
	width:600px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* 2段組の左部分
---------------------------------------------*/
#secondary {
	float:left;
	width:200px;
	margin:10px 0px 0px 0px;
	background-color: #FFFFFF;
}
#secondary h3 {
	margin: 0;
	padding: 2px 2px;
	font-size: 100%;
	background-color:#FF6600;
	border-top: 1px solid #D77900;
	border-bottom: 1px solid #D77900;
	color: #FFFFFF;
}
#secondary p {
	margin: 10px;
}
/* フッター
---------------------------------------------*/
#footer{
	clear:both;
	height:32px;
	background-color:#000000;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	background-position:center;
	color:#CCCCCC;
	width: 800px;
}
/* 本文
---------------------------------------------*/
#content{
	width:600px;
	height: auto;
}
.section {
	margin: 0px;
	padding: 0px;
	height: auto;
}
#section2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	page-break-before: auto;
	clear: left;
	float: none;
	padding-top: 0px;
	margin-top:0px;
	
}
#bises{
	margin: 0px;
	padding: 0px;
	height: auto;
	page-break-before: auto;
	clear: none;
	float: left;
	padding-top: 0px;
	padding-left:5px;
	width: 390px;
}
#osusume{
	margin: 0px;
	height: auto;
	page-break-before: auto;
	clear: none;
	float: left;
	padding-top: 0px;
	width: 200px;
	padding-left:5px;
}
#osusume01{
	width: 140px;
	text-align: center;
	float: left;
	height: 55px;
}

	
/* メニュー用ナビ
---------------------------------------------*/
#top_navigation {
	width: 150px; /* ボックスの幅を指定 */
	margin-bottom:30px;
}
#top_navigation ul {
	list-style: none; /* リストのマーカーを表示させないように指定 */
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0; /* 全方向のパディングを0に指定 */
	border-top: 1px solid #CCCCCC;
}
#top_navigation li {
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0; /* 全方向のパディングを0に指定 */
	border-bottom: 1px solid #CCCCCC; /* オフマウス時のマーカー画像と背景色を指定 */
	background-color: #00FFFF;
	background-image: url(images/list_marker_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#top_navigation a {
	background: #FFFFFF url(images/list_marker_red.gif) left center no-repeat; /* リストのマーカー画像と背景色を指定 */
	padding: 4px 0 4px 10px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	display: block;
	width: 150px !important;
	width /**/: 130px;
	color: #333333;
	text-decoration: none;
}
#top_navigation a:hover {
	color: #FFFFFF; /* オンマウス時の文字色を指定 */
	background-image: none; /* オンマウス時の背景画像を表示させないように指定 */
	background-color: transparent; /* オンマウス時の背景色を透過するように指定 */
}

/* リンク用ナビ
---------------------------------------------*/
#navigation {
	width: 180px; /* ボックスの幅を指定 */
	margin-bottom:30px;
}
#navigation ul {
	list-style: none; /* リストのマーカーを表示させないように指定 */
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0; /* 全方向のパディングを0に指定 */
}
#navigation li {
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0; /* 全方向のパディングを0に指定 */
}
#navigation a {
	background: #FFFFFF url(images/list_marker_red.gif) left center no-repeat; /* リストのマーカー画像と背景色を指定 */
	padding: 4px 0 4px 10px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
}

/* 一部に適用　リンク部分の背景色
---------------------------------------------*/
.orange{

}
.green{
	background-color:#00CC00;
}
.text {
	font-size: 10px;
	line-height: 12px;
}
#sectionleft    {
	margin-top: 15px;
	width: 600px;
	height: auto;
	padding-left: 0px;
	clear: none;
	float: left;
	margin-bottom: 15px;
}
#sectionright {
	width: 260px;
	padding-left: 20px;
	clear: none;
	float: left;
	page-break-before: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sectionall {
	width: 800px;
	height: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sectioncenter {
	height: 200px;
	width: 600px;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	float: inherit;
	clear: none;
	page-break-before: auto;
}
