@charset "utf-8";
/*====================================================================

	since 2009/08/21 FILICS HP Ver2 用CSS
	Autor	Yokoi Masato
	
	エレメント：色、素材

	背景色：
		#header	#E0E0E0　ライトグレー
		#container	#E0E0E0 から #F9D1D0 のグラデーション
		#footer	#F9D1D0 のサーモンピンク
	文字色：
		見出しやポイントで使う文字色　#ec7c7f(.moji_point)
	
====================================================================*/
/*------------------------------------------- ↓LEVL1 */

.moji_point {color: #ec7c7f}	/* 見出しやポイントで使う文字色 */

/* IRページの見出し */
.h_web {
	font-size: 1em;
	font-weight: bold;
	color: #F30;
}
/*------------------------------------------- ↑LEVEL1 */

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

	#box

***************************************************/
/*------------------------------------------- 
	containerエリアが下に広がった場合の背景
---------------------------------------------*/

#box {
	background-image: url(../imgs/background/contents_bottom.jpg);
	background-repeat: repeat-y;
}

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

	#header

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

#box #header {
	background-image: url(../imgs/background/header.jpg);
	background-repeat: no-repeat;
}


/*------------------------------------------- ↓デバッグ用背景 */
/*
#box #header .header_body {
	background-image: url(../imgs/making/header\body.png);
	background-repeat: no-repeat;
}
*/
/*------------------------------------------- ↑デバッグ用背景 */

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

	#container

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

#box #container {
	background-image: url(../imgs/background/contents.jpg);
	background-repeat: no-repeat;
}

/*------------------------------------------- ↓デバッグ用背景 */
/*
#box #container contents {
	background-image: url(../imgs/making/contents.png);
	background-repeat: repeat-y;
}
*/
/*------------------------------------------- ↑デバッグ用背景 */

#container .contents .main_stage {
	color: #333;
}

#box #container .contents .menu {
	border-left: 3px dotted #F9D1D0;
}

#container .contents .main_stage .contents_text .p_text{
	background-image: url(../imgs/text_box_bk.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*------------------------------------------- 
	リスト設定
---------------------------------------------*/

.main_stage .contents_text ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: url(none) none outside;
}

.main_stage .contents_text li {
	padding-left: 15px;
	line-height: 2em;
	background-image: url(../imgs/clearball_or_ss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


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

	#footer

***************************************************/
#box #footer {
	background-image: url(../imgs/background/footer02.jpg);
	background-repeat: no-repeat;
}
/*------------------------------------------- ↓デバッグ用背景 */
/*
#box #footer footer_body {
	background-image: url(../imgs/making/footer_body.png);
	background-repeat: no-repeat;
}
*/
/*------------------------------------------- ↑デバッグ用背景 */

