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

* {
	list-style: none; margin: 0px; padding: 0px; font-family: "Meiryo", "メイリオ", Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif; text-decoration: none;
}
b#media_css{ background:none; margin-top:20px;}
img{border:none;}
a{ text-decoration:none; color:#000;}
ul {list-style:none; margin:0; padding:0;}

/*----------------------------*/

hr.float_off{clear:both; height:1px; padding:0; margin:0; visibility:hidden;}
.img_center{text-align:center;}
.img_right{text-align:right;}

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

p{
	text-align:justify;
	text-justify:inter-ideograph; 
}
/*---------------------------
index
----------------------------*/

/*index*/

#wrapper{
}

#tk_head{
	width:1000px;
	margin:0px auto;
}
#tk_foot{
	width:1000px;
	margin:0px auto;
}

#background{
	background-color:#bae6ff;
}

#main-image{
	background-image:url(../images/main-image.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:1030px;
	position:fixed;
	top:150px;
	z-index:2;
}
#content{
	width:1000px;
	margin:0px auto;
}


/*header*/

#header{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:center top;
	margin:20px auto 0px;
	width:100%;
	height:140px;

}
#header span{
	display:none;
}


#lead p{
	margin:20px auto 0px;
	width:624px;
	font-size:13px;
	line-height:20px;
}
#lead p.tk{
	margin-top:10px;
	text-align:right;
}

#main1{
	width:670px;
	background-color:rgba(255,255,255,0.9);
	margin:10px auto 0px;
	border-radius:10px;
	position:relative;
	z-index:999;
}

#bar1{
    float:left;
	clear:left;
    width: 1px;
}
#img1{
	margin-left:20px;
	margin-right:20px;
	float:left;
	clear:left;
}

#main1 p{
	width:576px;
	margin:25px auto 0px;
	padding-bottom:30px;
	font-size:16px;
	line-height:25.5px;
}


#main2{
	width:670px;
	background-color:rgba(255,255,255,0.9);
	margin:30px auto 0px;
	border-radius:10px;
	position:relative;
	z-index:999;
}

#bar2{
    float:right;
	clear:right;
    width: 1px;
}
#img2{
	margin-left:20px;
	margin-right:20px;
	float:right;
	clear:right;
}

#main2 p{
	width:576px;
	margin:25px auto 0px;
	padding-bottom:30px;
	font-size:16px;
	line-height:25.5px;
}

#main3{
	width:670px;
	background-color:rgba(255,255,255,0.9);
	margin:30px auto 0px;
	border-radius:10px;
	position:relative;
	z-index:999;
}

#bar3{
    float:left;
	clear:left;
    width: 1px;
}
#img3{
	margin-left:40px;
	margin-right:20px;
	float:left;
	clear:left;
}

#main3 p{
	width:576px;
	margin:25px auto 0px;
	padding-bottom:70px;
	font-size:16px;
	line-height:25.5px;
}

.subtitle{
	margin-left:42px;
	padding-top:28px;
}

.rectan1{
	margin:20px auto;
	width:729px;
	height:132px;
	position:relative;
	z-index:999;
}
.rectan1 a{
	display:block;
	width:729px;
	height:132px;
	background:url(../images/rectan1.png) no-repeat;
}
.rectan1 a:hover{
	background-position:0px -132px;
}
.rectan1 a span{
	display:none;
}

.rectan2{
	margin:40px auto;
	padding-bottom:40px;
	width:751px;
	height:184px;
	position:relative;
	z-index:999;
}
.rectan2 a{
	display:block;
	width:751px;
	height:184px;
	background:url(../images/rectan2.png) no-repeat;
}
.rectan2 a:hover{
	background-position:0px -185px;
}
.rectan2 a span{
	display:none;
}