@charset "utf-8";

/*--------------------------------------
全体
----------------------------------------*/
html{
	font-size: 62.5%; /* 16*0.625=10px */
}

body{
	background: #eeede4;
	color: #000;
	line-height: 1.5;
}

a{
	text-decoration: underline;
	color: #000;
}

a:hover{
	text-decoration: none;
}

/*
a img:hover{
	opacity:0.70;
	filter: alpha(opacity=70); //ie lt 8
	*zoom: 1;
}
*/

/*--------------------------------------
#mainImage
----------------------------------------*/
#mainImage{
	position: relative;
}

body#top #mainImage{
	background: #251d16 url("../images/mainImage01_bg.jpg") center top no-repeat;
	height: 500px;
}

body.sub #mainImage{
	background: #251d16 url("../images/mainImage_sub_bg.jpg") center top no-repeat;
	height: 300px;
}

body.sub #mainImage .title{
	position: relative;
}

body.sub #mainImage .title img{
	position: absolute;
	right: 0;
	top: 50px;
}

/*--------------------------------------
header
----------------------------------------*/
header{
	height: 105px;
	background: url("../images/header_bg.png") left top repeat-x;
}

#header_inner{
	position: relative;
}

header h1{

}

header h2{
	position: absolute;
	left: 350px;;
	top: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

img.contact{
	position: absolute;
	top: 15px;
	right: 0;

}

/*--------------------------------------
nav
----------------------------------------*/
nav#gNavi{
	margin-bottom: 20px;
	background-color: #47392c;
	border-bottom: 5px solid #bebcae;
}

nav#gNavi li{
	float: left;
}

/*--------------------------------------
#contents
----------------------------------------*/
#contents{
	margin-bottom: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}

/*--------------------------------------
#main
----------------------------------------*/

body.kanri #main{
	width: 710px;
}

#main h2{
	background: url("../images/h2_bg.gif") left center no-repeat;
	padding: 13px 10px 7px 10px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	margin-bottom: 25px;
}

#main h3{
	border-left: 5px solid #a2412e;
	padding-left: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1em;
}

#main .section{
	background: url("../images/dotted01.png") left bottom repeat-x;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#main .image{
	padding: 1px;
	border: 1px solid #d0cec9;
}

#main .book .image{
	padding: 15px;
	background: #fff;
}

#main p{
	margin-bottom: 25px;
}

/*
破線
---------------------------------------*/
#main span.dotted{
	background: url("../images/dotted01.png") left bottom repeat-x;
	display: block;
	margin-bottom: 25px;
	height: 1px;
}

/*
テーブル
---------------------------------------*/
#main table{
	margin-bottom: 25px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#main th,#main td{
	padding: 10px;
	border: 1px solid #c6c6c6;
}

#main th{
	background: #f2ece2;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	min-width: 100px;
}

#main td{
	background: #fff;
}




table#form th{
	width: 30%;
}

table#form input[type="text"]{
	width: 99%;
}

table#form textarea{
	width: 99%;
	height: 8em;
}

table#form input[type="submit"]{
	width: 100px;
}

table span.error{
	color: red;
	margin-top: 5px;
	display: block;
	text-align: right;
}

/*--------------------------------------
#side
----------------------------------------*/



#side .box{
	margin-bottom: 15px;
}

#side .box_inner{
	background: #fbfbfa;
	padding: 15px;
	border-left: 1px solid #bebcae;
	border-right: 1px solid #bebcae;
	border-bottom: 1px solid #bebcae;
}

#news{
	font-size: 12px;
	font-size: 1.2rem;
}

#news .box_inner{
	height: 100px;
	overflow: auto;
}

#news dd{
	background: url("../images/dotted01.png") left bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

a.mail{
	display: inline-block;
	background: url("../images/mail_btn_on.gif") left 1px no-repeat;
}

a.mail img{
	vertical-align: middle;
}

a.mail:hover img{
	visibility: hidden;
}

.details{
	text-align: right;
}

/*--------------------------------------
footer
----------------------------------------*/
footer{
	clear: both;
	background-color: #5d5044;
	border-top: 5px solid #bebcae;
	text-align: center;
	padding: 30px 0 10px 0;
	color: #fff;
	height: 55px;
	font-size: 12px;
	font-size: 1.2rem;
}

#footer_inner{
	position: relative;
	width: 980px;
	margin: 0 auto;
}

footer ul{
	display: inline-block;
	text-align: center;
	line-height: 1em;
}

footer ul li{
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #fff;
}

footer ul li a{
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover{
	text-decoration: underline;
}

footer small{
	font-size: 12px;
	font-size: 1.2rem;
}

/*--------------------------------------
PageTop
----------------------------------------*/
p.pageTop{
	position: fixed;
	right: 15px;
	bottom: 15px;
}


