/*----------------------------
全体設定
-----------------------------*/
body{
	font-size:12px;
	margin:0px;
	padding:0px;
	background-image:url('../img/bg.jpg');
}

div{
	font-size:12px;
	margin:0px;
	padding:0px;
}
table{
	font-size:12px;
	margin:0px;
	padding:0px;
}

/*----------------------------
左右の区切り線
-----------------------------*/
.ber{
	width:11px;
	background-image:url('../img/lr_ber.gif');
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

/*----------------------------
メインコンテンツ設定
-----------------------------*/
#main{
	margin:0px;
	padding:0px;
}


/*----------------------------
ヘッダー画像関係
-----------------------------*/
#t_header{
	width:800px;
	height:379px;
	background-image:url('../img/header_01.jpg');
	background-repeat:no-repeat;
}

#b_header{
	width:800px;
	height:240px;
	background-image:url('../img/header_butai.jpg');
	background-repeat:no-repeat;
}

#s_header{
	width:800px;
	height:275px;
	background-image:url('../img/header_shinan.jpg');
	background-repeat:no-repeat;
}

#p_header{
	width:800px;
	height:275px;
	background-image:url('../img/header_plus.jpg');
	background-repeat:no-repeat;
}

/*----------------------------
新着情報背景
-----------------------------*/
#new{
	color:#FFF;
	font-size:14px;
	padding:5px;
}

/*----------------------------
作品説明設定
-----------------------------*/
#setsumei{
	width:800px;
	height:778px;
	background-image:url('../img/setsumei02.jpg');
	background-repeat:no-repeat;
}

#banner01{
width:800px;
height:113px;
background:url(../img/banner_area.jpg) no-repeat;
text-align:center;
}

#banner01 img{
margin:auto;
margin-top:10px;
border:none;
text-align:center;
}

#banner01 table{
margin:auto;
}

#banner_psp{
padding-right:13px;
}

/*----------------------------
リンク色設定
-----------------------------*/
a.white{color:#FFF;}

/*----------------------------
余白関係
-----------------------------*/
/*＜MARGIN＞*/
/*下*/
.mar_b5{margin-bottom:5px;}
.mar_b10{margin-bottom:10px;}
.mar_b15{margin-bottom:15px;}

/*＜PADDING＞*/
/*右*/
.padd_r20{padding-right:20px;}

/*下*/
.padd_b1{padding-bottom:1px;}

/*左*/
.padd_l5{padding-left:5px;}
