@charset "utf-8";
/* CSS Document */

body {
	background-color: #799E3A;
	margin: 0;
	font-family: Arial, sens-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	}
	
a { color: #047B52;
	text-decoration: underline;
	}
	
a:hover {
	color: #CC0033;
	text-decoration: none;
	}

form {
	padding: 0;
	margin: 0;
	}

.inputContact {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #1CACC6; 
	margin: 0; 
	padding: 2px 0 0 2px; 
	border: 0; 
	height: 22px;
	}

textarea {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #1CACC6; 
	margin: 0; 
	padding: 2px 0 0 2px; 
	border: 0; 
	}
	
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 28px;
	color: #006600;
	line-height: 28px;
	}
	
h2 {
	font-size: 19px;
	color: #006600;
	margin: 30px 0 0 0;
	padding: 0;
	}

h3 {
	font-size: 11px;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 15px;
	}

h5 {
	font-size: 17px;
	color: #006600;
	margin: 0;
	padding: 0;
	}

p.dotline {border-top:dotted 1px; color:#333333; margin: 16px 0 10px 0; padding:0;}

.text01 {
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	}
a.text01 {
	color: #669900;
	text-decoration: underline;
	}
a.text01:hover {
	text-decoration: none;
	}
	
.text02 {
	font-size: 15px;
	font-weight: bold;
	color: #C56301;
	}
	
.linehight {
	font-size: 6px;
	line-height: 6px;
	}

.destinySong {
	font-family: Georgia, serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	}

/*---more about the book---*/
#more-wrapper {
	float: left;
	margin: 0;
	padding: 0;
	}
#text02 {
	width: 150px;
	float: left;
	font-weight: bold;
	}
#text02b {
	width: 100px;
	float: left;
	font-weight: bold;
	}
#text02c {
	width: 304px;
	float: left;
	font-weight: bold;
	}
#text02 dl, #text02b dl,#text02c dl {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#text02 dt, #text02b dt ,#text02c dt {
	padding: 0;
	margin: 0;
	}
#text02 a, #text02b a, #text02c a {
	display: block;
	font-size: 15px;
	color:#014D9A;
	text-decoration: none;
	line-height: 26px;
	background-image: url(images/text01_bg.gif);
	}
#text02 a:hover, #text02b a:hover, #text02c a:hover {
	color: #3399FF;
	text-decoration: none;
	}
#arrow {
	float: left;
	width: 38px;
	height: 24px;
	background-image: url(images/arrow.gif);
	}
/*end*/



/*---footer setting---*/
#footer {
	font-size: 10px;
	color: #FFFFFF;
	}
#footer a {
	color: #FFFFFF; 
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
/*end*/


