@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	text-align:center;
	color: #12085b;
}

#wrapper {
	width: 870px;
	margin: 0 auto;
	text-align: left;
    overflow: hidden;
	clear: both;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #wrapper {
    height: 1em;
    overflow: visible;
}

/* ----------- HEADER --- */
h1 a {
	background:transparent url(../img/titlebanner.gif) no-repeat left top;
	display:block;
	width: 870px;
	height: 60px;
	overflow:hidden;
	text-indent:-9999px;
	clear: both;
}

#header_desc {
	display:none;
	text-indent:-9999px;
}

/* ----------- CONTAINER --- */

#container {
	clear: both;
	background: #12085b;
	width: 870px;
	overflow: hidden;
}

/* ----------- CONTENTS --- */

/*for IE6*/
* html #contents {
	float: left;
	background: #ffffff;
	width: 600px;
	margin: 12px 0 12px 8px;
	padding: 10px;
} 

#contents {
	float: left;
	background: #ffffff;
	width: 600px;
	margin: 12px 0 12px 12px;
	padding: 10px;
}

/* ----------- H2 --- */

h2 {
	margin: 5px 0 10px 0;
}

/* ----------- NAVI --- */

/*for IE6*/
* html #navi {
	float: right;
	width: 212px;
	margin: 12px 8px 12px 0;
}

#navi {
	float: right;
	width: 212px;
	margin: 12px 12px 12px 0;
}

#hatenacounting {
	margin-top: 16px;
	border: #ffffff solid 6px;
}

#devlovelink {
	margin-top: 16px;
}

#devlovelink a {
	background:transparent url(../img/devlovelink.gif) no-repeat left top;
	display:block;
	width: 212px;
	height: 60px;
	overflow:hidden;
	text-indent:-9999px;
	clear: both;
}

#menu {
	background: #ffffff;
	padding: 10px;
}

#menu li a {
	display: block;
	text-indent: -9999px;
	width: 113px;
	height: 16px;
	margin: 10px 0;
}

#menu_linklists {
	background:transparent url(../img/menu_linklists.gif) no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 192px;
	height: 16px;
	padding-bottom: 5px;
	margin-bottom:15px;
	border-bottom: 3px dotted #e99c9c;
}
#menu_about a { background:transparent url(../img/menu_about.gif) no-repeat left top; }
#menu_devlove a { background:transparent url(../img/menu_devlove.gif) no-repeat left top; }
#menu_timetable a { background:transparent url(../img/menu_timetable.gif) no-repeat left top; }
#menu_entry a { background:transparent url(../img/menu_entry.gif) no-repeat left top; }
#menu_contact a { background:transparent url(../img/menu_contact.gif) no-repeat left top; }
#menu_recommend a { background:transparent url(../img/menu_recommend.gif) no-repeat left top; }
#menu_kyousan a { background:transparent url(../img/menu_kyousan.gif) no-repeat left top; }

/* ----------- FOOTER --- */

/*for IE7*/
*:first-child+html #footer {
	clear: both;
	width: 624px;
	text-align: center;
	margin: 0 0 10px 0;
	color: #ffffff;
	font-size: x-small;
}

#footer {
	clear: both;
	width: 624px;
	text-align: center;
	margin: 30px 0 10px 0;
	color: #ffffff;
	font-size: x-small;
}
