@charset "Shift_JIS";	/* 文字エンコードの設定（削除不可） 

* HTML要素（一部#ID） */*	{margin:0px;	padding:0px;}/

* 基本構造 */
html	{	}
body{	font-size:12px;	color:#777;font-family : Verdana,Georgia,Tahoma;
	text-decoration : none;	line-height : 20px;	margin : 0px;
	background-color:#fff;	background-image:url("botan.gif");	

/* 背景画像の指定 */	
	background-repeat:no-repeat;

/* 背景画像の繰り返し指定 */
	background-attachment : fixed;background-position : 0% 0%;

/* 背景画像の位置指定 */
	}
hr	{display:none;}

/* アンカー */
a	{color:#000;text-decoration:none;font-size:12px;}
	a:link{color:#000;text-decoration:none;font-size:12px;}
	a:visited{color:#000;text-decoration:none;font-size:12px;}
	a:hover	{color:#777;text-decoration:none;font-size:12px;}
	a:active{color:#000;text-decoration:none;font-size:12px;}
	a:focus	{	}

/* 全体のサイズindex */
.d1 {width:100%;text-align:center;margin-top:50px;}

/* index title */
.title{width:100%;font-size:110%;color:#4f4f4f;font-weight:bold;margin-top:25px;}
.guide1{width:100%;font-size:100%;color:#9f9f9f;margin-top:25px;margin-bottom:25px;}
.guide2{width:100%;font-size:100%;color:#9f9f9f;margin-top:25px;margin-bottom:250px;}

/* index enter */
.enter{width:100%;font-size;100%;color:#9f9f9f;}