
@charset "utf-8";


/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


/* --- 全体の背景・テキスト --- */
body {
	min-width: 880px; /* 全体の最小幅 */
	margin: 0;
	padding: 0;
	background-color:; /* 全体の背景色 */
	color: #151515; /* 全体の文字色 */
	font-size: 95%; /* 全体の文字サイズ */
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background-image: url(../image/a1_logo_bg.png) ;
	background-position : right bottom;
	background-repeat : no-repeat;
	background-attachment : fixed;
	}


h1 {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 0 0 20px;
	line-height: 1.0em;
	}


#head2 {
	width: 1080px;
	height: 30px;
	border-TOP: solid 2px #ea5902;
	border-bottom: solid 2px #ea5902;
	border-left: solid 20px #ea5902;
	padding: 0px 0px 15px 15px;
	margin: 110px auto 0;
	}

#head2 h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #598;
	line-height: 20px;
	}


.scroll_button a{
    position: fixed;
    display: block;
    right:20px;
    bottom:70px;
    background-color: rgba(30,30,30,0.8);
    color:#fff;
    padding:20px;
}


/* h3飾り*/
.head3 {
	width: 93.5%;
	height: 30px;
	background-image: url(../image/bg_02.png); /* html5移行後はrgbaに設定変更すること */
	padding: 5px 10px 20px 20px;
	border-bottom: solid 6px #c20;
	border-left: solid 20px #c20;
	border-radius: 5px 5px 5px 5px;
	margin: 0 auto;
	}


.head3 h3 {
	font-size: 0.95em;  
	color: #eed;
	padding-left: 35px;
	background: url(../image/logo_28.png) no-repeat 0 0.05em; /* 見出しの背景（マーク） */
	}


/* h4飾り*/
.head4 {
	width: 93.5%;
	height: 20px;
	padding: -5px 10px 15px 10px;
	border-bottom: solid 2px #c20;
	border-left:solid 20px #c20;
	border-radius: 5px 0 0 5px;
	margin: 0 auto;
	}


.head4 h4 {
	font-size: 0.9em;  
	font-style: normal;
	color: #444;
	padding-left: 15px;
	}


/* --- 全体のリンクテキスト --- */
a:link { color: #5555ff; }
a:visited { color: #ff2222; }
a:hover { color: #008080; }
a:active { color: #008080; }


span {
	font-weight: bold;
	color: #f00;
	}

img.right {
	float: right;
	margin-left: 10px;
	}

img.sold {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

img.hover:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-mpz-opacity: 0.5;
}

#title {
	width: 100%;
	height: 25px;
	background-color: rgb(0,0,0,0.9);
	border-top: solid 1px #ff2200;
	border-bottom: solid 1px #ff3300;
	margin: 0 auto;
	}

#container  {
	width: 100%;
	margin: 0 auto;
	}

#overhead {
	width: 100%;
	height: 25px;
	position: fixed;
	margin: 0 auto;
	background-color: rgba(255,255,255,1.0);
	top: 0;
	left: 0;
	z-index: 2;
	}

/* --- ガイドメニュー --- */
#overhead ul.guide {
	position: absolute; /* 絶対配置 */
	top: 5px; /* 上からの距離 */
	right: 10px; /* 右からの距離 */
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/* メニュー項目 */
#overhead ul.guide li {
	display: inline;
	padding: 0 7px 0 13px; /* 項目のパディング（上右下左） */
	font-size: 0.8em;
	}

#header {
	width: 100%;
	height: 55px;
	margin: 25px auto;
	position: fixed;
	background-image: url(../image/bg_01.png);
	border-top: solid 10px #f20;
	border-bottom: solid 10px #f20;
	top: 0;
	left: 0;
	z-index: 3;
	}

#header_inn {
	margin: 0 auto;
	width: 1080px;
	padding: 5px 0 5px 0;
	text-align: right;
	}


#opening {
	width: 100%;
	height: 250px;
	clear: both;
	margin: 100px auto;
	z-index: 1;
	}

#contents {
	width: 1080px;
	padding: 0 10px;
	margin: 100px auto 50px;
	clear: both;
	}

#contents2 {
	width: 1080px;
	padding: 0 10px;
	margin: 0 auto 50px;
	clear: both;
	}

#main {
	float: right;
	width: 820px;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #cccccc;
	margin: 5px 0 0 20px;
	padding: 10px;
	border-radius: 5px;
	}

.contents_inn {
width: 740px;
margin: 0 auto;

}

#contents_one {
	width: 770px
	margin: 0 15px;
	padding: 20px;
	}

#contents_one p {
	width: 770px;
	color: #555555;
	font-size: 0.95em;
	line-height: 1.7em;
	}


#contents_one p:first-letter {
	float: left;
	display: block;
	font-size: 1.8em;
	line-height: 0.8em;
	margin: 0.1em 0.2em 0 0;
	padding: 0;
	}


#contents_two {
	width: 750px
	margin: 0 auto;
	padding: 20px;
	clear: both;
	}


#contents_two p {
	width: 750px;
	font-size: 0.85em;
	line-height: 1.9em;
	margin-left: 10px;
	} 

#contents_two ol li{
list-style-type: decimal;
}

#contents_two ul li{
list-style-type: none;
}



#contents_three {
	width: 750px
	margin: 0 auto;
	padding: 20px;
	clear: both;
	}


