/* Base Weblog */

/* basic elements */

body {
	color: #333333;
	font-family: "メイリオ",Meiryo, Verdana, "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial, helvetica, sans-serif;
	text-decoration: none;
	font-size:10px;
	line-height:16px;
	border:none;
	border:0px;
	border-collapse:collapse;
	background: #EDE8DD;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a img { border: 0px; }

a{text-decoration: none;}
a:link {color: #5588bb;text-decoration: none;border-bottom:0px;}
a:visited {color: #5588bb;text-decoration: none;border-bottom:0px;}
a:hover {color: #003366;text-decoration: none;border-bottom:0px;}

a.lined{text-decoration: none;}
a:link.lined {color: #fff;text-decoration: none;border-bottom:1px #fff dotted;font-size:12px;}
a:visited.lined {color: #fff;text-decoration: none;border-bottom:1px #fff dotted;font-size:12px;}
a:hover.lined {color: #fff;text-decoration: none;border-bottom:1px #fff dotted;position:relative; top:-1px;font-size:12px;}
a:active.lined{color: #fff;text-decoration: none;border-bottom:1px #fff dotted;position:relative; top:-1px;font-size:12px;}

a.box{text-decoration: none;font-size:11px;}
a:link.box {color: #ea3f95;text-decoration: none;border-bottom:0px;font-size:12px;}
a:visited.box {color: #ea3f95;text-decoration: none;border-bottom:0px;font-size:12px;}
a:hover.box {color: #ea3f95;text-decoration: none;border-bottom:1px #ea3f95 dotted;position:relative; top:-1px;font-size:12px;}
a:active.box{color: #ea3f95;text-decoration: border-bottom::1px #ea3f95 dotted;position:relative; top:-1px;font-size:12px;}


h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
}

/*--黒--*/
span.black {
	color: #000;
}

/*--赤--*/
span.red {
	color: #ED2E56;
}

/*--緑--*/
span.green {
	color: #468958;
}

/*--青--*/
span.blue {
	color: #376DC4;
}

/*--new--*/
span.new {
    display: none;
    color: #ED2E56;
}

span.stafftitle {
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	color: #333;
}

/*--クリア--*/

.clears{
	clear:both;
}

/*--非表示--*/

.hide{
	display:none;
}


/*------------------ ヘッダエリア ------------------*/

#headder{
	margin:10px auto 10px auto;
	width:800px;
	height:70px;
}
/* container */
#rec_container{
	width:800px;
	margin:0px auto 0px auto;
}


/*------------------ コンテンツエリア ------------------*/
#content {
	width:800px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url("images/bg.gif");
	overflow:hidden;
}
/*--
#content:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
--*/
#rec_left, #rec_right{
	float:left;
	padding:0px 0px 30px 0px;
/*--
	padding-bottom:32768px;
	margin-bottom:-32768px;
--*/
}

/*------------------メニューエリア------------------*/
#rec_left {
	width:200px;
	font-size:10px;
	line-height:14px;
	text-align: left;
}
/*------------------右エリア------------------*/
#rec_right {
	width:600px;
	background: #fff;
}
/*--ラインエリア--*/
#rec_line {
	position: relative;
	float:left;
	width:1px;
}
/*--メインエリア--*/
#rec_main {
	position: relative;
	float:right;
	width:599px;
}
/*------------------カテゴリエリア------------------*/
#categoly_area {
	width:200px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*--タイトル--*/
.title_bar {
	width:200px;
	height:400px;
	/*background: #e8025b;
	background:url("images/title.gif");
	background-repeat: no-repeat;*/
}
/*--カテゴリバー--*/
.categoly_bar {
	width:200px;
	height:31px;
	background:url("images/categoly_bar.gif");
	background-repeat: no-repeat;
}
/*--しきり--*/
.title_line {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:200px;
	height:1px;
	background: #035882;
}

/*--リスト--*/
ul {
	list-style-type: none;
} 

.rec_list_box{
	margin:0px 0px 0px -20px;
	width:200px;
}
.rec_caption{
	padding:0px 0px 0px 20px;
	margin:10px 0px 0px -20px;
	font-size:10px;
	line-height:16px;
	color:#fff;
}
.rec_list{
	background: url("images/mark_list.gif") no-repeat; 
	padding:0px 0px 0px 13px;
	margin:10px 0px 0px 0px;
	font-size:10px;
	line-height:20px;
}
.rec_sublist{
	background: url("images/mark_list_sub.gif") no-repeat; 
	padding:0px 0px 0px 16px;
	margin:0px 0px 0px -53px;
	font-size:10px;
	line-height:20px;
}

/*------------------ フッタエリア ------------------*/

#footer{
	margin:0px auto 0px auto;
	width:800px;
	height:33px;
	background: #EDE8DD;
}
#copyright_box{
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:800px;
	background: #EDE8DD;
}
#copyright{
	text-decoration: none;
	font-size:10px;
	line-height:14px;
	text-align: right;
}

/*------------------各ページ------------------*/
/*--ページタイトル--*/
#categoly_title {
	padding:10px 0px 0px 0px;
	margin:0px auto 0px auto;
	width:500px;
	height:80px;
}
/*--エントリー表示エリア--*/
#categoly_entry {
	padding:10px 0px 0px 0px;
	margin:0px auto 0px auto;
	width:500px;
	font-size:12px;
	line-height:18px;
}


/*-----SALE-----*/
#areatitle {
	width:500px;
	height:100px;
	margin-left:50px;
}
#areas {
	width:500px;
	margin-left:50px;
}
#subareatitle {
	font-size:12px;
	font-weight:bold;
	margin:20px 0;
	color:#ea3f95;
}
#areas th {
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:300px;
	height:30px;
}
#areas td {
	font-size:11px;
}
.top_list{
	background: url("images/mark_list.gif") no-repeat;
	margin:0px 0px 0px -28px;
}
* html .top_list{/*--IE6--*/
	background: url("images/mark_list.gif") no-repeat;
	margin:0px 0px 0px 0px;
}
*+ html .top_list{/*--IE7--*/
	background: url("images/mark_list.gif") no-repeat;
	margin:0px 0px 0px 0px;
}
