*{
	padding:0px;
	margin:0px;
}
body{
	background-color:#ffffff;
}
a:link {color : #2E33FF;text-decoration:underline;}
a:visited {color:#9833DF; text-decoration:underline;}
a:hover {color: #786AFB;text-decoration:underline;}
a:active  {color:#2E33FF; text-decoration:none;}

h1{
	font-size:1%;
	height:0px;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

#container{
	width:900px;
	margin:0px auto 0px auto;
}

#header{
	margin:0px 0px 0px 30px;
	padding:15px 0px 0px 18px;
	border-style:solid;
	border-color:#FDC9FF;
	border-width:0px 0px 0px 10px;
	height:60px;
	width:590px;
}
#header .title{
	font-size:0.8em;
}
#header .titles{
	font-size:1.2em;
	font-weight:bold;
	color:#121212;
	font-family:"Century Gothic" Osaka sans-serif;
}
#navi{
	clear:both;
	width:800px;
	float:left;
	margin-left:30px;
}
#navi ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}
#navi ul li{
	display:inline;
}
#navi ul li a{
	float:left;
	width: 120px;
 	list-style: none;
 	font-family: "Franklin Gothic Medium",arial, "Century Gothic", verdana,georgia,"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", Osaka,  sans-serif;
 	font-size:98%;
 	color:#454545;
	text-align: center;
	padding:3px 0px 0px 0px;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color:#aaaaaa;
	text-decoration:none;
}
#navi ul li a:hover{
	border-color:#aaaaaa;
	background-color:#eeeeee;
}
h2{
	font-weight:bold;
	font-size:110%;
	padding:3px 3px 3px 15px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#FDC9FF;
	width:50%;
}
#main{
	width:580px;
	float:left;
	padding:30px 0px 15px 30px;
}
#side{
	width:200px;
	float:left;
	text-align:center;
	border-style:solid;
	border-width:0px 0px 0px 1px;
	border-color:#aaa;
	visibility:true;
}
.content{
	font-size:95%;
	line-height:150%;
	color:#232323;
	margin-left:30px;
	padding:5px;
}
.content2{
	font-size:90%;
	line-height:150%;
	color:#232323;
	margin-left:30px;
	padding:5px;
}
#footer{
	clear:both;
	font-size:85%;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#aaaaaa;
	padding:5px;
	width:80%;
	color:#454545;
}
.t{
	margin-left:30px;
}
img{
	border-width:0px;
}