body	{
	font-size:13px;
	text-align:center;
}

/* 大枠 */
#main_box {
	width:900px;
	border-left:3px solid #CC9966;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/* 左メニュ大枠 */
#left_box {
	width:160px;
	float:left;
}

/* 右本文大枠 */
#right_box {
	width:720px;
	float:right;
}

/* 上部リンク */
#link_box {
	width:720px;
	margin:5px 0px 5px 0px;
}

/* タイトル大枠 */
#title_box {
	width:710px;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding:5px;
	margin:5px 0px 5px 0px;
}

/* タイトル左 */
#title_box1 {
	width:230px;
	float:left;
	text-align:left;
}

/* タイトル中央 */
#title_box2 {
	width:230px;
	float:left;
	text-align:center;
	font-weight:bold;
}

/* タイトル右 */
#title_box3 {
	width:230px;
	float:right;
	text-align:right;
}

/* タイトル画像大枠 */
#pic_box {
	width:720px;
	font-size:12px;
}

/* タイトル画像左 */
#pic_box1 {
	width:300px;
	float:left;
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
}

/* タイトル画像右 */
#pic_box2 {
	width:400px;
	float:right;
}

/* タイトル画像右_表 */
#pic_box2B {
	width:400px;
	padding:2px 0px 2px 0px;
	border-bottom:1px solid #999999;
}

/* タイトル画像右_表左 */
#pic_box2L {
	width:200px;
	float:left;
	text-align:left;
}

/* タイトル画像右_表右 */
#pic_box2R {
	width:200px;
	float:right;
	text-align:right;
}

/* 本文記事大枠 */
#txt_box {
	width:720px;
	font-size:12px;
}

/* 本文記事A */
#txt_boxA {
	width:490px;
	float:left;
	color:#333333;
}

/* 本文記事A画像 */
#txt_boxAp {
	width:210px;
	float:right;
	color:#333333;
	text-align:right;
	margin-right:5px;
}

/* 本文記事B画像1 */
#txt_boxB {
	width:300px;
	float:left;
	color:#333333;
}

/* 本文記事B画像2 */
#txt_boxBp {
	width:410px;
	float:right;
	color:#333333;
	text-align:left;
}

/* 回込解除 */
#clear_box {
	clear:both;
}

