/* ▽▲▽2カラムレイアウト▽▲▽ */


/* 包括レイアウト
-------------------------------------- */
#container {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
ul {
	list-style-type: none;
}

/* タイトル・バナー広告レイアウト
-------------------------------------- */
#top_left {
	width:320px;
	float:left;
	text-align:center;
	margin-bottom:0.5em;
}
#top_right {
	float:right;
	text-align:right;
	margin-bottom:0.5em;
}

/* ヘッダ 3カラムレイアウト
-------------------------------------- */

#head_wrapper {
	width:100%;
	margin:0.4em auto 0.2em;
	clear: both;
}
#head_left {
	width:230px;
	font-size:medium;
	float:left;
}
#head_right {
	width:210px;
	float:right;
	font-size:small;
	text-align:center;
	background:#FFF8DC;
	border:solid 1px;
	border-color: #DEB887;
	padding-top: 0.2em; 
	padding-bottom: 0.2em;
}
#head_center {
	text-align:center;
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 230px;
}
#head_center p {

}

/* ボディ 2カラムレイアウト
-------------------------------------- */
#wrapper {
	width:100%;
}
#breadcrumbs {
	text-align:left;
}


/* ボディ ライトバーレイアウト
-------------------------------------- */
#box_right {
	width:180px;
	float:right;
	padding-left:10px;
}
#box_right h2 {
	font-weight: 400; 
	background:#FFF8DC;
	background-image: url(../image/gadget/navibar.png);
	background-repeat: repeat-x;
	border:solid 1px;
	border-color: #DEB887;
	text-align:center;
	margin:0 auto;
}
.box_right p {
	width:95%;
	text-align:left;
	margin:0 auto;
}



/* ボディ メインレイアウト
-------------------------------------- */
#box_left {
	margin-right:190px;
}
#box_left p {
	padding:0 10px 0 10px
}
#box_left h2 {
	font-weight: 400;
	background:#FFF8DC;
	background-image: url(../image/gadget/navibar.png);
	background-repeat: repeat-x;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DEB887;
	border-right-color: #DEB887;
	border-left-color: #DEB887;
}
.box_left hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
	height: 1px;
	margin-top:0.2em;
	margin-bottom:0.2em;
	margin-right:200px;
}
.box_left_comment hr{
	width:98%;
	text-align:center;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
	height: 1px;
	margin-top:0.2em;
	margin-bottom:0.2em;
}
.box_left_comment li {
	list-style-type:none;
	padding:0 10px 0 10px;
}
.box_left_comment {

	border:solid 1px;
	border-color: #DEB887;
}
.comment_inner {
	width:98%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

}
.comment_left_space{
	float:left;
	width:48%;
}
.comment_right_space{
	float:right;
	width:50%;
}
.comment_inner h3{
	font-weight: 700;
	line-height: 200%;
}
.comment_inner h4{
	font-weight: 400;
	color: #666666;
}
.comment_inner h5{
	font-weight: 400;
	color: #666666;
	text-indent: 1em;
}
.comment_inner p {
	padding-left: 1em
}
.box_left_ad {
	padding: 2em 1em 0.5em 1em;
}

/* ボディ フッダレイアウト
-------------------------------------- */
#footer {
	width:100%;
	text-align:right;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
	height: 1px;
	padding-top: 0.5em;
	clear:both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

/* 著作権表示レイアウト
-------------------------------------- */
#copyright {
	width:98%;
	text-align:center;
	clear:left;
}
 
