@charset "UTF-8";
@import "reset.css";

/*----------------------------------------

 layout
 
----------------------------------------*/

/*common*/
html {
	color: #000;
}

/* サファリのみ フォント指定 */
html:\66irst-child body { font-family:helvetica,"Hiragino Kaku Gothic ProN","メイリオ","ＭＳ Ｐゴシック",sans-serif; }

html, body {	
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-size: 14px;
	/*\*/
	*font-size: 88%;
	/**/
	line-height: 1.6;
	font-family:helvetica,"Hiragino Kaku Gothic ProN","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	background:url(../../img/body-main.gif) repeat left top;
	margin:0;
	padding:0;
}

* {
	margin: 0;
	padding: 0;
}


*:first-child+html body { font-size: 75% }

em {
	font-style:normal;
}


/*----------------------------------------

 link
 
----------------------------------------*/


a:link {
	color: #fff;
	text-decoration: none !important;
}
.hover a,
a:hover {
	color:#fff !important;
	text-decoration:underline !important;
}
a:visited {
	color:#00c19;
}


section a:link {
	color: #333;
	text-decoration: none !important;
}
section hover a,
section a:hover {
	color:#333 !important;
	text-decoration:underline !important;
}
section a:visited {
	color:#00c19;
}

/*----------------------------------------

 Parts
 
----------------------------------------*/

p,li,td,th,dd,dt{
	font-size:1.2em;
}


p {
	margin-bottom: 12px;
	line-height: 240%;
	font-size:100%;
}

h1 {
	margin-bottom: 20px;
	font-size: 140%;
	font-weight: bold;
	padding-left:58px;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:2px solid #000;
	background:  url(../../img/h1-icon.gif) no-repeat left 5px;
	margin-top:20px;
}

h2 {
	margin-bottom: 20px;
	font-size: 110%;
	background:#2c8765;
	/* background-color:#000; */
	color:#fff;
	padding:5px 20px 5px 20px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	margin-top:50px; }
	

h3 {
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: bold;
}

h4 {
	margin-bottom: 20px;
	font-size: 110%;
	font-weight: bold;
	padding-left:58px;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:2px solid #000;
	background:  url(../../img/h1-icon.gif) no-repeat left 5px;
	margin-top:20px;
}



.font-s { font-size:70%;}




/*----------------------------------------

 header
 
----------------------------------------*/

header {
	text-align:left;
	background:url(../../img/bk.png) repeat-x left top;
}

.Inner { 	position:relative;
width:970px;
margin:0 auto;}

header img.logo {
	position:absolute;
	top:25px;
	left:0px;
	}

header ul.list-sub { font-size:70%;
	position:absolute;
	right:0;
	top:25px;
	overflow:hidden;
	_zoom:1;
}

header ul.list-sub li a {
	background:url(../../img/arrow-s.png) no-repeat left 3px;
	padding-left:20px;
	margin-bottom:10px;
	float:left;
	color:#fff;
	margin-left:25px;
	}


/*----------------------------------------

 layout
 
----------------------------------------*/


#wrapper {
	width: 100%;
	position:relative;
}


#contents{
	overflow:hidden;
	_zoom:1;
	position: relative;
	/* top: -20px; */
	left: 0;
	width: 970px;
	margin: 0 auto;
	position: relative;
	margin-top:0px;
}


section {
	margin-bottom: 50px;
	background: #fff;
	padding:0px 25px 50px 25px;
	width: 645px;
	float: right;
	color:#000;
	/* -webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg); */
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}




/*----------------------------------------

 titleimg
 
----------------------------------------*/

#titleimg {
	text-align: center;
	width: 100%;
	padding-top:52px;
}




/*----------------------------------------

 global navigation
 
----------------------------------------*/

#navi {
	width: 970px;
	z-index:100;
	overflow:hidden;
	_zoom:-1;
	margin: 0 auto;
	height: 65px;
}

#navi ul {
	padding-top:5px;
}

#navi ul li {
	float: left;
}


#navi ul li a {
	outline: 0;
}


#navi ul li a,
#navi ul li a:hover {
	cursor: pointer;
}





/*----------------------------------------

 左ナビ
 
----------------------------------------*/

#box-menu {
	width: 265px;
	float: left;
	margin-bottom:50px;
}

dl#menu { 
	font-size:90%;
	width: 255px;
}

dl#menu dt {
}


dl#menu dd {
	width: 250px;
	position: relative;
	padding-top:10px;
	padding-bottom:5px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	background:  url(../../img/line.gif) no-repeat left bottom;
	font-size: 12px;
}

dl#menu dd a {
	display: block;
	outline: 0;
	cursor: pointer;
	/* height: 45px; */
	background:  url(../../img/arrow.png) no-repeat 15px center;
	padding-left:50px;
	margin-bottom:12px;
	padding-right:10px;
	color:#000;
	text-decoration:none;
}

dl#menu dd.mtm10 { margin-top:-10px;}

dl#menu dd:hover,
dl#menu dd.hover {
	background-color: #00c39c;
	color:#fff;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}



/*----------------------------------------

	table
 
----------------------------------------*/

table
{
}


table.form
{
  border-collapse: collapse;
  width: 100%;
  border: 1px #dedede solid;
  margin-top: 20px;
  line-height: 1.8em;
  font-size:80%;
  background:#fff;
  border-bottom: 1px #dedede solid;
  }
  
table.form th
{
  background-color: #dbf2ed;
  padding:10px;
  border-right:#fff solid 1px;
  border-bottom:#fff solid 1px;
}

table.form td
{
  background-color: #f7f6f1;
  padding:10px;
  border-right:#dedede solid 1px;
  border-bottom:#fff solid 1px;
}


/*----------------------------------------

 footer
 
----------------------------------------*/

.tongari-btm { text-align:center;
clear:both;}

footer{
	width: 100%;
	z-index: 2000;
	background: #000;
	clear:both;
	margin:0;
	background: url(../../img/footer-bk.png) repeat-x left top;
}

footer a { color:#fff;}

footer #Inner {
	padding:15px;
	width:970px;
	margin:0 auto;
	font-size: 10px;
}


footer #copyright {
	padding: 12px 15px 20px;
	font-size: 11px;
	text-align: center;
	margin:0;
	color:#fff;
}


#scrolltotop {
	position: fixed;
	z-index: 9999;
	right:30px;
	bottom:30px;
}




/*----- clearfix -----*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height:0;
  overflow:hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}




ul{
	zoom:1;
}



/* -------------------------- 

         space

-------------------------- */

.mb50 {margin-bottom:50px;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt50 {margin-top:50px;}
.topsp40 {margin-top:40px;}


.toppd5 {padding-top:5px !important;}
.toppd10 {padding-top:10px !important;}
.toppd15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.toppd25 {padding-top:25px !important;}
.toppd30 {padding-top:30px !important;}
.toppd35 {padding-top:35px !important;}
.toppd40 {padding-top:40px !important;}


