@charset "UTF-8";

/* @override http://www.balanganstone.jp/yoshino//css/common.css */

/*=====================================

	last update : 2009/6/26
	create : 2009/6/26
	author : R.S

=====================================*/

/*-----------------------------------------------
 Default Reset
-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


/*-----------------------------------------------
 Base TAG
-----------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.png) repeat-x center bottom fixed #FFFFFF;
	font-size: 0.8em;
	line-height: 1.6;
	color: #49372E;
	font-family:  "Lucida Grande", sans-serif;
}

/* for WinIE6*/

* html body {
	font-family: "MS P ゴシック", sans-serif;
	vertical-align: baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	clear: both;
	display: none;
}


/*-----------------------------------------------
 Base Link Color Setting
-----------------------------------------------*/

a {
	color: #49372E;
	text-decoration: underline;
}

a:hover {
	color: #49372E;
	text-decoration: none;
}


/*-----------------------------------------------
 Wrapper Setting
-----------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 750px;
	border-left: 1px solid #49372E;
	border-right: 1px solid #49372E;
}


/*-----------------------------------------------
 Header Setting
-----------------------------------------------*/

#header {
	margin: 0;
	padding: 0;
	background: url(../images/header.png) no-repeat #49372E;
	height: 182px;
	position: relative;
}


#header .logo_home {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header h1 {
	position: absolute;
	top: 60px;
	left: 98px;
}


/*-----------------------------------------------
 Footer Setting
-----------------------------------------------*/

#footer {
	clear: both;
	height: 30px;
	background: #49372E;
	text-align: center;
	color: #FFFFFF;
}

/*-----------------------------------------------
 Contents Setting
-----------------------------------------------*/

#container {
	margin: 0;
	background: url(../images/bg_contents.png) no-repeat center top #FFFFFF;
	overflow: hidden;
}

#contents {
	margin: 0;
	width: 565px;
	float: left;
}

#entry_box {
	width: 380px;
	float: right;
}

#side_left {
	margin: 0 0 10px 10px;
	width: 160px;
	float: left;
}

#side_right {
	margin: 0 10px 10px 0;
	width: 160px;
	float: right;
	overflow: auto;
}

#entry_box h2 {
	margin: 0 0 20px 0;
	color: #006633;
	font-weight: bold;
}

h3 {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/side_titlebg.png) no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	width: 158px;
	height: 26px;
}


.entry_text {
	margin: 10px 0;
	padding: 20px;
	background: url(../images/entry_bg.png) repeat-x bottom #FFFFFF;
	border-top: 7px solid #49372E;
	border-right: 1px solid #49372E;
	border-bottom: 1px solid #49372E;
	border-left: 1px solid #49372E;
}

.entry_link {
	margin: 20px 0 0 0;
	text-align: right;
}

.entry_contents p
	{
	margin: 0 0 10px;
	}

#side_left ul {
	margin: 0 15px;
}