﻿@charset "utf-8";
/* ---------------------------------
  共通項目
------------------------------------*/
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 99px;
}
#headerNavi {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 99px;
	position: relative;
}
#siteName {
	padding-top: 30px;
	padding-left: 10px;
}

#logo {
	padding-top: 20px;
	padding-left: 10px;
	position: absolute;
	top: 9px;
	left: 370px;
}
#tel {
	position: absolute;
	top: 15px;
	right: 0;
}
#btn01 {
	position: absolute;
	top: 50px;
	right: 105px;
}
#btn02 {
	position: absolute;
	top: 50px;
	right: 0;
}

#contents {
	margin: 10px auto 0 auto;
	width: 950px;
	height: auto;
}
#footer {
	clear: both;
	background-color: #FFEBCD;
	height: 100px;
}
#footerNavi {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footerNavi ul {
	float: left;
}
#footerNavi ul li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	font-size: small;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	line-height: 1.5em;
	background-position: 0 15px;
}

#footerNavi p.copyright {
	margin-top: 10px;
	float: right;
	font-size: small;
}

#priceArea  {
	padding-top: 30px;
}
#pagetop {
	position: absolute;
	right: 10px;
	top: -30px;
}

#bottomBnrArea {
	margin-top: 50px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #FD8400;
	padding-top: 30px;
	margin-bottom: 15px;
	clear: both;
}
#bottomBnrArea ul li {
	margin-bottom: 5px;
	position: relative;
}

#bottomBnrArea ul li span {
	position: absolute;
	right: 24px;
	top: 20px;
}
#footerNavi ul li a {
	color: #333;
	text-decoration: none;
}
#footerNavi ul li a:hover {
	color: #333;
	text-decoration: underline;
}


.freeArea {
	background-color: #FFFDE6;
	border: 1px dotted #F90;
}
#nextBtn {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* ---------------------------------
  グローバルナビゲーション
------------------------------------*/
#menuBg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}
#menuBg dt {
	display: none;
}
#menuBg dd {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left:0;
}
#menuBg dd ul li {
	display: inline;
}
#mainContents {
	float: left;
	width: 695px;
	min-height:500px;
	height: auto !important;
	height: 500px;
}
#sideArea {
	float: right;
	width: 230px;
	margin-right: 0;
}

#sideArea #sideMenu {
	margin-left: 2px;
	padding-bottom: 5px;
	border: 1px solid #FF9900;
	position: relative;
	width: 222px;
}

#sideMenu h3 {
	position: absolute;
	top: -3px;
	left: -6px;
}

#sideMenu ul li {
	width: 191px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
}
#sideArea #sideBnrArea {
	margin-top: 10px;
	margin-bottom: 50px;
}
#sideArea #sideBnrArea ul li {
	margin-bottom: 2px;
	margin-top: 0px;
}
.pan {
	font-size: small;
}
.pan a {
	color: #333;
}
#ttl {
	margin-top: 15px;
	margin-bottom: 15px;
}
.pan a:hover {
	color: #333;
	text-decoration: underline;
}
h3 {
	padding-bottom: 10px;
}

/* ---------------------------------
  共通装飾
------------------------------------*/
.emphasis {
	color: #F60;
}

.clearfix {
	display: block;
}
.emphasis_b {
	color: #09C;
}
.emphasis_p {
	color: #F36;
}
.emphasis_g {
	color: #393;
}
.emphasis_b {
	color: #630;
}

a:hover img {
	-moz-opacity:0.4;
	opacity:0.4;
	filter: alpha(opacity=40);
} 
#siteName a:hover img {
	-moz-opacity:1.0;
	opacity:1.0;
	filter: alpha(opacity=100);

}


.ttlfont {
	font-size: 15px;
	color: #630;
	font-weight: bold;
}
.emphasis_br {
	font-weight: bold;
	color: #000;
}


/* ---------------------------------
  _ clearfix
------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
body {
	color: #333;
}
