body {
	font: 100%/1.4;
	font-family: Meiryo, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	background-color: #ffffff;
	color: #535353;
	margin: 0;
	padding: 0;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
/*	padding-right: 15px;
	padding-left: 15px;	*/
	}
a img {
	border: none;
}
a:link {
/*	color: #FF0080;	*/
	color: #525252;
	text-decoration: underline;
}
a:visited {
	color: #004000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

#container {
/*	width: 80%;	*/
	position:relative;
/*	max-width: 1260px;	*/
	min-width: 780px;
}
li	{
	list-style-type:none;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	z-index:1;
	position:relative;
	width:960px;
	height:220px;
	margin:0 auto;
}

#line1 {
	background: url(../images/header/header_line1.png) left top no-repeat;
	width:960px;
	height:15px;
	position:absolute;
	top:20px;
}
#header h1 {
	position:absolute;
	background: url(../images/header/logo.png) left top no-repeat;
	width:550px;
	height:106px;
	top:40px;
}
#header h1 a {
	display:block;
	width:550px;
	height:106px;
	overflow:hidden;
	text-indent:-9999em;
}
#searchform {
	float:right;
	width: 300px;
	height: 30px;
	margin-top:45px;
	margin-right:10px;
	margin-left:600px;
	padding:0px;
	}

#line2 {
	position:absolute;
	background: url(../images/header/header_line2.png) left top no-repeat;
	width:960px;
	height:15px;
	top:145px;
}
#menu_line {
	background: url(../images/header/menu_line.png) left top no-repeat;
	width:902px;
	height:5px;
	margin-top:25px;
	margin-left:5px;
}

/* snav */
#topmenu {
	float: right;
	background: url(../images/header/menu2.png) left top no-repeat;
	width:140px;
	height:25px;
}
ul.snav  {
	width:140px;
	height:25px;
}
ul.snav li {
	float: left;
	}
ul.snav li a {
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	font-size:1px;
}
ul.snav li.about ,
ul.snav li.about a {
	width:70px;
}
ul.snav li.contact ,
ul.snav li.contact a {
	width:70px;
}
ul.snav li.about a:hover {
	background: url(../images/header/menu2_onmouth.png)  left top no-repeat;
}
ul.snav li.contact a:hover {
	background: url(../images/header/menu2_onmouth.png)  -70px top no-repeat;

}
/* gnav	*/
#gnav {
	position:absolute;
	top: 185px;
	left: 20px;
	}

ul.menu {
	float:left;
	background: url(../images/header/menu.png) left top no-repeat;
	width:594px;
	height:25px;
	display:block;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	display:block;
	height:25px;
	text-indent:-9999em;
	font-size:1px;
	overflow:hidden;
}
ul.menu li.home ,
ul.menu li.home a {
	width:70px;
}
ul.menu li.profile ,
ul.menu li.profile a {
	width:80px;
}
ul.menu li.books ,
ul.menu li.books a {
	width:74px;
}
ul.menu li.works ,
ul.menu li.works a {
	width:82px;
}
ul.menu li.illust ,
ul.menu li.illust a {
	width:117px;
}
ul.menu li.append ,
ul.menu li.append a {
	width:117px;
}
ul.menu li.etc ,
ul.menu li.etc a {
	width:54px;
}
ul.menu li.home a:hover {
	background: url(../images/header/menu_onmouth.png) left top no-repeat;
}
ul.menu li.profile a:hover {
	background: url(../images/header/menu_onmouth.png) -70px top no-repeat;
}
ul.menu li.books a:hover {
	background: url(../images/header/menu_onmouth.png) -150px top no-repeat;
}
ul.menu li.works a:hover {
	background: url(../images/header/menu_onmouth.png) -224px top no-repeat;
}
ul.menu li.illust a:hover {
	background: url(../images/header/menu_onmouth.png) -306px top no-repeat;
}
ul.menu li.append a:hover {
	background: url(../images/header/menu_onmouth.png) -423px top no-repeat;
}
ul.menu li.etc a:hover {
	background: url(../images/header/menu_onmouth.png) -540px top no-repeat;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#content {
	width:960px;
	margin:0px auto;
	padding:10px 0px;
}

