/* format
--------------------------------*/
body,div,p,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-style:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
table {
	border-spacing:0;
	padding: 0px;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
table,th,td,img {
	border:0;
	border-collapse:collapse;
}
tr,td {
	padding:0px;
}
img {
	vertical-align:bottom;
}
ul,ol,li {
	list-style-type:none;
}
object,embed {
	vertical-align: top;
}
address {
	font-style: normal;
	text-align: center;
	font-size: 95%;
	_font-size: 90%;
}

/* basic
--------------------------------*/
html {
	height:100%;
	scrollbar-3dlight-color:#666666;
	scrollbar-arrow-color:#cccccc;
	scrollbar-darkshadow-color:#666666;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color:#ffffff;
	overflow-x:hidden;
}
body {
	height:100%;
	font-family: sans-serif;
	font-size : 76%;
	_font-size : 70%;
	/*\*//*/font-size : 80% ;/**/ 
	line-height: 1.6;
	background-color: #FFFFFF;
	color: #666666;
}

/* common layout =======================================================*/
#wrapper {
    height:100%; 
    min-height:100%; 
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#wrapper a{
	color: #336699;
	text-decoration: none;
}
#wrapper a:hover{
	color: #99CCCC;
	text-decoration: underline;
}

/* left_space
------------------------------*/
#left_space {
	width: 230px;
	float: left;
}
#left_space #title_box {
	width: 201px;
	border-left: 5px solid #E4EDED;
	padding-left: 10px;
	margin-top: 250px;
}
#left_space #clap {
	text-align: right;
	padding-top: 5px;
}


/* main_menu
------------------------------*/
#main_menu li {
	float: left;
}
#main_menu li a {
	display: block;
	overflow:hidden;
	outline:none;
	height: 20px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#main_menu ul li a:hover {
	background-position: 0px -20px;
}
#main_menu ul li a.now {
	background-position: 0px -20px;
}

.menu_top a {
	background-image: url(../images/layout/menu_top.gif);
	width: 31px;
}
.menu_diary a {
	background-image: url(../images/layout/menu_diary.gif);
	width: 44px;
}
.menu_about a {
	background-image: url(../images/layout/menu_about.gif);
	width: 49px;
}
.menu_illust a {
	background-image: url(../images/layout/menu_illust.gif);
	width: 41px;
}
.menu_link a {
	background-image: url(../images/layout/menu_link.gif);
	width: 36px;
}

/* right_space
------------------------------*/
#right_space {
    height:100%; 
    min-height:100%; 
	width: 670px;
	float: right;
}
#main_space {
	min-height:100%;
	width: 578px;
	float: left;
	border-left: 1px solid #E4EDED;
	border-right: 1px solid #E4EDED;
	background-color: #FFFFFF;
	background-image: url(../top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
}
body > #main_space{ 
    height:auto; 
}

#main_space h2 {
	margin-top: 5px;
}

/* footer
------------------------------*/
#footer {
	margin-top: 40px;
	height: 15px;
	color: #8AADB9;
	text-align: center;
	letter-spacing: 0.4em;
	font-size: 75%;
}

/* sub_space
------------------------------*/
#sub_space {
	height:100%;
	min-height:100%;
	float: right;

}
body > #sub_space{ 
    height:auto; 
}

/* common class
------------------------------*/
.clear {
	clear: both;
}
.warning {
	font-size: 85%;
	_font-size: 80%;
	line-height: 1.5em;
	color: #FF6666;
}

/* Top Page =======================================================*/
#top_page {
	margin: 15px 5px 0px;
}
#top_page .top_title {
	background-image: url(../images/icon/icon_yazi.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	color: #73A4B9;
}

#top_page dl.new {
	font-size: 95%;
	_font-size: 90%;
	margin-bottom: 10px;
}
#top_page dl.new dt {
	color: #FF9933;
	background-image: url(../images/icon/icon_yazi1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 7px 0px 12px;
}
#top_page dl.new dd {
	font-size: 85%;
	_font-size: 80%;
	line-height: 1.4em;
}

#top_page dl.infomation {
	font-size: 95%;
	_font-size: 90%;
	margin-bottom: 400px;
}
#top_page dl.infomation dt {
	color: #FF9933;
	background-image: url(../images/icon/icon_yazi1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 7px 0px 12px;
}
#top_page dl.infomation dd {
	font-size: 85%;
	_font-size: 80%;
	line-height: 1.4em;
}

/* About Page =======================================================*/
#about_page {
	margin: 15px 5px 0px;
}
#about_page .hosoku {
	color: #999999;
	font-size: 75%;
	_font-size: 80%;
	margin-bottom: 10px;
}
#about_page .dousa {
	background-image: url(../images/icon/icon_yazi.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	color: #73A4B9;
}
#about_page .point {
	background-image: url(../images/icon/icon_yazi1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
}

#about_page dl {
	margin-bottom: 40px;
}
#about_page dt {
	background-image: url(../images/icon/icon_hato.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px 4px;
	color: #8AADB9;
}


/* Illust Page =======================================================*/
#illust_page {
	margin: 15px 5px 0px;
}

.illust_title {
	background-image: url(../images/icon/icon_hato.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	color: #73A4B9;
	font-size: 85%;
	margin-bottom: 2px;
}
.illust_box {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 20px;
}
.illust_box ul {
	margin-left: 5px;
}
.illust_box li {
	height: 30px;
	width: 30px;
	margin-right: 2px;
	float: left;
}
.illust_box li a:hover{

}
 
.old_illust {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 20px;
}
.old_illust ul{
	margin-left: 5px;
font-size: 12px;
	line-height: 1em;
}
.old_illust li {
	margin-right: 2px;
	float: left;
	color: #666666;
}
#illust_page .old_illust ul li a {
	color: #666666;
}
#illust_page .old_illust ul li a:hover {
	color: #6699CC;
}

/* Link Page =======================================================*/
#link_page {
	margin: 15px 5px 0px;
}
#link_page a {
	color: #666666;
}
#link_page a:hover {
	color: #73A4B9;
	text-decoration: underline;
}

#link_page .link_title {
	background-image: url(../images/icon/icon_yazi.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #73A4B9;
	font-size: 85%;
	clear: both;
	padding-left: 12px;
}
#link_page ul {
	margin-bottom: 20px;
}
#link_page ul.text_link li {
	background-image: url(../images/icon/icon_yazi1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 7px 0px 12px;
}

#link_page ul.banner_link {
	clear: both;
}
#link_page .banner_link li {
	float: left;
	margin-bottom: 1px;
	margin-right: 1px;
}

