﻿@charset "utf-8";
/* CSS Document */

/*----   リセット   ----*/

html, body, h1, h2, h3, h4, h5, h6, hr, img, p, strong, dl, dt, dd, ol, ul, li, table, tr, th, td, form, input, label, textarea, dl, dt, dd, pre {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: 300;
}
/*----   リセットEND   ----*/

html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
body {
	/*---- 冬背景
	background: url(../image/background_snow.jpg) repeat-x;
	background-color: #FFFFFF;
	 ----*/
	
	/*---- 夏空背景 
	
	background-image: 
	url(../image/background_natsuzora_ue.png),
	url(../image/background_natsuzora_shita_migi_kumo.png),
	url(../image/background_natsuzora_shita_hidari_kumo.png),
	url(../image/background_natsuzora_shita.gif)
	;
	background-attachment: scroll, fixed, fixed, fixed;
	background-repeat:
	no-repeat,
	no-repeat,
	no-repeat,
	repeat-x;
	
	background-position:
	top left,
	bottom right,
	bottom left,
	bottom;
	
	background-color: #5eb5ff;
	----*/
	
	/* ---- 花火背景
	background: url(../image/background_hanabi.jpg) repeat-x;
	background-color: #1d2b5a;
	 ----*/
	
	/*---- 秋背景
	
	background-image: 
	url(../image/background_momiji_ue.png),
	url(../image/background_momiji.gif);
	
	background-repeat:
	no-repeat,
	repeat-x;
	
	background-position:
	top left,
	inherit;
	
	background-color: #e3e474;
	 ----*/
	
	/*---- 通常背景（濃い青）
	background: url(../image/background_fuyu.gif);
	 ----*/

	/*---- 通常背景 ----*/
	background: url(../image/background.gif);
	
	
	text-align: center;
	font-size: 14px;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	color: #333; 
}
#container {
	width: 700px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	position: relative;
	background: url(../image/back_shadow.png) repeat-y;
}
* html #container {
	height: 100%;
}
/*----   ヘッダー   ----*/
#header {
	width: 700px;
	height: 120px;
	margin-bottom: 20px;
	overflow: hidden; 
}
h1 {
	float: left;
	width: 110px;
	height: 120px;
	background:url(../image/logo.png) no-repeat ;
}
h1 a {
	display: block;
	margin-top: 50px;
	width: 260px;
	height: 55px;
	background: url(../image/title.png) no-repeat;
}
#header_right {
	width: 420px;
	height: 120px;
	float: right;
}
#header_right_bottom {
	background: url(../image/header_right_bottom.png) no-repeat;
	width: 420px;
	height: 10px;
}
/*----   ヘッダーEND   ----*/
#spare{
	padding: 10px 10px 0;
	background: #FFF;
	position: absolute;
	z-index: 5;
}
/*----   メニュー   ----*/
#menu {
	width: 400px;
	height: 80px;
	padding: 30px 10px 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius :10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
	behavior: url(http://kunex2-project.net/css/PIE.htc); /*for IE*/
	position: relative; /*for IE*/
	background: #FFF;
}
#menu_name {
	background-image: url(../image/menu_name.gif);
	width: 200px;
	height: 40px;
	margin-left: 200px;
}
#menu_select {
	width: 400px;
	height: 40px;
}
#menu_select li {
	display: inline;
	list-style-type: none;
}
#menu_select li a {
	background-image: url(../image/menu_select.gif);
	display: block;
	float: left;
	height: 40px;
	width: 40px;
}
/*----   メニュー通常時   ----*/

#menu_select .about a {
	background-position: -40px 0px;
}
#menu_select .diary a {
	background-position: -80px 0px;
}
#menu_select .cfnmdiary a {
	background-position: -120px 0px;
}
#menu_select .novel a {
	background-position: -160px 0px;
}
#menu_select .picture a {
	background-position: -200px 0px;
}
#menu_select .room a {
	background-position: -240px 0px;
}
#menu_select .work a {
	background-position: -280px 0px;
}
#menu_select .link a {
	background-position: -320px 0px;
}
#menu_select .mail a {
	background-position: -360px 0px;
}
/*----   メニュー通常時END   ----*/
/*----   メニューマウスオーバー時   ----*/

#menu_select .home a:hover {
	background-position: 0px -40px;
}
#menu_select .about a:hover {
	background-position: -40px -40px;
}
#menu_select .diary a:hover {
	background-position: -80px -40px;
}
#menu_select .cfnmdiary a:hover {
	background-position: -120px -40px;
}
#menu_select .novel a:hover {
	background-position: -160px -40px;
}
#menu_select .picture a:hover {
	background-position: -200px -40px;
}
#menu_select .room a:hover {
	background-position: -240px -40px;
}
#menu_select .work a:hover {
	background-position: -280px -40px;
}
#menu_select .link a:hover {
	background-position: -320px -40px;
}
#menu_select .mail a:hover {
	background-position: -360px -40px;
}
/*----   メニューマウスオーバー時END   ----*/
/*----   メニュー訪問時   ----*/

#menu_select .home_active a {
	background-position: 0px -80px;
}
#menu_select .about_active a {
	background-position: -40px -80px;
}
#menu_select .diary_active a {
	background-position: -80px -80px;
}
#menu_select .cfnmdiary_active a {
	background-position: -120px -80px;
}
#menu_select .novel_active a {
	background-position:-160px -80px;
}
#menu_select .picture_active a {
	background-position: -200px -80px;
}
#menu_select .room_active a {
	background-position: -240px -80px;
}
#menu_select .work_active a {
	background-position: -280px -80px;
}
#menu_select .link_active a {
	background-position: -320px -80px;
}
#menu_select .mail_active a {
	background-position: -360px -80px;
}
/*----   メニュー訪問時END   ----*/
/*----   メニューEND   ----*/

#contents {
	width: 700px;
	padding-bottom: 50px;
}
/*----   オールメイン   ----*/
#allmain_middle {
	width: 680px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://kunex2-project.net/css/PIE.htc); /*for IE*/
	position: relative; /*for IE*/
	padding: 10px;
	background: #FFF;
}
/*----   オールメインEND   ----*/
/*----   メイン   ----*/
#main {
	width: 500px;
	float: left;
}
#main_middle {
	width: 480px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://kunex2-project.net/css/PIE.htc); /*for IE*/
	position: relative; /*for IE*/
	padding: 10px;
	background: #FFF;
}
/*----   メインEND   ----*/
/*----   サイド   ----*/
#side {
	width: 180px;
	float: right;
}
.sidebox_middle {
	width: 160px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://kunex2-project.net/css/PIE.htc); /*for IE*/
	position: relative; /*for IE*/
	margin-bottom: 20px;
	background: #FFF;
	font-size: 11px;
}
#side .sidebox_middle:last-child {
	margin-bottom: 0;
}
#side_banner li {
	margin-bottom: 15px;
}

/*----   サイドEND   ----*/
/*----   フッター   ----*/
#footer {
	width: 700px;
	height: 50px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	text-align: center;
}
#footer #footer_menu {
	margin: 10px 0 5px;
	height: 12px;
	padding: 0;
}
#footer ul {
	display:inline;
	font-size: 12px;
	line-height: 12px;
}
#footer li {
	display:inline;
	line-height: 12px;
	padding: 0 5px;
	border-right:1px solid #FFF;
}
#footer li.last {
	border-right: none;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer small {
	line-height: 12px;
	font-size: 12px;
}
/*----   フッターEND   ----*/
#counter {
	position: absolute;
	top: 7px;
	right: 30px;
	z-index: 6;
}