@charset "utf-8";

/* ================================ */
/* header                           */
/* ================================ */

#header{
	background:#6e71a3;
	height:40px;
	}

#header .clearfix{
	width:1000px;
	margin:0 auto;
	}

#header .clearfix h1{
	float:left;
	}

#header .clearfix #gp{
	float:right;
	line-height:40px;
	}



/* ================================ */
/* navi                             */
/* ================================ */

#navi{
	width:630px;
	margin-top:60px;
	}

#navi ul{
	}

#navi li{
	width:300px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:30px;
	}

#navi li a{
	display:block;
	text-align:center;
	font-size:24px;
	font-weight:700;
	line-height:78px;
	}

#navi li.end{
	margin-bottom:0px;
	}

#navi .color00{
	background:#6e71a3;
	}

#navi .color01{
	background:#ec3b8c;
	}

#navi .color02{
	background:#00b6ba;
	}

#navi .color03{
	background:#f19e36;
	}

#navi .color04{
	background:#0074d1;
	}




/* ================================ */
/* index                            */
/* ================================ */

#index{
	width:1000px;
	margin:0 auto;
	}

#index #title{
	font-size:40px;
	font-weight:700;
	line-height:56px;
	margin-top:40px;
	}

#index h2{
	font-size:24px;
	font-weight:700;
	margin-bottom:40px;
	}




/* ================================ */
/* main                             */
/* ================================ */

#main{
	width:1000px;
	margin:0 auto;
	}

#main #top{
	font-size:18px;
	font-weight:700;
	margin:70px 0 60px;
	}

#main #top h2{
	font-size:60px;
	font-weight:700;
	margin:30px 0 20px;
	color:#f19e36;
	}

#main #top h2 span{
	font-size:24px;
	font-weight:700;
	}

#main #top #price{
	font-size:24px;
	font-weight:700;
	}

#main #top #undertxt{
	font-weight:700;
	margin:24px 0;
	color:#00b6ba;
	}

#main .area{
	margin-bottom:60px;
	}

#main .area h3{
	color:#6e71a3;
	font-size:24px;
	font-weight:700;
	line-height:30px;
	margin-bottom:6px;
	}

#main .area h4{
	color:#00b6ba;
	font-weight:700;
	}

#main .area p{
	margin-bottom:20px;
	}

#main .box{
	background:#FFF;
	padding:30px;
	border:2px solid #6e71a3;
	margin-bottom:80px;
	}

#main #youtube{
	}



/* ================================ */
/* footer                           */
/* ================================ */

	#indexfooter{
		text-align:center;
		background:#6e71a3;
		color:#FFF;
		font-size:12px;
		line-height:30px;
		margin-top:60px;
		width:100%;
		
		position:fixed;
		bottom:0px;
		}
	
	#indexfooter :hover{
		text-decoration:none;
		}

#footer{
	text-align:center;
	background:#6e71a3;
	color:#FFF;
	font-size:12px;
	line-height:30px;
	margin-top:60px;
	width:100%;
	}



