@charset "UTF-8";

body {
	margin:0;
	padding:0;
	color:#555555;
	font-family:"Meiryo","CI";
	}

/* page */
div.page {
	}

/* logo */
div#logo {
	}
div#logo p {
	margin:0 auto;
	max-width:800px;
	}

/* contents */
div#contents {
	margin:0 auto;
	max-width:800px;
	}

/* navigation */
ul#navigation {
	margin:0 auto;
	padding:15px;
	max-width:800px;
	list-style:none;
	}
ul#navigation:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	}
ul#navigation li {
	float:left;
	margin:0;
	padding:10px 15px 10px 0;
	}
ul#navigation a {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	text-decoration:none;
	color:#333333;
	}
ul#navigation a.active {
	cursor:default;
	}
a#nInfo {
	background:transparent url("/info/img/navigationPlate.png") 0px 0px;
	width:140px;
	height:24px;
	}
a#nInfo.active,
a#nInfo:hover {
	background-position:-210px 0px;
	}
a#nAnnounce {
	background:transparent url("/info/img/navigationPlate.png") 0 -25px;
	width:108px;
	height:24px;
	}
a#nAnnounce.active,
a#nAnnounce:hover {
	background-position:-242px -25px;
	}
a#nSupport {
	background:transparent url("/info/img/navigationPlate.png") 0px -50px;
	width:172px;
	height:24px;
	}
a#nSupport.active,
a#nSupport:hover {
	background-position:-178px -50px;
	}
a#nTerms {
	background:transparent url("/info/img/navigationPlate.png") 0px -75px;
	width:92px;
	height:24px;
	}
a#nTerms.active,
a#nTerms:hover {
	background-position:-258px -75px;
	}
a#nGuideline {
	background:transparent url("/info/img/navigationPlate.png") 0px -100px;
	width:124px;
	height:24px;
	}
a#nGuideline.active,
a#nGuideline:hover {
	background-position:-226px -100px;
	}
a#nLink {
	background:transparent url("/info/img/navigationPlate.png") 0px -125px;
	width:140px;
	height:24px;
	}
a#nLink.active,
a#nLink:hover {
	background-position:-210px -125px;
	}
a#nAds {
	background:transparent url("/info/img/navigationPlate.png") 0px -150px;
	width:124px;
	height:24px;
	}
a#nAds.active,
a#nAds:hover {
	background-position:-226px -150px;
	}
a#nContact {
	background:transparent url("/info/img/navigationPlate.png") 0px -175px;
	width:124px;
	height:24px;
	}
a#nContact.active,
a#nContact:hover {
	background-position:-226px -175px;
	}
a#nHome {
	background:transparent url("/info/img/navigationPlate.png") 0px -200px no-repeat;
	width:72px;
	height:24px;
	}
a#nHome.active,
a#nHome:hover {
	background-position:-278px -200px;
	}

/* information */
div#information {
	}
