/*
@charset "UTF-8";
*/

/*----------------------------------------------------------------------
   1:  Base,Reset
----------------------------------------------------------------------*/
* {
	padding: 0;
	margin:  0;
	border:  0;
	font-style:  normal;
	text-decoration: none;
}


/*----------------------------------------------------------------------
   2:  HTML Element Base
----------------------------------------------------------------------*/
body {
	font-size: 13px;
	line-height:125%;
	text-align: center;
	background-color: #D7D7D7;
	color: #333;
}

/*----------------------------------------------------------------------
   3:  Main Layout
----------------------------------------------------------------------*/
#page {
	width: 556px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	background: url("../imgs/background.gif") repeat-y left top;
}

#faq_page {
	width: 756px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	background: url("../imgs/faq_background.gif") repeat-y left top;
}

#header {
	margin: 0 0px 8px;
}

#content {
	float: right;
	margin-left: -15px;
	width: 100%;
}

#main {
	margin: 0 10px 0 15px;
}

#sub {
}

#footline { 
	background-color: #0A9A91;
	background-repeat: no-repeat;
	margin: 0 2px 0 2px;
	height: 2px;
} 

#close { 
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
} 



/*----------------------------------------------------------------------
   5:  text style
----------------------------------------------------------------------*/
h1 {
	font-size:18px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image:   url(../imgs/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 12px;
	clear: both;
}

h4 {
	font-size: small;
	font-weight:bold;
	line-height:120%;
	margin:0px 30px 10px 30px;
	border : 1px solid #999999;
	padding : 3px;
	clear: both;
}
h5 {
	font-size: small;
	font-weight:normal;
	line-height:130%;
	margin:0px 50px 20px 65px;
	clear: both;
}
ul {
	margin-left: 50px;
}
li {
	font-size: small;
	line-height:normal;
}

.str{
	font-size: 0.9em;
	margin:0px 50px 20px 25px;
	clear: both;
	color: #336633;
}


/*----------------------------------------------------------------------
   6:  text color
----------------------------------------------------------------------*/
.white     {color:#FFFFFF;}
.red     {color:#FF0000;}
.red_bold     {color:#FF0000; font-weight: bold;}
.black     {color:#000000;}
.blue     {color:#0066CC;}
.orange     {color:#FF6600;}
.brown     {color:#CC3300;}
.violet     {color:#333399;}
.gray1     {color:#555555;}

/*----------------------------------------------------------------------
   7:  table
----------------------------------------------------------------------*/
.solidtable {  border: 1px #999999 solid;border-collapse: collapse;}
.solidtable TD {border: 1px #999999 solid;font-size: 12px; line-height: 130%}
.defaulttable {
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
