/* レイアウト
------------------------------------------------ */
#contents{
	width:770px;
	background:url(../image/common/body_left_bg.gif) repeat-y;
	margin:0 auto;
}
#contents .left{
	width:178px;
	float:left;
}
#contents .right{
	width:576px;
	float:right;
}
.cbox{
	width:566px;
	margin:0 auto 20px;
}

/* サイドメニュー
------------------------------------------------ */
.side_menu li{
	padding:10px 0 10px 20px;
	border-bottom:1px #999 dashed;
}
.area{
	width:150px;
	margin:10px auto;
}
.area dt{
	margin-bottom:5px;
	font-weight:bold;
}
.area dd{
	font-size:14px;
}

#lnavi{
	width:160px;
	margin:0 auto 20px;
	padding-bottom:10px;
	font-size:12px;
}
#lnavi li{
	width:150px;
	height:23px;
	padding:5px 0 0 20px;
	background:url(../image/common/lnabi_bg.gif) left no-repeat;
	margin-bottom:5px;
	border-bottom:1px #CCC dotted;
}

/* バナー
------------------------------------------------ */
.banner{
	width:168px;
	margin:10px auto;
	text-align:center;
}
.banner dt{
	margin-bottom:10px;
}
.banner dd{
	margin-bottom:10px;
}

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

/* テーブル共通
------------------------------------------------ */
table.stdt1{
	width:566px;
	margin:0 auto;
	margin-bottom:10px;
	border-collapse:collapse;
	border:solid 1px #CCC;
}

table.stdt1 th,
table.stdt1 td{
	border:solid 1px #CCC;
	padding:6px;
}

table.stdt1 th{
	background:#F5F5F5;
	text-align:left;
	white-space:nowrap;
	font-size:12px;
	color:#660000;
}
table.stdt1 td{
	line-height:140%;
	color:#333333;
}

/* タイトル
------------------------------------------------ */
h2{
	width:776px;
	margin:0 auto 10px;
}
h3{
	width:576px;
	height:22px;
	line-height:140% !important;
	text-indent:20px;
	padding-top:5px;
	margin:0 auto 15px;
	background:url(../image/common/h3_bg.gif) no-repeat;
	font-size:14px;
	color:#FFF;
}

/* お問合わせ
------------------------------------------------ */
#contact{
	width:528px;
	margin:40px auto 5px;
	border-bottom:dotted 1px #999999;
}
#contact li{
	margin-left:25px;
	margin-bottom:10px;
}
#contact .img{
	margin-bottom:12px;
	float:left;
}
#contact .text{
	width:420px;
	font-size:16px;
	line-height:140%;
	float:right;
}
#contact .text .title{
	font-weight:bold;
}

#contact_copy{
	width:520px;
	margin:40px auto 30px;
	text-align:center;
}
#contact_ico{
	width:520px;
	margin:0 auto;
}
#contact_ico li{
	width:498px;
	padding:10px;
	border:1px #C0A5A0 solid;
	margin-bottom:30px;
}

/* ニュース
------------------------------------------------ */
#news{
	width:550px;
	margin:0 auto 20px;
}
#news li{
	padding:5px 0;
	border-bottom:1px #999 dashed;
}
#news .day{
	width:70px;
	color:#FF0000;
	margin-bottom:5px;
	margin-left:5px;
	font-weight:bold;
	font-size:12px;
	float:left;
}
#news .comment{
	width:520px;
	font-size:12px;
	margin-bottom:5px;
	float:right;
}

/* プライバシーポリシー
------------------------------------------------ */
#privacy dt{
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px #999 dashed;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	color:#336699;
}
#privacy dd{
	padding-left:5px;
	padding-bottom:10px;
	line-height:140%;
}

/* 会社案内
------------------------------------------------ */
.outline{
	padding:4px;
	border:1px #CCC solid;
}

/* FAQ
------------------------------------------------ */
#faq{
	width:560px;
	margin:0 auto;
}
#faq dt{
	margin-bottom:10px;
	font-weight: bold;
	color:#330099;
}
#faq dt img{
	float:left;
	margin-right:5px;
}
#faq dd{
	width:538px;
	padding:10px;
	border:1px #CB9763 solid;
	margin-bottom:30px;
	background:#FDFCF7;
	float:left;
}

#faq dd img{
	float:left;
}
#faq dd p{
	width:520px;
	float:right;
}

/* リンク
------------------------------------------------ */
#link li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #999 dotted;
	float:left;
}

#link li .title{
	width:120px;
	padding-left:5px;
	float:left;
}
#link li .comment{
	width:400px;
	float:right;
}

/* サイトマップ
------------------------------------------------ */
#sitemap #left{
	width:270px;
	margin-left:10px;
	float:left;
}
#sitemap #right{
	width:270px;
	margin-left:10px;
	float:right;
}
#sitemap dl{
	margin-bottom:30px;
}
#sitemap dt{
	background:url(../sitemap/image/arrow.gif) no-repeat;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:20px;
}
#sitemap dd{
	margin-bottom:10px;
	margin-left:10px;
}
