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

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

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

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

*/

body {
	/*
		フォント設定
	*/
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 1.2;
	
	/*
		背景設定
	*/
	background: #3e204f url(../images/back_index.jpg) center top no-repeat;
}

.container {

	
}

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


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

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

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

*/

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

.entrance {
	height: auto;
	overflow: hidden;
	background: url(../images/back_line.gif) center top repeat-x;
}

p.text {
	/*
		フォント設定
	*/
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height: 1.5;
	
	margin-bottom: 27px;
	padding-top: 6px;

}


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

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

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

*/

#indexImage {
	width: 810px;
	margin: 0 auto 7px;
	text-align: center;
}

p {
	width: 810px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}

#indexImage p {
	margin-bottom: 0;
}

ul {
	width: 810px;
	margin: 0 auto;
	margin-top: -50px;
}

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

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

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

.footer {
	width: 810px;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 20px;
}

.footer p {
	font-size: 12px;
}
