@charset "utf-8";

/*
	* 名前: mono_2010.css
	* 説明: mom\no collection 2010ページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2010.01.13
	* 制作者: Yuki Ueno

	  - 01. 初期設定 - 基本設定 -
	    - 01-04. 初期設定 - 画像 -
	  - 02. 領域設定 - ブロック -
	    - 02-07. 領域設定 - メイン -
*/

body {
	background-color: #000;
}

/* ヘッダー */
#header {
	width:100%;
	background-color: #000;
	margin: 0;
	padding: 0;
}

/* コンテンツ */
#contents {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* メイン */
#main {
	padding: 0 auto 0 auto;
	margin: 0;
	position: relative;
	width: 920px;
	color: #FFF;
}

#header {
	width:100%;
	background: none;
	background-color: #000;
}

#header .momo_wrapper {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#header .momo_wrapper h1 {
	float:left;
	margin: 0;
	padding: 0;
}

#header .momo_wrapper a {
	float:right;
}

#contents {
	width:100%;
	background: none;
	background-color: #000;
}

#contents .mono_wrapper {
	width:850px;
	background: none;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width:850px;
	background: none;
	background-color: #000;
}

#main table.info {
	width: 325px;
	float: left;
	padding: 0;
	margin: 0;
}

#main table.info th {
	border-right: solid 1px #666;
	padding: 0;
}

#main table.info td {
	text-align: left;
	padding: 5px 20px;
}

#main table.info p {
	font-size: 12px;
	color: #FFF;
	line-height: 160%;
}

#main table.gs {
	float: left;
	width: 850px;
	padding: 0;
	margin: 30px 0;
	background-color: #FFF;
}

#main table.gs th {
	padding: 0;
}

#main table.gs td {
	width:670px;
	color: #333;
	background: url(../img/shimekiri.jpg) no-repeat right bottom;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 160%;
	vertical-align: top;
	text-align:left;
}

#main table.gs td a,
#main table.gs td a:visited{
	color: #333;
	text-decoration: underline;
}

#main table.gs td a:hover,
#main table.gs td a:active{
	color: #FF0000;
	text-decoration: underline;
}

#footer div.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#footer {
	background-color: #FFF;
}

#footer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0; /* CSS HACK: Safari */
	font-size: 0; /* CSS HACK: Firefox3 */
	visibility: hidden;
}

#footer div.wrapper p {
	float: left;
	margin-top: 14px;
}

#footer div.wrapper a {
	float: right;
}

#footer div.wrapper a img {
	float: none;
}
