@charset "utf-8";



/*////////////////////////////////////////

  Body Setting

/////////////////////////////////////// */

body {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	color:#555555;
	font-size:12px;
	text-align:left;
	margin:0 auto;
	padding:0;
}


/*////////////////////////////////////////

  Container Setting

/////////////////////////////////////// */

div#container {
	width:750px;
	margin:0 auto;
}

/*////////////////////////////////////////

  Contents Setting

/////////////////////////////////////// */

div#contents {
	clear:both;
	width:750px;
}

/*////////////////////////////////////////

  main Setting

/////////////////////////////////////// */

#main {
	width:510px;
	float:right;
	padding:0px 0 30px 0px;
}
/*////////////////////////////////////////

  Clear Setting

/////////////////////////////////////// */
.clear {
	clear:both;
}

/*////////////////////////////////////////

  h2 Setting

/////////////////////////////////////// */

h2 {
	background-image:url(../img/top_h2_bg.gif);
	background-repeat: repeat-x;
	width:502px;
	height:22px;
	font-size:14px;
	font-weight:bold;
	color:#669933;
	padding:9px 0 0 8px;
	margin:0 0 15px 0;
}
/*////////////////////////////////////////

  P Setting

/////////////////////////////////////// */
#main p {
	padding:0 0 20px 0;
	margin:0;
	line-height:150%;
}

/*////////////////////////////////////////

  Top Menu Setting

/////////////////////////////////////// */

.boxLeft {
	float:left;
	width:250px;
	padding-bottom:20px;
}

/*////////////////////////////////////////

  Top Menu Setting

/////////////////////////////////////// */

.boxRight {
	float: right;
	width:250px;
	padding-bottom:20px;
}

/*////////////////////////////////////////

  h3 Setting

/////////////////////////////////////// */

h3 {
	background-image:url(../img/top_h3_bg.gif);
	background-repeat:no-repeat;
	width:235px;
	height:21px;
	font-size:14px;
	font-weight:bold;
	color:#669933;
	padding:9px 0 0 15px;
	margin:0 0 10px 0;
}

.boxPic {
	padding-bottom:10px;
}

.boxTxt {
	line-height:150%;
}

.boxTxt a {
	color:#669933;
	text-decoration:none;
}
.boxTxt a:hover {
	color:#669933;
	text-decoration: underline;
}


.bold {
	font-weight:bold;
}

/*////////////////////////////////////////

  Topics Setting

/////////////////////////////////////// */

#topics {
	padding-bottom:10px;
}

.topicsTitle {
	background-image:url(../../img/topics_title.gif);
	background-repeat:no-repeat;
	width:498px;
	height:18px;
	padding:3px 0 10px 12px;
	color:#669933;
	font-weight:bold;
	font-size:14px;
}

#topics ul {
	padding:0;
	margin:0;
	line-height:150%;
	list-style:none;
}

#topics li a {
	color:#669933;
	text-decoration: underline;
}
#topics li a:hover {
	color:#669933;
	text-decoration:none;
}

/*////////////////////////////////////////

 Text2 Setting

/////////////////////////////////////// */
#text2 {
	width:510px;
}

.text2Ttl {
	text-align:left;
	width:510px;
	line-height:16px;
	font-weight: bolder;
	color:#669933;
	font-size:12px;
}

.text2In {
	float:left;
	padding:0px;
	margin:20px 0px 20px 0px;
	text-align:left;
	width:270px;
	line-height:16px;
	height:100px;
	font-size:12px;
}

.text2Pic {
	float:right;
	padding:0px;
	margin:5px 0px 20px 20px;
	width:220px;
	height:165px;
}
