@charset "Shift_JIS";
@import url(styles/topstyles.css);
@import url(styles/alterstyles.css);
@import url(styles/worksstyles.css);
@import url(styles/kaonashi.css);
@import url(styles/archivestyles.css);
/* html */
*{
	margin:0;
	padding:0;
}
img{
	border-width:0;
}
body{
	text-align:center;
	padding:0;
	line-height:1.6;
	background-color:#FFF;
}
h1 {
	text-align:center;
	margin:0;
	padding:0;
}
h2 {
	font-size:medium;
}
blockquote{
	margin:20px;
	font-size:90%;
	font-weight:bold;
}
em{
	text-decoration:none;
	background-color:transparent;
	font-weight:bold;
	font-style:normal;
}
.large{
	font-size:120%;
}
ul.simpleList li{
	list-style:none;
	margin:10px 0px;
}
ul.menuList{
	display:inline;
}
ul.menuList li{
	list-style:none;
	display:inline;
}
.dash{
	letter-spacing:0;
}
.caption{
	font-weight:bold;
	font-size:90%;
}
.large{
	font-size:xx-large;
}
a{ color:#C00;}
a:hover{ color:#000;}
a:visited{  color:#a00;}
/* html end */

/* container */
#container{
	text-align:left;
	margin:0 auto;
	width: 600px;
}
/* title */
#title {
	height: 100px;
	background-color:#c00;
}
#titleimg{
	margin:28px 140px 0;
}

/* title end */
#main{
	border:1px solid #000;
	color:#000;
	background-color:#FFF;
	position:relative;
	padding:10px 40px 0 40px;
	line-break:strict;
	font-size:90%;
	width:518px;
}


/* menu */
#menu a:hover{
	color:#000;
	background: #c00 url(../images/manu_bar3.gif) -1px 26px no-repeat;
}
#top #linkToTop{
	color:#888;
}
#profile #linkToProfile{
	color:#888;
}
#works #linkToWorks{
	color:#888;
}
#archive #linkToArchive{
	color:#888;
}
#menu {
	height:56px;
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #000;
	color: #FFF;
	background-image: url(../images/manu_bar3.gif);
	background-repeat: no-repeat;
	background-position:0px 43px;
	z-index:20;
}
#menu ul{
	margin:0; 
	padding:0;
	overflow:hidden;
}
#menu li{
	margin:17px 0 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:100px;
	z-index:22;
}
#menu a{
	margin:0;
	padding:0;
	display:block;
	width:100%;
	color: #FFF;
	text-decoration:none;
	text-align:center;
	z-index:25;
}

/* menu end */


/* main */
#main a:link{
	text-decoration:underline;
	color:#C00;
}
#main a:hover{
	color:#000;
}
#main a:visited{
	color:#900;
}
#main h2 {
	text-align:center;
	font-size:100%;
	margin:0;
	background-color:#555;
	color:#FFF;
	font-weight:bold;
}

#main h3 {
	font-size:100%;
	margin:0;
	padding:0;
	font-weight:bold;
}
.section{
	margin:40px 0px 40px 0px;
}
.note{
	margin:40px 0 40px 40px;
	font-size:80%;
}

/* navigator */
#navi{
	margin:0;
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#000;
	font-size:80%;
}
#navi p{
	margin:0 40px;
}
#navi a:link, #navi a:visited{
	text-decoration:underline;
	color:#C00;
}
/* main end */
/* footer */
#footer{
	height:30px;
	font-size:15px;
	color:#99110B;
    background:#000 url(images/footbarlogo.gif) no-repeat 480px 5px;
	}
	#footer a{
		color:#c00;
	}
#footer p{
	text-align:left;
	margin:3px 7px 0 22px
}
/* footer end */

/* profile */

