@charset "utf-8";

/*ガイド（コンテンツエリアのグレータイトル部分*/
#guide{
	margin-top:20px;
	width:550px;
	height:30px;
}


#guide #left{
	float:left;
	width:6px;
	height:30px;
	background-image:url(../images/use_turning/con_head_left.gif);
	background-repeat:no-repeat;
}
#guide #center{
	float:left;
	display:block;
	width:538px;
	height:30px;
	background-color:#343434;
}
#guide #center h2{
	float:left;
	display:block;
	width:538px;
	height:30px;
	color:#E5E5E5;
	padding-top:8px;
	text-align:right;
	background-image:url(../images/publishing_img/title.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-weight:100;
}

#guide #right{
	float:left;
	width:6px;
	height:30px;
	background-image:url(../images/use_turning/con_head_right.gif);
	background-repeat:no-repeat;
}

/*ガイド下の解説部分*/
#guide_bottom{
	line-height:18px;
	margin-top:10px;
	margin-bottom:3px;
	background-image:url(../images/use_turning/icon_title.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-align:left;
	text-align:justify;
	text-justify:inter-ideograph;
}

/**********************コンテンツ内容*******************/


.publishing_table{
	width:550px;
	border-collapse:collapse;
}

.publishing_table th{
	font-size:12px;
	color:#ffffff;
	text-align:center;
	font-weight:100;
	background-image:url(../images/publishing_img/table_left_bg.gif);
	width: 150px;
}

.publishing_table td{
	background-image:url(../images/publishing_img/table_right_bg.gif);
	width:374px;
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 25px;
	height: 31px;
}


.publishing_box1{
	width:250px;
	background-position: 0px 0px;
}

.publishing_box2{
	width:345px;
	background-position: 0px 0px;
}

.publishing_box3{
	width:150px;
	background-position: 0px 0px;
}



.publishing_table2{
	width:550px;
	border-collapse:collapse;
}

.publishing_table2 th{
	font-size:12px;
	color:#ffffff;
	text-align:center;
	font-weight:100;
	width: 150px;
	background-color: #343434;
}

.publishing_table2 td{
	background-image:url(../images/publishing_img/table2_right_bg.gif);
	width:374px;
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 25px;
	height: 150px;
}


.publishing_box4{
	width:345px;
	height: 130px;
	background-position: 0px 0px;
}


#send_to_btn{
	width: 550px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;

}


#under_comment{
	text-align: left;
	width: 550px;
	margin-top: 3px;

}
