@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background-image: url(img/BODY-BG.png);
	background-attachment: fixed;
	background-position: left top;
}

h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	background-color: #004B97;
	width: 950px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #B5933B;
	height: 25px;
	width: 950px;
	line-height: 25px;
	text-align: center;
}
h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #042F89;
	height: auto;
	width: 750px;
	line-height: 35px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

h5 {
	width: 175px;
	margin-left: 5px;
	font-size: 18px;
	font-family: "Century Gothic";
	color: #FFF;
	margin-bottom: 3px;
}




#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	position: relative;
	margin-top: 15px;
	background-image: url(img/wrapper-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#apDiv4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	top: -10px;
	left: -40px;
}
.whats-new dl dt {
	font-weight: bold;
}
.whats-new dl dd {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.page-title {
	padding-left: 80px;
	font-size: 38px;
	margin-top: 10px;
	font-family: "Century Gothic";
	line-height: 48px;
	background-image: url(img/h1-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	margin-bottom: 10px;
}
.page-title-small {
	font-size: 22px;
	margin-left: 10px;
}
#main p {
	padding: 5px;
	line-height: 22px;
}



#left {
	height: auto;
	width: 175px;
	float: left;
	margin-right: 5px;
	padding-top: 220px;/* 通常ロゴの場合は200ｐｘ*/
	margin-left: 5px;
	margin-bottom: 10px;
	font-family: "Century Gothic";
}
#left .whats-new {
	padding: 5px;
	height: 100px;
	width: 155px;
	background-color: #CCC;
	margin-left: 5px;
	color: #333;
	font-family: "Century Gothic";
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	overflow: auto;
}

#left ul {
	height: auto;
	width: 170px;
	list-style-type: none;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
}
ul li {
	font-size: 12px;
	line-height: 35px;
	height: 35px;
	width: 165px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 2px;
	background-image: url(img/menu-tex.png);
	background-repeat: no-repeat;
	background-position: left center;
}



#main {
	height: auto;
	width: 760px;
	float: left;
	line-height: 20px;
}
#header {
	height: auto;
	width: 940px;
	font-size: 10px;
	text-align: right;
	padding: 5px;
	background-color: #000;
	background-image: url(img/header-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
}
#footer {
	height: auto;
	width: 950px;
	background-color: #000;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 5px;
	background-image: url(img/footer-bg.png);
	background-repeat: repeat-x;
}
ul li a{
	color: #FFF;
	}
.large {
	font-size: 16px;
}

ul li a:link {
	color: #FFF;
	}	
ul li a:visited {
	color: #EBEBEB;
}	
ul li a:hover {
	color: #F00;
}	
a {

	}
a:link {
	color: #0CC;
	}	
a:visited {
	color: #0CC;
}	
a:hover {
	color: #F00;
}	

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}


.maintxt {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inquirely {
	height: 115px;
	width: 165px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFF;
	background-image: url(img/inquirely_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
}
.shop_name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}


.tel {
	font-size: 30px;
	font-weight: bold;
	color: #900;
	line-height: 35px;
}
.container350 {
	height: 250px;
	width: 350px;
	overflow: hidden;
	margin-right: 2px;
	margin-bottom: 2px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.kaitori {
	background-color: #FFF;
	height: auto;
	width: 165px;
	padding: 2px;
	border: 1px solid #A11515;
	color: #333;
	margin-left: 2px;
	margin-bottom: 10px;
}
.green {
	color: #0C0;
	font-weight: normal;
	font-family: "Century Gothic";
}
.list tr th {
	background-color: #666;
	text-align: left;
}
.en {
	font-weight: bold;
	color: #FF9;
}

.model-photo {
	width: 600px;
	background-color: #000000;
	text-align: center;
	margin: 0px auto 10px auto;
	padding: 0px 60px;
}

.model-photo .left {
	float: left;
	margin: 0px;
	padding: 0px;
}
.blue {
	color: #94FEE9;
}
