@charset "utf-8";


/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
hr {
	display: none;
}

ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
body {
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.wrapper {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* BASIC LAYOUT */
.header {
	height: 142px;
	position: relative;
	background-image: url(img/head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.header .copy {
	color: #FFFFFF;
	position: absolute;
	left: 11px;
	top: 13px;
	font-size: 93%;
}
.header .mishima {
	position: absolute;
	left: 11px;
	top: 55px;
}
.header .logo {
	text-indent: -9999px;
	height: 43px;
	width: 335px;
	background-image: url(img/logo.jpg);
	position: absolute;
	top: 78px;
	left: 5px;
}
.header .logo a {
	display: block;
	height: 43px;
	width: 335px;
}

.header address {
	position: absolute;
	top: 51px;
	right: 5px;
	font-weight: bold;
}
.header .contact {
	position: absolute;
	left: 555px;
	top: 75px;
	width: 365px;
}
.header .contact li {
	display: inline;
	font-weight: bold;
	font-size: 135%;
}
.header .contact img {
	margin-right: 8px;
	margin-bottom: 2px;
	vertical-align: middle;
}
.navigation {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 47px;
}
.navigation li {
	line-height: 0px;
	display: inline;	
}
.navigation a {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	height: 47px;
	float: left;
}
.navigation a:hover {
	background-position: center bottom;
}
.navigation .home a {
	background-image: url(img/gn_home.jpg);
	width: 183px;
}
.navigation .gyomu a {
	background-image: url(img/gn_gyomu.jpg);
	width: 183px;
}
.navigation .jimusho a {
	background-image: url(img/gn_jimusho.jpg);
	width: 182px;
}
.navigation .ryokin a {
	background-image: url(img/gn_ryokin.jpg);
	width: 182px;
}
.navigation .column a {
	background-image: url(img/gn_column.jpg);
	width: 180px;
}
.contents {
	width: 910px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 6px;
	line-height: 1.4;
	display: inline-block;
	font-size: 90%;
}

.contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.emotional {
	height: 180px;
	width: 910px;
	position: relative;
	background-image: url(img/bg10.jpg);
	background-repeat: no-repeat;
	margin-bottom: 18px;
}
.emotional div {
	position: absolute;
	left: 153px;
	top: 16px;
	width: 410px;
	overflow: auto;
	height: 155px;
}
.emotional div p {
	margin-bottom: 8px;
}

.emotional .photo {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 130px;
}
.topcolumn {
	float: left;
	width: 443px;
}
.topkoshin {
	float: right;
	width: 443px;
}
#top .contents h2 {
	background-image: url(img/h_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 6px;
}
.pages .contents h1 {
	background-image: url(img/h_bg.gif);
	background-repeat: repeat-x;
	margin: 8px 0;
}
#top .contents .clm_body {
	margin-left: 23px;
}
#top .contents .clm_body h3 {
	font-weight: bold;
	margin-bottom: 3px;
}
#top .contents .topkoshin li {
	clear: both;
}

#top .contents .topkoshin .date {
	width: 115px;
	display: block;
	float: left;
}
#top .contents .topkoshin .comment {
	width: 300px;
	display: block;
	float: right;
}
#top .contents .clm_body .next_btn {
	text-align: center;
	background-image: url(img/next_btn.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 145px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.pages .contents .pagebody {
	width: 850px;
	padding-left: 28px;
	padding-top: 12px;
}
.pages .contents .columnbody {
	width: 600px;
	padding-left: 28px;
	padding-top: 12px;
	float: left;
}
.pages .contents .columnmenu {
	width: 262px;
	float: right;
	background-image: url(img/submenu_column_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


.pages .contents p {
	margin-bottom: 0.8em;
}
.pages .contents h2 {
	background-image: url(img/h2_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #336666;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 2em;
	clear: both;
}
.pages .contents h3 {
	font-weight: bold;
	color: #336666;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-bottom: 0.35em;
	margin-top: 2em;
	clear: both;
}
.pages .contents h4 {
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-bottom: 0.35em;
	margin-top: 1.2em;
	clear: both;
	margin-left: 5px;
}
.pages .contents h2.first {
	margin-top: 0.5em;
}
.pages .contents strong {
	font-size: 110%;
	font-weight: bold;
}
.pages .contents .pagebody ul li,
.pages .contents .columnbody ul li {
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 3px;	
}
.pages .contents .pagebody ul ul,
.pages .contents .columnbody ul ul {
	margin: 0.35em 0;
}
.pages .contents .pagebody ol li,
.pages .contents .columnbody ol li {
	margin-left: 20px;
	list-style-type: decimal;
	margin-bottom: 3px;
}
.pages .contents .pagebody ol ul,
.pages .contents .columnbody ol ul {
	margin: 0.35em 0;
}

.pages .contents .columnmenu h2 {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.pages .contents .columnmenu ul {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 10px;
}
.pages .contents .columnmenu li {
	margin-bottom: 0.75em;
	font-size: 90%;
}
.footer {
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	padding-top: 35px;
	text-align: center;
}
.footer p {
	margin: 4px;
	line-height: 1.25;
	font-size: 82%;
}



.right {
	float: right;
	margin-bottom: 40px;
	margin-left: 2px;
}
dl {
	line-height: 1.45em;
	float: left;
	width: 500px;
	margin-right: 15px;
}
dt {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 17px;
	background-image: url(img/list_li.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: -1.6em;
	border-bottom-style: dotted;
	border-bottom-color: #ADDE89;
	padding-bottom: 2px;
	border-bottom-width: 1px;
}
dd {
	padding-bottom: 12px;
	margin-left: 9em;
	font-weight: bold;
}
#fee {
	width: 520px;
}
#fee th{
	padding: 4px;
	background-image: url(img/h_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	color: #FFFFFF;
}
.column_table {
	width: auto;
}
.column_table th {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4FB380;
}
#fee td,
.column_table td  {
	padding: 4px;
	min-width: 120px;
}