@charset "UTF-8";
/* CSS Document */

div.clear{
	clear: both;
}

/* ▼全体設定▼ */
*{
	margin: 0px;
	padding: 0px;
}
/* ▲全体設定▲ */

/* ▼image▼ */
img {
	border-style: none;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.mb5{
	margin-bottom:5px;
}

.mb15{
	margin-bottom:15px;
}

.mt5{
	margin-top:5px;
}

.mt20{
	margin-top:20px;
}

.ml13{
	margin-left:13px;
}

.mr30{
	margin-right:30px;
}
/* ▲image▲ */

/* ▼body▼ */
body{
	background-color:#000000;
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
}

.all_box{
	width:950px;
	margin:0 auto;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

.c_gray{
	background-color:#f8f7f7;
}
/* ▲body▲ */


/* ▼ヘッダー▼ */
#header{
	background-color:#000000;
	position:relative;
}

/*#header div.logo{
	position:absolute;
	top:4px;
	left:0px;
}*/

#header a#home_link{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 300px;
	display: block;
}

ul.headermenulist{
	top:25px;
	right:30px;
	position:absolute;
	list-style:none;
	color:#ffffff;
}

ul.headermenulist li{
	float:left;
	background-image:url(../img/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 5px 5px 13px;
	margin:0 0 5px 13px;
	display:block;
}
/* ▲ヘッダー▲ */

/* ▼footprint▼ */
#footprint{
	background-color:#000000;
	background-image:url(../img/footprint_bgi.jpg);
	background-repeat:repeat-x;
	position:relative;
}

#footprint p.footprinttext{
	color:#999999;
	top:13px;
	left:220px;
	position:absolute;
}
/* ▲footprint▲ */

/* ▼フラッシュ・イメージ▼ */
#flash_img{
	width:950px;
	height:450px;
}
/* ▲フラッシュ・イメージ▲ */

/* ▼main_index▼ */
#main{
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom:20px;
}

#main div.mainl{
	float:left;
	width:336px;
}

ul.photomenulist{
	float:left;
	list-style:none;
	width:160px;
	margin:5px 0;
}

ul.photomenulist li{
	font-size:11px;
	background-image:url(../img/icon_menu.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 0 5px 13px;
	margin:0 0 5px 13px;
	border-bottom:1px #82979C dotted;
	display:block;
}

#main div.mainm{
	float:left;
	width:355px;
}

#main div.mainm div.box1{
	padding:10px;
	margin-top:5px;
	border-right:1px #aaaaaa solid;
	border-left:1px #aaaaaa solid;
}

div.news{
	width:100%;
	height:360px;
	overflow:auto;
}

dl.news_list{
	font-size:98%;
}

dl.news_list dt{	
	float:left;
	width:9em;
	color:#5E5248;
}

dl.news_list dd{
	float:left;
	width:17em;
}

#main div.mainr{
	float:left;
	width:259px;
}

#main div.mainr div.box2{
	padding:10px;
	margin-top:5px;
}

ul.shopmenulist{
	list-style:none;
	color:#000000;
}

ul.shopmenulist li{
	background-image:url(../img/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px 5px 2px 13px;
	display:block;
}

/* ▲main_index▲ */

/* ▼mainbox▼ */
#mainbox{
	width:950px;
	background-color:#f8f7f7;
	padding-bottom:20px;
}

#mainbox div.side_menu{
	float:left;
	margin-top:10px;
	margin-right:15px;
	width:200px;
}

ul.sidemenulist{
	list-style:none;
	width:190px;
	padding-right:10px;
	margin:0 0 10px 0;
	border-right:1px #cccccc solid;
}

ul.sidemenulist li{
	font-size:98%;
	background-image:url(../img/icon_menu.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:5px 5px 5px 13px;
	margin:0 0 5px 13px;
	border-bottom:1px #82979C dotted;
	display:block;
}

#mainbox div.mainside{
	float:left;
	width:714px;
}

#mainbox div.mainside div.mainside_l{
	float:left;
	width:590px;
}

#mainbox div.mainside div.mainside_r{
	float:right;
	width:100px;
}

.box3{
	float:right;
	width:500px;
}
/* ▲mainbox▲ */

/* ▼otherservice▼ */
#otherservice{
	background-image:url(../img/index_other_bgi.gif);
	background-repeat:repeat;
}

#otherservice div.os_box{
	float:left;
	width:149px;
	color:#cccccc;
	margin:20px 5px 0 5px;
}

#otherservice div.os_box span.os_memo{
	font-size:98%;
	background-image:url(../img/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:3px 5px 3px 10px;
	display:block;
}
/* ▲otherservice▲ */

/* ▼table▼ */
table.ta1{
	margin:10px 0;
	border-left:1px #999 solid;
	border-top:1px #999 solid;
}

table.ta1 td{
	font-size:12px;
	margin:10px 0;
	padding:7px 14px;
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
}

.bgc_purple{
	background-color:#E1C7CA;
}

table.t_album{
	margin:10px 0;
	border:0;
}

table.t_album td{
	margin:10px 0;
	padding:0;
}

table.t_album p.memo{
	text-align:left;
	margin:5px 0;
	font-size:12px;
	line-height:1.5em;
	color:#7A647E;
}

table.t_album p.price_al{
	text-align:right;
	font-size:11px;
	font-weight:bold;
	line-height:1.5em;
	color:#7A647E;
}

table.t_album span.new{
	color:#FF0000;
}

table.t_album img{
	margin:10px 0;
}
/* ▲table▲ */

/* ▼totop▼ */
div.totop{
	text-align:right;
	margin:15px 0;
}
/* ▲totop▲ */

/* ▼フッター▼ */
#footer{
	background-color:#000000;
}

#footer p.copyright{
	padding:10px;
}
/* ▲フッター▲ */