#contents_three p {
	width: 750px;
	font-size: 0.85em;
	line-height: 1.9em;
	} 


#contents_four {
	width: 750px
	margin: 0 auto;
	padding: 20px;
	}

#contents_four p {
	width: 750px;
	font-size: 0.85em;
	line-height: 1.9em;
	} 


#contents_five {
	width: 750px
	margin: 0 auto;
	padding: 20px;
	}


#contents_five p {
	width: 750px;
	font-size: 0.85em;
	line-height: 1.9em;
	} 


/*---diary---*/
dt {
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
	color: #f4f4f4;
	margin-top: 1em;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(234,89,2,0.8);
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}
      
dd {
	border: solid 1px #cccccc;
	padding: 1em;
	margin-left: 0em;
	margin-top: 0.5em;
	font-size: 0.85em;
	color: #151515;
	line-height: 1.9em;
	}


.table_01 {
	font-size : 0.8em;
	color : white;
	background-color :;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	background-image : url(../image/bg_01.png);
	}


.table_02 {
	font-size : 0.8em;
	color : #008080;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	text-align : left;
	line-height : 165%;
	background-image : url(../image/bg_04.png);
	}


.table_03{
	width: 300px;
	font-size : 0.8em;
	color : #252525;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	text-align : left;
	background-image : url(../image/bg_04.png);
	}


#shop_01 {
	width: 230px;
	font-size: 0.85em;
	color: #008080;
	float: left;
	margin: 0 5px 5px 10px;
	}


#shop_02 {
	width: 230px;
	font-size: 0.85em;
	color: #008080;
	float: left;
	margin: 0 5px 5px 10px;
	}


#shop_03 {
	width: 230px;
	font-size: 0.85em;
	color: #008080;
	float: left;
	margin: 0 5px 5px 10px;
	}


.shadeGroup {
	padding-bottom:1.5em;
	}

.shadeBtn,.shadeContents {
	padding:0.5em;
	}

.shadeBtn {
	border-left:2px solid #ff9966;
	background-color:#ff9966;
	}

.shadeContents {
	border:2px solid #ff9966;
	border-top:none;
	font-size: 0.8em;
	line-height: 1.8em;
	}

.shadeOpen .shadeBtn,.shadeClose .shadeBtn,.shadeOpen .shadeContents,.shadeClose .shadeContents{
	padding-left:27px;
	}

.shadeOpen .shadeBtn,.shadeClose .shadeBtn {
	cursor:pointer;
	}

.shadeOpen .shadeBtn {
	background:#ff9966 url(../image/bg_open.png) no-repeat 3px 5px;
	}

.shadeClose .shadeBtn {
	background:#ff9966 url(../image/bg_close.png) no-repeat 3px 5px;
	}


div.eula {
	background-color: #fffddd;
	background-image: url(../image/bg_01.png);
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px #ff9900;
	width: 770px;
	height: 400px;
	overflow: scroll;
	line-height: 1.8em;
	padding: 15px;
	}


#nav {
	float: left;
	width: 180px;
	text-align: left;
	}


#nav ul li {
	margin-top: 5px;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #cccccc;
	width: 150px;
	list-style: none;
	}


#nav ul li a {
	display: block;
	padding-left: 10px;
	line-height: 35px;
	text-decoration: none;
	height: 35px;
	}


#nav ul li a:link, ul li a:visited {
	color: #333333;
	background-color: #ffffff;  
	}


#nav ul li a:hover, ul li a:active {
	color: #ffffff;
	background-color: rgb(234,89,2);
	}


#nav ul li a:active {
	font-weight: bold;
	}


#nav ol li {
	font-size: 0.8em;
	}


#footer {
	position: fixed;
	width:100%;
	height: 30px;
	clear: both;
	text-align: center;
	bottom: 0;
	background-image: url(../image/bg_02.png);
	color: #fff;
	border-top: solid 2px #ff2200;
	}


#footer p {
	font-size: 0.8em;
	line-height: 1.1em;
	}

#footer:hover {
	height: 55px;
}


address {
	font-size: 0.8em;
	font-style: normal;
	margin-top: 10px;
	}
/* stock list */

.price_01{
  font-size : 90%;
  font-weight : bold;
  text-align: center;
  color : white;
  background-color : red;
  text-align : center;
  text-shadow: 0.5px 0.5px 0.3px #555;
}

.price_02{
  font-size : 100%;
  font-family: Arial Black;
  font-weight : bold;
  font-style: oblique;
  color : red;
  text-align : center;
  
}

.grade{
  font-size : 80%;
  color : #e4e4e4;
  padding-top : 5px;
  padding-left : 5px;
  padding-bottom : 5px;
  background-image : url(../image/bg_03.png);
  text-shadow: 0.5px 0.5px 0.3px #555;
  
}

.list_01{
  font-size : 80%;
  color : #e3e3e3;
  text-align : center;
  font-family : メイリオ;
  background-image : url(../stock/image/bg_05.png);
  text-shadow: 0.5px 0.5px 0.3px #555;
}

.list_02{
  font-size : 80%;
  color : #333333;
  font-family : メイリオ;
  text-align : center;
  background-image : url(../stock/image/bg_04.png);
}

.property {
width: 240px;
float: left;
margin: 2px;
}

.sold {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	background-color: rgba(150,150,150,0.6);
}
