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

body {
	min-width: 900px; 
	margin: 0;
	padding: 0;
	background: #f1f5fb;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;	
}
#wrap_header{	
}

a:hover img {
 opacity: 0.5;
}


/*------------------------------------------
	header
--------------------------------------------*/
#top {
	width: 100%;
	height: 5px;	
	background: #0853b0;
}
#text-top{
	color:#666;
	width:952px;
	margin:auto;
	padding:2px;
	border-bottom:1px solid #0853b0;
	font-size:10px;
}
#text-top h1{
	font-weight:normal !important;
	font-size:12px;
}

#header {
	height: 100px;
	width: 980px;
	margin: 0 auto;
	padding-top: 15px;
}

.logo {
	float:left;
	width:400px;	
	padding-left:10px;
	padding-top:8px;
}
.logo:hover{
	display:inline-block;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.6;
}
#contact{		
	float:right;
	margin-right:5px;	
}
#sub_tel{
	padding: 0px 20px 5px 75px;		
	font-weight:bold;	
	color:#666;
	text-align:center;
}
#sub_tel2{
	background:url(../img/phone.png) 20px 0 no-repeat;
	padding: 5px 20px 5px 70px;	
	font-weight:bold;	
	color:#666;	
}
.tel_num{
	font-size:35px;
	color:#0853b0;	
}
#address{	
	color:#666;
	padding: 25px 15px;
	background:#dceafa;
	font-size:14px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top:10px;	
	margin-right:5px;
	text-align:left;
	line-height:160%;
	border-bottom:2px double #0853b0;
	text-align:center;
	
}
#address table td{
	padding:0px 5px;
	vertical-align:middle;
}
/*------------------------------------------
	content
--------------------------------------------*/

#content {
	width: 950px;
	height:auto;
	margin: 0 auto;	
	padding-top: 20px;
}

		/*-------------------------------
			left menu
		---------------------------------*/

#left{
	width: 200px;
	height:auto;
	float:left;
}
#left>a>img{
	border:1px solid #f5f4b4;
}
#left_menu {
	width:180px;
	background: #fff;
	border: solid 1px #ddd;
	padding: 10px 10px;
	height: auto;
	margin-bottom:20px;
	box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
}
#global li a {
	display: block;
	width: 180px;	
	padding-left: 10px;
	color: #666;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../img/menu-icons.png) 158px 19px no-repeat #fff;
	line-height: 70px;
	text-decoration:none;
	font-size:13px;
}
#global li a.current {
	color: #0853b0;
	font-weight: bold;
	background: url(../img/menu-icons.png) 158px -91px no-repeat #fff;
}
#global li a:hover {
	background-color: rgba(239,252,239,0.3);
	color: #0853b0;
	text-decoration: none;
}
#global li:last-child a {
	border-bottom: none;
}
#global .en {
	font-size: 10px;
	color: #009900;
	font-weight: bold;
	display: inherit;
	margin-top: -50px;
}
.banner{
	background:#0853b0;
	color:#fff ;
	width:200px;
	border:none !important;
	box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
	line-height:160%;	
	text-align:left;
	padding-bottom:30px;	
}
.header_baner{
	padding-top:10px;
	color:#fff;
	font-weight:bold;	
	margin: 0px auto;
	text-align:center;
	font-size:13px;	
	letter-spacing:-1px;
	padding-bottom:10px;	
}
.gg_map{
	padding-bottom:5px;
	
}
.banner_firsttext{
	padding-bottom:15px;
	margin-left:5px;
	text-align:center;
}
.banner_endtext{
	margin-top:12px;
	padding-bottom:25px;
	margin-left:5px;
	text-align:center;
}
.banner a{
	text-decoration:none;
	color:#17b6ee;
}
.banner a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.6;
}
		/*-------------------------------
			right main
		---------------------------------*/

#right {
	width: 730px;
	height:auto;
	margin-left: 20px;
	float:left;
	position:relative;
}

