/* CSS Document */


div.main-left{
	padding-top:0px;
}

h2{
	margin:0px 0px 30px 0px;
}
h3{
	margin:0px;
	padding:22px 0px 5px 18px;
	background:url(../images/heading_bg.gif) repeat-y;
	position:relative;
}
h4{
	margin:0px 0px 0px 12px;
	padding:12px 0px 5px 13px;
	background:url(../images/heading_bg.gif) repeat-y;
	position:relative;
}


/*_________________________________________________________________________イメージ付き段落*/
div.image-box{
	background-repeat:no-repeat;
	background-position:right 20px;
	padding-right:255px;
	_height:1px;
}
/*_________________________________________________________________________イメージ付き段落*/



/*_________________________________________________________________________ぱんくずリスト*/
ul.pankuzu{
	padding:0px 10px 0px 0px;
	margin:0px;
	list-style-type:none;
	text-align:right;
	font-size:11px;
	color:#444444;
}
ul.pankuzu li{
	display:inline;
	margin:0px;
}
ul.pankuzu li a{
	color:#FF7E78;
	background:url(../images/contents/pankuzu_arrow.gif) no-repeat right center;
	padding:5px 12px 3px 5px;
	text-decoration:none;
}
ul.pankuzu li a:hover{
	text-decoration:underline;
}

/*_________________________________________________________________________ぱんくずリスト*/


/*_________________________________________________________________________右メニュー*/
div.right-menu p{
	padding:0px;
	margin:0px 0px 0px 21px;
	position:relative;
	text-align:left;
}
div.right-menu img.current{
	position:absolute;
	top:0px;
	left:-27px;
	z-index:2;
}
/*_________________________________________________________________________右メニュー*/


/*_________________________________________________________________________ヘッダー*/
p.go-toppage{
	margin:0px;
	border-top:4px solid #AD0B04;
}
p.go-toppage a{
	display:block;
	padding-bottom:10px;
}
/*_________________________________________________________________________ヘッダー*/



/*_________________________________________________________________________タイトル画像*/
div.title-image{
	background:url(../images/contents/title_image.jpg) no-repeat center top;
	height:92px;
}
div.title-image-inner{
	color:white;
	font-size:10px;
}
/*_________________________________________________________________________タイトル画像*/



/*_________________________________________________________________________汎用ボタン*/
a.cont-button{
	background-image:url(../images/button_bg.gif);
	padding:4px;
	margin:5px 0px;
}
a.cont-button img{
	border:none;
}
a.button span.button-wrap{
	border:1px solid white;
}
a.button:hover span.button-wrap{
	border:1px solid #AD0B04;
}

span.button-wrap{
	background:url(../images/contents/button_base.gif) repeat-x;
	width:270px;
}
span.button-inner{
	background:url(../images/icon_link.gif) no-repeat 5px center;
	padding-left:30px;
}


/*_________________________________________________________________________汎用ボタン*/


/*_________________________________________________________________________汎用レイアウトボックス２段組*/
div.sub-left{
	width:320px;
	float:left;
}
div.sub-left p,div.sub-right p{
	margin:0px;
	padding:10px 0px;
}
div.sub-left-wrap{
	padding:10px 32px 10px 18px;
}
div.sub-right{
	width:270px;
	float:left;
	padding:10px 0px;
}
div.sub-clear{
	width:620px;
	clear:both;
}
	
/*_________________________________________________________________________汎用レイアウトボックス２段組*/


/*↓______________________メイン表______________________*/
table.list{
	font-size:12px;
	margin:10px 0px 10px 15px;
}
table.list thead{
	margin:10px 0px;
}
table.list thead th{
	color:#FF2549;
	border-bottom:1px dashed #FF2549;
	position:relative;
	top:-10px;
}
table.list tbody th{
	border-right:1px solid #FAF1EA;
	vertical-align:middle;
	color:#3B0822;
	padding-left:10px;
	text-align:left;
}
table.list .color th,
table.list .color td{
	background-image:url(../images/bg_mesh.gif);
}
table.list td img{
	border:none;
}
table.list td span.comment.right{
	display:block;
	clear:both;
	text-align:right;
}
table.list td span.comment img{
	float:none;
	margin-right:5px;
}
/*↑______________________メイン表______________________*/
