@charset "utf-8";
/* dummy \*/
* html div {
 height:1%;
 }
/* dummy */
/* 基本項目設定 */
*{
margin:0;
padding:0;
}

body{
	color:#666666;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	background-image: url(../images/back_main.jpg);
	background-position: center top;
	height: auto;
}
.small{
	font-size: 10px;
	line-height: 1.9em;
}
.large{
	font-size: 14px;
	line-height: 1.4em;
}

img{
border:none;
vertical-align:bottom;
}

a{
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



ul{
list-style-type:none;
}


hr{
display:none;
clear:both;
}

.left {
	float: left;
}
.clear_both {
	float: none;
}

.right {
	float: right;
}
.left {
	float: left;
}

h1 a {
	height: 71px;
	width: 318px;
	position: absolute;
	left: 0px;
	top: 40px;
	background-image: url(../images/logo02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%!important;
	z-index: auto;
	margin-top: -118px!important;
	background-image: url(../images/back_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: 0px 0px 7px #DFEAE3; /*CSS3*/
	-moz-box-shadow: 0px 0px 7px #DFEAE3; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 7px #DFEAE3; /* Google Chrome, Safari用*/
}

#wrapper {
	width: 1000px;
	margin-left: -500px;
	background-repeat: no-repeat;
	background-position: center 120px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 1;
}
#back  {
	background-image: url(../images/back_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 166px;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	box-shadow: 0px 0px 7px #DFEAE3; /*CSS3*/
	-moz-box-shadow: 0px 0px 7px #DFEAE3; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 7px #DFEAE3; /* Google Chrome, Safari用*/
}


#header {
	width: 1000px;
	height: 164px;
	position: relative;
	float: left;
	z-index: 1;
}
#header .header_info {
	width: 350px;
	position: absolute;
	left: 420px;
	top: 43px;
}
#header .header_info dt {
	float: left;
	width: 350px;
	margin-bottom: 3px;
}
#header .header_info dd {
	color: #20B97B;
	background-color: #E7F5EE;
	float: left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}

#header #iso {
	width: 120px;
	position: absolute;
	top: 90px;
	left: 240px;
}
#header form {
	width: 220px;
	position: absolute;
	top: 90px;
	right: 30px;
}
#header #text {
	background-color: #F6F6F6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 14px;
	width: 115px;
	background-image: url(../images/header_search.jpg);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 5px;
}
#header #search {
	color: #FFFFFF;
	background-color: #20B97B;
	text-align: center;
	height: 24px;
	width: 46px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	cursor:pointer
}



#header .header_tel {
	width: 220px;
	position: absolute;
	top: 40px;
	right: 30px;
}
#header .header_tel dt {
	float: left;
	width: 200px;
	margin-bottom: 4px;
}
#header .header_tel dd {
	float: left;
	width: 220px;
}
#header .header_tel .head_contact_s {
	display: none;
}
#header #subnavi {
	background-color: #20B97B;
	height: 26px;
	position: absolute;
	top: 0px;
	right: 182px;
	color: #FFFFFF;
}
#header #subnavi li {
	float: left;
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 11px;
	height: 20px;
}
#header #subnavi li a {
	color: #FFFFFF;
	text-decoration: none;
}



#header #textsize {
	background-color: #20B97B;
	height: 26px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
}
#header #textsize a {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	display: block;
	cursor:pointer;
	text-decoration: none;
}

#header #textsize dt {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 11px;
	height: 19px;
}
#header #textsize dd {
	float: left;
	height: 26px;
}
#textsize .small {
	font-size: 10px;
}
#textsize .medium {
	font-size: 12px;
}
#textsize  .large {
	font-size: 14px;
}

