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

	since 2009/08/21 FILICS HP Ver2 用CSS
	Autor	Yokoi Masato

====================================================================*/
/***************************************************

	Page Property

***************************************************/
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #f9d1d0;
	background-image: url(../imgs/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h5 {
	font-size: 1em;
	margin: 2.5em 0 0;
}
h6 {
	font-size: 1em;
	margin: 2.5em 0 0;
}

/* 090905 動く1ポイントリンクボックス */
#floatmenu {
	position: absolute;
	top: 100px;	/* コンテンツの枠に合わせた感じ */
	left: 0px;
	width: 19px;
	height: 110px;
	background-image: url(../imgs/floatbutton.png);
	background-repeat: no-repeat;
}

.displaynone {
		display: none;
}
/***************************************************

	Basic Layout

***************************************************/
/*------------------------------------------- ↓LEVEL 1 */
#box {
	width: 920px;	/* 適時調整 */
	min-width: 920px;
	max-width: 1020px;
	padding: 0;
	margin: 20px auto 0;
}

div#box #header,
div#box #container,
div#box #footer {
	position: relative;
	width: 920px;
	max-width: 920px;
	margin: 0 auto;
	padding: 0;
}
/*------------------------------------------- ↑end of LEVEL 1 */

/*------------------------------------------- ↓LEVEL 2 */
div#box #header .header_body,
div#box #container .contents,
div#box footer .footer_body {
	width: 900px;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
/*	border: 1px solid #FF9900;	 デバッグ用枠 */
}

#header .header_body .home {
	text-align: right;
	margin: 0px;
	padding: 10px 20px 0px 0px;
}


/*------------------------------------------- ↑end of LEVEL 2 */

/*------------------------------------------- clearfix
	clearfix タグの後ろにボックスの生成
	float の解除
---------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;	/* 高さのないボックス */
  clear: both;
  visibility: hidden;	/* ボックスを表示しない */
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*------------------------------------------- ↑end of clearfix */


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

	#header

***************************************************/
/* グローバルナビゲーションエリアの設定はgnavi.css */

#header {
/*	padding: 20px;*/
}

#box #header .header_body {
	height: 110px;
}

/* ヘッダー下部の区切り線 */
#header .header_body img.h_kugiri {
	margin: 10px 0px 0px;
}

#header .header_body img.f_kugiri {
	margin: 0px 0px 10px;
}



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

	#container

***************************************************/
#box #container {
}

#box #container .contents {
	line-height: 1.3em;
	text-align: left;
/*	height: 550px;*/
	min-height: 550px;
	max-height: none;
}


/*------------------------------------------- ↓本文エリアとメニューエリア */
#box #container .contents .main_stage {
/*
	全幅：630px
	各width , padding の横幅の合計が
	全幅になるように調整する。
*/
	background-color: #FFF;
	min-width: 580px;
	max-width: 590px;
	width: 580px;
	float: left;
	min-height: 550px;
	max-height: none;
	margin: 0 auto;
	padding: 10px 20px;
}

#box #container .contents .menu {
/*
	全幅：270px
	各width , padding の横幅の合計と
	左縦の罫線（ドット）3pxの合計が
	全幅になるように調整する。

	罫線の指定は、02_element.css で定義してある。
*/
	background-color: #FFF;
	margin: 0px;
	padding: 0 15px;
	float: right;
/*	width: 260px;*/
	min-width: 237px;
	max-width: 237px;
	min-height: 550px;
	max-height: none;
}
/*------------------------------------------- ↑ end of 本文エリアとメニューエリア */

/*------------------------------------------- ↓本文エリアのみ */

#container .contents .main_stage .contents_text {
	line-height: 2.5em;
	margin: 0px auto;
	padding: 0px;
	width: 460px;
}

.contents .main_stage .contents_text h2 {
	margin: 25px 0 0;
	padding: 0px;
}

#box #container .contents .main_stage .contents_text .p_text {
	padding: 10px 30px 50px;
	margin-bottom: 4em;
	min-height: 100px;
}

.main_stage blockquote {
	margin: 50px 0px;
	padding: 0px;
}


/*------------------------------------------- ↑ end of 本文エリアのみ */


#box #container .contents .contents_bottom {
	min-height: 0px;
}

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

	#return to top

***************************************************/
.returntop {
	line-height: 1.3em;
	text-align: right;
	padding: 15px 30px;
	margin: 0;
}

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

	#footer

***************************************************/
#footer {
/*	height: 100px;*/
/*	clear: both;*/
}

div#footer .footer_body {
/*	background: #e84473;*/
	height: 100px;
}

/*
.foot1 {
	text-align: left;
	padding: 10px 0;
	margin: 0 0 0 200px;
}

#footer address {
	line-height: 1.3em;
	margin: 0px;
	padding: 30px 0 20px;
}
*/

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

	#bottom

***************************************************/
#bottom {
	background-color: #f9d1d0;
	background-image: url(../imgs/background/bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 20px 0 0 0;
	padding: 0px;
	height: 260px;
	width: 100%;
	text-align: center;
}
#bottom .copy_right {
	color: #FFFFFF;
	margin-bottom: 30px;
}

