@charset "Shift_JIS";

/* ==================================================
	init
================================================== */
body,h1,h2,h3,h4,h5,h6,td,th,p {
	margin:0; padding:0;
}


body {
	font-size:12px;
	color: #666666;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	background-position: 0 0;
	text-align:center;
}

body#kinky {

	background-image: url(./img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

body#news {

	background-image: url(img/bg_news_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:580px;

}

body#trail {

	padding:10px 0 10px 0;
}


/* ==================================================
	#note
================================================== */

#note {
	width: 850px;
	margin: 0 auto 10px auto;
	padding: 10px;
	text-align: left;
}

#note p.attention {
	font-size:10px;
	line-height:160%;
}

#note p.attention_s {
	font-size:10px;
	line-height:120%;
}

/* ==================================================
	link basic
================================================== */

a:link{
	color: #666666;
	text-decoration: underline;
}

a:visited{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #FF0044;
	text-decoration: underline;
}

a:active{
	color: #666666;
	text-decoration: none;
}

/* ==================================================
	link white
================================================== */

a.news:link{
	font-size:12px;
	color: #FFF;
	text-decoration: underline;
}

a.news:visited{
	font-size:12px;
	color: #999;
	text-decoration: underline;
}

a.news:hover{
	font-size:12px;
	color: #F00;
	text-decoration: none;
}

a.news:active{
	font-size:12px;
	color: #F00;
	text-decoration: none;
}
