/*  Reset code */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* General */

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	background: #514239;
	color: #353530;
	line-height: 1.6em;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
}


/* Typography */

p {
	line-height: 1.7em;
	padding: 0.2em 0 1.5em;
}

br {
	letter-spacing: normal;
}

h1 { font-size: 3em; }
h2 { font-size: 2.2em; }
h3 { font-size: 2em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #543;
}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

/* Lists */

dl {margin-bottom: 0;}
dt {
	padding: 5px 10px;
	background: url('img/grain_dark.gif');
	border-bottom: 1px dotted #bbb6b4;
	color: #353530;
	font-weight: bold;
}
dd {
	background: url('img/grain_light.gif');
	padding: 5px 0;
}


/*  Links */

a {color: #543;}
a:hover {
	color: #C40;
	text-decoration: underline;
}



/*  Images */

img.bordered {
	background-color: #FFF;
	border: 1px solid #d7d3ce;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}

#main_img {
	background-color: #FFF;
	border: 1px solid #d7d3ce;
	padding: 1px;
	display: block;
}

#cross_img{
	width: 622px;
	height: 250px;
	display: block;
}


/*  Floats */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Misc */

.content_separator {
	background: #d7d3ce;
	clear: both;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 18px 0;
}
.archive_separator {margin: 0 0 15px;}

.separator {
	clear: both;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 0 0 15px;
}



/* Layout ↓ */
/* General */
.center_wrapper {
	margin: 0 auto;
	width: 855px;
}

#header {
	background: #0b4da3 url('img/header_backgrounds.jpg') repeat-x 0 0;
	padding-top: 5px;
}


/* Navigation */
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation, #navigation a {background: #958573 url('img/btn_bg.gif') repeat-x 0 0px;}
#navigation a {
	border-right: 1px dotted #AFA69C;
	color: #a59b8f;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	line-height: 33px;
	display: block;
	padding: 2px 15px 0;
}
#navigation li:first-child a {border-left: 1px dotted #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -72px;
	color: #543;
	text-decoration: none;
}


/* Main */
#main_wrapper_outer {
	background: #FFF url('img/grain.gif');
}
#main_wrapper_inner {
	background: url('img/main_wrapper_inner.gif') repeat-x left top;
	padding: 30px 0 0;
}
#main {
	width: 75%;
}

#main_content {
	padding-right: 15px;
	font: normal 1.2em Verdana,sans-serif;
}
#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {
	padding: 2px 0;
	border-bottom: 1px dotted #AFA69C;
	line-height: 2em;
}

.content_title {
	font: bold 1.2em Verdana,sans-serif;
	background: url('img/bgh1.gif') repeat-x left bottom;
	color: #543;
	margin-bottom: 10px;
	padding: 0 0 6px;
}

.content_note {
	font: normal 0.8em Verdana,sans-serif;
	line-height: 1.7em;
	margin-bottom: 1em;
}

.col_sub {
	font-weight: bold;
	padding: 1em 0 0.5em;
}
 
.note {
	background: url('img/grain_light.gif');
	border: 1px solid #d7d3ce;
	display: block;
	margin: 0.6em 0 0.8em;
	padding: 0.6em 1.2em 0.6em;
}

.emphas {
	font: bold 1.2em Verdana,sans-serif;
	line-height: 1.7em;
}

.alright {
	text-align: right;
	padding: 0 0.5em;
}

/* Sidebar */
#sidebar {
	color: #353530;
	width: 25%;
}
#sidebar_content {
	padding-left: 15px;
	border-left: 1px dashed #b0a89d;
}
#sidebar a {color: #543;}
#sidebar a:hover {color: #C40;}

#main_wrapper_inner dt.box_guide a {text-decoration: none;}


/* Box */
.box {margin-bottom: 1.5em;}
.box_title {
	background: url('img/grain_dark.gif');
	color: #353530;
	font-weight: bold;
	padding: 5px 8px;
	border-bottom: 1px solid #d7d3ce;
	margin-bottom: 10px;
}
.box_title2 {
	background: url('img/grain_light.gif');
	font: normal 1.2em Verdana,sans-serif;
	color: #353530;
	padding: 5px 10px;
	border-top: 1px solid #d7d3ce;
	border-bottom: 1px solid #d7d3ce;
}
.box_content {
	line-height: 1.7em;
	padding: 5px 0;
}
.box li {
	border-bottom: 1px solid #d7d3ce;
	padding: 7px 6px 5px;
}
.box li:first-child {border-top: 1px solid #d7d3ce;}

.archive_post_date {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}


/* Tables */
td.nw {
	white-space: nowrap;
}
table.mg_table td {
	padding: 0 10px 8px;
}

table.dr_table td {
	padding: 0 10px 10px;
	font-size: 1.2em;
}

table.time_table {
	border: 1px solid #d7d3ce;
	white-space: nowrap;
	width: 100%;
}
table.time_table th {
	background: url('img/grain_dark.gif');
	border: 1px solid #d7d3ce;
	color: #666;
	text-align: center;
	padding: 5px;
}
table.time_table td {
	padding: 10px 3px;
	background: url('img/grain_light.gif');
	border: 1px solid #d7d3ce;
	text-align: center;
	vertical-align: top;
}
table.time_table td.td_m {
	vertical-align: middle;
}
.time_l {
	font-weight: bold;
	padding-bottom: 3px;
}
.time_s {
	font-size: 0.8em;
	padding: 0;
	line-height: 1.5em;
}
.time_2set{
	margin: 0 0 10px;
	padding: 0;	
}
.time_2set0{
	margin: 0;
	padding: 0;	
}

.consultime_set {
	float: left;
	width: 400px;
}

table.consultime_table { 	margin: 15px 0; }
.consultime {
	font: bold 1.2em Verdana,sans-serif;
	padding: 3px 8px;
}


/* headboard */
#headboard {
	background: #FFF url('img/grain_dark.gif');
	border-top: 1px solid #AFA69C;
	font: bold 1.2em Verdana,sans-serif;
	line-height: 1.6em;
}
#headboard_content {padding: 15px 0;}


/* Footer links */
#footer {
	color: #a9a19c;
	padding: 15px 0 50px;
}

.ptop {
	text-align: right;
	padding: 10px 0;
	clear: both;
}

.footer_menu {
	float: left;
}
.footer_menu a {
	color: #a9a19c;
	text-decoration: none;
}
.footer_menu a:hover {
	color: #FFF;
	text-decoration: none;
}

.cr {
	font: bold 0.8em Verdana,sans-serif;
	float: right;
}

/* IE float/background fixes */
.legend, blockquote, #sidebar {
	min-height: 0.01%;
}

