/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
img { border: 0; }

html {
	height:100%;
}
body {
	height:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, sans-serif;
	font-size: 0.9em;
	color: #333;
	line-height: 1.3em;
}
object, embed {  
	vertical-align: bottom;  
}  


/* link */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited  {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* margin */
.margin_bottom5 {
	margin-bottom: 5px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.margin_bottom20 {
	margin-bottom: 20px;
}
.margin_bottom30 {
	margin-bottom: 30px;
}
.margin_top5 {
	margin-top: 5px;
}
.margin_top10 {
	margin-top: 10px;
}
.margin_top20 {
	margin-top: 20px;
}
.margin_left5 {
	margin-left: 5px;
}
.margin_left10 {
	margin-left: 10px;
}
.margin_right5 {
	margin-right: 5px;
}
.margin_right10 {
	margin-right: 10px;
}
.margin10 {
	margin: 10px;
}

/* style */	

.headtext {
	font-size: 11px;
	color: #333;
	text-align: left;
	padding-top: 10px;
	z-index: 2;
	position: absolute;
	top: 0px;
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.product_text {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-bottom: 5px;
}

.clear {
	clear: both;
}
h1 {
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0044aa;
	margin-bottom: 5px;
}

h3 {
}

p {
	padding-bottom: 0.5em;
}

li {
	background-image: url(../img/icon03.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 12px;
}
strong {
	font-weight: bold;
}

.icon {
	vertical-align: baseline;
}

.cap {
	font-size: 80%;
	line-height: 1.2em;
	margin-top: 3px;
}

.lightbulu {
	color: #0099aa;
}

.bulu {
	color: #0044bb;
}

.kuukirei {
	padding-top: 3px;
	color: #0044aa;
	padding-bottom: 3px;
	font-weight: bold;
}


