/* 作成：夢月 紫音									 									     */
/* ソースの著作権は以下に帰属します。 													     */
/* 無断使用・無断改変・無断配布はお止め下さい。											     */
/* Copyright (c) 幽楽幻奏団 / みねすとろーね Homepage Design Works All rights reserved.      */

@charset "Shift_Jis";

/* ページ全体のセットアップ */

*{
	margin:0;
	padding:0;
}

html{
	scrollbar-face-color:#eae5e3;       
	scrollbar-highlight-color:#eae5e3;  
	scrollbar-darkshadow-color:#000000; 
	scrollbar-arrow-color:#4d4398;      
	scrollbar-track-color:#eae5e3;
	background-color:#ffffff;
	font-family:Century Gothic,"ＭＳ Ｐゴシック", Osaka, monospace;
	color:#68699b;
	font-size:10pt;
}

body{
	background-image:url(../img/wp_i.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	overflow-y:auto;
}

A:link {color:#68699b;text-decoration:none;}
A:visited {color:#68699b;text-decoration:none;}
A:active {color:#ffffff;text-decoration:none;}
A:hover {
	color:#e4d2d8;
	text-decoration:underline;
	position:relative;top:2px;
}
table{
	width:450px;
	text-align:left;
	font-size:9pt;
}
img{
	border:0px;
}
div{
	text-align:center;
}
