@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {
	border:none;

}

body {
	background-color:#F0F0F0;
}

#header {
	height:37px;
	background:url(../img/title.jpg) no-repeat left top #519953;
	text-align:right;
	padding:10px 10px 0 0;
}

#topMenu {
	height:20px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#666;
	text-align:center;
}

#topMenu ul {
	list-style:none;
}

#topMenu li {
	display:inline;
	padding:0 1em;
	border-left:1px solid #999;
	font-size:80%;
	line-height:20px;
}

#topMenu li a:link, #topMenu li a:visited {
	color:#FFF;
	text-decoration:none;
}

#topMenu li a:hover {
	color:#CCC;
}

#topMenu li.last {
	border-right:1px solid #999;
}

#subMenu {
	margin:0.3em 0 1.5em;
	text-align:right;
}

#subMenu ul {
	list-style:none;
}

#subMenu li {
	display:inline;
	padding:0 1em;
	border-right:1px solid #999;
	font-size:80%;
}

#subMenu li.last {
	border:none;
}


#content {
	width:700px;
	margin:0 auto;
	padding-bottom:2em;	
}

h1 {
	margin:0 0 2.5em 0;
	padding:0 0 0.5em 0;
	font-size:100%;
	line-height:100%;
	font-weight:bold;
	text-align:center;
	background:url(../img/bg_h1.gif) no-repeat center bottom;
}

h2 {
	height:25px;
	margin:0 0 1em 0;
	padding:0 0.4em 0;
	font-size:80%;
	line-height:25px;
	font-weight:bold;
	color:#FFF;
	background:url(../img/bg_h2.jpg) no-repeat left bottom;
}

h3 {
	color:#ff6600;
	margin:1em 0 1em 0;
	font-size:80%;
	font-weight:bold;
}

h4 {
	color:#333;
	margin:0 0 0.5em 0;
	font-size:80%;
	font-weight:bold;
}

h5 {
	color:#555;
	margin:0 0 0.3em 0;
	font-size:80%;
	font-weight:bold;
}

.boxMgn1side {
	margin:auto 1em;
}
	
.boxMgn2side {
	margin:auto 2em;
}

.link01 {
	padding:0 0 0 16px;
	margin-bottom:1em;
	font-size:80%;
	background:url(../img/bullet_link01.gif) no-repeat left center;
	float:right;
}

.linkTop01 {
	padding:0 0 0 16px;
	margin-bottom:1em;
	font-size:70%;
	background:url(../img/bullet_linkTop.gif) no-repeat left center;
	float:right;
}

.linkTop02 {
	padding:0 0 0 16px;
	margin:-2.7em 0.5em 1em 0;
	font-size:70%;
	background:url(../img/bullet_linkTop.gif) no-repeat left center;
	float:right;
}

.linkTop03 {
	padding:0 0 0 16px;
	margin:-2.9em 0.5em 1em 0;
	font-size:70%;
	background:url(../img/bullet_linkTop.gif) no-repeat left center;
	float:right;
}

ol.noNum {
	list-style:none;
}

.dotBox {
	border:1px dotted #999;
	padding:1em;
	background-color:#FFF;
}

.noteBox {
	border:2px solid #FFCC66;
	padding:1em;
	background-color:#FFF;
}

.rightPic {
	float:right;
	margin:0 0 15px 15px;
}

.leftPic {
	float:left;
	margin:0 15px 15px 0;
}

.leftBox {
	float:left;
	width:48%;
}

.rightBox {
	float:right;
	width:48%;
}
	

/* position
-----------------------------------*/
.flLeft {
	float:left;
	margin-right:15px;
}

.clear {
	clear:both;
}

.txRight {
	text-align:right;
}

.txleft {
	text-align:left;
}

.txCenter {
	text-align:center;
}

.clear {
	clear:both;
}


/* footer
-----------------------------------*/

#footer {
	clear:both;
	text-align:center;
	margin:3em 0 0;
}

ul#footerLink {
	padding:0.5em 0 0;
	margin-bottom:2.5em;
	list-style:none;
	text-align:center;
	border-top:1px solid #CCC;
}

ul#footerLink li {
	display:inline;
	margin:0;
	padding:0 7px;
	border-right:1px solid #CCC;
	font-size:75%;
}

ul#footerLink li.last {
	border:none;
}


address {
	font-size:70%;
	font-style:normal;
	line-height:1.6em;
	text-align:center;
}

#footerLogo {
	margin:0 auto 0.5em;
	display:block;
	width:116px;
}

#footerTxt {

}

#copyright {
	font-size:70%;
	padding:1em 0 2em;
}



/* list
-----------------------------------*/
ul.dfList li {
	margin:0 0 0.6em 2em;
	line-height:140%;
}

ul.dfList2 li {
	margin:0 0 0.5em 2em;
}

ul.dfList2 li.last {
	margin:0 0 0 2em;
}

ul.noBulletList li {
	list-style:none;
	margin:0 0 0.6em 0;
	line-height:140%;
}

ul.jumpList li {
	list-style:none;
	margin:0 0 0.6em 0;
	padding-left:2em;
	line-height:140%;
	background:url(../images/bullet_jump.gif) no-repeat left center;
}

ul.noIndList li {
	margin:0 0 0.6em 1.5em;
	line-height:140%;
}

ol.dfList li {
	margin:0 0 0.6em 2em;
	line-height:140%;
}

.dfdl dt {
	width:5em;
	font-weight:bold;
	margin-bottom:1em;
}

.dfdl dd {
	margin:-2em 0 1em 6em;
}

.dfdl2 dt {
	width:8em;
	margin-bottom:1em;
}

.dfdl2 dd {
	margin:-2em 0 1em 9em;
}

.dfTbl td {
	padding:0.3em;
}




/* margin
-----------------------------------*/
.mgnB05em {
	margin-bottom:0.5em;
}

.mgnB1em {
	margin-bottom:1em;
}

.mgnB15em {
	margin-bottom:1.5em;
}

.mgnB2em {
	margin-bottom:2em;
}

.mgnB3em {
	margin-bottom:3em;
}

.mgnL1em {
	margin-left:1em;
}

.mgnL2em {
	margin-left:2em;
}

.mgnT1em {
	margin-top:1em;
}

.mgnT20px {
	margin-top:20px;
}

.last {
	margin-bottom:0;
}


/* width
-----------------------------------*/

.w100 {
	width:100%;
}
