@charset "utf-8";

/*******************/
/* sub common      */
/*******************/

strong {
	color: #ff0000;
	text-decoration: underline;
}

em {
	font-weight: bold;
}

/* header */
#header {
	background: url(../../img/header_se.jpg) left top no-repeat;
	width: 800px;
	height: 150px;
}

#header ul {
	padding: 5px 10px 0 0;
	list-style: none;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
}

#header ul li a:link {
	color: #ffff00;
	text-decoration: none;
}

#header ul li a:visited {
	color: #ffff00;
	text-decoration: none;
}

#header ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#header ul li a:active {
	color: #ffff00;
	text-decoration: none;
}


/* company */
dt.comdt {
	border-bottom: #660000 1px solid;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

dd.comdd {
	margin: 0 0 30px 20px;
}

dl.infor_odd {
	background-color: #e6e6ff;
	width: 540px;
}

dl.infor_odd dt {
	padding: 10px;
	width: 120px;
	float: left;
}

dl.infor_odd dd {
	padding: 10px;
	width: 380px;
	float: left;
}

dl.infor_even {
	background-color: #ffffff;
}

dl.infor_even dt {
	padding: 10px;
	width: 120px;
	float: left;
}

dl.infor_even dd {
	padding: 10px;
	width: 380px;
	float: left;
}

ul.com {
	list-style: none;
}

#map {
	width: 540px;
	height: 400px;
}


/* step page */
dl.how {
}

td.price {
	color: #ff0000;
	font-weight: bold;
}

dl.how dt {
	border-left: #7979ff 4px solid;
	margin: 0 0 10px 0;
	padding: 3px 3px 3px 10px;
	font-size: 14px;
	font-weight: bold;
}

dl.how dd {
	margin: 0 0 30px 0;
	padding: 3px 3px 3px 20px;
}

dl.how dd ol {
	margin: 10px 0;
	list-style: decimal inside;
}

dl.how dd ul {
	margin-top: 10px;
	list-style: disc inside;
}


/* stock list */
p.stock {
	margin-bottom: 10px;
}

table#stock {
	border: 1px #000080 solid;
	border-collapse: collapse;
	margin: 30px 0;
	width: 540px;
}

table#stock th {
	background-color: #7979ff;
	border: 1px #000080 solid;
	border-collapse: collapse;
	text-align: center;
}

table#stock th.photo {
	width: 130px;
}

img.pic {
	vertical-align: bottom;
}

table#stock tr.odd {
	background-color: #fbfbff;
}

table#stock tr.odd td {
	border: 1px #000080 solid;
	border-collapse: collapse;
	text-align: center;
}

table#stock tr.even {
	background-color: #e6e6ff;
}

table#stock tr.even td {
	border: 1px #000080 solid;
	border-collapse: collapse;
	text-align: center;
}

div#big {
	margin: 30px 0 10px 0;
}

div#sma {
	margin-bottom: 10px;
	width: 540px;
}

div.small {
	border: 1px #000080 solid;
	margin: 0 3px 3px 0;
	width: 130px;
	float: left;
	cursor: pointer;
}

table#deta_outl {
	border: 1px #000080 solid;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 540px;
}

table#deta_outl th {
	background-color: #7979ff;
	border: 1px #000080 solid;
	border-collapse: collapse;
	width: 100px;
	text-align: center;
}

table#deta_outl td {
	background-color: #e6e6ff;
	border: 1px #000080 solid;
	border-collapse: collapse;
	padding-left: 10px;
	width: 170px;
}

table#deta_deta {
	border: 1px #000080 solid;
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 540px;
}

table#deta_deta th {
	background-color: #7979ff;
	border: 1px #000080 solid;
	border-collapse: collapse;
	width: 100px;
	text-align: center;
}

table#deta_deta td {
	background-color: #e6e6ff;
	border: 1px #000080 solid;
	border-collapse: collapse;
}

table#deta_deta td ul {
	margin-left: 10px;
	list-style: disc inside;
}

table#deta_deta td a {
	margin-left: 10px;
}

