@charset "shift_jis";
/*********************/
/***** reset *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
     margin: 0; padding: 0;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:กษ;
}

abbr, acronym {
     border: 0;
} 


html {
    overflow-y: scroll;
}
/********************/
/********************/

body {
    color: #333333;
	font-size: 15px;
	font-family: MS PGothic, "lr oSVbN", Osaka, Hiragino Kaku Gothic Pro W3, "qMmpS Pro W3", Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3;
}

a:link {
	color: #1D5075;
	text-decoration: none;
}
a:visited {
    color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #DB6D00;
	text-decoration: none;
}
a:active {
    color: #0099FF;
	text-decoration: underline;
}

/**************/
/***** ID *****/
/**************/
div#container {
    width: 520px;
	margin: 0 auto;
	padding: 10px 0 20px;
	text-align: left;
	background-color: #ffffff;
}

div#footer {
	padding: 10px 0 20px;
	border-top: 1px solid #ccc;
	text-align: center;
	color: #666;
	font-size: 11px;
}

/*****************/
/***** CLASS *****/
/*****************/

/* ฉoต
-----------------------*/
h1 { margin-bottom: 10px; }

h2 {
	border-left: 8px solid #075088;
	border-bottom: 1px solid #075088;
	padding-left: 8px;
	margin: 20px 0 10px;
	color: #C00;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	background-color: #ECECEC;
	padding: 2px 5px;
	margin-bottom: 5px;
	color: #075088;
	font-weight: bold;
}


/* eLXg
-----------------------*/
strong {
	background-color: #FF6;
	padding: 2px;
}

p.colorRed {
	color: #F00;
}

.spB10 { margin-bottom: 10px; }
.spB20 { margin-bottom: 20px; }

span.txtS {
	padding-left: 15px;
	font-size: 12px;
}


/* CAEg
-----------------------*/
dl.sizeL,
dl.sizeS,
dl.sizeLL {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
dl.sizeL dt {
	width: 7em;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
}
dl.sizeL dd {
	padding-bottom: 10px;
	margin-left: 7em;
	_height: 1%;
}

dl.sizeS {
	border-bottom: 0;
}
dl.sizeS dt {
	width: 4em;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
}
dl.sizeS dd {
	padding-bottom: 10px;
	margin-left: 4em;
	_height: 1%;
}

dl.sizeLL dt {
	width: 13em;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
}
dl.sizeLL dd {
	padding-bottom: 10px;
	margin-left: 13em;
	_height: 1%;
}


/* โนๆ
-----------------------*/
dl.contact {
	border: 1px solid #036;
	padding: 5px 10px;
	margin: 20px 0;
}
dl.contact dt {
	border-bottom: 1px solid #036;
	margin-bottom: 5px;
	color: #036;
	font-weight: bold;
}
dl.contact dd {
	line-height: 1.5;
}


/* ยถ้{^
-----------------------*/
p.close {
	text-align: center;
}



