@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/bg.jpg) repeat-x #fcf5e8;
    color: #333333;
    font-size: 90%;
    line-height: 1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a img{
	border: none;
	}
a:link{
	color: #bf509f;
	}
a:visited{
	color: #bf509f;
	}
a:hover{
	}

a {
	outline: none;
	border: none;
}

/* レイアウト */


#contents_bg{
	background: url(../images/wrap_bg.png) repeat-y;
	width: 1300px;
	margin: 0 auto;
}

#mainImg{
	width: 1150px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}


#mainImg #youtube{
	position: absolute;
	top: 1940px;
	left: 250px;
}

#contents_bgIn{
	margin: 0 auto;
	width: 1150px;
	padding-bottom: 30px;
	}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
}

#contents_left,#contents_right{
	width: 435px;
}
#contents_left{
	float: left;
}
#contents_right{
	float: right;
}
.contents_1col{
	background: #fbfbf1;
	position: relative;
	width: 900px;
	margin-bottom: 30px;
	padding: 0;
}

.contents_2col,.contents_3col{
	background: url(../images/content_bg.png) repeat;
	}
	

.contents_2col{
	margin-bottom: 30px;
	width: 381px;
	padding: 10px 25px 25px 25px;
	border: 1px #f7f4e8 solid;
	position: relative;
}

.contents_3col{
	margin-bottom: 30px;
	width: 383px;
	padding: 20px 25px 25px 25px;
}


.present{
	position: absolute;
	right: 10px;
	top: 75px;
}
	


#footer{
	clear: both;
	background-color: #725a4e;
	margin-top: 0;
}
#footer_in{
	width: 900px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}


/* パーツ */
h1{
	padding-bottom: 13px;
	border-bottom: solid 1px #8b73b6;
	margin-bottom: 15px;
}



h2{
	margin-bottom: 15px;
}

.sub-title{
	margin: 0 0 10px 5px;
}

.sub-title02{
	margin-bottom: 10px;
}


.h3{
	margin: 10px 0 10px 5px;
	padding: 0;

}
.feel_txt{
	width: 425px;
	float: left;
	}
.feel_img{
	float: right;
	}
.table01{
	border-collapse: collapse;
	width: 360px;
}
.table01 td,.table01 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
}
.table01 th,
.table01 td.midashi{
	background-color: #f6f6f6;
	padding: 3px;
	text-align: center;
	font-weight: normal;

}
.table01 td{
	background-color: #fff;
	padding: 8px;
	text-align: center;
}
.table02{
	border-collapse: collapse;
	width: 100%;
}
.table02 td,.table02 th{
	border: 1px solid #abc29b;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 0.9rem;
}
.table02 th{
	font-weight: normal;
	background-color: #f2f8eb;
}
.table02 td{
	background-color: #FFF;
}	
.table02 td.fee{
	text-align: left;
	padding: 15px 0 15px 25px;
	}
.table03{
	border-collapse: collapse;
	width: 100%;
	}
.table03 th,.table03 td{
	border-top: 1px dotted #352d71;
	border-bottom: 1px dotted #352d71;
	background-color: #FFF;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
	}
.table03 th{
	color: #666;
	font-weight: normal;
	width: 30%;
	padding-left: 15px;
	}
.table03 td{
	padding-right: 15px;
	}


.table04{
	border-collapse: collapse;
	width: 340px;
	margin: 0 0 15px 20px;
}
.table04 td,.table04 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
}
.table04 th{
	background-color: #f6f6f6;
	padding: 3px;
	text-align: center;
	font-weight: normal;

}
.table04 td{
	background-color: #fff;
	padding: 8px;
	text-align: center;
}


.box01{
	width: 361px;
	background: #fefcf4;
	padding: 20px 10px 10px 10px;
	margin-bottom: 12px;
}

.hana{
	position: absolute;
	right: 5px;
	top: 3px;
}

.hana_bottom{
	position: absolute;
	bottom: 3px;
	left: 5px;
}

.yoyaku{
	width: 361px;
	background: #fefcf4;
	padding: 10px;
	margin-bottom: 12px;
}

.box02{
	width: 361px;
	background-color: #fefcf4;
	padding: 10px;
	margin-bottom: 12px;
}



.box-in-box{
	background-color: #fefcf4;
	width: 361px;
	border: none;
	padding:5px 0 5px 0;
	margin-bottom: 12px;
	border-bottom: #CCC 1px dotted;
}


.box-in-box-present{
	background-color: #fefcf4;
	width: 361px;
	border: none;
	padding:5px 0 5px 0;
	border-bottom: none;
}


