@charset "UTF-8";
/*Common*/
* {
	margin: 0px;
	padding: 0px;
	
	-webkit-font-smoothing: antialiased;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
	overflow: auto;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td{
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0; 
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li { 
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-weight: bold;
}
h2 {
	font-size: 28px;
	font-weight: bold;
	color: #fc277b;
}
h3 {
	/*height: 40px; */
	padding: 10px 20px;
	margin-bottom: 15px;
	font-size: 16px;
	background-color: #f6f5f5;
	border-left: solid 10px #fc277b;
	color: #fc277b;
}
h4 {
	/*
	padding: 5px 10px 0px;
	margin-bottom: 15px;
	font-size: 16px;
	border-left: solid 8px #fc277b;
	border-bottom: solid 1px #fc277b;
	color: #fc277b;
	background-color: #f6f5f5;*/
	position: relative;
  color: #fc277b;
  background: #f6f5f5;
  font-size: 16px;
  line-height: 1;
  margin: 30px 20px 10px -10px;
  padding: 14px 5px 10px 40px;
  border-radius: 22px 0 0 22px;
}
h4:before {
  content: "";
  position: absolute;
  background: #fc277b;
  top: 50%;
  left: 14px;
  margin-top :-10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #aaa;
}
h5 {
	padding: 5px 10px 0px;
	margin-bottom: 15px;
	font-size: 16px;
	border-bottom: solid 3px #fc277b;
	color: #fc277b;
}
h6 {
	padding: 5px 10px 0px 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fc277b;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select { 
	font-size: 100%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color:#333333;
	text-align: center;
	-webkit-text-size-adjust: none;
	
	overflow-x: hidden;
	min-width: 1000px;
	position: relative;
}
#container {
	position: relative;
	width: 1000px;
	margin: auto auto 0px auto;
	text-align: left;
	line-height: 1.25em;
}
#contents {
	width: 1000px;
}
a:link {
	color: #0033cc;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #0082d1;
}
strong {
	font-weight:bold;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.mb_5 {
	margin-bottom: 5px !important;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_25 {
	margin-bottom: 25px !important;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_35 {
	margin-bottom: 35px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_75 {
	margin-bottom: 75px !important;
}
.mb_90 {
	margin-bottom: 90px !important;
}
.ml_10 {
	margin-left: 10px;
}
.ml_15 {
	margin-left: 15px;
}
.ml_20 {
	margin-left: 20px !important;
}
.ml_25 {
	margin-left: 25px;
}
.ml_30 {
	margin-left: 30px;
}
.ml_50 {
	margin-left: 50px !important;
}
.mr_30 {
	margin-right: 30px;
}
.mt_10 {
	margin-top: 10px !important;
}
.mt_50 {
	margin-top: 50px !important;
}
.pl_10 {
	padding-left: 10px;
}
.pb_5 {
	padding-bottom: 5px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pb_15 {
	padding-bottom: 15px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pb_25 {
	padding-bottom: 25px;
}
.pb_30 {
	padding-bottom: 30px;
}
.pl_15 {
	padding-left: 15px;
}
.pl_20 {
	padding-left: 20px;
}
.pl_25 {
	padding-left: 25px;
}
.pl_30 {
	padding-left: 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear-both {
	clear: both;
	font-size: 1px;
	line-height: 0em;
}

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

.overlap {
	margin: 0 -500%;
	padding: 0 500%;
	width: 100%;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
       -o-box-sizing: content-box;
      -ms-box-sizing: content-box;
	        box-sizing: content-box;
}

.blue {
	color: blue;
}
.white {
	color: white !important;
}
.nodeco {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
ul.disc li {
	list-style: disc;
	margin-left: 2em;
}
/*Common END*/





/*Header*/
#header {
	width: 100%;
	height: 200px;
	background: url(../images/bg-header.png) center top no-repeat;
}
#header-inner {
	width: 1000px;
	position: relative;
}
#area-h1 {
	height: 25px;
	color: #ffffff;
	/*background-color: #fc277b;*/
	/*background-color: #999;*/
}
h1 {
	/*float: left;*/
	text-align: center;
	font-size: 12px;
	line-height: 1em;
	height: 25px;
	padding: 6px 0px 0px 0px;
	color: #353535;
}
#area-h1 ul {
	/*float: right;*/
	position: absolute;
	height: 25px;
	padding-top: 3px;
	padding-right: 20px;
	top: 3px;
	right: 3px;
	background-color: #999;
}
#area-h1 ul li {
	float: left;
}
#area-h1 ul li a {
	height: 25px;
	font-weight: bold !important;
	font-size: 12px;
	color: white !important;
	margin-left: 20px;
	text-decoration: none;
}
#area-h1 ul li a:hover {
	text-decoration: underline;
}
#gnavi {
	background: url(../images/gnavi/bg-gNav.gif) no-repeat center bottom;
	height: 50px;
	/*margin-top: 85px;*/
	margin-top: 120px;
	border-bottom: solid 3px #fc277b;
}
#gnavi li {
	display: inline;
}

#pankuzu {
	position: absolute;
	width: 1000px;
	font-size: 12px;
	top: 440px;
	left: 0px;
	/*color: #fc277b;*/
	color: #333;
}
#pankuzu ul {
}
#pankuzu li {
	float: left;
	height: 19px;
	margin-right: 10px;
	padding-top: 3px;
	font-size: 12px;
}
#pankuzu li.home{
	padding-top: 0px;
}
#pankuzu li a {
	/*color: #fc277b;*/
	color: blue;
	text-decoration: none;
}
#pankuzu li a:hover {
		text-decoration: underline;
}
/*Header END*/





