@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}


/*リセットここまで*/

a{/*リンクされた文字*/
	color:#00F;
	font-style:normal;
	text-decoration:none;
}
a:link {/*未訪問のリンク*/
	color:#00F;
	font-style:normal;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
	color:#09F;
	text-decoration: underline;
}
a:hover {/*マウスをのせたとき*/
	color:#00F;
	font-style:normal;
	text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

.wrap {
	width: 770px;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 320px;
	font-size: 8.5pt;
	line-height: 170%;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(auto_img/images/auto_ue.jpg);
	background-repeat: no-repeat;
}
.wrap2 {
	background-image: url(auto_img/images/auto_shita.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 500px;
}
.contents {
	float: none;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.contents2 {
	float: right;
	width: 550px;
}
.stop {
	clear: both;
	height: 5px;
	width: 600px;
}
.newsbox {
	border: 1px dotted #09F;
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
h1 {
	font-size: 18px;
	line-height: 150%;
}
h2 {
	font-size: 14px;
	line-height: 200%;
}
.orange {
	color: #C90;
}
.red {
	color: #F00;
}
.pink {
	color: #C09;
}
.footer {
	font-size: 9px;
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.cast {
	float: left;
	width: 550px;
}
.float {
	clear: both;
	height: 5px;
}
.rightbox {
	clear: both;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	width: 350px;
	letter-spacing: 1px;
}
.toiawase {
	padding: 10px;
	border: 1px solid #09F;
	background-color: #FFF;
}
.kokuchi {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.team {
	font-size: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
