@charset "utf-8";

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

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

/* header */
#header {
	background: url(../img/header_s.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;
	width: 540px;
}

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;
}


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

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

dd.linkdd p {
	margin-bottom: 10px;
}

dl.link {
	background-color: #ffffff;
	width: 540px;
}

dl.link dt {
	margin-left: 10px;
	width: 70px;
	float: left;
}

dl.link dd {
	width: 450px;
	float: left;
}

h3.link {
	border-left: #7979ff 4px solid;
	margin: 40px 0 20px 0;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
}

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

dl.link_odd dt {
	padding: 10px;
	width: 150px;
	float: left;
}

dl.link_odd dd {
	padding: 10px;
	width: 350px;
	float: left;
}

dl.link_even {
	background-color: #ffffff;
	width: 540px;
}

dl.link_even dt {
	padding: 10px;
	width: 150px;
	float: left;
}

dl.link_even dd {
	padding: 10px;
	width: 350px;
	float: left;
}

