@charset "shift_jis";
/*##################################################
-------------LIST-------------
 01: H1
 02: H2
 03: H3
 04: H4
 05: H5
 06: p / li
------------------------------
##################################################*/


/* --------------------------------------------------
 01: H1 Style
 -------------------------------------------------- */
#contents h1	{
	background:url(../images/hx_bg.gif) no-repeat;
	height:36px;
	margin:0 0 8px 0; padding:9px 10px 0 24px;
	font-size:117%;
	font-weight:bold;
}
#contents #contents_column1	h1 {
	background:url(../images/hx_column1_bg.gif) no-repeat;
	height:36px;
	margin:0 0 8px 0; padding:9px 10px 0 24px;
	font-size:117%;
	font-weight:bold;
}


/* --------------------------------------------------
 02: H2 Style
 -------------------------------------------------- */
#contents h2	{
	background:none;
	background-color:#666;
	border-left:8px solid #139;
	margin-bottom:10px; padding-left:8px;
	color:#fff;
	font-weight:bold;
	line-height:2;
}
#contents h2.ttl	{
	background:url(../../products/images/h2_bg.gif) no-repeat;
	border:none;
	height:36px;
	margin:0 0 8px 0; padding:9px 10px 0 24px;
	color:#333;
	font-size:117%;
	font-weight:bold;
	line-height:1.4;
}


/* --------------------------------------------------
 03: H3 Style
 -------------------------------------------------- */
#contents h3	{
	border-bottom:1px solid #444;
	color:#1e1e1e;
	font-weight:bold;
	line-height:1.1;
	margin-bottom:8px; padding:10px 0 2px;
}
#contents h3 span	{
	border-left:5px solid #363636;
	padding-left:6px;
}


/* --------------------------------------------------
 04: H4 Style
 -------------------------------------------------- */
#contents h4	{
	color:#139;
	font-weight:bold;
	margin:0 0 8px; padding:0;
}


/* --------------------------------------------------
 04: H5 Style
 -------------------------------------------------- */
#contents h5	{
	font-weight:bold;
	margin:0 0 8px; padding:0;
}

/* --------------------------------------------------
 06: p Style
 -------------------------------------------------- */
#contents #contents_column1	p {
	padding:0 30px;
}
#contents #contents_column1	li {
	margin:0 30px;
}