.large #textsize .large a {
	text-decoration: none;
	background-image: url(../images/textsize_a_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.medium #textsize .medium a {
	text-decoration: none;
	background-image: url(../images/textsize_a_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#textsize .medium a {
	text-decoration: none;
	background-image: url(../images/textsize_a_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.small #textsize .medium a,.large #textsize .medium a {
	text-decoration: none;
	background-image: none;
}
.small #textsize .small a {
	text-decoration: none;
	background-image: url(../images/textsize_a_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#header #mainnavi {
	width: 1000px;
	height: 48px;
	padding-top: 118px;
	z-index: 10;
}
#header  #mainnavi  p {
	float: left;
}
#header #nav {
	width: 1000px;
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -500px;
}
.small #header  #mainnavi  p a  {
	font-size: 12px;
}
.medium #header  #mainnavi  p a {
	font-size: 14px;
}
.large #header  #mainnavi  p a  {
	font-size: 16px;
}
#header  #mainnavi  p  .home {
	background-image: url(../images/mainnavi_back_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 26px;
	width: 62px;
	padding-top: 22px;
	font-size: 14px;
	display: block;
	color: #20B97B;
	text-decoration: none;
}
#header  #mainnavi  p  .home:hover {
	background-image: url(../images/mainnavi_back04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header  #mainnavi  p  a {
	background-image: url(../images/mainnavi_back01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 32px;
	width: 134px;
	padding-top: 16px;
	font-size: 14px;
	display: block;
	color: #20B97B;
	text-decoration: none;
}
#header  #mainnavi  p  a:hover {
	background-image: url(../images/mainnavi_back02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
}
#mainnavi_s {
	display: none;
}

#mainnavi_s li {
	display: none;
}

#wrapper #container {
	width: 1000px;
	position: relative;
	left: 0px;
	padding-bottom: 30px;
}
#wrapper #container #contents {
	width: 696px;
	background-color: #FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 0px 3px #EBF1ED;
	-moz-box-shadow: 0px 0px 3px #EBF1ED;
	-webkit-box-shadow: 0px 0px 3px #EBF1ED;
	margin-bottom: 28px;
	position: relative;
	padding: 22px;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8em;
	left: 0px;
}
.small #wrapper #container #contents  {
	font-size: 12px;
}
.medium #wrapper #container #contents {
	font-size: 14px;
}
.large #wrapper #container #contents  {
	font-size: 16px;
}

#wrapper #container #sidemenu {
	width: 229px;
	position: relative;
	float: right;
	right: 0px;
}
#container #breadclumb {
	font-size: 10px;
	color: #20B97B;
	float: left;
	width: 1000px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	position: relative;
	left: 0px;
	top: 0px;
}
#container  #breadclumb  a {
	color: #20B97B;
}







#footer {
	width: 1000px;
	float: left;
	margin-bottom: 30px;
	position: relative;
	margin-top: 20px;
}
#footer a {
	color: #FFFFFF;
}

#footer  .pagetop  {
	background-color: #20B97B;
	background-image: url(../images/arrow04.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	float: right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #FFFFFF;
	margin-right: 20px;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
}
#footer #footer_main {
	color: #FFFFFF;
	background-color: #20B97B;
	float: left;
	width: 960px;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#footer #footer_main .footer_box01 {
	float: left;
	width: 255px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1EA871;
}
#footer #footer_main .footer_box01 h4 {
	float: left;
	width: 255px;
	margin-bottom: 20px;
}
#footer #footer_main .footer_box01 p {
	float: left;
	width: 255px;
	margin-bottom: 4px;
}
#footer #footer_main .footer_box01 span {
	color: #20B97B;
	background-color: #FFFFFF;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#footer #footer_main .footer_box01 dl {
	float: left;
	width: 255px;
}
#footer_main .footer_box01 dt {
	float: left;
	width: 255px;
	margin-bottom: 4px;
}
#footer_main .footer_box01 dd {
	float: left;
	width: 255px;
}
#footer  #footer_main  .footer_box02 {
	float: left;
	width: 160px;
	padding-left: 15px;
	height: 225px;
}
#footer #footer_main .footer_box02 dl {
	float: left;
	width: 160px;
	margin-bottom: 10px;
}
#footer #footer_main .footer_box02 dt {
	background-image: url(../images/arrow03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 150px;
	margin-bottom: 4px;
	padding-left: 10px;
	font-size: 14px;
}
#footer #footer_main .footer_box02 dd {
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	float: left;
	width: 140px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 12px;
}

#footer_main .footline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #22CA87;
}
#footer .copyright {
	font-size: 10px;
	text-align: center;
	float: left;
	width: 1000px;
}
