/* ▽▲▽トップページレイアウト▽▲▽ */



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



}

/* タイトル・バナー広告レイアウト
-------------------------------------- */
#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 {

}

/* ボディ 3カラムレイアウト
-------------------------------------- */
#wrapper {
 width:100%;
}

/* ボディ レフトバーレイアウト
-------------------------------------- */
#box_left {
 width:170px;
 float:left;
}

#box_left 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_left p {
 width:98%;
 text-align:left;
}

/* ボディ ライトバーレイアウト
-------------------------------------- */
#box_right {
 width:210px;
 float:right;
}
#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;
}


/* ボディ センターレイアウト
-------------------------------------- */
#box_center {
	margin-top: 0;
	margin-right: 216px;
	margin-bottom: 0;
	margin-left: 176px;
}



#box_center h2 {
	font-weight: 400;
	background:#FFF8DC;
	background-image: url(../image/gadget/navibar.png);
	background-repeat: repeat-x;
	text-align:center;
	margin:0 auto;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DEB887;
}
#box_center hr {
 border-width: 1px 0px 0px 0px;
 border-style: solid;
 border-color: gray;
 height: 1px;
 margin-top:0.2em;
 margin-bottom:0.2em;

}
.box_center_comment {
 border:solid 1px;
 border-color: #DEB887;

}
.box_center_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;
}


/* ボディ センターインナーレイアウト
-------------------------------------- */

.comment_inner {

 margin-left:auto;
 margin-right:auto;
 text-align:left;
padding: 1em 1em 1em 1em;
}

.comment_inner_footer{
	padding-bottom: 0.5em;
	width: 100%;
}
.comment_inner_space {
	width: 100%;
}
.comment_left_space{
	float:left;
	width:48%;
	padding-bottom: 0.5em;
}
.comment_right_space{
 float:right;
 width:50%;
	padding-bottom: 0.5em;
}
.comment_inner h3{
 font-weight: 700;
 line-height: 200%;
}
.comment_inner h4{
 font-weight: 400;
}
.comment_inner p {
 padding-left: 1em
}
.comment_inner hr{
 width:100%;
 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_inner_footer {
	text-align:center;
	padding-top: 1em;
	width: 100%;
}





/* ボディ フッダレイアウト
-------------------------------------- */
#footer {

	text-align:right;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
	height: 1px;
	margin: 1em 0 1.5em 0;
	padding-top: 0.5em;
	clear:both;
}

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

