/*

Theme Name: Design#12817
Theme URI: http://jp.cssez.com/demo.php?d=57fd4a8c2a0846751a7605b88e368e01
Description: 
Version: 1.0
Author:  and CSSEZ.com
Author URI: http://jp.cssez.com/

 Design#12817
	This theme was designed and built by  and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
background: #dfdfdf url(http://akane-m.net/tenma/rakugaki/img/bg.png) repeat;
 font-size: 16px;
}

img {
 border:0;
}


#wrapper {
 width: 300px;
 margin: 0px 0px 0px 35%;
 padding: 0px;
 border: 1px solid #dfdfdf;
 background: black;
 color: white;
 font: 1.0em/150% 'arial', sans-serif;
}




/* Header */
#header {
 float: left;
 width: 100%;
 margin: 0px;
 padding: 0px;
}

#header #title {
 margin: 0px 0px 0px 0px;
 padding: 0px;
 color: #000000;
 font: bold 2.5em 'arial black', sans-serif;
 text-align: left;
}

#header #title a {
 color: #000000;
}

#header div#description {
 margin: 0px 0px 0px 0px;
 padding: 0px;
 color: #666666;
 font-size: 1.2em;
 text-align: left;
}


/* Main contents */
#contents {
 float: left;
 width: 300px;
 margin: 0px;
 padding: 0px;
 font-size: 1.0em;
 text-align: left;
}

#contents h2 {
 font: 18px'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
}

#contents .contents_body {
font-size:16px;
}


#contents h3 {
}

#contents blockquote {
}


/* Footer */
#footer {
 clear:both;
 width: 100%;
 margin: 0px;
 padding: 0px 0px 0px;
 font-size: 0.8em;
}

