@charset "UTF-8";

/* formating style
--------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	line-height: 1.6;
}
.red {
	font-weight: bold;
	color: #FF0000;
}

/* link style
--------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #4A0000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#header .font_red {
	color: #FF0000;
}
#wrapper_lightgreen {
	width: 720px;
	background-color: #FFFFFF;
	border-right: 1px solid #99FF99;
	border-left: 1px solid #99FF99;
	margin: 0px auto;
	border-bottom: 1px solid #99FF99;
}
#wrapper_gray {
	width: 720px;
	background-color: #FFFFFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0px auto;
	border-bottom: 1px solid #999999;
}

/* header style
--------------------------------------------*/
#header {
	height: 150px;
	position: relative;
}
#kekkon  #header {
	background-image: url(image_asp/kekkon_head.jpg);
}
#car_satei  #header {
	background-image: url(image_asp/car_satei.jpg);
	color: #FF6600;
}
#business  #header {
	background-image: url(image_asp/business.jpg);
	color: #FFFFFF;
}
#header h1 {
	padding: 50px 20px 20px;
	position: absolute;
	font-size: 3em;
	width: 680px;
}
#header h2 {
	font-size: 2em;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
	letter-spacing: 0.1em;
}
#header h3 {
	padding-left: 30px;
	padding-right: 30px;
}
#header p {
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
}

/* Main style
--------------------------------------------*/
#main {
	margin-bottom: 20px;
	padding: 30px;
	float: right;
	width: 660px;
}
#main .img_right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main .img_left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 20px;
}
#main h3 {
	border-left: 5px solid #666666;
	margin-bottom: 5px;
	padding-left: 5px;
	margin-top: 20px;
}
#main #prlink {
	list-style: none;
}
#main #prlink li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

/* Left bar Style
--------------------------------------------*/
#leftbar {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 170px;
}
#leftbar ul {
	list-style: none;
	font-size: 110%;
	padding-bottom: 20px;
}
#leftbar ul li {
	background-image: url(image/Doticon_red_Right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* footer style
--------------------------------------------*/

#footer {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 75%;
	display: block;
}
#nakao {
	border-top: 1px solid #999999;
	padding: 20px 30px;
	clear: both;
	font-size: 80%;
}

/* unei style
--------------------------------------------*/
#unei  #main {
	font-style: normal;
	font-size: 80%;
}
#unei_table {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-top: 1px dotted #666666;
}
#unei_table th {
	vertical-align: top;
	text-align: right;
	padding: 10px;
	border-bottom: 1px dotted #666666;
	background-color: #E6E6E6;
}
#unei_table td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px dotted #666666;
}
