@charset "UTF-8";
/* formatting style
------------------------------*/
* {
 font-style: normal;
 margin: 0px;
 padding: 0px;
}
body {
 color: #333333;
 background-color: #FFFFFF;
 background-image: url(images/sozai/siwa02.png);
 background-repeat: repeat;
 font-size: 75%;
 line-height: 1.75;
 font-family: sans-serif;
}
hr { display: none; }
/* link style
------------------------------*/
a img { border-style: none; }
a:link {
 color: #333333;
 text-decoration: underline;
}
a:visited {
 color: #999999;
 text-decoration: underline;
}
a:hover {
 color: #666666;
 text-decoration: none;
}
a:active {
 position: relative;
 left: +1px;
 top: +1px;
}
/* basic layout
------------------------------*/
#wrapper {
 width: 800px;
 background-repeat: repeat-y;
 margin: 28px auto 40px;
 background-image: url(images/sozai/base_paper_02.png);
}
#main {
 float: right;
 width: 500px;
 text-align: center;
 margin: 24px 55px 50px 43px;
 border: 1px solid #CCCCCC;
}
#l_side {
 padding: 25px 0px 25px 50px;
 float: left;
 width: 150px;
 margin-bottom: 30px;
 margin-right: 0px;
 margin-left: 0px;
}
/* l_side style
------------------------------*/
#l_side h1 {
 margin-bottom: 15px;
 color: #4F3300;
 line-height: 0.5;
 font-size: 120%;
}
#l_side h2 {
 margin-bottom: 15px;
 font-size: 110%;
 color: #663333;
 line-height: 0.5;
}
#l_side h3 {
 margin-bottom: 15px;
 font-size: 100%;
}
/* header style
------------------------------*/
#header {
 position: relative;
 height: 88px;
}
#s_title {
	position: absolute;
	left: 280px;
	top: -5px;
}
#paper_top {
 position: absolute;
 top: -28px;
}
#header ul {
	width: 480px;
	position: absolute;
	left: 190px;
	top: 50px;
}
#header ul li {
 float: left;
 list-style: none;
 margin-right: 16px;
}
/* footer style
------------------------------*/
#footer {
 padding: 25px 25px 0px;
 clear: both;
 position: relative;
 height: 40px;
}
#footer p {
 margin: 0px;
 float: right;
}
#paper_under {
 bottom: -40px;
 position: absolute;
 left: 0px;
}
#diary #main {
 padding: 20px;
 width: 460px;
}
/* diary style
------------------------------*/
#diary #main img {
 float: right;
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 15px;
}
#diary #main p {
 text-align: left;
 margin-bottom: 30px;
 margin-top: 0px;
}
#diary #main h1 {
 font-size: 125%;
 color: #663333;
 line-height: 0.5;
 border-bottom: 1px solid #999999;
 padding-bottom: 10px;
 margin-bottom: 15px;
}
#diary #main h2 {
 font-size: 110%;
 color: #666666;
 text-align: left;
}
#works #l_side table {
 font-size: 100%;
 padding: 15px;
}
#illust #l_side table {
 font-size: 100%;
 padding: 15px;
}
#profile #main p {
 text-align: left;
 line-height: 2.5;
}
#profile #main {
 padding: 20px;
 width: 460px;
}
#plane_top {
 float: none;
 width: auto;
 margin-bottom: 10px;
 text-align: center;
}
#plane_image {
 float: none;
 width: auto;
 margin-bottom: 10px;
 text-align: center;
}
#plane_paper_top {
 position: absolute;
 top: -28px;
}
#plane_wrapper {
 width: 1024px;
 background-repeat: repeat-y;
 margin: 28px auto 40px;
}
#plane_paper_under {
 bottom: -40px;
 position: absolute;
 left: 0px;
}
#plane_header {
 position: relative;
 height: 76px;
}
