@charset "utf-8";

/* General Style */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "lr oSVbN", "MS PGothic", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	color: #525252;
	line-height: 1.5;
	background-color: #E9E9DF;
	background-image: url(../images/body_img.gif);
	background-repeat: repeat;
}

img {
	vertical-align: bottom;
}

embed {
	vertical-align: bottom;
}


/* link Styles */
a img {

}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

/* font size */
#headArea, #footArea, #gm, #crumbArea, #contentArea, #topArea {
	font-size: 75%;
}

/* font size */
#headArea, #footArea, #gm, #crumbArea, #contentArea, #topArea {
	width: 778px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

.hissu {
	font-size: 85%;
	color: #FF0000;
}

.error_coution {
	font-size: 85%;
	color: #FF0000;
}


.taRight {
	text-align: right;
}

.taCenter {
	text-align: center;
}
.taLeft {
	text-align: left;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image: url(../images/backImg.gif);
	background-repeat: repeat-x;
}


/* headArea */

#headArea {
	width: 766px;
	padding-right: 12px;

}
#headArea .navi {
	float: right;
	width: 300px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #D6BAAF;
}


#headArea .logo {
	float: left;
	width: 261px;
}



/* gm */

#gm {
	background-color: #D6BAAF;
	width: 778px;
	height: 36px;
	bottom: auto;
	padding-top: 20px;
	clear: both;
}



/* crumbArea */

#crumbArea {
	font-size: 70%;
	color: #666666;
	padding-top: 10px;
	padding-left: 9px;
	width: 769px;
}


/* footArea */

#footArea {
	width: 778px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
	padding-bottom: 40px;
}


#footArea .list {
	clear: both;
	background-color: #EBD9D3;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	font-size: 95%;
}

#footArea .list p {
	clear: both;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footArea .link {
	float: left;
	width: 300px;
	padding-left: 15px;
}



#footArea address {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 15px;
	font-style: normal;
}
