
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {    
	margin: 0;
	padding: 0;
} 
fieldset,img {
	border: 0;
}
ul, ol {
	list-style: none;
} 
caption,th {
	text-align: left;
} 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
} 

/* Let's start it ! ^^ */
/* Struction */

body {
	margin: 0px; 
	padding: 0px;
	text-align: center; 
}

#page {
	width: 951px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 951px; 
	height: 150px;
	margin: 0px; 
	padding: 0px;
	position: relative;
}
#home {
	height: 37px;
	top: 10px; 
	left: 150px;
	position: absolute;
}
#ads_1 {
	height: 15px;
	bottom: 10px; 
	left: 250px;
	position: absolute;
}
#book_gd {
	width: 148px;
	height: 200px;
	bottom: 30px; 
	left: 20px;
	position: absolute;
}
#book_bd {
	width: 148px;
	height: 147px;
	bottom: 30px; 
	left: 20px;
	position: absolute;
}
#mainbody {
	width: 951px;
	margin: 0px;
	float: left;
	position: relative;
}
#book_menu {
	width: 197px;
	float: left;
	height: 500px;
}
#book_body {
	width: 754px;
	float: left;
}

#book_bn {
	width: 951px;
	height: 29px;
}
#book_hd {
	width: 951px;
	height: 12px;
	font-size: 9px;
}
.clearboth {
	clear: both;
}

/* ol, ul */

p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 180%;
}

/* = Color */

body  { 
	color: #444444; 
	background-image: url(/images/bubble.gif);
	background-color : #FFD9E2;
}
a {
	color: #C51C80;
	text-decoration: underline;
}
a:hover {
	color: #008000;
	text-decoration: none;
}
#header {
	background-image: url(/images/bg_youme.gif);
	background-repeat : no-repeat;
	background-position : 0% 0%;
}
#page { 

}
#mainbody {
	background-image: url(/images/bg_book.gif);
	background-color : #FFFFFF;
}
#book_body {
	background-image: url(/images/bg_rp_book.gif);
	background-repeat : no-repeat;
	background-position : 100% 0%;
}
#book_menu {
	background-repeat : no-repeat;
	background-position : 0% 0%;
}
#book_gd {
	background-image: url(/images/youme_girl.gif);
	background-repeat : no-repeat;
}
#book_bd {
	background-image: url(/images/youme_baby.gif);
	background-repeat : no-repeat;
}
#book_hd {
	background-image: url(/images/bg_hd_book.gif);
}
#book_bn {
	background-image: url(/images/bg_bn_book.gif);
}
#footerbody {
	background-image: url(/images/bg_bn_youme.gif);
	background-repeat : no-repeat;
	background-position : 100% 100%;
	height: 250px;
}
#content {   
	margin-left: 40px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#menu {
	margin-top: 20px;
	margin-left: 50px;

}
#topic_detail {
	width: 331px;
	float: left;
}
#ads-right {
	width: 350px;
	text-align: center;
	float: left;
}
#ads-right2 {
	width: 180px;
	float: right;
	margin-bottom: 20px;
}
.topic_detail {

	border: 0px solid #C51C80;
}
.list { 
	padding: 5px; 
	font-size: 13px;
	text-align: right;
	color: #008000;
}
.field { 
	padding: 5px; 
	border-bottom: 1px dashed #C51C80;
	font-size: 13px;
}
/* Font */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Sans-Serif;
	letter-spacing: 1px;
}
code { 
	white-space: pre; 
	color: #009000;
	background-color: #F5F5F5;
}

#navigation, #fixed-right {
	font-size: 1.2em;
}
#content {
	font-size: 1.6em;
}
#menu {
	font-size: 1.2em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 100%;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
p { 
	line-height: 180%;
}
ol li {
	line-height: 180%;
}
/* Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.avatar {
	padding: 0px 6px 0px 6px;
	width: 32px;
	height: 32px;
	background-color: #FFFFFF; 
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
img.rss-icon {
	vertical-align: middle;
	margin-right: 5px;
}
img.icon {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}
/* */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
}



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.wordwrap
{
    word-wrap: break-word; 
    -moz-binding: url('/css/wordwrap.xml#wordwrap'); 
    display: block;
    overflow: auto;
}
/* Page Change */
#pagechange {
	text-align: center;
	width: 580px; height: 50px;
}
#pagechange a, #pagechange b {
	border: 1px solid #FE88AD;
	width: 30px; height: 30px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
}
#pagechange a:hover, #pagechange b {
	background-color: #F9B9CB;
	color: #FFFFFF;
}
#pagechange strong {
	font-weight: bold;
	background-color: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	width: 50px; height: 20px;
	line-height: 20px;
	display: block;
}
#pagechange ul li {
	float: left;
	padding-left: 5px;
}
#pagechange ul {
	list-style: none;
}
br {
  letter-spacing:0em;
}
input.big_button {
	height: 50px;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 16px;
}

#test_area {
	text-align: center;
	width: 681px;
}


#test_content {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#check_result {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}
#test_content ol {
	margin-top: 30px;
	margin-left: 30px;
}
#test_content ol.alpha {
	list-style-type: upper-alpha;
}
#test_content ol.decimal {
	list-style-type: decimal;
}
#test_content ol li {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
}
.t { 
	font-weight: bold;
	color: #FF0000;
}
.wordwrap
{
    word-wrap: break-word; 
    -moz-binding: url('/css/wordwrap.xml#wordwrap'); 
    display: block;
    overflow: auto;
}
.look_online, .gensmall { 
	font-size: 0.7em;
}

.notice {
	clear: both;
	border: 1px solid #DDDDDD;
	font-size: 0.7em;
	padding: 10px;
	margin: 20px;
	
}
#vote_area {
	margin-left: 40px;
	border: 1px solid #DDDDDD;
	width: 600px;
	height: 120px;
}

.test_list {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}
.test_list li {
	margin-bottom: 10px;
	border-bottom: 1px dashed #DDDDDD;
	padding: 10px;
}
.test_list a {
	font-size: 1.3em;
}

.test_ads {
	width: 350px;
	text-align: center;
	float: right;
	border-left: 1px dashed #DDDDDD;
	background-color: #FFFFFF;
	
}