/*/////////////////////////////

1. バナー
2. 背景 影 
3. 枠線・枠内背景
4. 商品写真
5. 作品説明
6. 作者説明
7. 組み立て要点

/////////////////////////////*/

/* 1. バナー =========================================*/	
table.header_top_atom {
	width: 850px;
	height: 150px;
	background-image:url(atom/img/banner.jpg);
	background-color:#FFFFFF
	}
table.header_top_princess {
	width: 850px;
	height: 150px;
	background-image:url(princess_knight/img/banner.jpg);
	background-color:#FFFFFF
	}
table.header_top_hinotori {
	width: 850px;
	height: 150px;
	background-image:url(hinotori/img/banner.jpg);
	background-color:#FFFFFF
	}
	
/* 2. 背景 影 =========================================*/	

table.header {
	width: 900px;
	height: 25px;
	background-image:url(../../img/800base_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
table.main {
	width: 950px;
	background-image:url(../../img/800base.jpg);
	background-position:top;
	background-repeat:repeat-y;
	}
table.footer {
	width: 950px;
	height: 25px;
	background-image:url(../../img/800base_footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
.footer_base {
	background-color:#E3AB24;/* footer背景色*/
	}
	
/* 3. 枠線・枠内背景 =========================================*/
.frame {
	width:800px;
	height:15px;
	background-color:#D1322B;
	}
table.in_line {
	border:3px solid #570000;
	}

/* 4.商品写真 =========================================*/
.base_atom {
	background-color:#E3AB24;/* 全体背景色*/
	background-image: url("atom/img/product.jpg");/* 商品部分デザイン画像*/
	background-position:0px -15px;
	background-repeat:no-repeat;
	}
	
.base_princess {
	background-color:#EB9280;/* 全体背景色*/
	background-image: url("princess_knight/img/product.jpg");/* 商品部分デザイン画像*/
	background-position:0px -15px;
	background-repeat:no-repeat;
	}
.base_hinotori {
	background-color:#E3AB24;/* 全体背景色*/
	background-image: url("hinotori/img/product.jpg");/* 商品部分デザイン画像*/
	background-position:0px -15px;
	background-repeat:no-repeat;
	}
	
/* 5.作品説明 =========================================*/
.outline{
	height:9px;
	background-image:url(img/outline.gif);/* 見出し*/
	background-position:top left;
	background-repeat:no-repeat;
	margin:20px 0px 0px 30px
	}
.outline_text {
	width:398px;
	color:#123047;
	}
.text_by {
	font-size:10px;
	line-height:22px;
	color:#C4674D;
	}
img.line_art{
	border:8px solid #DAC53F;/* アート用ライン*/
	}
	
/* 6.作者説明 =========================================*/
.artist_header_line {
	height: 15px;
	background-color:#3A7966;
	}
.artist_frame {
	background-color:#36719B;
	width:700px;
	}
.artist_text {
	color:#D9D6B7;
	/*width:368px;*/
	}
	
/* 7.組み立て要点 =========================================*/
.base_tricks_remarks {
	background-color:#D48537;/* 組み立て要点/背景色*/
	}
	
.trickes_frame {
	width:700px;
	}
.trickes_text {
	background-color:#E49445;
	color:#AB1A0B;
	text-align:left;
	width:475px;
	height:130px;
	padding:20px;
	}
.line{
	border:7px solid #E53B0E;/* 外・太ライン*/
	width:180px;
	margin:0;
	}
img.trickes {
	border:5px solid #D48537;/* 間・背景色*/
	padding:1px;
	width:170px;
	height:120px;	
	background-color:#E53B0E;/* 内・細ライン*/
	}
.line2{
	border:7px solid #EFCC2E;/* 外・太ライン（シークレット）*/
	width:180px;
	margin:0;
	}
img.trickes2 {
	border:5px solid #D48537;/* 間・背景色（シークレット）*/
	padding:1px;
	width:170px;
	height:120px;
	background-color:#EFCC2E;/* 内・細ライン（シークレット）*/
	}

