@charset "utf-8";

/*=== Universal selector ===*/
* {
	margin: 0; 
	padding: 0;
}

/*=== Body ===*/
body {
	padding: 0px;
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	line-height: 150%;
	background-color: #E8D8D0;
	margin: 0px;
}

/*=== Text ===*/
h1,h2,h3,h4,h5,h6,p,address {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
}

pre {
	visibility: hidden;
}

/*=== Hypertext===*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

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

a img { border-style: none; }

/*==================font color and size ==================*/
.smallSizeNormal {
	font-size: 80%;
	font-weight: normal;
	color: #333;
}

.normalFont {
	font-weight: normal;
	color: #333;
}

.normalsmall {
	font-weight: normal;
	color: #333;
	font-size: 90%;
}

.deepRed {
	color: #C00;
}

.blue {
	color: #00F;
}

.bodyTxt {
	font-size: 90%;
	line-height: 160%;
}

.preInfo {
	color: #C33;
	text-align: center;
	font-size: 90%;
	line-height: 160%;
}

.smallRed {
	font-size: 90%;
	line-height: 130%;
	color: #F00;
}

.black {
	color: #333;
}

.boldLarge {
	font-size: 110%;
	font-weight: bold;
}


/*================== position ==================*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

/*==================Bottom Space==================*/
.bottom6 {
	padding-bottom: 6px;
}

.bottom10 {
	padding-bottom: 10px;
}

.bottom14 {
	padding-bottom: 14px;
}

.bottom20 {
	padding-bottom: 20px;
}

.bottom26 {
	padding-bottom: 26px;
}

.bottom30 {
	padding-bottom: 30px;
}

.bottom10Line {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.bottom20Line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.bottom30Line {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.upper6 {
	padding-top: 6px;
}

.upper10 {
	padding-top: 10px;
}

.upper16 {
	padding-top: 16px;
}

.upper20 {
	padding-top: 20px;
}

.upper50 {
	padding-top: 50px;
}

.upper100 {
	padding-top: 100px;
}

.upper200 {
	padding-top: 200px;
}


/*==================ページ全体==================*/
#pageAll {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

/*==================ナビエリア==================*/
.naviArea {
	height: 56px;
}

.naviArea ul.navi {
	list-style-type: none;
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
}

.naviArea ul.navi li {
	float: left;
	height: 40px;
}

/*==================コンテンツ==================*/
.contents {
	background-image: url(../images/side_bg.gif);
	background-repeat: repeat-y;
	width: 844px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*== サイドエリア ==*/
.contents .sideArea {
	float: left;
	width: 180px;
	padding-bottom: 14px;
}

.sideArea .sideTitle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

/*== サイドメニュー ==*/
.sideArea ul.sideMenu {
	list-style: none;
	text-align: left;
	margin: 0px;
	width: 180px;
	padding: 0px;
}

.sideArea ul.sideMenu li {
	border-bottom: 2px solid #FFFFFF;
	font-size: 90%;
	line-height: 120%;
}

.sideArea ul.sideMenu li a:link {
	display: block;
	width: 166px;
	line-height: 120%;
	padding-left: 8px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 6px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #F3F8E4;
	color: #000;
}

.sideArea ul.sideMenu li a:visited {
	display: block;
	width: 166px;
	line-height: 120%;
	padding-left: 8px;
	color: #333;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 6px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #F3F8E4;
}

.sideArea ul.sideMenu li a:hover {
	text-decoration: none;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #EBEEB5;
	color: #F00;
}

.sideArea ul.sideMenu li.here {
	line-height: 120%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: bold;
	font-size: 90%;
}

.sideArea ul.sideMenu li.here a,
.sideArea ul.sideMenu li.here a:visited,
.sideArea ul.sideMenu li.here a:hover {
	width: 166px;
	line-height: 120%;
	padding-left: 8px;
	color: #C00;
	padding-top: 7px;
	padding-bottom: 6px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C00;
	background-color: #FC6;
	display: block;
}

/*== サイドリスト ==*/
.sideArea ul.sideList {
	list-style: none;
	text-align: left;
	margin: 0px;
	width: 180px;
	padding: 0px;
}

.sideArea ul.sideList li {
	border-bottom: 2px solid #FFFFFF;
	font-size: 90%;
	line-height: 120%;
}

.sideArea ul.sideList li a:link {
	display: block;
	width: 166px;
	line-height: 120%;
	padding-left: 8px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #F3F8E4;
	color: #000;
}

.sideArea ul.sideList li a:visited {
	display: block;
	width: 166px;
	line-height: 120%;
	padding-left: 8px;
	color: #333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #F3F8E4;
}

.sideArea ul.sideList li a:hover {
	text-decoration: none;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #EBEEB5;
	color: #F00;
}

.sideArea ul.sideList li.here {
	line-height: 120%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 90%;
}

.sideArea ul.sideList li.here a,
.sideArea ul.sideList li.here a:visited,
.sideArea ul.sideList li.here a:hover {
	width: 166px;
	line-height: 120%;
	padding-left: 8px;
	color: #C00;
	padding-top: 5px;
	padding-bottom: 4px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C00;
	background-color: #FC6;
	display: block;
}


/*== お問い合わせ先 ==*/
.sideArea .addressArea {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.addressArea .addressTitle {
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 4px;
}

.addressArea .addressTxt {
	font-size: 80%;
	line-height: 140%;
	padding-bottom: 3px;
}

.addressArea .mailImg {
	padding-bottom: 12px;
}

.addressArea .inquiryTxt {
	font-size: 90%;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}

.addressArea .inquiryTxt a,
.addressArea .inquiryTxt a:visited {
	text-decoration: none;
}

.addressArea .inquiryTxt a:hover {
	color: #C00;
	text-decoration: underline;
}

/*== メインエリア ==*/
.contents .mainArea {
	float: left;
	width: 638px;
	padding-left: 25px;
}


/*== Page Top Normal ==*/
.pagetop {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 28px;
}

.pagetop p {
	text-align: right;
	font-size: 90%;
	line-height: 120%;
}

.pagetop a,
.pagetop a:visited {
	color: #333;
	text-decoration: none;
}

.pagetop a:hover {
	color: #C00;
	text-decoration: underline;
}


/*==================フッタ==================*/
#footerArea {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #6EAC21;
	background-color: #F3F8E4;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 8px;
}

/*==================クリア==================*/
.clear {
	clear: both;
}

.clear1px {
	clear: both;
	height: 1px;
}

.clearLine {
	clear: both;
	height: 20px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
}
