@charset "Shift_JIS";
body {
	font-family:"Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	letter-spacing:1px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background-image:url(img/bg.jpg);
	background-position:center top;
	background-repeat:repeat;
	background-attachment:fixed;
}

img { border: none; }

br{ letter-spacing: normal;}

a img {	border: none; }

/* ~~ コンテナ ~~ */
#container {
	width: 560px;
	margin:0 auto;
	padding:25px 40px 15px 40px;
	text-align:center;
	background-image:url(img/bg_cl.jpg);
	background-position:center top;
	background-repeat:repeat;
	background-attachment:fixed;
}

/* 本文 */
#container div.text{
	margin:0 auto;
	width:100%;
	text-align:left;
	color:#cccccc;
	font-size:12px;
	line-height:200%;
}

	/* コンテンツ内リンク */
	.text a{
		text-decoration:none;
	}
	.text a:link{
		 color:#ffffff;
		 border-bottom:#ffffff dashed thin;
	}
	.text a:visited{
		 color:#dcdcdc;
		 border-bottom:#dcdcdc dashed thin;
	}
	.text a:active{
		 position:relative;
		 top:1px;
		 left:1px;
		 color:#666666;
		 border-bottom:none;
	}
	.text a:hover{
		 position:relative;
		 top:1px;
		 left:1px;
		 color:#666666;
		 border-bottom:none;
	}
	.text a:focus{
		 position:relative;
		 top:1px;
		 left:1px;
		 color:#666666;
		 border-bottom:none;
	}

div.title{
	margin:0;
	padding:0;
	text-align:right;
	width:100%;
}

.script{
	color:#cccccc;
}
.point{
	font-weight:bold;
}
