@charset "utf-8";

/* *****************************************
/*+  リセット・基本セッティング  +**********
/***************************************** */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #000;
	background:#FFF;
}
body,
input,
select,
textarea {
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
html {
	overflow-y: scroll;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}
em,
strong,
address {
	font-weight: 400;
	font-style: normal;
}

strong {
	color:#CC3333;
	font-weight:800;
}
a {
	outline: none;
	color: #CC3333;
	text-decoration: underline;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
	background:	#FEE6E7;
}

/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;/*IE7・Mac版IE向け */
}
.clearfix { 
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}


/* *****************************************
/*+  共通  +********************************
/***************************************** */
/* 全体
----------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	padding:28px 0 0 0;
	width:800px;
}

/* #header
----------------------------------------------------------*/
h1 {
	padding:0 0 0 17px;
	font-size:77%;
	color:#F18095;
}
#header {
	padding:0 0 0 0;
}
#header #logo{
	float:left;
	padding:14px 0 9px 19px;
	width:232px;
}
#header .tel{
	float:right;
	padding:0 11px 15px 0;
	width:192px;
}

/**/
#header ul#gNavi{
	margin-bottom:18px;
}
#header ul#gNavi li{
	float:left;
	width:115px;
}
#header ul#gNavi li#top{
	float:left;
	width:110px;
}
#header ul#gNavi li.last{
}


/* #side
----------------------------------------------------------*/
#side {
	float:left;
	width:210px;
}
#side ul.bunner{
}
#side ul.bunner li{
	margin-bottom:10px;
}

/**/
#side h2{
	padding:9px 0 8px;
	text-align:center;
	color:#FFFFFF;
	font-weight:800;
	font-size:108%;
	background:url(../images/common/side_title_bg.gif) no-repeat 0 0;
}
#side ul.menu{
	margin-bottom:10px;
	padding:12px 7px 7px;
	border-left:1px solid #D36472;
	border-right:1px solid #D36472;
	border-bottom:1px solid #D36472;
}
#side ul.menu li{
	margin-bottom:15px;
	padding:0 0 0 27px;
	background:url(../images/common/side_icon.gif) no-repeat 0 50%;
}

/* #contents
----------------------------------------------------------*/
#contents {
	float:right;
	width:570px;
}

/* #footer
----------------------------------------------------------*/
#footer{
	padding:54px 0 90px 0;
}

#footer ul#fBtn{
	margin-bottom:15px;
}
#footer ul#fBtn li{
	float:left;
	width:159px;
}

/*ナビ*/
#footer ul#fNavi{
	margin-bottom:15px;
	font-size:13px;
}
#footer ul#fNavi li{
	float:left;
	padding:0 5px 0 5px;
	line-height:1.1em;
	border-left:1px solid #84011F;
}
#footer ul#fNavi li.last{
	border-right:1px solid #84011F;
}
#footer ul#fNavi li a{
	color:#84011F;
}

#footer address{
	color:#84011F;
}
#footer address a{
	color:#84011F;
}
#footer address a:hover{
	color:#84011F;
	background:none;
}


