@charset "utf-8";
@import url(main.css);
@import url(navi.css);

* {
	margin: 0;
	padding: 0;
	}
	
html {
	overflow-y: scroll;
	height: 100%;
	}

body {
	font-family:  "Verdana","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
	background: url(../images/back.gif) #FFFFFF repeat 0 0;
	height: 100%;
	text-align: center;
	color: #333333;
	font-size: 62.5%;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 140%;
	font-weight: normal;
	}
	
p,li,dt,dl,dd {
	line-height: 1.6;
	}
	
p {
	margin: 0 0 0.5em 0;
	}
	
li {
	list-style: none;
	}
	
img {
	border: 0;
	}
	
select option {padding: 0 5px;}
orm label {cursor: pointer;}
	
.cr {clear: both;}
.left {float: left;}
.right {float: right;}
.text-r {text-align: right;}
.text-l {text-align: left;}
.text-c {text-align: center;}

a {
	color: #94734E;
	text-decoration: none;
    outline: none;
	border-bottom: dotted 1px #94734E;
	}

a:hover {
	border-bottom: solid 1px #94734E;
	}

#head h1 a {
	border: none;
	}

ol {
	margin: 10px 0 10px 50px;
	color: #666666;
	}

ol li {
	list-style: disc;
	}

/*
Clearfix
***********************************************/

div#head:after, 
div#head p.home:after{
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	}
		
div#head, 
div#head p.home {
	display: inline-block;
	}

/*
container
***********************************************/

div#container {
	background-color: #FFFFFF;
	width: 750px;
	margin: 0 auto;
	padding-bottom: 20px;
	height: 100%;
	min-height: 100%;
	}

body > div#container {
    height: auto;
}

/*
content main navi head foot
***********************************************/

div#content {
	background: url(../images/border.gif) #FFFFFF no-repeat 24px 378px;
	width: 706px;
	padding: 0 20px 0 24px;
	}

div#main {
	float: right;
	width: 550px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 120%;
	}

div#navi {
	float: left;
	width: 156px;
	}

div#head {
	padding-bottom: 5px;
	text-align: left;
	}

div#foot {
	clear: both;
	width: 706px;
	margin: 0 auto;
	}

/*
head
***********************************************/

#head p.description {
	float: left;
	padding: 0 0 0 25px;
	width: 510px;
	color: #B08F82;
	font-size: 100%;
	}

#head h1 {
	float: left;
	width: 300px;
	padding: 0 0 0 20px;
	text-align: left;
	color: #BAA596;
	border: none;
	}
 
#head h2 {
	float: right;
	padding-right: 25px;
	margin: 15px 0 0 0;
	color: #5E4B3E;
	font-size: 1.2em;
	line-height: 1.6;
	}

#head a.home, 
#head a.contact {
	background: url(../images/to_top.gif) no-repeat 0 0;
	border: none;
	width: 84px;
	height: 29px;
	float: right;
	padding: 10px 0 0 0;
	margin: 0 25px 0 0;
	text-align: center;
	}

#head a.contact {
	background: url(../images/to_contact.gif) no-repeat 0 0;
	margin: 0 5px 0 0;
	}

#head a:hover.home, 
#head a:hover.contact {
	background-position: bottom;
	text-decoration: underline;
	}

#head a.home span,
#head a.contact span {
	display: none;
	}

/*
foot
***********************************************/

address {
	font-style: normal;
	}
	
div#foot {
	border-top: solid 1px #BAA596;
	border-bottom: solid 1px #BAA596;
	margin-top: 5px;
	padding: 5px 0 10px;
	color: #BAA596;
	}
	
div#foot a {
	color: #BAA596;
	border: none;
	}
	
div#foot a:hover {
	color: #5E4B3E;
	}

	
/*
photo
*************************/

img.photo1 {
	margin: 8px 10px 5px 30px;
	float: left;
	}

img.photo1n {
	margin: 8px 10px 5px 10px;
	float: left;
	}

img.photo2 {
	margin: 8px 30px 5px 10px;
	float: right;
	}

img.photo2n {
	margin: 8px 10px 5px 10px;
	float: right;
	}

/*
text-style
***********************************************/	
	
p.attention {
	background-color: #F4EDE8;
	padding: 5px 20px;
	color: #666666;
	text-indent: -1em;
	}
	
p.error {
	padding: 0 20px;
	line-height: 1;
	color: #FF0000;
	}
	
	