@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	fot-weight: normal;
/*	text-decoration: none; */
	background:	transparent;
}

body {
	background: url(images/background.gif) white repeat-x 50% 0%; 
	LINE-HEIGHT: 1.8em;
	font-size: 80%;
	FONT-FAMILY: 'Verdana','Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN','Osaka',sans-serif;
	background-color: #e3e3ed;
}

#wrapper {
	margin: auto;
	width: 1000px;
}

h1 {
	position: relative;
	font-size: 135%;
	margin: 0;
	padding: 0;
	line-height: 0px;
	text-indent: -9999px; 
}
h2 {
/*	text-indent: -9999px; 	*/
	font-size: 125%;
	margin-bottom: -4px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}

hr {
	background-color: #d90000;
	color: #d90000;
	height: 2px;
}

p {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	
}

table {
	padding-left: 12px;
}

td{
	padding: 4px;
}
a {
	font-weight: bold;
	color: #05a249;
}
a:hover {
	color: #94e097;
}

.emphasis {
	font-weight: bold;
	font-size: 105%;
	margin-left: 6px;
	margin-right: 6px;
}
.emphasis2 {
	font-weight: bold;
	font-size: 115%;
	margin-left: 6px;
	margin-right: 6px;
	color: #d50100;
}
.attention {
	font-weight: bold;
	font-size: 105%;
	color: #d50100;
}
.alertfont {
	color: #d50100;
}

/*=======================================*/
/* -- header -- */
#header {
	position: relative;
	width: 1000px;	
	height: 67px;
	margin: 0 auto 0 auto;
}



#header #navi {
	width: 831px;
	height: 67px;
	margin: auto;
}
#navi ul {
/*
	background: url(./images/menu.gif) no-repeat 0px 0px;
*/
	width: 831px;
	height: 70px;
	margin: 0 auto 0 auto;
}
#header #navi ul li {
	display: block; 
	float: left;
	text-indent: -9999px; 
	margin: 0;
	padding: 0;
}
#header #navi ul li a {
	display: block;
	background: url(./images/menu.gif) no-repeat;
	text-decoratioin: none;
}
#header #navi ul li#home a { 	width: 94px; height: 70px; }
#header #navi ul li#about a { 	width: 94px; height: 70px; }
#header #navi ul li#system a {  width: 94px; height: 70px; }
#header #navi ul li#costume a { width: 94px; height: 70px; }
#header #navi ul li#profile a { width: 94px; height: 70px; }
#header #navi ul li#blog a { width: 94px; height: 70px; }
#header #navi ul li#contact a { width: 94px; height: 70px; }
#header #navi ul li#blankbox {  width: 28px; height: 70px; }

#header #navi ul li#home a:link { 	background-position: 0px 0px; }
#header #navi ul li#home a:visited {background-position: 0px 0px; }
#header #navi ul li#home a:hover { 	background-position: 0px -80px; }
#header #navi ul li#home a:unknown {background-position: 0px -80px; }

#header #navi ul li#about a:link { 	background-position: -120px 0px; }
#header #navi ul li#about a:visited {background-position: -120px 0px; }
#header #navi ul li#about a:hover { 	background-position: -120px -80px; }
#header #navi ul li#about a:unknown {background-position: -120px -80px; }

#header #navi ul li#system a:link { 	background-position: -244px 0px; }
#header #navi ul li#system a:visited {background-position: -244px 0px; }
#header #navi ul li#system a:hover { 	background-position: -244px -80px; }
#header #navi ul li#system a:unknown {background-position: -244px -80px; }

#header #navi ul li#costume a:link { 	background-position: -368px 0px; }
#header #navi ul li#costume a:visited {background-position: -368px 0px; }
#header #navi ul li#costume a:hover { 	background-position: -368px -80px; }
#header #navi ul li#costume a:unknown {background-position: -368px -80px; }

#header #navi ul li#profile a:link { 	background-position: -492px 0px; }
#header #navi ul li#profile a:visited {background-position: -492px 0px; }
#header #navi ul li#profile a:hover { 	background-position: -492px -80px; }
#header #navi ul li#profile a:unknown {background-position: -492px -80px; }

#header #navi ul li#blog a:link { 	background-position: -614px 0px; }
#header #navi ul li#blog a:visited {background-position: -614px 0px; }
#header #navi ul li#blog a:hover { 	background-position: -614px -80px; }
#header #navi ul li#blog a:unknown {background-position: -614px -80px; }

#header #navi ul li#contact a:link { 	background-position: -737px 0px; }
#header #navi ul li#contact a:visited {background-position: -737px 0px; }
#header #navi ul li#contact a:hover { 	background-position: -737px -80px; }
#header #navi ul li#contact a:unknown {background-position: -737px -80px; }




/*-- main -- */
#main {
	position: relative;
	width: 1000px;
}
#mainblank {
	width: 1000px;
	height: 47px;
}


#main #whatsnew {
	padding-left: 42px;
	padding-top: 16px;
	padding-bottom: 18px;
	position: relative;
	width: 682px;
}
#main #outline {
	width: 847px;
	margin:auto;
	clear: both;
}



#outline #boxleft {
	float: left;
	padding-top: 60px;
	width: 133px;
}

#outline #boxright {
	float: left;
	width: 847px;
	background: url(./images/bkimgabout.jpg) no-repeat;
	background-color: #FFFFFF;
}

#boxright #boxdescription {
	padding-left: 221px;

/*	padding-left: 28px;	*/
	padding-right: 28px;
	padding-top: 20px;
	padding-bottom: 36px;
}
#boxright #boxfooter {
	width: 847px;
	height: 120px;
	clear: both;	
	padding-right: 0px;
	background: url(./images/bkboxfooter.gif) repeat-x;
	background-color: #e3e3ed;
}

.rikaimg {
	padding: 6px;
	margin:0 12px 8px 0;
	border: 1px solid #cdcdcd;
	background: #ffffff;	
}