#main2{
	width: 730px;
	height: 400px;
	margin-bottom: 15px;
	border:solid 1px #ddd;
	box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
	position:relative;
}
#main2 img{
	width: 730px;
	height: 400px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
}
#main2 div{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
}
#main2_text{
	position:absolute;
	z-index:88;
	color:#fff;
	font-size:26px;
	margin-top:80px;
	margin-left:20px;
}
h2{
	width: 685px;
	height: 30px;
	padding-top: 10px;
	padding-left: 48px;
	line-height: 23px;
	font-size:20px;
	color:#fff;
	
	font-weight: normal;
	margin-bottom: 10px;
	margin-top:20px;
	letter-spacing: 1.0px;
	font-weight: bold;
	background:#0853b0;
	box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
}
h3{	
	font-size:18px;
	padding-top:8px;	
	margin-bottom:-5px !important;	
	color:#666;
}
hr {
	width:732px;
	margin-left:-20px;
	height:1px;
	background: #0853b0;
}
.red{
	color:#F33;
}
.green{
	color:#59b200;
}
.green_bold{
	color:#59b200;
	font-weight:bold;
}
/*------------------------------------------
	normal1
--------------------------------------------*/
.normal1{
	width: 712px;
	height:auto;
	color:#000;
	line-height: 170%;
	letter-spacing: 1px;
	padding-left:20px;
	background:#fff;
	box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
	padding-bottom:30px;
}
.normal1 strong{
	font-weight:bold;
	color:#666;
}
.normal1 .info{
	width: 650px;
	padding: 20px;
}
/*------------------------------------------
	normal2
--------------------------------------------*/
.normal2{
	width: 712px;
	height:auto;
	font-size:14px;
	color:#333;
	line-height: 170%;
	letter-spacing: 1px;
	padding-left:20px;
	padding-top:20px;
	background:#fff;
	box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
}
.normal2 strong{
	font-weight:bold;
	color:#666;
}
.normal2 .info{
	width:700px;
	padding-bottom:20px;
}
.normal2 #img{
	float:left;
	width:150px;
}
.normal2 #text{
	float:left;
	width:530px;
	margin-left:20px;
}
/*------------------------------------------
	footer
--------------------------------------------*/

#footer {
	width: 100%;
	height: 90px;
	float: left;
	margin-top: 50px;
	padding-top: 10px;
	clear: both;
}
#footer-line{
	width:952px;
	height:3px;
	margin:auto;
	margin-bottom:10px;
	background:#0853b0;
}
.footer {
	width: 952px;
	font-size:13px;
	color:#fff;
	line-height: 200%;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	margin: 0 auto;
	background:#0853b0;
	box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
}
.footer a {
	color:#fff;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
}

.footer a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.6;
}
.footer a#copy {
	margin-right:0px;
	color:#cc6666;
	text-decoration: none;
}
.footer a#copy:hover {
	filter: alpha(opacity=9);
	-moz-opacity:9;
	opacity:9;
}
.footer a#link {
	margin-left:0px;
}
.h420{ 
	height:420px;
}
.clear{
	clear:both;
}
/**********************************[to pagetop]***/
#pageTop {
	text-decoration:none;
	background:#fff;
	color: #0853b0;
	padding:10px;
	position:fixed;
	bottom:40px;
	right:0;
	font-weight:bold;
	font-size:2em;
	line-height:1;
	text-align:center;
	box-shadow:1px 1px 2px #333;
	opacity:0.7;
	border-radius: 20px 0 0 20px;
}
#pageTop:hover {
	ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}
#pageTop small {
	font-weight:normal;
	font-size:12px;
}
.clearall{
	clear:both;
}
.r15{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);
}
.bor_top_left{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.bor_top_right{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.bor_bottom_left{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.bor_bottom_right{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.mgt20{
	margin-top:20px !important;
}
.top_red{
	color: #C66;
	font-weight:bold;
}
.red_t{
	color: #C66;	
}
.bold_t{
	font-weight:bold !important;
}
.link_T{
	color:#009900;
	text-decoration:none;
}
.link_T:hover{
	ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
}
#edit_button{
	text-align:center;
}


.list-box {
	padding:10px 0;
}
.list-box .list-photo{
	float:left;
	width:200px;
	max-height:200px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing: border-box;/* Firefox用 */
	
}
.list-box .list-text{
	margin-left:210px;
}
.list-box .list-photo img{
	width:200px;
	height:auto;
	border-radius: 20px;
}












@charset "utf-8";
/*---------*/
.block-ct{
	width:980px;
	height:auto;
}
.block_text{
	margin-top:20px;	
	margin-left:40px;	
	width:900px;
}
.left_img{
	float: left;
  width: 200px;
  max-height: 300px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom:50px;
}
.left_img img {
	
	width: 200px;
  height: auto;
  border-radius: 20px;
}
.left_img div img {
	
	width: 200px;
  height: auto;
  border-radius: 20px;
}
.left_img div {
  border-radius: 20px;
}
.right_text{
	float: left;
  width: 400px;
  height:auto;
  margin-left:20px;
}




.mark1 dl{  
  font-weight : bold;
}

.mark1 dt{  
  padding: 5px;
  width : 30px;
  float : left;/* 左に寄せる */
  clear : both;/* フロートの解除 */
  
}

.mark1 dd{    
  padding: 5px;
  width : 400px;
  margin-left : 40px;/* DTの幅分の設定 */
}





.qq a{/*リンクされた文字*/
    color:#EB3264;
    font-style:normal;
    text-decoration:none;
}
.qq a:link {/*未訪問のリンク*/
    color:#EB3264;
    font-style:normal;
    text-decoration:none;
}
.qq a:visited {/*訪問後のリンク*/
    color:#EB3264;
    text-decoration:underline;
}
.qq a:hover {/*マウスをのせたとき*/
    color:#E89FB3;
    font-style:normal;
    text-decoration:underline;
}
.qq a:active {/*クリック中*/
    text-decoration:none;
}