@charset "utf-8";
/*================================
 BASIC ELEMENT SET
================================*/
html{
	height:100%;
	overflow-y:scroll;
}

body{
	height:100%;
	margin:0;
	padding:0;
	color:#562828;
	font-size:80%;
	line-height:1.6;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", ;
	background:url(../img/bg_main.gif) left top repeat;
}

/* reset */
ul,li{
	padding:0;
	margin:0;
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
}

a img,img{
	border:0px;
}

p{
	margin: 0;
	padding: 0;
}

/* link */
a {color: #562828;}
a:link {color: #562828; text-decoration:none;}
a:visited {color:#562828; text-decoration:none;}
a:hover {color: #562828; text-decoration:underline;}
a:active { color:#562828; text-decoration:none;}


#wrapper{
	width:100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#body{
	width:800px;
	margin:0 auto;
	padding:0 0 30px;
	clear:both;
	background:url(../img/bg_btm.gif) left bottom no-repeat #fff ;
}

/*================================
 HEADER
================================*/
#header{
	height:300px;
	width:800px;
	margin: 30px auto 0;
	padding: 0;
	background:url(../img/header.jpg) left top no-repeat ;
	overflow: hidden;
}

#header h1{
	display:block;
    text-indent:-10000px;
    overflow:hidden;
}

/* global navigation */
ul#gNavi{
	margin:0 auto;
	padding:0 0 20px;
	clear:both;
	text-align: center;
}

ul#gNavi li{
	margin:0;
	padding:0 20px 0 0;/* 6column_10px */
	display: inline;
}

ul#gNavi li.right{
	padding-right: 0;
}


/*================================
 CONTENTS AREA
================================*/
/* content */
#contents{
	width: 770px;
	margin:0 auto;
	padding:0;
	clear:both;
}

/* menuArea */
#contents ul#menuArea{
	width:195px;
	margin: 0;
	padding:0 0 8px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	background: #fdffed;
}

#contents ul#menuArea li{
	margin: 0 6px;
	padding: 3px 0;
	background: url(../img/line_menu.gif) left bottom repeat-x ;
}

#contents ul#menuArea li a{
	padding: 0 0 0 17px;
	background: url(../img/icon_menu.gif) left center no-repeat ;
}

#contents ul#menuArea li.ttl{
	height: 46px;
	margin: 0;
	padding: 0 0 16px;
	background-image: none;
}

#contents ul#menuArea li.smenu{
	padding-left: 14px;
	font-weight: normal;
}

#contents ul#menuArea li.smenu a{
	padding-left: 12px;
	background: url(../img/icon_smenu.gif) left center no-repeat ;
}


/* entry */
#contents #entryArea{
	width:400px;
	margin: 0 13px;
	padding:0;
	background: #fdffed;
	float: left;
}

#contents #entryArea #ttl{
	margin: 0;
	padding: 0 0 10px;
}

#contents #entryArea .entry{
	width:370px;
	margin: 0 auto 20px;
	padding: 0;
	background: url(../img/line_entry.gif) left bottom repeat-x ;
}

#contents #entryArea .entry h2{
	height: 26px;
	margin: 0;
	padding: 11px 0 0 37px;
	color: #ba0000;
	font-size: 14px;
	background: url(../img/icon_pen.gif) left center no-repeat ;
}

#contents #entryArea .entry .article{
	padding: 1em 0;
}
#contents #entryArea .entry p.day{
	text-align: right;
}
#contents #entryArea .entry p.entry-more-link
{
	text-align: right;
	padding: 1em 0;
}
#contents #entryArea .entry p.entry-more-link a {color: #562828;padding-left:8px;background:url(../img/arrow_news.gif) left center no-repeat;}
#contents #entryArea .entry p.entry-more-link a:link {color: #562828; text-decoration:underline;}
#contents #entryArea .entry p.entry-more-link a:visited {color:#562828; text-decoration:underline;}
#contents #entryArea .entry p.entry-more-link a:hover {color: #562828; text-decoration:none;}
#contents #entryArea .entry p.entry-more-link a:active { color:#562828; text-decoration:underline;}

/* BannerArea */
#contents ul#bnArea{
	width:148px;
	margin: 0;
	padding:0 0 8px;
	float: left;
}

#contents ul#bnArea li{
	margin: 0;
	padding: 0 0 12px;
	text-align: center;
}

#contents ul#bnArea li.ttl{
	height: 39px;
	margin: 0;
	padding: 0 0 16px;
}

/*================================
 footer
================================*/
#footer{
	padding:12px 0 12px;
	text-align: center;
	font-size: 75%;
	clear:both;
}

/*================================
 For IE6.0
================================*/
*html #contents #entryArea{
	margin: 0 10px;
}
/*================================
 CLEAR
================================*/
#wrapper{
	min-height:1%;
}
#wrapper:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #wrapper{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
body*#wrapper:after{
	content:".";
}
/*-----------------------------*/
#footer{
	min-height:1%;
}
#footer:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #footer{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
body*#footer:after{
	content:".";
}
/*-----------------------------*/
#body{
	min-height:1%;
}
#body:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #body{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
body*#body:after{
	content:".";
}


