@charset "utf-8";
/* CSS Document */

/* 基本セッテイィング */
body {
	font-family:"メイリオ","ＭＳ Ｐゴシック", "MS PGothic",meiryo,Osaka,sans-serif;
	font-size:14px;
	color:#7d7d7d;
	line-height:24px;
}
textarea {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; 
}
input, select {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; 
}
img {
	vertical-align:bottom;
}
header,footer,nav,article,aside,section {
	display:block;
}
a:link {
	color:#38b4f5;
	text-decoration:none;
}
a:visited {
	color:#38b4f5;
	text-decoration:none;
}
a:hover {
	color:#7ed3ff;
	text-decoration:none;
}
a:active {
	color:#38b4f5;
	text-decoration:none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h2 {
	width:100%;
	text-align:center;
	font-size:32px;
	color:#3b3b3b;
}
em {
	color:#ff6000;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix { zoom: 1;}

/* 書式 */
.small {
	font-size:12px;
}
.red {
	color:#ff0000;
}

/* 共通クラス */
.left25 {
	margin-left:25px;
}
.left32 {
	margin-left:32px;
}
.up10 {
	margin-top:10px;
}
.up20 {
	margin-top:20px;
}
.up30 {
	margin-top:30px;
}
.up40 {
	margin-top:40px;
}
.up50 {
	margin-top:50px;
}
.up60 {
	margin-top:60px;
}
.ud10 {
	margin:10px 0px;
}
.ud20 {
	margin:20px 0px;
}
.ud30 {
	margin:30px 0px;
}
.d10 {
	margin-bottom:10px;
}
.d20 {
	margin-bottom:20px;
}
.d30 {
	margin-bottom:30px;
}
.d40 {
	margin-bottom:40px;
}
.right {
	text-align:right;
}
.fl_l {
	float:left;
}
.fl_r {
	float:right;
}
.ct {
	text-align:center;
}

/* 共通レイアウト */
#hdline {
	width:100%;
	height:19px;
	background:#57c3ea;
}
#hdline h1 {
	margin:0 auto;
	width:980px;
	color:#c2e9f7;
	font-size:11px;
	text-align:right;
}
header {
	width:100%;
	background:url(../img/back_hdr.png) no-repeat center top;
	height:127px;
}
#hd_in {
	margin:0 auto;
	width:980px;
	height:127px;
}
#logo {
	float:left;
	margin-top:31px;
}
#tel {
	float:right;
	margin-top:34px;
}
#main_nav {
	width:100%;
	height:82px;
	background:url(../img/back_menu.png) repeat-x;
}
#nav_in {
	margin:0 auto;
	width:816px;
	height:82px;
}
.link {
	font-size:12px;
	text-align:center;
	clear: both;
	padding-top:50px;
	color:#38b4f5;
}
footer {
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	background:#57c3ea;
	margin-top:10px;
	padding:10px 0px;
}
.content {
	width:980px;
	margin:50px auto 0px auto;
}
.line {
	margin:30px 0px;
	width:100%;
	text-align:center;
	clear:both;
}
.pic_ct {
	width:100%;
	text-align:center;
	margin:30px 0px;
	clear:both;
}