/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	font-family:'MS PGothic', Osaka, sans-serif;
	padding:0;
	margin:0;
}a:link{
	color:#0000FF;
	text-decoration:underline;
}a:visited{
	color:#800080;
}a:hover{
	color:#cc0000;
	background:#f5deb3;
}

/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/
body{
	background:#fcfcfc;
	text-align:justify;
}div#container{
	width:700px;
	margin:0 auto;
	background:url(../carview/img/container.png) repeat-y center top;
}
/*-------------------------------------------------------------------
id="header"関係のスタイル
--------------------------------------------------------------------*/
div#header{
	height:140px;
	background:url(../carview/img/header.png) no-repeat center top;
}div#header h1{
	font-size:11px;
	text-align:center;
	font-weight:normal;
	padding-top:4px;
	color:#666666;
}div#header h2{
	font-size:11px;
	font-weight:normal;
	margin-top:20px;
	text-align:center;
}div#header h2 img{
	border:0;
}div#header p{
	font-size:12px;
	color:#FFFFFF;
	padding-left:6px;
}
div#menu {
	margin-top:40px;
 	font-size:12px;
}
/*-------------------------------------------------------------------
id="Main"関係のスタイル
--------------------------------------------------------------------*/
div#Main1{
	margin:0 auto;
	text-align:left;
	width:510px;
}
div#Main1 h3{
	color:#fff;
	font-size:15px;
	margin:20px 0 20px 0;

                padding:5px 13px;
                background:#4682b4;
}div#Main1 dt{
	font-size:14px;
	text-align:left;
	color:#fff;
                background:#CC0000;
	margin-top:10px;
                margin-bottom:7px;
                padding:3px 10px;
                filter: Alpha(Opacity=100, FinishOpacity=0, Style=1,StartX=10); width:80%;          
}
div#Main1 dd{
                font-size:13px;
	margin-left:50px ;
	text-align:left;
}


div#Main{
	margin:0 auto;
	width:510px;
}div#Main h3{
	color:#CC0000;
	font-size:14px;
	margin:20px 0 10px 0;
                border-left:8px solid #4169e1;
                padding-left:10px;
}div#Main p{
	font-size:13px;
	color:#333333;
	line-height:135%;
	margin:10px 0 17px 0;
}
div#Main li{
                font-size:13px;
                list-style-disc:square;
}
div#Main span{
                font-size:15px;
	font-weight:bold;
	color:#ff8c00;
}
div#Main dt{
                font-size:14px;
	font-weight:bold;
                padding-left:10px;
}

/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	height:129px;
	background:url(../carview/img/footer.png) no-repeat center top;
}div#footer address{
	padding-top:25px;
	font-size:12px;
	color:#666666;
	text-align:center;
	font-style:normal;
}div#footer address a{
	color:#666666;
	text-decoration:none;
	background:#fff;
}


.red{color:#CC0000;}
.redBold{color:#CC0000;}