@charset "utf-8";
/* CSS Document */

body{
	font-size:13px;
	font-family:"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif;
	background-color:#e6f4ff;
}

p{
	line-height:17px;
}

/*
余白のリセット
*/

*{
margin : 0 ;
padding : 0 ;
}

/*
イメージリンクの囲い線を非表示
*/

img{
	border:0;
}

/*
ラッパー
*/

.wrapper{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#fff;
}

/*
ヘッダー
*/

.header{
	background-color:#75c8ff;
	width:900px;
	height:auto;
	margin-bottom:10px;
}

.h-left{
	margin-top:10px;
	margin-left:10px;
}

.h-right{
	margin-right:10px;
	margin-top:50px;
	float:right;
}

.header p{
	float:right;
	margin-top:70px;
	margin-right:10px;
}

/*
キービジュアル
*/

.keyvisual{
	margin-bottom:10px;
	margin-left:10px;
}

/*
ナビ
*/

.g-navi{
	width:900px;
}

.g-navi ul li{
	float:left;
	list-style-type : none ;
	margin-bottom:7px;
}

.g-1{
	margin-left:10px;
}

.g-2{
	margin-left:2px;
}

.g-3{
	margin-left:2px;
}

/*

.b1 {
width:292px;
height:50px;
background:url(../share/img/img_2.gif) no-repeat left bottom;
}
.b1 a {
display:block;
width:292px;
height:50px;
font-size:1px;
line-height:1px;
outline:none;
}
.b1 a:hover {
text-indent:-9999px;
background:url(../share/img/img_2.gif);
} 


.b2 a {
display:block;
width:292px;
height:50px;
font-size:1px;
line-height:1px;
outline:none;
}

.b2 a:hover {
text-indent:-9999px;
background:url(../share/img/sakuga_1.gif);
} 

.b2 {
width:292px;
height:50px;
background:url(img/nigate_s2.gif) no-repeat left bottom;
}




.b3 {
width:292px;
height:50px;
background:url(img/kokomade_s2.gif) no-repeat left bottom;
}
.b3 a {
display:block;
width:292px;
height:50px;
font-size:1px;
line-height:1px;
outline:none;
}
.b3 a:hover {
text-indent:-9999px;
background:url(../share/img/link_2.gif);
}

*/

/*
ひだりのやつ
*/

.left{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:292px;
	height:650px;
	background-color:#e6f4ff;
	position:relative;
}

.totop{
	position:absolute;
	top:300px;
}


.left p{
	margin-top:10px;
	margin-left:10px;
	float:left;
}

.manga{
	position:absolute;
	top:150px;
}

.manga-p{
	position:absolute;
	top:190px;
}

/*
みぎのやつ
*/

.right{
	background-color:#e6f4ff;
	float:left;
	margin-left:10px;
	width:578px;
	height:650px;
	margin-bottom:10px;
	padding-right:-10px;
}

.right p{
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
}

h2{
	margin-top:10px;
	margin-left:10px;
}

.rakugaki{
	margin-bottom:10px;
}




.border{
	border-top: 1px dashed #75c8ff;
	padding-top:10px;
	width:557px;
}

h3{
	margin-top:35px;
	margin-right:10px;
	float:left;
}




p.link{
	margin-top:37px;
}


/*
フッター
*/

.footer p{
	width:880px;
	background-color:#a6dbff;
	margin-top:732px;
	margin-left:0;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:30px;
}



