@charset "utf-8";

/*======================================

	Body

=======================================*/

body {
	margin:0;
	padding:0;
	background-color:#000;
	font-size:12px;
	color:#fff;
	line-height:160%;
	text-align:center;
}

table,tr,td {
	font-size:12px;
	color:#fff;
	line-height:160%;
}

/*======================================

	Setting

=======================================*/

a:link,
a:visited,
a:active {
	color:#868B61;
}

a:hover {
	color:#868B61;
	text-decoration:none;
}

p,h1,h2,h3,h4,h5,h6,form {
	margin:0;
	padding:0;
}

h2 {
	margin-bottom:20px;
}

h3 {
	color:#fff;
	font-size:14px;
	background-color:#791717;
	border-top:1px solid #F54EA5;
	border-bottom:1px solid #F54EA5;
	padding:8px;
	margin-bottom:20px;
}

h4 {
	margin-bottom:15px;
}


/*======================================

	All

=======================================*/

.none {
	display:none;
}

.small {
	font-size:10px;
}

/*======================================

	Container

=======================================*/

div#container {
	width:979px;
	margin:0 auto;
	background:url(../common/container_bg2.gif) repeat-y 0 0;
	text-align:center;
    overflow: hidden;
}

div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}
/**/


/*======================================

	Layout

=======================================*/

div#mbody {
	width:907px;
	text-align:left;
	float:left;
}

div#inner {
	width:907px;
	text-align:left;
    overflow: hidden;
}

div#inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#inner {
    height: 1em;
    overflow: visible;
}
/**/

div#cntleft {
	display:inline;
	width:690px;
	height:auto;
	float:left;
}

div#cntright {
	display:inline;
	width:190px;
	height:auto;
	float:right;
	text-align:left;
}


div#left_bg,
div#right_bg {
	width:15px;
	height:491px;
	background-color:#646464;
	float:left;
	background:url(../common/waku.gif) no-repeat 0 0;
}

div#left_bg hr,
div#right_bg hr {
	display:none;
} 

div#left_bg {
	margin-right:21px;
}

div#right_bg {
	margin-left:21px;
}

.blog {
	width:690px;
	_width:660px;
	height:auto;
	background-color:#212121;
	padding:15px;
}

html > body .blog {
	width:660px;
}

.summary,
.fashion,
.coordinate {
	width:auto;
	margin-bottom:20px;
}

.summary_table {
	margin:10px 0;
}

.summary_table td {
	padding:5px;
}

.fashion {
	padding-left:25px;
}

.coordinate {
	width:630px;
	padding-left:25px;
	border-bottom:1px solid #ccc;
	margin-bottom:0;
}

p.data {
	display:block;
	text-align:right;
	margin:10px 0 0 0;
	color:#ccc;
	font-weight:bold;
	font-size:10px;
}

p.pagetop {
	text-align:right;
	margin-top:25px;
	margin-bottom:10px;
}

p.pagetop a,
p.pagetop a:visited,
p.pagetop a:active {
	color:#F54EA5;
}

.coordinate table {
	margin-bottom:50px;
}

.coordinate table td {
	text-align:left;
	vertical-align:top;
}

.coordinate table td.img {
	padding-right:25px;
}

.coordinate table td.txt {
}

.cntleft_box {
	width:auto;
	margin-bottom:20px;
	clear:both;
}

/*======================================

	Search bar

=======================================*/

.seaarch_box {
	margin:0;
	padding:0;
	width:156px;
	height:19px;
}

/*======================================

	Cal

=======================================*/

div#cal {

}

div#cal table {

}

div#cal th,
div#cal td {
	text-align:center;
	border-left:1px solid #272727;
	border-top:1px solid #272727;
	color:#ccc;
}

div#cal th {
	background-color:#2E2E2E;
}

div#cal td {
	background-color:#1A1A1A;
}

/*======================================

	List

=======================================*/

div#list {

}

div#list a {
	color:#fff;
	text-decoration:none;
}

div#list a:hover {
	color:#fff;
	text-decoration:underline;
}

div#list h3 {
	background:url(../common/bar_bg.jpg) no-repeat 0 0;
	color:#fff;
	width:auto;
	height:30px;
	border:none;
	margin:0 0 20px 0;
	padding:6px 0 0 0;
	text-align:center;
}

div#list ul.top {
	margin:0 0 10px 13px;
	padding:0;
}

div#list ul.top li {
	background:url(../common/list_icon.gif) no-repeat 0 6px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0 0 0 18px;
	font-weight:bold;
}

div#list ul.sec {
	margin:0;
	padding:0;
}

div#list ul.sec li {
	background:url(../common/list_icon.gif) no-repeat 0 6px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0 0 0 18px;
	font-weight:bold;
}


/*======================================

	Banner

=======================================*/

.banner {
	background:url(../common/banner_line.gif) no-repeat 0 0;
	width:auto;
	padding:20px 0;
	text-align:center;
	font-weight:bold;
}


/*======================================

	Header

=======================================*/

p#disp {
	margin-top:15px;
	margin-bottom:5px;
}

div#header {
	background:url(../common/logo.gif) no-repeat 0 0;
	width:auto;
	height:66px;
	margin-bottom:20px;
}

div#header h1 a {
	display:block;
	width:200px;
	height:66px;
	text-indent:-999em;
}

/*======================================

	Footer

=======================================*/

div#footer {
	width:auto;
	border-top:5px solid #646464;
	clear:both;
	margin-top:50px;
	padding:10px 0 30px 0;
	font-size:10px;
}
