﻿/* レイアウト
------------------------------------------------ */
#sub_wrap{
	height:105px;
	background:url(../image/common/subwrap_bg.jpg) repeat-x;
	margin:0px auto;
}
#sub{
	height:105px;
	background:url(../image/common/sub_bg.jpg) no-repeat top center;
	margin:0px auto;
}
#body{
	background:url(../image/common/bwrap_bg.jpg) repeat-x;
	border-top:1px #FFF solid;
}
#body_in{
	background:url(../image/common/body_bg.jpg) no-repeat center top;
	margin:0px auto;
}	
#contents{
	width:940px;
	padding:8px 0px;
	overflow: hidden;
}
.cbox{
	width:600px;
	margin:0 auto 20px;
}

/* タイトル
------------------------------------------------ */
h2{
	margin:0px auto 10px;
}
h3{
	margin:0px auto 10px;
}
/* テーブル共通
------------------------------------------------ */


/* パンくずナビ
------------------------------------------------ */
#rootlist{
	width:940px;
	margin:0px auto 10px;
	font-size:12px;
}
#rootlist a{
	color:#000;
	text-decoration:underline;
}
#rootlist a:hover{
	color:#000;
	text-decoration:none;
}
span.breadarrow{
	margin:0 3px;
}

/* ページトップ
------------------------------------------------ */
.totop{
	width:641px;
	padding-top:10px;
	margin:0px auto 30px;
	text-align:right;
}