@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:14px;
	font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro",  Osaka,"ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	_font-family:"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    vertical-align:bottom;
    background-color:transparent;
	list-style:none;
}

html,body{
	height:100%;
}

body {
    line-height:1.6;
	text-align:center;
	color:#444;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

img{
	vertical-align:bottom;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
	vertical-align:middle;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#F17273;
 	text-decoration: none;
}

.copyright a, .copyright a:hover{
	color:#FFF;
	text-decoration:none;
}

/* clear
----------------------------------------------------*/
.clear:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clear{ display: inline-block; }
/* exlude MacIE5 \*/
* html .clear{ height: 1% }
.clear{display:block;}
/* end MacIE5 */


body{
    position: relative;
}

/* wrapper
----------------------------------------------------*/
#wrapper{
    width: 100%;
    background: #f3f1e4;
}

/* header
----------------------------------------------------*/
#header{
    padding: 10px;
    background: #fff;
	border-top:#9B8263 5px solid;
}

#header h1{
    float: left;
}

#header .head_btn{
    float: right;
}

#header .head_btn li{
    display: inline-block;
    margin: 4px 0 0 5px;
}

/* footer
----------------------------------------------------*/
#footer{
    background: #FFE19E;
    padding: 10px;

}

#footer ul li{
    display: inline-block;
    border-right: 1px solid #40300F;
    line-height: 1.2;
    padding: 0 5px;
    font-size: 12px;
}

#footer ul li:last-child{
    border-right: none;
}

#footer ul li a{
    color: #40300F;
    font-size: 12px;
}

.copyright{
    background: #40300F;
    padding: 10px;
    color: #fff;
	font-size:small;
}

/* container
----------------------------------------------------*/
#container{
    margin: 10px 5px;

}

/* parts
----------------------------------------------------*/

.mtb10{
    margin: 10px 0;
}

.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}

.tac{
    text-align: center;
}

.btn a{
    display: block;
    background: #F6774D;
    border-bottom: 2px solid #E83900;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 10px 0;
}

/* table */
table{
    border: 1px solid #DFDCCD;
	margin:0 auto 10px auto;
}

table th, table td{
    background: #FFFDDF;
	vertical-align:top;
}

table th{
    padding: 7px 5px;

}

table td{
    padding: 7px 5px 7px 0;
}

table tr:last-child th,
table tr:last-child td{
    border-bottom: 1px solid #DFDCCD;
}

/* box */
.box_a{
    padding:0 10px 10px 10px;
}

.box_b{
    padding: 0 10px 20px 10px;
}

/* form */
.page input.l,
.page textarea{
    width: 95%;
}

.submit input{
    width: auto;
}

/* top
----------------------------------------------------*/
.message{
    background: url(../img/top/bg_message.png) no-repeat center bottom #fff;
    -webkit-background-size: 285px 23px;
    background-size: 285px 23px;
    padding: 15px;
}

.message h2{
    font-size: 16px;
}

.information{
    text-align: left;
}

mainmenu
.btn a .access{
    padding: 0 0 0 18px;
    background: url(../img/top/icon_access.png) no-repeat left center;
    -webkit-background-size: 10px 13px;
    background-size: 10px 13px;
}

.btn a .contact{
    padding: 0 0 0 25px;
    background: url(../img/top/icon_contact.png) no-repeat left center;
    -webkit-background-size: 15px 10px;
    background-size: 15px 10px;
}

.mainmenu{
    border: 2px solid #9B8263;
    border-radius: 5px;
    margin: 0 0 10px 0;
    background: #fff;

}

.mainmenu li{
    border-bottom:2px dotted #9B8263 ;
	font-size:large;
	padding:5px 0;
}

.mainmenu li:last-child{
    border-bottom: none;
}

.mainmenu li a{
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    color: #40300F;
}


/* page */
.page #wrapper{
    background: #FFF9E6;
}

.page #container{
    margin: 0;
    text-align: left;
}

.page h2{
    background: #9B8263;
    padding: 10px;
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #3F300B;
}

.page h3.heading_a{
    background: url(../common/h3.jpg);
    padding: 5px 10px;
    font-weight: bold;
	font-size:large;
    color: #fff;
    margin: 0 0 10px 0;
	letter-spacing:0.1em;
	line-height: 1.2em;
}

.page .information{
    background: #FFF0B7;
    padding: 10px;
}

.page .information h2{
    padding: 0;
    background: none;
    margin: 0;
}

.page strong{
    font-weight: bold;
    color: #E53900;
}

.submit{
    text-align: center;
    padding: 0 10px ;
}

.accordion{
    padding: 10px;
}

.accordion_btn{
    background:url(../common/accordion_off.png) no-repeat 10px center #40300F;
    -webkit-background-size: 15px;
    background-size: 15px;
    border-bottom: 2px solid #999;
    padding: 10px 10px 8px 32px;
    border-radius: 5px;
    font-weight: bold;
	font-size:large;
    color: #fff;
    margin: 0 0 10px 0;
    cursor: pointer;
}

.accordion_btn.hide{
    background:url(../common/accordion_on.png) no-repeat 10px center #40300F;
    -webkit-background-size: 15px;
    background-size: 15px;
}

.accordion_btn p{
    font-size: 12px;
}

.accordion_contents{
    margin: 0 0 20px 0;
}

.ank{

}

.ank li{
	margin:0 0 0 20px;
	list-style-type:disc;
}


.subimage{
    float: right;
    margin: 0 0 10px 10px;
}


/* menu
----------------------------------------------------*/

.menulist{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background: rgba(28,21,9,0.8);
}

.menulist_inner{
    padding: 10px;
}

.menulist ul{
    border: 2px solid #9B8263;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 10px;
}

.menulist li{
    border-bottom: 2px dotted #9B8263;

}

.menulist li a{
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    color: #40300F;
    font-size: 14px;
}

.menulist li:last-child{
    border-bottom: none;
}