@charset "utf-8";

/*基本設定
----------------------------------------------------*/

body {
		margin:0;
		padding:0;
		background:url(../images/top/top_bg.gif) left top repeat-x #fff;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#222;
		line-height:1.6em;
		font-size:16px;
		text-align:center;
		
}

html {   
		overflow-y:scroll;   
}  


a {
		color:#1E549C;
		text-decoration:underline;
}

a:hover {
		color:#1E549C;
		text-decoration:none;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

th,td {
		font-size:15px;
}


#wrap {
		margin:0 auto;
		padding:0;
		width:960px;
		text-align:left;
}

.clear {
		clear:both;
}

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

.fix {
  min-height:1px;
}

* html .fix {
  height:1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.ohz {
		overflow: hidden;
		_zoom: 1;
}


p.mark {
		display:none;
}

span.red {
		color:#c00;
}

span.redb {
		color:#c00;
		font-weight:bold;
}

.img {
		float:left;
		margin:0 20px 0 0;
}

.img02 {
		float:right;
		margin:0 0 0 20px;
}

.tel {
		font-size:26px;
		font-weight:bold;
		font-family:Century Gothic,Arial, Helvetica, sans-serif;
		color:#1E549C;
}


p.del {
		width:100px;
		height:50px;
		text-align:center;
		margin:10px 0 0 0;
}

p.del a {
		display:block;
		background:#419444;
		color:#fff;
		text-decoration:none;
		border:solid 1px #419444;
}

p.del a:hover {
		display:block;
		background:#fff;
		color:#419444;
		text-decoration:underline;
		border:solid 1px #419444;
}

.no {
		background:none!important;
		border:none!important;
		margin:0!important;
		padding:0!important;
}



/*section p
----------------------------------------------------*/

.section {
		margin:0 0 30px 0;
		width:100%;
}


.inner {
		width:100%;
}

.btm5 {
		margin-bottom:5px;
}

.btm10 {
		margin-bottom:10px;
}

.btm15 {
		margin-bottom:15px;
}

.btm20 {
		margin-bottom:20px;
}

.btm25 {
		margin-bottom:25px;
}

.btm30 {
		margin-bottom:30px;
}

.btm40 {
		margin-bottom:40px;
}


.top5 {
		margin-top:5px;
}

.top10 {
		margin-top:10px;
}

.top20 {
		margin-top:20px;
}

.f10 {
		font-size:10px;
}

.f14 {
		font-size:14px;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

.m0 {
		margin:0!important;
}

.tar {
		text-align:right;
}

.tac {
		text-align:center;
}

.f-l {
		float:left;
}

.f-r {
		float:right;
}

.hover a:hover{
    opacity: 0.7; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7;
}

strong {
	background:#F9EE97;
}



/*ヘッダー
----------------------------------------------------*/

#header {
		width:100%;
		height:115px;
		position:relative;
}

#h1b {
		position:absolute;
		font-size:12px;
		left:0px;
		color:#A1A1A1;
		width:100%;
}

#h1b h1 {
		font-size:12px;
		float:left;
		margin:0 5px 0 0;
}

#h1b p {
		font-size:12px;
		float:left;
}
p.h-tel {
		position:absolute;
		text-align:right;
		top:45px;
		right:0px;
}

p.logo {
	position: absolute;
	top: 36px;
	left: 0px;
}

p.h-copy {
		position:absolute;
		top:39px;
		left:297px;
}

p.h-contact {
		position:absolute;
		top:30px;
		right:262px;
}


/*ナビ
----------------------------------------------------*/

#navi {
		width:960px;
		height:55px;
		margin:0;
		padding:0;
}

#navi img {
		vertical-align:bottom;
}

#navi li {
		margin:0;
		padding:0;
		float:left;
}




/*コンテンツ
----------------------------------------------------*/
#cont {
		width:100%;
		margin:20px 0 0 0;
}


/*サイド
----------------------------------------------------*/

#side {
		width:210px;
		float:left;
}

