@charset "utf-8";

html { 
	overflow-y: scroll;
	background-image: url(../img/COMMON_bg.gif);
	color: #333;
}

body { font:13px/1.6 "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif; }

/*for IE6*/
* html body {
	font-size: 13px;
	line-height: 1.6
}

select,
input,
button,
textarea { font:99% arial,helvetica,clean,sans-serif; }

table {
	font-size: inherit;
	font: 100% arial;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/*for IE6*/
* html pre,
* html code,
* html kbd,
* html samp,
* html tt { font-size: 108%; }

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited { text-decoration: none; }

a:hover,
a:active { text-decoration: none; }

#pnavi a:hover,
#top-side a:hover,
#footer a:hover,
.lineup dt a:hover,
#catalog .irpo a:hover,
#sitemap a:hover { text-decoration: underline; }

h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 3px;
	background: url(../img/COMMON_10.gif) repeat-x left bottom;
	color: #66ccff;
	font-size: 182%;/*24px*/
	font-weight: bold;
}

h3 {/*height: 49px*/
	height: 39px;
	margin: 20px 0 10px;
	padding: 10px 20px 0;
	background: url(../img/F_COMMON_03.gif) no-repeat;
	color: #66cc33;
	font-size: 153.9%;/*20px*/
	font-weight: bold;
}

/*for IE6*/
* html h3 { height: 49px; }

h4 {/*height: 39px*/
	clear: both;
	height: 32px;
	margin: 30px 0 10px;
	padding: 7px 18px 0;
	background: url(../img/E03_03.gif) no-repeat;/*img_temp*/
	color: #66cc33;
	font-size: 123.1%;/*16px*/
	font-weight: bold;
}

/*for IE6*/
* html h4 { height: 39px; }

h5 {/*height: 29px*/
	height: 24px;
	margin: 30px 10px 10px;
	padding: 5px 10px 0;
	background: url(../img/COMMON_25.gif) no-repeat;
	color: #FFF;
	font-size: 108%;/*14px*/
	font-weight: bold;
}

/*for IE6*/
* html h5 { height: 29px; }

h6 {
	margin: 0 10px 5px;
	font-size: 108%;/*14px*/
	font-weight: bold;
}

strong { font-weight: bold; }

em { color: #666699; }