.box-in-box-last{
	background-color: #fefcf4;
	width: 361px;
	border: none;
	padding:5px 0 5px 0;
	margin-bottom: 12px;
	border-bottom: none;
}


.blog{
	background: url(../images/content_bg.png) repeat;
	margin-bottom: 30px;
	width: 381px;
	padding: 20px 25px;
	border: 1px #f7f4e8 solid;
	position: relative;
}

		
.blog-in{
	background-color: #fefcf4;
	width: 351px;
	border: none;
	padding:10px 15px;
	border-bottom: none;
}




.txt01{
	padding: 5px 8px;
	margin: 13px 0;
	font-size: 0.9rem;
	line-height: 16px;
	background: #FFF;
	border: 1px #f5eeeb solid;
}

.txt02{
	padding: 5px 8px;
	margin: 13px 0 5px 0;
	font-size: 1rem;
	line-height: 1.6em;
	border: none;
}



	
.speaker{
	padding: 0 8px;
	margin: 13px 0;
	font-size: 0.9rem;
	line-height: 16px;
	text-align: right;
}		
.gmap{
	margin: 15px 0 5px;
	}
.gmap p{
	text-align: right;
	font-size: 85%;
	}
.gmap_in{
	border: solid 1px #a590d5;
	}
.box_dl1 a,.box_dl2 a{
	display: block;
	width: 213px;
	height: 52px;
	padding: 55px 20px 0 150px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 0.8rem;
	line-height: 1.2em;
	text-decoration: none;
}
.box_dl1 a:link,.box_dl2 a:link,.box_dl1 a:visited,.box_dl2 a:visited,.box_dl1 a:hover,.box_dl2 a:hover{
	color: #333333;
	text-decoration: none;
	font-size: 0.8rem;
}
.box_dl1 a{
	background-image: url(../images/btn_dl_off.gif);
	background-repeat: no-repeat;
}
.box_dl1 a:hover{
	background-image: url(../images/btn_dl_on.gif);
	background-repeat: no-repeat;
}

.detailBtn{
	text-align: right;
	margin: 0 5px 8px 0;
}


.logo1{
	width: 146px;
	height: 42px;
	position: absolute;
	top: 59px;
	left: 1px;
	}
.logo2{
	width: 163px;
	height: 35px;
	position: absolute;
	left: 176px;
	top: 62px;
	}
.cr{
	width: 540px;
	color: #fafcfb;
	font-size: 0.8rem;
	text-align: right;
	position: absolute;
	left: 350px;
	top: 121px;
	}
.support{
	width: 500px;
	color: #fafcfb;
	font-size: 0.9rem;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 40px;
	}	
.totop{
	width: 92px;
	height: 30px;
	position: absolute;
	left: 807px;
	top: -27px;
	}

/* padding margin */
.maT5B10{
	margin-top: 5px;
	margin-bottom: 10px;
	}
.maT20{
	margin-top:20px;
	}
	
	.maT40{
	margin-top:40px;
	}
.maT5{
	margin-top: 5px;
	}
.ma_top5{
	margin-top: 5px;
}
.maB30{
	margin-bottom: 30px;
	}
.maB20{
	margin-bottom: 20px;
}
.maB30{
	margin-bottom: 30px;
}
.maB15{
	margin-bottom: 15px;
	}
.maB10{
	margin-bottom: 10px;
	}
.maB5{
	margin-bottom: 5px;
	}
	
.maB0{
	margin-bottom: 0px;
	}
.pa_btm10{
	padding-bottom: 10px;
}
.maL6em{
	margin-left: 6.5em;
}


/* テキスト装飾 */
.small{
	font-size: 80%;
	line-height: 1.5em;
}

.smaller{
	font-size: 0.9rem;
}

.service{
	background: url(../images/service.png) 10px 20px  no-repeat;
	font-size: 0.9rem;
	color: #666;
	text-align: right;
	padding: 10px 22px 0 0;	
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.align_center{
	text-align:center;
	}


	
/*その他 */
.clear{
	clear: both;
	}


/*socialPlugIn
.social{
	position: absolute;
	width: 410px;
	height: 35px;
	top: 250px;
	left:400px;
	}
.social div{
	float: right;
	text-align: left;
	}
.twitter{
	color: #000;
	margin: 0 -40px 0 15px;
	margin: 1px 40px 0 15px\9 !important ;
	}
.line{
	margin: -4px 0 0 10px;
	margin: -3px 0 0 -10px\9 !important;
	}
	*/
