@charset "shift_jis";

/*全般*/

body {
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*全体の背景色*/
	background-color: #FFFFFF;
	background-image: url(../images/background_fushigiya.jpg);
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #999900;			/*マウスオン時の文字色*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 916px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;

}

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 80px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 15px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 12px;
	position: absolute;
	top: 54px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: -1px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	height: 25px;
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right: 4px;
	padding-bottom: 15px;
}
/*一番右のメニュー設定*/
ul#menu li.last {
	margin-right: 0px;
}
ul#menu li a {
	text-decoration: none;
	text-align: center;		/*文字をセンタリング*/
	width: 180px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	background: url(../images/menu_bg.gif) no-repeat center top;	/*メニュー背景画像の読み込み＆上部分を表示させる*/
	line-height: 30px;
	height: 30px;
	color: #6d573e;	/*文字色*/
}
ul#menu li a:hover {
	background: url(../images/menu_bg.gif) no-repeat center center;	/*メニュー背景画像の読み込み＆上下の中央部分を表示させる*/
	color: #FFF;	/*文字色*/
}
/*現在表示中のメニュー設定*/
ul#menu li#current a {
	color: #FFF;	/*文字色*/
	background-image: url(../images/menu_bg_fushigiya.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/*コンテンツ（mainとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;	/*背景色、背景画像の読み込み＆上部に表示*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 876px;	/*メインコンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

/*h2タグ設定*/
#main h2 {
	font-size: 180%;
	clear: both;
	padding-left: 50px;	/*背景画像の読み込み＆リピートしない*/
	line-height: 36px;
	width: 836px;
	overflow: hidden;
	color: #413425;	/*文字色*/
	background-image: url(../images/maru_parple.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.right {
	margin-left: 20px;
	float:right;
	margin-right: 10px;
	margin-bottom: 5px;
}

.fushigiya {
	line-height: 2em;
	text-align: center;
	position: absolute;
	top: 230px;
	margin-left: 10px;
	height: 123px;
}

.color2 {
	color: #7e2e8e;
	font-size: 15px;
	font-weight: bold;
}

.center {
	margin-left: 35px;
	text-align: center;
}

#fushigiya1 {
	overflow: hidden;
	width: 100%;			/*ボックスの幅*/
	height: 320px;			/*ボックスの高さ*/
	border: 1px dotted #963;
	margin-bottom: 20px;
	float: left;
	display: inline;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fushigiya_comment2 {
	padding-top: 40px;
}


.box8 {
	overflow: hidden;
	width: 380px;
	height: 320px;	/*背景画像の読み込み*/
	float: left;
	display: inline;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	
}
.box9 {
	overflow: hidden;
	width: 470px;
	height: 320px;	/*背景画像の読み込み*/
	float: left;
	display: inline;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}

.m30 {
	margin-left: 30px;
}

/*フッター（copyrightなど入っているHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	background: #FFF url(../images/footer_bg.gif) no-repeat center top;	/*背景色、背景画像の読み込み＆上部に表示*/
}
#footer a {
	text-decoration: none;
}


h1,h3,h4,h5,p,ul,ol,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border-style: none;}
	