#main_content{
	width:740px;
	border-right:solid 1px #C0C0C0;
	float:left;
}
#headline{
	margin-top:5px;
	margin-left:25px;
}
h2{
	font-size:1.2em;
	font-weight:bold;
	margin:0px 0 0 10px;
	float:left;
}
h3{
	font-size:1.0em;
	font-weight:bold;
	margin:40px 0 0 40px;
	clear:both;
}
.breadcrumb{
	background: url(../images/breadcrumb.png) left top no-repeat;
	width:30px;
	height:30px;
	float:left;
	}
.contents_text{
	margin-left:60px;
	font-size :0.9em;
	width:650px;
}
.outside{
	font-size:0.8em;
	margin-left:30px;
	vertical-align:10px;
}
.window a{
	margin-left:10px;
	background: url(../images/window.png) right no-repeat;
	height:10;
	width:11;
}
.page_navi {
	font-size:0.8em;
	margin:50px 20px 0px 20px
}
.page_navi a {
	display: block;
	overflow: hidden;
}
.page_navi .prev a {
	float:left;
	background: url(../images/prev.png) no-repeat;
	width: 23;
	height: 21;
	padding-left:30px;
	text-indent:-9999em;
}
.page_navi .next a {
	float:right;
	background: url(../images/next.png) right no-repeat;
	width: 23;
	height: 21;
	padding-right:30px;
	text-indent:-9999em;
}
.center_navi a {
	text-align:center;
	font-size:0.9em;
}

/*----------------------------------------------------
	#right column
----------------------------------------------------*/

#side_menu{
	width:200px;
/*	padding:20px 20px;*/
/*	position:absolute;	*/
/*	margin-left:740px;*/
	float:right;
}
ul.side_menu{
	font-size:0.9em;
	padding:10px 0 30px 0;
}
ul.side_menu li{
	margin:5px 0 0 0;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	width:960px;
	margin:0 auto;
	padding: 5px 0;
	font-size:0.8em;
}
.page_top a {
	background: url(../images/gototop.png) no-repeat;
	width: 23px;
	height: 26px;
	float: right;
	margin-right:13px;
	text-indent:-9999em;

}
#line3 {
	background: url(../images/footer/footer_line1.png) left top no-repeat;
	width:960px;
	height:10px;
	clear:both;
}

#footerWrapp{
	clear: both;
}
#footericon{
	float: right;
	clear: both;
}
ul.footericon {
	float: left;
	background: url(../images/footer/footericon.png) left top no-repeat;
	width:140px;
	height:35px;
}
ul.footericon li {
	float: left;
}
ul.footericon li a {
	display:block;
	height:35px;
	text-indent:-9999em;
	font-size:1px;
	overflow:hidden;
}
ul.footericon li.homeicon ,
ul.footericon li.homeicon a {
	width:45px;
}
ul.footericon li.mail ,
ul.footericon li.mail a {
	width:45px;
}
ul.footericon li.twitter ,
ul.footericon li.twitter a {
	width:50px;
}

#line4 {
	background: url(../images/footer/footer_line2.png) left top no-repeat;
	width:960px;
	height:10px;
	clear: both;
}
#copyright {
	width:100%;
	height:45px;
}
#copyright p {
	margin:0 auto;
	font-size: 0.8em;
	text-align:center;
	font-family: "Times New Roman";
}

/*----------------------------------------------------
	その他の float/clear
----------------------------------------------------*/
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*----------------------------------------------------
	AppendとEtcとProfile
----------------------------------------------------*/

.append_top {
	background: url(../images/append_top.png) left top no-repeat;
	height:30px;
	width:120px;
	float:left;
}
.etc_top {
	background: url(../images/etc_top.png) left top no-repeat;
	height:30px;
	width:70px;
	float:left;
}
.profile_top {
	background: url(../images/profile_top.png) left top no-repeat;
	height:30px;
	width:315px;
	float:left;
}
.p1{
	font-size:1.2em;
	line-height: 1.4em;
	margin:0px 0 10px 60px;
	padding-top:20px;
	clear:both;
}
.p2{
	font-size:1.0em;
	line-height: 1.7em;
	margin:5px 0 20px 80px;
	width:800px;
	text-indent:1em;
}