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

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

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

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

*/

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

.wrapper {
	width: 890px;
	text-align: center;
	margin: 0 auto;
	
	/*
		背景設定
	*/
	background: url(../images/back_wrapper.gif) left top repeat-y;
}


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

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

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

*/

h1 {
	padding-left: 50px;
	/*
		フォント設定
	*/
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	line-height: 1.2;
	
	text-align: left;
	padding-top: 5px;
	margin: 0;
}


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

p.text {
	/*
		フォント設定
	*/
	line-height: 1.2;
	margin-bottom: 20px;
}

p.stop {
	margin-bottom: 20px;
	text-align: center;
}


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

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

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

*/

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

#indexImage p {
	margin-bottom: 0;
}

#indexImage .text {
	margin-top: 10px;
}



p {
	margin-bottom: 10px;
	line-height: 2.5;
}

ul {
	margin-bottom: 24px;
}

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

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

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

.footer {
	width: 885px;
	height: 34px;
	padding-top: 16px;
	font-size: 14px;
	margin-top: 30px;
	text-align: right;
	padding-right: 5px;
	/*
		背景の設定
	*/
	background: url(../images/back_footer.jpg) left top no-repeat;
}
