@charset "shift_jis";
body{
	background-attachment: fixed;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-position: center center;
	color:#FF0099;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1{
	padding:0px;
	margin:0px;
}

h2{
	color:#FF0099;
	font-size:35px;
	border-bottom:1px solid #ff0099;
	margin-top:5px;
}

h3{
	color:#ffffff;
	font-size:32px;
	width:316px;
	border-bottom:1px solid #FF0000;
	margin-bottom:30px;
}

table{
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}

td{
	vertical-align:top;
}

td.bar{height:2px; background-color:#ff0099;}

ul.menu{
	margin:0;
	list-style-type:none;
	width:800px;
	padding: 0;
	margin: 0px;
	text-decoration:none;
}
li.menu{
	display:block;
	width:200px;
	float:left;
	font-size:15px;
	text-align:center;
	background-image:url(img/icon2.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding:10px 0px;
	border-bottom:1px solid #dddddd;
	border-top:1px solid #dddddd;
}

li.now{
	border-bottom:1px solid #FF0000;
	border-top:1px solid #FF0000;
	margin: 0px;
	padding: 10px 0px;
	text-decoration:none;
	background-color:#FF0000;
	color:#ffffff;
}

a{
	color:#FF0000;
}
		
a:hover{
	background-color:#FF0000;
	color:#ffffff;
}

img{border:0;}


div.chara_img01{width:220px; float:left;}
div.chara_text01{width:464px; float:right; font-size:15px; clear:right;}

div.chara_img02{width:220px; float:right; text-align:right; clear:right;}
div.chara_text02{width:464px; float:left; font-size:15px;}


.red{
	color:#ff0000;
	font-weight:bold;
	font-size:18px;
}

.s{font-size:10px;}

.b{font-weight:bold;}
