
@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;/*ｾﾝﾀｰ*/
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color:#333;
/*	color: #CCC;
	background:#000;*/
}
a {
	/*color: #F60;*/
	color:#C00;
	text-decoration:none;
}
a:visited {
	color: #C63;
}
a:hover {
	color: #C60;
}
img {
	border: none;
	/*vertical-align: top;*/
}
#wrapper {
	margin:auto;/*ｾﾝﾀｰ*/
	text-align:left;/*ｾﾝﾀｰ*/
	width: 840px;
/*	background: #000;*/
	margin-top:15px;
	
}
/* ロゴ
---------------------------------------------*/

#logo{
	width: 270px;
	height: 51px;
	float:left;
}

/* 詳細
---------------------------------------------*/

.syousai{
	text-align:right;
	margin:10px 0px;
}

/* 戻る
---------------------------------------------*/

.back{
	text-align:right;
	margin:10px 10px 10px 0px;
}

/* サブナビゲーション
---------------------------------------------*/
div#subNav {
	width: 400px;
	height: 25px;
	list-style-type: none;
	float:right;
	margin-top:20px;
}
div#subNav ul{
	width: 400px;
	margin:0px;
	padding:0px;
}
div#subNav li {
	float: left;
	width: 100px;
	list-style-type: none;
}
div#subNav li a {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 0 !important;
	height /**/:25px;
	padding-top: 25px;
	background-image: url(../senganen-images/sub_nav_bg.gif);
	/*background-image: url(../images/sub_nav_bg.gif);*/
	
}

		/*  背景画像の位置
		---------------------------------------------*/
			
			/* 通常 */
			#s_nav01 a { background-position:  0     0px; }
			#s_nav02 a { background-position: -100px 0px; }
			#s_nav03 a { background-position: -200px 0px; }
			#s_nav04 a { background-position: -300px 0px; }
			/* 現在位置 
			#s_nav01 a.stay { background-position:  0     -100px; }
			#s_nav02 a.stay { background-position: -140px 50px; }
			#s_nav03 a.stay { background-position: -280px 50px; }
			#s_nav04 a.stay { background-position: -420px 50px; }
			/* オンマウス */
			#s_nav01 a:hover { background-position:  0     -25px; }
			#s_nav02 a:hover { background-position: -100px  -25px; }
			#s_nav03 a:hover { background-position: -200px -25px; }
			#s_nav04 a:hover { background-position: -300px -25px; }
		



/* グローバルナビゲーション
---------------------------------------------*/
div#globalNav {
	width: 840px;
	height: 50px;
	list-style-type: none;
	clear:both;
	
	padding-top:15px;
}
div#globalNav ul {
	width: 840px;
	margin:0px;
	padding:0px;
}
div#globalNav li {
	float: left;
	width: 140px;
	list-style-type: none;
}
div#globalNav li a {
	display: block;
	overflow: hidden;
	width: 140px;
	height: 0 !important;
	height /**/:50px;
	padding-top: 50px;
	background-image: url(../senganen-images/global_nav_bg.gif);
/*	background-image: url(../images/global_nav_bg.gif);*/
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0px; }
	#nav02 a { background-position: -140px 0px; }
	#nav03 a { background-position: -280px 0px; }
	#nav04 a { background-position: -420px 0px; }
	#nav05 a { background-position: -560px 0; }
	#nav06 a { background-position: -700px 0; }
	/* 現在位置 
	#nav01 a.stay { background-position:  0     -100px; }
	#nav02 a.stay { background-position: -140px 50px; }
	#nav03 a.stay { background-position: -280px 50px; }
	#nav04 a.stay { background-position: -420px 50px; }
	#nav05 a.stay { background-position: -560px 50px; }
	#nav06 a.stay { background-position: -700px 50px; }*/
	/* オンマウス */
	#nav01 a:hover { background-position:  0     -50px; }
	#nav02 a:hover { background-position: -140px -50px; }
	#nav03 a:hover { background-position: -280px -50px; }
	#nav04 a:hover { background-position: -420px -50px; }
	#nav05 a:hover { background-position: -560px -50px; }
	#nav06 a:hover { background-position: -700px -50px; }



/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 840px;
	padding: 10px 0px 10px 0px;
	clear:both;
}
#about {
	float: left;
	width: 520px;
}


#pickup {
	float: right;
	width: 305px;
	
}
/* フッター
---------------------------------------------*/
#footer {
	margin:0px 0px 30px 0px;
	text-align:center;
	clear:both;
}
#footer img {
	margin:10px 0px 0px 0px;
}

#footer p{
	clear: both;
	
	padding-left:10px;
}

/* 本文のレイアウト
---------------------------------------------*/
#header h2 {
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px #666 solid;
	width:840px;
	clear:both;
}
#content h3 {
	margin-bottom:15px;
	padding-bottom:15px;
}

#content p {
	font-size: 100%;
	line-height: 1.4;
	margin-top:3px;

}

/* 404
---------------------------------------------*/
div#err_title{
	width:540px;
	margin:auto;
	color:#000;
	padding:20px 0px;
}
div#err_title h2{
	color:#666;
	font-size:35px;
	float:left;
	width:80px;
}
div#err_title strong{
	font-size:22px;
	
	line-height:220%;
	padding-left:30px;
	display:block;
	line-height:120%;
}
div#err_title span{
	font-size:15px;
	
}
div#err{
	width:500px;
	background-color:#999;
	margin:auto;
	color:#000;
	padding:20px;
}
div#err ul{
	margin:10px;
	padding:10px;
}
div#err ul li{
	color:#000;
}
