@charset "utf-8";
@import url(./init.css);

/*********************************************************************************************

	■インデックスページのみ適用されるCSS
	
----------------------------------------------------------------------------------------------

	・body … 表示部分全体
	
	・wrapper … 高さはh1〜footerの下辺まで、幅は800px

*/

body {
	/*
		フォント設定
	*/
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #ae9c73;
	line-height: 1.2;
	
	/*
		背景設定
	*/
	background: #4f3a22 url(../images/back_body.jpg) center top repeat-x;
}

.wrapper {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	background: none;
}


/*********************************************************************************************

	■テキスト全般
	
----------------------------------------------------------------------------------------------

	・h1 … 最上部「○○デリヘル ○○（店名）」の部分
	
	・h2 … 「相互リンク募集中」部分（リンク集があるときのみ）
	
	・p.text … その他テキスト部分

*/

h1 {
	/*
		フォント設定
	*/
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ae9c73;
	line-height: 1.2;
	
	text-align: left;
	margin: 5px 0;
}


h2 {
	/*
		フォント設定
	*/
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #ae9c73;
	line-height: 1.2;
	
	padding-bottom: 2px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

p.text {
	/*
		フォント設定
	*/
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #ae9c73;
	line-height: 1.2;
	
	margin-bottom: 10px;
}


/*********************************************************************************************

	■画像全般
	
----------------------------------------------------------------------------------------------

	・#indexImage … 一番大きい画像
	
	・p … 画像の下に余白をつくるために設定してます
	
	・li … 入退場ボタン

*/

#indexImage {
	width: 800px;
	margin: 0 auto 20px;
	text-align: center;
}

#indexImage p {
	margin-bottom: 0;
}

p {
	margin-bottom: 10px;
}

li {
	/*
		入退場ボタンの間隔を調整
	*/
	margin: 0 50px;
	
	display: inline;
}

/*********************************************************************************************

	■フッター
	
--------------------------------------------------------------------------------------------*/

.footer {
	width: 800px;
	font-size: 12px;
	margin-top: 30px;
	/*
		背景の設定
	*/
	/*background: url(../images/back_indexfooter.jpg) center top repeat-x;*/
}
