@charset "utf-8";

/* clearfix */
.cf{
	zoom: 1;
}
.cf:before, .cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}

/*==================================================
body
====================================================*/

body{
	width: 100%;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	line-height: 1.5;
	font-size: 14px;
}

a{
	color: #21aa85;
	text-decoration: underlines;
}

a:hover{
	color: #47979e;
	text-decoration: underline;
}

#stage{
	width: 980px;
	margin: 0 auto;
}

.contents{
	padding: 15px;
}

.contents h2{
	margin: 0;
	padding: 0;
}

img{
	vertical-align: middle;
}

.red{
	color: #ff0000;
	font-weight: bold;
}

/*==================================================
header
====================================================*/

header{
	background: url(../img/header_bg.jpg) top left repeat-x;
}

header h1{
	width: 380px;
	float: left;
}

header  p#form_but{
	width: 232px;
	float: right;
}

/*==================================================
nav
====================================================*/
nav#glo_menu ul li{
	width: 245px;
	float: left;
	text-indent: -9999px;
}

nav#glo_menu ul li a{
	display: block;
	width: 245px;
	height: 45px;	
}

nav#glo_menu ul li#nv_home a{
	background: url(../img/menu_01.jpg) top left no-repeat;
}

nav#glo_menu ul li#nv_home a:hover{
	background: url(../img/menu_01.jpg) bottom left no-repeat;
}

nav#glo_menu ul li#nv_shozaichi a{
	background: url(../img/menu_02.jpg) top left no-repeat;
}

nav#glo_menu ul li#nv_shozaichi a:hover{
	background: url(../img/menu_02.jpg) bottom left no-repeat;
}

nav#glo_menu ul li#nv_zaiikikan a{
	background: url(../img/menu_03.jpg) top left no-repeat;
}

nav#glo_menu ul li#nv_zaiikikan a:hover{
	background: url(../img/menu_03.jpg) bottom left no-repeat;
}

nav#glo_menu ul li#nv_contact a{
	background: url(../img/menu_04.jpg) top left no-repeat;
}

nav#glo_menu ul li#nv_contact a:hover{
	background: url(../img/menu_04.jpg) bottom left no-repeat;
}

/*==================================================
nav
====================================================*/

div#topimg{
	border-bottom: solid 2px #21aa85;
}

/*==================================================
#info
====================================================*/
section#info{
	margin: 15px 0 0 0;
	padding: 15px;
	border: solid 2px #21aa85;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background-color: #fff;
}

section#info h2{
	border-left: solid 5px #21aa85;
	padding-left: 10px;
	margin-bottom: 15px;
}

section#info p#matome{
	margin-top: 15px;
	text-align: right;
}

/*==================================================
#menu
====================================================*/

nav#menu ul{
	margin-top: 15px;
}

nav#menu ul li.left{
	width: 483px;
	float: left;
}

nav#menu ul li.right{
	width: 483px;
	float: right;
}

/*==================================================
footer
====================================================*/

footer{
	background-color: #21aa85;
	color: #ffffff;
	margin-top: 30px;
	padding: 15px;
}

footer nav#foot_menu ul li{
	list-style-type: none;
	text-align: right;
	margin-bottom: 15px;
}

footer nav#foot_menu  ul li a{
	color: #ffffff;
	text-decoration: underline;
}

footer nav#foot_menu  ul li a:hover{
	color: #ffffff;
}

footer p#cor{
	text-align: center;
}

/*==================================================
page #shozaichi #zaiikikan
====================================================*/
div.contents section p.note{
	border: dotted 1px #21aa85;
	padding: 15px;
}

div.contents section p.page_link{
	text-align: right;
	margin-bottom: 15px;
}

div.contents section p.page_link a{
	text-decoration: underline;
}

div.contents section article{
	margin-top: 15px;
	margin-bottom: 45px;
}

div.contents section article h3{
	border-left: solid 5px #21aa85;
	padding-left: 10px;
	margin-bottom: 15px;
}

/*==================================================
page #shozaichi
====================================================*/


div#shozaichi section p.f_guide{
	background-color: #e6f8f4;
	margin: 15px 0 0 0;
	padding: 15px;
}

div#shozaichi section article p{
	margin-top: 15px;
}

div#shozaichi section article p.map{
	width: 620px;
	float: left;
}

div#shozaichi section article ul.point{
	width: 330px;
	float: left;
}

div#shozaichi section article ul li{
	margin-left: 25px;
	margin-bottom: 15px;
}

div#shozaichi section article h4{
	margin-bottom: 10px;
}

/*==================================================
page #zaiikikan
====================================================*/
div#zaiikikan section article ul li{
	margin-left: 25px;
	margin-bottom: 15px;
}

div#zaiikikan section article p.flow{
	margin-left: 60px;
}

/*==================================================
page #contact
====================================================*/
div#contact dl{
	width: 580px;
	background-color: #e6f8f4;
	padding: 15px;
	margin-bottom: 15px;
}

div#contact dl dt{
	font-weight: bold;
	color: #21aa85;
}

div#contact dl dd{
	border-bottom: solid 1px #21aa85;
	margin-bottom: 30px;
	padding: 0 0 0 30px;
}

div#contact dl dd.last{
	margin-bottom: 0;
}

div#contact table{
	border-top: solid 1px #21aa85;
	border-left: solid 1px #21aa85;
}

div#contact table th{
	background-color: #e6f8f4;
	text-align: left;
	padding: 5px;
	border-right: solid 1px #21aa85;
	border-bottom: solid 1px #21aa85;
}

div#contact table td{
	padding: 5px;
	border-right: solid 1px #21aa85;
	border-bottom: solid 1px #21aa85;
}

div#contact table td input.tbx{
	width: 400px;
}

div#contact table td textarea{
	width: 400px;
}

div#contact p#submitbx{
	padding-left: 250px;
	padding-top: 15px;
}

/*==================================================
page #p_policy
====================================================*/
div#p_policy ol{
	margin: 15px 0 15px 0;
	line-height: 2;
}
div#p_policy ol li{
	margin-left: 45px;
}

div#p_policy ul{
	margin: 15px 0 15px 0;
}

div#p_policy ul li{
	margin-left: 45px;
}

div#p_policy  p.rig{
	text-align: right;
}


