@charset "shift_jis";


/*共通設定
----------------------------------------------------------------------------------*/
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #dfdda5 url(images/bg.gif) repeat-x top;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif,Meiryo;
	*font-size:small;
              /*Win IE7およびWin IE6標準準拠モードに適用*/
              *font:x-small;
　　　　　
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
strong {
	color: #993300;
	font-weight: normal;
}
p {
	padding-bottom: 5px;
	padding-top: 5px;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#EA91A2;
   text-decoration:underline;
}


/*ヘッダー
----------------------------------------------------------------------------------*/
#header-container {
	width: 914px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header-container h1 {
	font-size: 11px;
	color: #58362D;
	background: #FFFFFF url(images/header_bg.jpg);
	height: 190px;
	padding: 0 0 0 20PX;
	font-weight: normal;
}


/*メインメニュー（画像を横並びにする為の設定なので変更しない）
----------------------------------------------------------------------------------*/
#menu li {
	float: left;
	padding-bottom: 20px;
}


/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/container_bg.gif) repeat-y left;
	clear: left;
}

/*テーブル設定
----------------------------------------------------------------------------------*/
.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 326px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}



/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 662px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}

#main h2 {
    font-size: 13px;
    color: #333333;
    margin: 0;
    padding: 0;

}
/* ---------------------------------------------------------------- *
 グラフィックナビゲーション
 * ---------------------------------------------------------------- */

#gnavi {
  margin: 0;
  padding: 20px 10px 10px 20px;
  width: 600px;
  height: 1000px
}



/*What's new欄の矢印とアンダーライン
----------------------------------------------------------------------------------*/
.u-line li {
	border-bottom: 1px dotted #CCCCCC;
	background: url(images/arrow2.gif) no-repeat left top;
	padding-left: 15px;
}

/*サイドコンテンツ
----------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 192px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}


/*フッター
----------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background: url(images/footer_bg.gif) no-repeat left top;
	padding-bottom: 20px;
}

/*MODELS
----------------------------------------------------------------------------------*/
.models{
text-align: center;
margin: 0 9px 15px 0;
width:125px;
height:220px;
float:left;
}

#model_wrap{
margin-top:10px;
width:670px;
}

#mainpict{
	background: url(images/model_bigp_bg.jpg) no-repeat left top;
	width:330px;
	height:484px;
	overflow:hidden;
	float:left;
	margin-top:10px;
	padding:10px 0 0 10px;
}

#subpict_caparea{
	float:right;
	padding-left:5px;
	margin-left:10px;
	width:307px;
	height:495px;
	overflow:hidden;
	}
	
#subpict_caparea h2{
	font-size:30px;
	height:50px;
	width:307px;
	margin-bottom:25px;
	overflow:hidden;
}

#subpict_caparea #attribute{
	width:307px;
	margin-top:10px;
	overflow:hidden;
	height:246px;
	line-height: 1.5;
	font-size: 18px;
}
	
#subpict_caparea div.small_photo{
	width:97px;
	height:141px;
	padding-left:5px;
	padding-top:5px;
	float:left;
	background: url(images/model_minip_bg.jpg) no-repeat left top;
}
/* ---------------------------------------------------------------- *
モデルシステム
* ---------------------------------------------------------------- */
.andies_i , .ange , .ashellys {
display:none;

}

/*clearfix（変更しないこと）
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
