@charset "utf-8";

/*--- Initialization ---*/
* {
font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
font-size: 13px;
}

div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-style: normal;
}

a {
color: #A2811F;
text-decoration: none;
}

a:visited {
color: #A62020;
}

a:hover {
color: #E36F6F;
text-decoration: underline;
}

img {
border: 0;
}

form {
margin: 0;
}

ol, ul {
list-style: none;
}

li {
line-height: 0px;
}

strong {
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/*--- basic style ---*/
body {
margin:0;
padding:0;
line-height: 1em;
color: #6a3a07;
background-image: url(../../images/background.gif);
background-repeat: repeat;
background-color: #fff;
}

p {
line-height: 1.3em;
}

#main {
width: 960px;
margin: 0 auto;
background-color: #fff;
background-image: url(../../images/bg.jpg);
}

#header {
height: 67px;
line-height: 0;
background-image: url(../../images/bg_header.jpg);
background-position: top;
color: #fff;
}

#headerp {
height: 67px;
line-height: 0;
background-image: url(../../images/bg_header_p.jpg);
background-position: top;
color: #fff;
}

#header h1, #headerp h1 {
height: 0px;
text-indent: -9999em;
visibility:hidden;
}

/*IE7用*/
*:first-child+html #header h1, *:first-child+html #headerp h1 {
font-size: 1px;
}

/*Safari Chrome用*/
body:nth-of-type(1) #header h1, body:nth-of-type(1) #headerp h1 {
font-size: 0px;
}

#header #corporatename img, #headerp #corporatename img {
margin: 0px;
float: left;
}

#head_rightblock {
float: right;
line-height: 1.2em;
font-size: 0.9em;
text-align: right;
margin: 25px 10px 0px 0px;
}

#head_rightblock ul {
margin-right: 10px;
margin-bottom: 20px;
text-align: right;
}

#head_rightblock li {
font-size: 0.9em;
display: inline;
}

/*IE7用*/
*:first-child+html #head_rightblock {
margin: 13px 20px 0px 0px;
}

*:first-child+html #head_rightblock ul {
margin-bottom: 17px;
}

*:first-child+html #head_rightblock li {
line-height: 1em;
}

#head_rightblock .line {
border-left: 1px solid #fff;
padding-left: 9px;
margin-left: 7px;
}

#header a, #headerp a, #footer a {
color: #fff;
text-decoration: none;
}

#header a:visited, #headerp a:visited, #footer a:visited {
color: #fff;
}

#header a:hover, #headerp a:hover, #footer a:hover {
text-decoration: underline;
}

/*--- footer ---*/
#footer {
clear: both;
width: 100%;
font-size: 0.8em;
height: 43px;
line-height: 0;
background-color: #BF000A;
background-image: url(../../images/bg_footer.jpg);
background-position: bottom;
background-repeat: repeat-x;
color: #fff;
padding-top: 10px;
padding-bottom: 15px;
}

#copyright {
padding: 13px 10px 8px 8px;
text-align: right;
font-size: 0.8em;
color: #fff;
}


/*--- path---*/
#locationpath {
clear: both;
color: #999;
font-size: 0.8em;
padding-bottom: 10px;
}

*:first-child+html #locationpath {
padding-bottom: 11px;
}

#locationpath ol li {
display: inline;
line-height: 0.7em;
}

/*--- pagetop ---*/
.gotohead {
clear: both;
margin: 5px 0 10px 0;
text-align: right;
}

.gotohead a {
background-color: #fff;
border: 1px solid #ccc;
padding: 3px;
font-size: 0.8em;
}

.gotohead a:hover {
color: #fff;
text-decoration: none;
background-color: #ccc;
}

/*--- under ---*/
#under p {
clear: both;
line-height: 0em;
}

