
@charset "utf-8";
/*========================================================
目次
--------------------------------------------------------
1.基本レイアウト設定

2.ヘッダー設定					#header
	A.ヘッダー内メニュー				#header_menu
	B.ヘッダー内ユーザーメニュー		#header_user_menu
	C.ヘッダー内ユーザーメニュー		#search_area

3.フッター						#footer

4.広告設定

＊.全体共通設定
	BOX内のマージン付け用(div.box_body)
	全体で使うh2
	サムネイル画像センタリング用クラス
	β版のリストサークル
	ヘルプリスト
	リンクに付く矢印
	各所で使う斜線見出し付きのBOX
	DB一覧用
	フォーム部分のtable
	要素のセンタリング
	規約
	注意文

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

/*========================================================
1.基本レイアウト設定
========================================================*/
#waper{
	position				:	relative;
	margin					:	auto;
	text-align				:	center;
	padding:0;
	
	
	
}
#waper1{
position				:	relative;
	width					:	800px;
	margin					:	auto;
	text-align				:	center;
	background:#FFFFFF;
	padding:0;
}


#container{
	position				:	relative;
	width					:	800px;
	margin					:	auto 0;
	text-align				:	center;
	background-color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}


/* =======================================================
2.ヘッダー設定					#header
======================================================= */
#header{
	position				:	relative;
	width					:	800px;
	margin					:	0px;
	text-align				:	center;
	padding					:	0;
	
	
}

#header_under{
background:url(../images/common/img_07.gif) no-repeat;
height:31px;
width:800px;
color:#720686;
text-align				:	center;
}



/* =======================================================
2.ヘッダー設定					#header
======================================================= */



/* =======================================================
3.フッター						#footer
======================================================= */
#footer{
	text-align: center;
	width: 800px;
	clear: both;
	padding:25px 0 20px 0px;
	background-color:#FFFFFF;
}

#footer a{
color:#5A5A5A;
}
.footer_line{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #700484;
	padding:0px 0 0px 0;
	margin:15px 0 15px 0;
}
.footer_text{
padding:0;
text-align:center;
}

.footer_text a{
color					:	#5A5A5A;
}

#footer #copyright{
	font-size				:	12px;
	font-style				:	normal;
	line-height				:	2;
	padding-top:10px;
	color:#bf0650;
	padding-bottom: 20px;
}

/* =======================================================
4.leftメニュー
======================================================= */
#left-content{
	margin:0 20px 0 10px;
	padding:0;
	width: 240px;
	float: left;
	background:#f0e3f0;
}


#left-content-in{
width: 160px;
padding:3px 13px 0 15px;
}

#left_space{
padding:0 9px 0 10px;
}

ul#menu{
	width: 221px;
	padding:10px 0px 10px 0px;
	margin:0;
	text-align:left;
	list-style:none;
	color:#852796;
	text-indent:20px;
	line-height:27px;
}

ul#menu li{
	list-style:none;
	padding: 0px 0px 10px 0px;
	margin:0;
	background:url(../images/common/img_13_o.gif) no-repeat;
	height:36px;
	width: 221px;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	line-height:34px;
}
	


ul#menu a{
	display:block;
	height:36px;
	width: 221px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	
}
ul#menu a:hover{
	list-style:none;
	padding: 0px;
	margin:0;
	background:url(../images/common/img_13.gif) no-repeat;
	height:36px;
	width: 221px;
	font-weight:bold;
	font-size:14px;
	color:#852796;
	line-height:34px;
	
}



/* =======================================================
4.rightメニュー
======================================================= */
#right-content{
	margin:0;
	padding:0px 15px 0 0;
	width: 515px;
	float: right;
	text-align:left;
	background-color:#FFFFFF;
}


TABLE {
border-collapse : collapse;
}
TH,TD {
	border : 1px solid #FFFFFF;
}

.b_table {
padding:0;
margin:0 0 3px 20px;
text-align:center;
}

.table_text {
margin:0px 5px 0px 5px;
padding:5px 0px 5px 0px;
}


.photo1{
	width:155px;
	float:left;
	margin:0 7px 12px 6px;
	}

.style2 {font-size: 18px;}

.style3 {font-size: 14px;
font-weight:bold;
text-indent:8px;
color:#FF0000;}


.con_bt{
float:left;
margin:0 13px 20px 0;
}

.con_bt2{
float:left;
margin:20px 13px 20px 0;
}

.con_bt3{
float:right;
margin:20px 0px 20px 0;
}

.pb15{
padding:0 0 15px 0;
}
