@charset "UTF-8";

/* -----------------------------------------------
 *           form
 * ----------------------------------------------- */

/* =========== content-title =========== */

#content-title {
}

#content-title h1 {
	margin-bottom: 30px;
}



/* =========== magazine =========== */

div.magazine-unit {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
	width: 700px;
	margin: 0 0 2px 0;
	padding: 0;
	background: url(/web_magazine/img/index_bg_01.png) left top no-repeat;
}

div.magazine-unit:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div.magazine-unit h2 {
	float: left;
	width: 175px;
	margin-top: 1px;
}

div.magazine-unit h2 a {
	display: block;
}

div.magazine-unit h2 a:link,
div.magazine-unit h2 a:visited {
	background: url(/web_magazine/img/index_bg_02.png) left top repeat-y;
}

div.magazine-unit h2 a:hover,
div.magazine-unit h2 a:active,
div.magazine-unit h2 a:focus {
	background: url(/web_magazine/img/index_bg_02_o.png) left top repeat-y;
}

div.magazine-unit h3 {
	margin-bottom: 3px;
}

div.magazine-column,
div.magazine-fan,
div.magazine-technical-tips {
	float: left;
	width: 154px;
	margin-top: 16px;
	margin-left: 21px;
}

div.magazine-column {
	margin-left: 11px;
}

div.magazine-unit ul.link-list-A01 li {
	margin-bottom: 7px;
	line-height: 1.3;
}




