/* Global Styles */

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#666666;
	line-height:20px;
	margin-top:0px;
	background-color: #FFFFFF;
	}
	
h1 {
	font-size: 18px;
	color: #5C743D;
	line-height:26px;
	text-align: left;
	padding:5px;
	text-indent: 5px;
	}

h2 {
	font-size: 16px;
	color: #B7BA5B;
	background-image: url(images/icon/leave.png);
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 3px;
	}

h3 {
	font-size: 14px;
	text-indent: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-left: 5px;
}

p {
	text-indent: 5px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	}

/* ID Styles */

#wrapper {
	font-size: 12px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background-color: #D5EDB3;
}

#header {
	padding:4px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#header a{
	color: #993300;
	text-decoration: underline;
	font-weight: bold;
}

#topnav {
	list-style: none;
	font-weight: bold;
	background-color: #5C743D;
}

#topnav a{
	color: #99CC66;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
}
#topnav a:hover{
	color: #993300;
	background-color:#D5EDB3;
	text-decoration:none;
}

#nav {
	list-style: none;
	font-weight: bold;
	background-color: #99CC66;
	height: 22px;
	margin: 0px;
	padding: 0px;
}

#nav a{
	color: #993300;
	display:block;
	text-decoration:none;
	height: 18px;
	width: 85px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	background-color: #99CC66;
	border-top-color: #D5EDB3;
	border-right-color: #D5EDB3;
	border-bottom-color: #D5EDB3;
	border-left-color: #D5EDB3;
	font-size: 10px;
}
#nav a:hover{
	color: #5C743D;
	background-color:#D5EDB3;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D5EDB3;
	border-right-color: #D5EDB3;
	border-bottom-color: #D5EDB3;
	border-left-color: #D5EDB3;
}

#nav li{
	float:left;
	text-align:center;
	list-style: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#content {
	clear:left;
	margin-top: 10px;
}

#content a{
	color: #993300;
	text-decoration: underline;
}

#content img {
	margin: 10px;
}
#content ul {
	list-style-image: url(images/icon/markLeave_s.gif);
}

#footer {
	margin:0px 0px 15px;
	font-style: italic;
	color: #999999;
	text-align:right;
}

#footer a{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	color: #333333;
	text-decoration:none;
}

#footer_nav a{
	color: #666666;
	text-decoration: none;
}
#footer_nav a:hover{
	color: #333333;
	text-decoration:none;
}

/* Class Styles */

.yellowT { 
	color: #FFFF00; 
}
.limeT { 
	color: #55ff55; 
}
.blueT { 
	color: #0000FF; 
}
.orangeT { 
	color: #FF6600; 
}
.redT { 
	color: #FF0000; 
}

.yellow { 
	background-color: #ffff55; 
	padding: 0.1em 0px;
}
.lime { 
	background-color: #66FF99; 
	padding: 0.1em 0px;
}
.blue { 
	background-color: #99CCCC; 
	padding: 0.1em 0px;
}
.orange { 
	background-color: #FF9966; 
	padding: 0.1em 0px;
}
.red { 
	background-color: #ff5555; 
	padding: 0.1em 0px;
}
.red_x {
	padding: 0.1em 0px;
	color: #FF0000;
	text-decoration: line-through;
}
.gray {
	background-color: #CCCCCC;
	padding: 0.1em 0px;
}

.normal_x {
	padding: 0.1em 0px;
	text-decoration: line-through;
}

.clear{
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}

.titleText {
	font-size: 24px;
	color: #5C743D;
}

.subTitleText {
	color: #993300;
}

.exp {
	padding: 0.1em 0px;
	color: #000033;
	font-weight: bold;
}

.question_q {
	color: #993300;
	font-weight: bold;
	background-image: url(images/icon/leave_q.gif);
	padding-top: 0.1em;
	padding-right: 0px;
	padding-bottom: 0.1em;
	padding-left: 18px;
	font-size: 16px;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.box_top{
	width:250px;
	display: block;
	border: thin dotted #B7BA5B;
}

.box{
	width:360px;
	display: block;
	border: thin dotted #B7BA5B;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.box_QA{
	width:600px;
	display: block;
	border: thin solid #B7BA5B;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

#wrapper #content table {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.photo{
	width:360px;
	float:right;
	display: block;
	border: thin dotted #B7BA5B;
}
