@charset "shift_jis";

/*--Rel-ish：designCSS -- 2008,12, Rel-ish iori--*/

h3 {
	margin: 10px 0px 0px;
}

h4 {
	margin: 15px 0px 0px 15px;
}

span {
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
}




/* コンテンツ：HP通信囲い */
#press_table {
	width: 595px;
	margin: 20px 0px 20px 15px;
	background: url(../../web_press/img_0812-/table_in.jpg) repeat-y left top;
}

#press_table div.mokuji_top {
	height: 2px;
	margin: 0px;
	background: url(../../web_press/img_0812-/table_top.jpg) no-repeat left top;
	list-style: none;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

#press_table div.mokuji_bottom {
	height: 2px;
	margin: 0px;
	background: url(../../web_press/img_0812-/table_bottom.jpg) no-repeat left top;
	font-size: 0px;
	line-height: 0px;
	vertical-align: top;
}


/* PDFダウンロード */
#press_table img.pdf_dl {
	float: right;
	padding: 15px 15px 0px 0px;
}

#press_table p {
	padding: 0px 0px 15px 15px;
	color: #333;
}



/* 目次 */
#press_table ul#mokuji {
	width: 300px;
	padding: 15px 0px 20px 0px;
	list-style: none;
}

#press_table ul#mokuji li {
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 2px 15px;
	background: url(../../web_press/img_0812-/blet_orange_arrow.jpg) no-repeat left 0.35em;
	font-weight: bold;
	line-height: 150%;
	color: #333333;
}




/* メールマガジン登録ボックス */
#mailmag {
	width: auto;
	margin: 20px 0px 0px 15px;
}

#mailmag h6 {
	margin: 5px 0px;
}

#mailmag p {
	padding: 10px;
	color: #333333;
}

#mailmag form {
	width: 500px;
	margin: 0px auto 15px auto;
	text-align: center;
}

#mailmag input.mag_text {
	width: 200px;
	color: #333333;
}

#mailmag input.mag_btn {
	width: auto;
	color: #333333;
}







/*--------------------clear fix*/
#press_table:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

#press_table { display: inline-block; }

/* exlude MacIE5 \*/
* html #press_table { height: 1% }

#press_table {display:block;}
/* end MacIE5 */