.side-contact {
		width:235px;
		margin:0 0 10px -25px;
}

.side-menu {
		background:#f0f0f0;
		padding:0 10px 10px 10px;
		margin:0 0 10px 0;
		font-size:14px;
}

.side-menu ul {
		background:#fff;
		padding:10px 0 0 0;
}

.side-menu li {
		background:url(../images/common/side_menu_bg.gif) 0 bottom no-repeat;
		padding:5px 0 8px 20px;
		margin:0;
}

.side-profile {
		background:#F7F7EF;
		border:solid 1px #EAEAEA;
		border-top:none;
		padding:10px 10px 10px 10px;
		margin:0 0 10px 0;
		font-size:13px;
		line-height:1.4em;
}




/*メイン
----------------------------------------------------*/

#main {
		width:720px;
		float:right;
}

ul.check li {
		background:url(../images/common/check.png) 0 0 no-repeat;
		padding:0 0 0 30px;
		margin:0 0 5px 0;
		font-weight:bold;
}

ul.check2 li {
		background:url(../images/common/check2.png) 0 5px no-repeat;
		padding:0 0 0 25px;
		margin:0 0 5px 0;
}

ul.check3 li {
		background:url(../images/common/check3.png) 0 5px no-repeat;
		padding:0 0 0 25px;
		margin:0 0 5px 0;
}



.waku {
		padding:5px;
		background:#fff;
		border:solid 1px #dcdcdc;
}

.section h2 {
	font-size:26px;
	font-weight:bold;
	background:url(../images/common/h2bg.gif) 0 bottom no-repeat;
	padding:10px 0 12px 28px;
	margin: 0 0 10px 0;
}

.top-profile {
	background:url(../images/top/top_profile_bg3.jpg) 0 0 no-repeat;
	padding:15px 10px 10px 220px;
	font-size:16px;
	line-height:1.6em;
	margin: 0 0 15px 0;
}

.reason-shadow {
		background:url(../images/top/reason_bg.gif) 0 bottom no-repeat;
		padding:0 0 18px 0;
		margin:0 0 2px 0;
}

.reason {
		border:solid 1px #D0D0D0;
		padding:14px;
		font-size:16px;
		line-height:1.7em;
}

.reason .other {
	float:left;
	width:269px;
	background:url(../images/top/other.gif) 0 0 no-repeat;
	padding:30px 0 0 0;
	color: #888;
}

.reason .ikeba {
		float:right;
		width:389px;
		background:url(../images/top/ikeba.gif) 15px 0 no-repeat;
		padding:30px 0 0 15px;
		border-left:solid 1px #B7B7B7;
}

.reason h2 {
		background:url(../images/top/reason_no.gif) 0 0 no-repeat;
		color:#A41B1B;
		padding:3px 0 3px 5px;
		font-size:27px;
		margin:0 0 15px 0;
}

.reason h2 span {
		color:#fff;
		font-size:20px;
		display:block;
		margin:0 10px 0 0;
		float:left;
		font-family:Century Gothic,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}



/*フッター
----------------------------------------------------*/

#footer-wrap {
		width:100%;
		text-align:center;
		background:url(../images/common/footer_bg.gif) 0 top #EDEDED repeat-x;
		padding:0 0 20px 0;
		margin:30px 0 0 0;
		font-size:13px;
}

#footer {
		margin:0 auto;
		padding:0;
		width:960px;
		text-align:left;
}

#footer a {
		color:#1E549C;
		text-decoration:none;
}

#pagetop {
		text-align:right;
		margin:0 0 10px 0;
}



p.cr {
		font-size:10px;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

#footer p.cr a {
		color:#222;
}

.footer-navi {
		width:100%;
		margin:0 0 10px 0;
		font-size:14px;
}

.footer-navi li {
		float:left;
		margin:0 22px 5px 0;
		padding:0 0 0 7px;
		background:url(../images/common/arrow.gif) 0 8px no-repeat;
}
