﻿@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
hr { display: none; }
ul { list-style: none; }
img { border: none; }

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #9d8f7e;
	background-color: #ADD6FF;
	background-attachment: fixed;
}





/*リンク設定
----------------------------------------------*/
a:link { color:#f8b62b; text-decoration: none; }
a:active { color: #f8b62b; text-decoration: none; }
a:visited { color: #f8b62b; text-decoration: none; }
a:hover { color:#e61874; text-decoration: none; }

a.new:link { color:#f8b62b; text-decoration: none; }
a.new:active { color: #f8b62b; text-decoration: none; }
a.new:visited { color: #f8b62b; text-decoration: none; }
a.new:hover { color:#ffffff; background-color :#f8b62b; text-decoration: underline; }

a.suke:hover img{
 filter: alpha(opacity=60);
-moz-opacity:0.7;
 opacity:0.7;
 } 

a.rdown:link { text-decoration:none;}
a.rdown:visited { text-decoration:none;}
a.rdown:hover { text-decoration:none; position:relative; top:3pt; left:3pt;}

img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

img.grow:hover {
	-webkit-transform:scale(1.12,1.12);
	-moz-transform:scale(1.12,1.12);
	-ms-transform:scale(1.12,1.12);
	-o-transform:scale(1.12,1.12);
	transform:scale(1.12,1.12);
}
img.grow_l:hover {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}





/*コンテンツ設定
----------------------------------------------*/
#content_waku {
	width: 100%;
}


#content {
	margin: 0 auto;
	text-align: left;
	line-height: 0em;
	position:relative;
}
#seifuku {
	top: 530px;
	left: 490px;
	position : absolute;
	z-index: 10;
}
#epuron {
	top: 530px;
	left: 565px;
	position : absolute;
	z-index: 10;
}






/*青葉泰知 紹介
----------------------------------------------*/
#taiti_bc{
	background-image: url("../nks_img/chara_taiti_bc.jpg");
}
#taiti_aori {
	top: 52px;
	left: 27px;
	position : absolute;
	z-index: 10;
}
#taiti_chara {
	top: 39px;
	left: 25px;
	position : absolute;
	z-index: 5;
}


/*十條麻咲 紹介
----------------------------------------------*/
#masaki_bc{
	background-image: url("../nks_img/chara_masaki_bc.jpg");
}
#masaki_aori {
	top: 52px;
	left: 27px;
	position : absolute;
	z-index: 10;
}
#masaki_chara {
	top: 30px;
	left: 34px;
	position : absolute;
	z-index: 5;
}


/*志原健太 紹介
----------------------------------------------*/
#kenta_bc{
	background-image: url("../nks_img/chara_kenta_bc.jpg");
}
#kenta_aori {
	top: 52px;
	left: 22px;
	position : absolute;
	z-index: 10;
}
#kenta_chara {
	top: 40px;
	left: 5px;
	position : absolute;
	z-index: 5;
}


/*加那垣スミレ 紹介
----------------------------------------------*/
#sumire_bc{
	background-image: url("../nks_img/chara_sumire_bc.jpg");
}
#sumire_aori {
	top: 52px;
	left: 17px;
	position : absolute;
	z-index: 10;
}
#sumire_chara {
	top: 33px;
	left: 5px;
	position : absolute;
	z-index: 5;
}


/*酒生篤 紹介
----------------------------------------------*/
#atusi_bc{
	background-image: url("../nks_img/chara_atusi_bc.jpg");
}
#atusi_aori {
	top: 52px;
	left: 25px;
	position : absolute;
	z-index: 10;
}
#atusi_chara {
	top: 34px;
	left: 30px;
	position : absolute;
	z-index: 5;
}


/*遊子澤佳 紹介
----------------------------------------------*/
#kai_bc{
	background-image: url("../nks_img/chara_kai_bc.jpg");
}
#kai_aori {
	top: 52px;
	left: 29px;
	position : absolute;
	z-index: 10;
}
#kai_chara {
	top: 28px;
	left: 51px;
	position : absolute;
	z-index: 5;
}
