@charset "UTF-8";

/* -- 回り込み解除 ------ */
.clearfix {
	zoom:1; /* for IE 5.5-7 */
}
.clearfix:after { /* for modern browser */
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* -- 回り込み解除(ボックス内) -- */
.floatclear {
	clear:both;
	height:0;
	overflow:hidden;
}
.floatclear hr {
	display:none;
	height:0;
}


/*== 共通 ==============================================================*/
/*ul {
	list-style-type: none;
a {
	text-decoration: none;
}
}*/

/*== 全体 ==============================================================*/
html,body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color: #464646;
	color: #666;
	font-size:1em;
}
#wrapper {
	width: 770px;
	margin:0 auto;
	background-color: #FFF;
	background-image: url(/img/bg_cube.jpg);
	background-repeat: no-repeat;
}
#bg_area {
	width: 770px;
	background-color: #FFF;
	min-height:100%;
	margin:0 auto -2em auto;
	height:auto !important;
	height:100%;
}

/*-- ヘッダ -----------------------------------*/
#header {
	padding-top:10px;
	padding-bottom:10px;
	margin-left:100px;
}
#header #headlogo {
	color: #599455;
	font-size:14px;
	margin:0;
	padding:0;
}
#header #headlogo img {
	/*
	float:left;
	*/
	margin-right:5px;
}
#header #head_navi {
	list-style-type: none;
	margin:10px 0 0 20px;
	padding:0;
}
#header #head_navi li {
	display: inline;
	margin-left: 10px;
}

/*-- フッタ -----------------------------------*/
#footer-space {
	height:2em;
}
#footer {
	width:770px;
	height:2em;
	/*
	text-align: right;
	*/
	text-align:center;
	font-size:0.8em;
	/*
	margin-top: 20px;
	*/
	margin:0 auto;
}
#footer table {
	width:720px;
	margin-left:50px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#footer li {
	display: inline;
	background: url(/img/foot_arrow.gif) no-repeat left center;
	white-space: nowrap;
	margin:0;
	padding-left: 8px;
}
#footer #footlink {
	text-align:left;
}
#footer #copyright {
	text-align:right;
	color: #0c0c0c;
	padding-right:1em;
}


/*-- メインボックス ---------------------------*/
#main_box {
	/* 090511
	background: url(/img/yajirusi_bg02.gif) repeat-y;
	*/
	padding: 0 90px 30px 105px;
}

/*-- clearfix --*/
#main_box {
	zoom:1; /* for IE 5.5-7 */
}
#main_box:after { /* for modern browser */
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
#main_box {
	display: inline-table;
}
/* Hides from IE-mac ¥*/
* html #main_box {
	height: 1%;
}
#main_box {
	display: block;
}
/* End hide from IE-mac */


#pagetitle {}

h1 {
	color: #599455;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
}
.kakko {
	background: url(/img/contents_bundle_bg.gif) repeat-y;
}

/* -- パンくずリンク -- */
#topicpath {
	padding-bottom:5px;
	background:url(/img/double_line.gif) no-repeat left bottom;
}
#topicpath a {
	color: #599455;
	text-decoration:none;
}
#topicpath a:hover {
	color:#F30;
}


/*-- コンテンツエリア -------------------------*/
#contents_area {
	margin:30px;
}
#contents_area h2 {
	color: #599455;
	font-size: 1.4em;
}
#contents_area h2.midasi {
	font-size:1.2em;
	margin-bottom:0;
}
#contents_area h3 {
	color: #000;
	font-size: medium;
	margin-top: 0px;
}
#contents_area h3 strong {
	color: #900;
	font-size:1.2em;
}

/*-- エントリー -------- */
/* -- 本文 -- */
#entrybody {}
/* -- 追記 -- */
#entrymore {}


