<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*==================================================================
	基本テキスト
===================================================================*/

body {
	color: #333333;
	font-size: 12px;
	line-height: 180%;
}

a:link, a:visited, a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

.cap_l, .cap_r {
	color: #666666;
	line-height: 160%;
}

.current {
	cursor:default;
}

/*==================================================================
	基本デザイン
===================================================================*/

body {
	background:#081332;
}

#wrapper {
	background-color:#172b66;
	margin-left: auto;
	margin-right: auto;
	width:960px;
	height: 850px;
	padding: 0px 0px;
	position: relative;
}

/*#header {
	background-color:#172b66;
	width:100%;
	height:105px;
}

#header h1{
	padding:30px 0 30px 20px;
	width:960px;
	margin:0 auto;
	}*/
#header {
	background-color:#172b66;
	width:960px;
	height:105px;
	margin:0 auto;
}

#header h1{
	padding:30px 0 30px 20px;
	}



#menu {
	width: auto;
}

#contents {
	background-color:#fff;
	background-image:url(../../img/car_img.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#footer {
	width: auto;
	height:145px;
	background-color:#fff;
	margin:50px auto 0;
}

/* -----------------------------------content---------------------------------------------------*/

#contents h2 img{
	padding:25px 0 10px 30px;
	}
#contents h3 img{
	padding:0 0 15px 30px;
	}
#contents .btn{
	margin:0 0 10px 30px;
	}
#contents .annotation{
	margin:0 0 0 40px;
	padding-bottom:10px;
	font-size:10px;
	line-height:13.5px;
	
	}
	
/* -----------------------------------footer---------------------------------------------------*/

#footer .contact{
	padding:20px 0 15px 0;
	text-align:center;
	}</pre></body></html>