@charset "utf-8";

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

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

html {   
		overflow-y:scroll;   
}  


a {
		color:#30824D;
		text-decoration:underline;
}

a:hover {
		color:#30824D;
		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:12px;
}


#wrap {
		margin:0 auto;
		padding:0;
		width:900px;
		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;
}

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

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

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

.section {
	width:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}


.section h2 {
		margin:0 0 10px 0;
}

.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;
}

.f28b {
		font-size:14px;
    font-weight: bold;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

.m0 {
		margin:0!important;
}

.tar {
		text-align:right;
}

.tac {
		text-align:center;
}

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

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

h1 {
		position:absolute;
		text-align:right;
		top:9px;
		right:0px;
		font-size:12px;
		color:#b1b1b1;
}

p.h-link {
		position:absolute;
		text-align:right;
		top:45px;
		right:0px;
		font-size:12px;
}

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

p.h-contact {
		position:absolute;
		top:52px;
		right:0px;
}


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

#navi {
		width:900px;
		height:50px;
		margin:0;
		padding:0;
}

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

#navi li a {
		margin:0;
		padding:0;
		width:150px;
		height:50px;
		display:block;
		text-indent:-9999px;
}

#navi #menu01 {background:url(../images/common/navi.gif) 0px 0px no-repeat;}
#navi #menu02 {background:url(../images/common/navi.gif) -150px 0px no-repeat;}
#navi #menu03 {background:url(../images/common/navi.gif) -300px 0px no-repeat;}
#navi #menu04 {background:url(../images/common/navi.gif) -450px 0px no-repeat;}
#navi #menu05 {background:url(../images/common/navi.gif) -600px 0px no-repeat;}
#navi #menu06 {background:url(../images/common/navi.gif) -750px 0px no-repeat;}
#navi #menu01r,#navi #menu01 a:hover {background:url(../images/common/navi.gif) 0px -50px no-repeat;}
#navi #menu02r,#navi #menu02 a:hover {background:url(../images/common/navi.gif) -150px -50px no-repeat;}
#navi #menu03r,#navi #menu03 a:hover {background:url(../images/common/navi.gif) -300px -50px no-repeat;}
#navi #menu04r,#navi #menu04 a:hover {background:url(../images/common/navi.gif) -450px -50px no-repeat;}
#navi #menu05r,#navi #menu05 a:hover {background:url(../images/common/navi.gif) -600px -50px no-repeat;}
#navi #menu06r,#navi #menu06 a:hover {background:url(../images/common/navi.gif) -750px -50px no-repeat;}


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


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

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



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

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

.catch {
		background:url(../images/top/catch_bg.gif) 0 0 no-repeat;
		padding:120px 0 23px 30px;
}

.section h2.no {
		background:none;
		padding:0;
		margin:0 0 15px 0;
}

h3.activity {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bold;
		background:none;
		padding:0;
}


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

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

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

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

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



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

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