@charset "utf-8";
/*formatting style
______________*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFDFFA;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.6;
}

/*link style
______________*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #C56519;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#wrapper {
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#wrapper #header {
	width: 800px;
	height: 75px;
}
#wrapper #header #logo {
	float: left;
	height: 75px;
	width: 551px;
}
#wrapper #header #procast {
	float: left;
	height: 75px;
	width: 249px;
}
#wrapper #menu {
	width: 800px;
	height: 37px;
}
#wrapper #menu #top {
	float: left;
	height: 37px;
	width: 142px;
}
#wrapper #menu #models {
	float: left;
	height: 37px;
	width: 157px;
}
#wrapper #menu #company {
	float: left;
	height: 37px;
	width: 176px;
}
#wrapper #menu #link {
	float: left;
	height: 37px;
	width: 134px;
}
#wrapper #menu #faq {
	float: left;
	height: 37px;
	width: 191px;
}
#wrapper #main {
	height: 620px;
	width: 800px;
	background-color: #FFFFFF;
}
#wrapper #footer {
	height: 52px;
	width: 800px;
	background-color: #FFFFFF;
}
#wrapper #copyright {
	float: left;
	height: 52px;
	width: 618px;
	background-color: #FFFFFF;
}

#wrapper #footer #privacy {
	float: left;
	height: 52px;
	width: 182px;
}

#wrapper #main #left_main {
	float: left;
	height: auto;
	width: 551px;
	background-color: #FFFFFF;
}
#wrapper #main #left_main #photo {
	height: 376px;
	width: 551px;
	background-color: #FFFFFF;
}
#wrapper #main #left_main #what_new {
	height: 39px;
	width: 551px;
	background-color: #FFFFFF;
}
#wrapper #main #left_main #what_new_sentence {
	height: 160px;
	width: 520px;
	background-color: #FED8E8;
	padding: 10px 0px;
	margin: 5px 10px;
	position: relative;
	text-align: center;
	left: 10px;
}


#wrapper #main #right_main {
	float: left;
	height: auto;
	width: 249px;
	background-color: #FFFFFF;
}
#wrapper #main #right_main #topics {
	height: 300px;
	width: 239px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
}
#wrapper #main #right_main .style1 font {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}

#wrapper #main #right_main #topics #kokuchi {
	height: 27px;
	width: 187px;
	top: 30px;
	position: relative;
	left: 25px;
}
#wrapper #main #right_main #topics_buttom {
	width: 239px;
}
#wrapper #main #right_main #procast_link {
	height: 158px;
	width: 249px;
}
#wrapper #main #right_main #topics #kokuchi_sentence {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	height: auto;
	width: 187px;
	position: relative;
	left: 25px;
	top: 40px;
	line-height: 12px;
}
#wrapper #main #right_main #topics #model_oubo {
	padding: 0px;
	top: 50px;
	position: relative;
	height: 71px;
	width: 187px;
	left: 25px;
}
#wrapper #main #right_main #qr {
	height: 160px;
	width: 249px;
}

