@charset "utf-8";

/* div#categoryTitle_wrapper　カテゴリータイトル
=========================================*/

div#categoryTitle_wrapper{
	height:94px;
	background:url(../image_common/category_title_bg.gif) left bottom repeat-x;
}
div#categoryTitle_wrapper.tab_none{
	height:70px;
}

div#categoryTitle_wrapper h2{
	padding:20px 0 14px 20px;
}

div#categoryTitle_wrapper ul{
	padding-left:5px;
}

div#categoryTitle_wrapper ul li{
	float:left;
}

div#categoryTitle_wrapper ul li img{
	vertical-align:bottom;
}




/* div#categoryBottom_wrapper　カテゴリーボトム
=========================================*/
div#categoryBtm_wrapper{
	height:42px;
	background:url(../image_common/category_btm_bg.gif) left top repeat-x;
}

div#categoryBtm_wrapper ul{
	padding-left:5px;
}

div#categoryBtm_wrapper ul li{
	float:left;
}

div#categoryBtm_wrapper ul li img{
	vertical-align:top;
	padding-top:1px;
}

div.btm_shadow{
	height:7px;
	background:url(../image_common/btm_shadow.gif) no-repeat;
}




/*ページトップへ*/

p.go_pagetop{
	text-align:right;
	margin:0 39px 20px 0;
}


p.go_pagetop a img{
	filter:alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0;
}

p.go_pagetop a:hover img{
	filter:alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
}


/* 共通レイアウトスタイル　by roudiam 090828～
=========================================*/
p.go_pagetop.custom01{
	margin-right:0;
	width:100%;
	border-bottom:1px solid #B9B8B7;
	padding-bottom: 8px;
	margin-bottom: 35px;
	}

p.go_pagetop.custom01.border_none{
	border:none;
	}

p.go_pagetop.custom01.border_none.mb5{
	margin-bottom:5px;
	}



/* リンク装飾設定
=========================================*/
a:link{color:#6699CC; text-decoration:underline;}
a:visited{color:#6699CC; text-decoration:underline;}
a:hover{color:#6699CC; text-decoration:none;}
a:active{color:#6699CC; text-decoration:none;}



/* margin-bottom
=========================================*/
.mb35{
	margin-bottom:35px;
}

.mb37{
	margin-bottom:37px;
}

.mb45{
	margin-bottom:45px;
}


/* margin-left
=========================================*/
.ml10{
	margin-left:10px;
}

.ml25{
	margin-left:25px;
}

.ml30{
	margin-left:30px;
}


/* コンポーネント各種
=========================================*/
.caution{
	font-size:75%;
}

.caution_red {
	font-size:0.859em;
	margin:-3px 0 10px;
	color:#F00;
}

.txt_size_small{
	font-size:75%;
}


.black_underline{
	border-bottom:1px solid #000;
}

.text_bold{
	font-weight:bold;
}

.btm_border{
	border-bottom:1px solid #B9B8B7;
}

p.hide{
	display:none;
	}
	
	
/*2011_1108追記*/
p.finish{
	margin:0;
	padding:0;
	padding:5px;
	font-size:12px;
	background:#ddd;
	border-bottom:3px double #666;
	text-align:center;
	color:#f00;
	margin-bottom:0px;
}
