@charset "utf-8";

/* html*/

body{
	margin:0;
	padding:0;
	text-align:center;
	background:#FFF;
	font-size:75%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	color:#666666;
	line-height:1.5;
}

h1,h2,h3,h4,h5,p,div,strong,em,address,table,textarea{
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
}

img{
	border:none;
	vertical-align:bottom;
}

/*Link*/

a:link   {color:#835426; text-decoration:none;}
a:visited{color:#835426; text-decoration:none;}
a:hover  {color:#BA7836; text-decoration:none;}
a:active {color:#BA7836; text-decoration:none;}

/*container*/

#container{
	width:750px;
	margin:0 auto;
	text-align:left;
}

/*header*/

h1{color:#835426;}

#header{
	width:750px;
	height:100px;
	padding:0;
	margin:0 0 10px 0;
	background:url(../images/header_bg.jpg) no-repeat left top;
	font-size:12px;
}

#header-logo{width:365px;float:left;display:inline;}

#header .arrow{background:url(../images/header_icon.gif) no-repeat left center;padding:0 0 0 10px;}

#header-menu{width:375px;margin:10px 10px 0 0;float:right;display:inline;;text-align:right;}

#header ul{margin:0 0 10px 0;padding:0;}

#header li{display:inline;margin:0 0 0 5px;}

#header-tel{margin:10px 0;text-align:right;}


/*main*/

#main-top,#main{
	width:500px;
	margin:0;
	float:right;
	display:inline;/*IE*/
}

.pagetop{
	clear:both;
	margin:30px 0;
	text-align:right;
}

.pagetop img{
	vertical-align:middle;
	margin-right:5px;
}


/*menu*/

#menu{
	width:230px;
	margin:0 0 10px 0;
	float:left;
	display:inline;/*IE*/
}

#menu h3{
	list-style-type:none;
	margin:10px 0;
	padding:2px 5px;
	color:#845528;
	font-weight:bold;
	border-bottom:1px solid #CCC
}

#menu ul{
	list-style-type:none;
	margin:10px 0;
	padding:0;
}

#menu li{
	border-bottom:1px dotted #CCC;
	margin:3px 0;
}
#menu .arrow{background:url(../images/menu_icon.gif) no-repeat left center;padding-left:15px;}

/*footer*/

#footer{
	width:750px;
	height:50px;
	margin:0 0 20px 0;
	padding:10px 0;
	text-align:center;
	clear:both;
	color:#835426;
	background:url(../images/footer_bg.jpg) no-repeat left top;
}

#footer ul{
	list-style-type:none;
	padding:0;
	margin:0 5px;
	float:left;
}

#footer .arrow{background:url(../images/footer_icon.gif) no-repeat left center;padding-left:10px;}

#footer li{
	display:inline;
	padding:0 5px;
	margin:5px 0 0 0;
	border-right:1px solid #CCC;
}

#footer address{
	float:right;
	margin:0 5px;
}

.errorExplanation{
    margin:5px 0 10px 0;
    border:1px solid #FF0000;
    padding:0;
    font-size:90%;
}

.errorExplanation h4{
    margin:0;
    padding:5px;
    background:#FF0000;
    color: #FFF;
    font-weight:bold;
}

.errorExplanation p{
    margin:5px;
}

.errorExplanation ul {
    margin:0 0 5px 25px;
}

.errorExplanation li {
    margin:0;
    padding:0;
}

.fieldWithErrors{
    display:inline;
}

