﻿@charset "utf-8";
/* top CSS */


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-
	import files
+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

@import url("reset.css"); /* browser reset */
@import url("common.css"); /* for all page */


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-
	contents area cover
+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

div#contents-cover {
	padding:0 20px;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-
	promotion area
+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

div#promotion-area {
/*	margin: 2px 20px 0;*/
	margin-top:2px;
	padding:0;
	width:860px;
/*	height:420px;*/
	border-top:5px #7D5C28 solid;
	border-bottom:5px #7D5C28 solid;
	float:left;
	clear:both;
}

/* ----------------------------
	promotion image
---------------------------- */

p#pm-image {
	margin:0;
	padding:0;
	width:687px;
/*	height:420px;*/
	float:left;
}

/* ----------------------------
	promotion button
---------------------------- */

ul#pm-button{
	margin:0;
	padding:0;
	width:173px;
/*	height:420px;*/
	float:right;
}

ul#pm-button li {
	width:173px;
	height:105px;
	display:inline;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-
	contents area
+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

div#contents-area {
/*	margin: 0 20px ;*/
	width:860px;
	float:left;
	clear:both;
	background-color:#F9F4E1;
	border-bottom:5px #7D5C28 solid;
}


/* ----------------------------
	contents left
---------------------------- */

div#contents-left {
	padding:10px 0 0 20px;
	width:410px;
	float:left;
	background-color:#F9F4E1;
}

/* - - - - - - - - - - - - - - 
	news
- - - - - - - - - - - - - -  */

h2 {
	margin-right:20px;
	padding-bottom:2px;
	padding-left:12px;
	border-bottom:2px #7D5C28 solid;

}

ul#news {
	margin:14px 1em 0 0;
	padding-left:1em;
}

ul#news li {
	padding:0.2em 0 0.5em 1em;
	background:url(../images/li_news.gif) no-repeat left 8px;
	line-height:1.2em;
}

ul#news li.last {
	padding-bottom:0;
}

ul#news li span.date {
	font-size:83%;

}

/* ----------------------------
	contents right
---------------------------- */

div#contents-right {
	padding:10px 20px 0 0;
	width:410px;
	float:right;
	background-color:#F9F4E1;
}

/* - - - - - - - - - - - - - - 
	preview
- - - - - - - - - - - - - -  */
p#preview_bunner {
	margin:4px auto 0;
	width:302px;
}

/* - - - - - - - - - - - - - - 
	kokorozasi
- - - - - - - - - - - - - -  */

p#kokorozasi {
	margin:20px auto 10px;
	padding:2px 0;
	font-size:83%;
	line-height:1.2em;
	text-align:center;
	border-top:1px #7D5C28 solid;
	border-bottom:1px #7D5C28 solid;
}