/*Main*/
#main {
	float: left;
	width: 720px;
}
#main h2 {
	width: auto;
	margin-top: 30px;
	margin-bottom: 25px;
}
#main p,
#main a {
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
#main p {
	color: #333333;
}
#closing {
	width: 678px;
	margin-bottom: 30px;
	border: 6px double #9ACE0C;
}
#closing p {
	font-size: 16px;
	padding: 5px 10px 0px 10px;
}
#tel2 {
	float: left;
	width: 470px;
	padding: 0px 0px 15px 20px;
}
#entry2 {
	float: left;
	width: 151px;
	padding-top: 5px;
}
div.contact a img:hover {
	opacity: 0.7;
}
/*Main END*/





/*Side*/
#side {
	float: right;
	width: 250px;
	height: 100%;
	background: url(../images/bg-side.gif) repeat-y center;
	position: relative;
	z-index:1;
}
#btn-contact {
	position: absolute;
	top: -215px;
	left: 15px;
}
#side dl {
	padding: 10px;
	margin-bottom: 16px;
}
#side dt {
	height: 40px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
}
#side dd ul li {
	margin-top: 2px;
	background-color: white;
}
#side dd ul li a {
	width: 100%;
	height: 48px;
	display: block;
	font-size: 14px;
	padding: 17px 0 0 20px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
#side dd ul li a:hover {
	color: blue;
}
#side dd ul li.halfcell {
	float: left;
	width: 114px;
	padding-left: 0px;
	text-align: center;
}
#side dd ul li.halfcell a {
	padding-left: 0px;
}
#side li.halfcell:nth-child(odd) {
	margin-right: 2px;
}
.side_bg_or {
	background-color: #fca625;
}
.side_bg_gr {
	background-color: #a1cb3d;
}
.side_bg_bl {
	background-color: #2fbfe4;
}
.side_bg_pp {
	background-color: #aa89bd;
}

#side .side_banner img {
	margin-bottom: 20px;
}

#side .side_twitter {
	margin-bottom: 60px;
}
/*Side END*/



/*Position*/
#logo {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 200px;
	height: 110px;
}
#tel {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 240px;
	height: 70px;
}
/*Position End*/


#pagetop {
	position: absolute;
	width: auto;
	text-align: right;
	border-bottom: 10px solid #fc277b;
	margin-top: -33px;
	z-index: 100;
}
#pagetop .inner {
	width: 1000px;
	margin: auto;
}
#pagetop .inner a img:hover {
	opacity: 0.7;
}

/*Footer*/
#footerA {
	background-color: #f0efef;
}
#footerA .inner {
	width: 1000px;
	padding: 10px 0px;
	margin: 0 auto;
}
#footerA ul li{
	width: 475px;
	height: 65px;
	float: left;
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
#footerA ul li a {
	display: block;
	width: 475px;
	height: 65px;
	padding: 20px;
	text-decoration: none;
}
#footerA ul li.bg-gr a {
	border: solid 2px #a1cb3d;
	background-color: #a1cb3d;
	color: white;
}
#footerA ul li.bg-gr a:hover {
	background-color: white;
	color: #a1cb3d;
}
#footerA ul li.bg-or a {
	border: solid 2px #fca625;
	background-color: #fca625;
	color: white;
}
#footerA ul li.bg-or a:hover {
	background-color: white;
	color: #fca625;
}

#footer {
	width: 100%;
	text-align: left;
	line-height: 1.25em;
	margin: auto auto 0px auto;
	background-color: #ffe7f0;
}
#footer a,
div.sitemap a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
}
#footer .inner {
	width: 1000px;
	margin: auto;
	padding: 20px 0 0;
}
#footer div.inner div.sitemap,
div.sitemap {
	padding: 20px 0px;
}
#footer div.inner div.sitemap a,
div.sitemap a {
	color: #222;
}
#footer div.inner div.sitemap dl {
	float:left;
	width: 25%;
}
div.sitemap dl {
	margin-bottom: 40px;
}
#footer div.inner div.sitemap dt,
div.sitemap dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer div.inner div.sitemap dt.red,
#footer div.inner div.sitemap dt a.red,
div.sitemap dt.red,
div.sitemap dt a.red {
	color: #fc277b;
}
#footer div.inner div.sitemap dt.purple,
#footer div.inner div.sitemap dt a.purple,
div.sitemap dt.purple,
div.sitemap dt a.purple {
	color: #aa89bd;
}
#footer div.inner div.sitemap dt.orange,
#footer div.inner div.sitemap dt a.orange,
div.sitemap dt.orange,
div.sitemap dt a.orange {
	color: #fca625;
}
#footer div.inner div.sitemap dt.green,
#footer div.inner div.sitemap dt a.green,
div.sitemap dt.green,
div.sitemap dt a.green {
	color: #a1cb3d;
}
#footer div.inner div.sitemap dt.blue,
#footer div.inner div.sitemap dt a.blue,
div.sitemap dt.blue,
div.sitemap dt a.blue {
	color: #2fbfe4;
}
#footer div.inner div.sitemap dd,
div.sitemap dd {
	font-size: 12px;
	padding-left: 20px;
}
#footer div.inner div.sitemap dd ul li,
div.sitemap dd ul li {
	margin-bottom: 8px;
}
#footer div.inner div.sitemap a:hover,
div.sitemap a:hover {
	text-decoration: underline;
}
#footer div.inner div.sitemap dd ul li a:hover,
div.sitemap dd ul li a:hover {
	color: #fc277b;
}

div.footer_logo {
	background-color: white;
}
#footer img {
	float: right;
	margin: 20px 0px;
	padding: 0px;
}
#copy {
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	/*background-color: #fc277b;*/
	background-color: #999;
	color: white;
}
/*Footer END*/