* {
 margin: 0px;
 padding: 0px;
}
body {
	font-size: 80%;
	line-height: 160%;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
}
.clear {
 font-size: 0px;
 clear: both;
}
a:link {
	TEXT-DECORATION: none
}
a:visited {
	TEXT-DECORATION: none
}
a:hover {
	TEXT-DECORATION: underline
}
a:active {
	TEXT-DECORATION: none
}
.top_btn a:link {
	TEXT-DECORATION: none;
	color: #006A00;
}
.top_btn a:visited {
	TEXT-DECORATION: none;
	color: #006A00;
}
.top_btn a:hover {
 TEXT-DECORATION: underline;
 color: #33FF00;
}
.top_btn a:active {
	TEXT-DECORATION: none;
	color: 006A00;
}
.foot_link a:link {
	TEXT-DECORATION: none;
	color: #000000;
}
.foot_link a:visited {
	TEXT-DECORATION: none;
	color: #000000;
}
.foot_link a:hover {
 TEXT-DECORATION: underline;
 color: #006A00;
}
.foot_link a:active {
	TEXT-DECORATION: none;
	color: #000000;
}
#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 102px;
}
#header .head_logo {
	float: left;
	padding-top: 16px;
	padding-left: 10px;
}
#header .head_link {
	padding-right: 10px;
	float: right;
	margin-top: 54px;
}
.head_link a:hover img		{ filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=60) }
#header h1 {
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
}
#content {
	background-image: url(img/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
#side {
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

#main {
	width: 520px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}
#pankuzu ul.pankuzu {
	margin-left: 0px;
}
#pankuzu ul.pankuzu li {
	display: inline;
}
#main h2 {
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 9px;
	padding-left: 17px;
	font-size:15px;
}
#main h3 {
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 18px;
}
#main h4 {
	background-image: url(img/h4_bg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	background-position: left;
	padding-left: 10px;
	font-weight: bold;
	color: #FF6600;
	font-size: 12px;
}
#main h5 {
	font-size: 12px;
	background-image: url(img/h5_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}


#main p {
	margin-bottom: 10px;
}
#main ul {
	margin-left: 20px;
}
#main ul.content1 {
	margin-bottom: 10px;
	margin-left: 0px;
}
#main ul.content1 li {
	background-image: url(img/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	list-style-type: none;
}
#main ol.privacy {
	margin-left: 35px;
}
#main ol.privacy2 {
	margin-left: 120px;
	margin-right: 100px;
	margin-bottom: 15px;
}
#main ul.content2 {
	margin-left: 30px;
}
#main .flash {
	margin-bottom: 10px;
}
#main .indent1 indent2 {
	padding-left: 10px;
	padding-right: 10px;
}
div.indent2 {
    padding-top: 40px;
}
div.indent3 {
    font-weight:bold;
}
#main .top_box1 {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B5B5B5;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	border-left-color: #B5B5B5;
	padding-bottom: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#main .top_title {
	background-image: url(img/top_title_bg.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-left: 18px;
}
#main .scroll {
	overflow: auto;
	height: 305px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #990000;
	scrollbar-darkshadow-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 5px;
}
#main .news_date {
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
#main .news_text {
	padding-left: 10px;
}
#main .title1 {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/title1_bg.gif);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 30px;
	padding-top: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#main table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
#table_non {
    padding:5px;
}
#main .td_green1 {
	background-color: #E2F3DC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #BEBEBE;
}
#main .td_green2 {
	background-color: #A8DC94;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #BEBEBE;
}
#main .td_blue {
	background-color: #F6F6F6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #BEBEBE;
}

#main .td_white {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #BEBEBE;
}


#main .content_text1 {
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	color: #BD8E00;
	padding-left: 45px;
}
#main .content_box1 {
	padding-left: 20px;
}
#main .content_box_left {
	float: left;
	width: 340px;
}
#main .content_box_left2 {
	float: left;
	padding-right: 10px;
}

#main .content_box_right {
	float: right;
	padding-left: 10px;
}
#main .content_box_right2 {
	float: right;
	width: 340px;
}
#main .td_box1 {
	width: 500px;
	background-image: url(img/td_box_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid #63C03F;
}
#main .td_box2 {
	width: 500px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #63C03F;
	border-bottom-color: #63C03F;
	border-left-color: #63C03F;
	background-image: url(img/td_box_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#main .td_box3 {
	width: 500px;
	background-image: url(img/td_box_bg2.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid #63C03F;
}
#main .td_box4 {
	width: 500px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #63C03F;
	border-bottom-color: #63C03F;
	border-left-color: #63C03F;
	background-image: url(img/td_box_bg2.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 10px;
}
#main .td_box5 {
	background-image: url(img/td_box_bg3.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #509B33;
	width: 500px;
}
#main .td_box6 {
	background-image: url(img/td_box_bg3.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main .td_box7 {
	background-image: url(img/td_box_bg3.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #509B33;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


#main .td1 {
	width: 130px;
	float: left;
	padding: 10px;
}
#main .td2 {
	width: 330px;
	float: right;
	padding: 10px;
}
#main .td3 {
	width: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	padding-right: 10px;
}
#main .td4 {
	width: 390px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	padding-right: 10px;
}
#main .td5 {
	padding: 10px;
	width: 90px;
	font-weight: bold;
	float: left;
}
#main .td6 {
	padding: 10px;
	float: right;
	width: 370px;
	color: #333333;
}
#main .q_a_q {
	font-weight: bold;
	background-image: url(img/q_a_q.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 30px;
	padding-top: 2px;
	margin-bottom: 5px;
}
#main .q_a_a {
	background-image: url(img/q_a_a.gif);
	padding-top: 2px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#main .faq_box {
	background-image: url(img/line1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}

#main .privacy_text {
	font-weight: bold;
	background-image: url(img/arrow4.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#main .kaiketsu_text {
	margin-bottom: 15px;
	margin-top: 20px;
}
#main .yuigon_title {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CDCBCC;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 2px;
}
#main .btn_box {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

#main .top_btn {
	float: right;
	margin-top: 10px;
	background-image: url(img/top_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
}
.formfield1 {
	width: 240px;
}

.font14_green_b {
	font-size: 14px;
	font-weight: bold;
	color: #0B795E;
}
.font_green {
	color: #298624;
}
.font_red {
	color: #FF0000;
}


#footer {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006806;
	border-right-color: #999999;
	border-bottom-color: #006806;
	border-left-color: #999999;
	background-color: #EFEFEF;
	padding-right: 10px;
	padding-left: 10px;
	
}
#footer .foot_link {
	float: left;
	margin-top: 10px;
}
#footer .top_btn {
	float: right;
	margin-top: 10px;
	background-image: url(img/top_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
}
#footer .foot_copyright {
	margin-top: 10px;
	text-align: right;
	margin-bottom: 10px;
}
ul.side{
   margin:0;
   padding:0;
   list-style-type:none;
}
li.side_title1 {
   padding:8px 0 0 0;
   height:29px;
   background-color:#003399;
   color:#FFFFFF;
   font-weight:bold;
   text-align:center;
}
li.side_title2 {
   margin:10px 0 0 0;
   padding:8px 0 0 0;
   height:29px;
   background-color:#CC0033;
   color:#FFFFFF;
   font-weight:bold;
   text-align:center;
}
li.side1 {
   padding:13px 0 0 15px;
   background-image: url(img/btn_back3.jpg);
   background-repeat: no-repeat;
   line-height:100%;
   height:26px;
}
li.side2 {
   padding:13px 0 0 15px;
   background-image: url(img/btn_back4.jpg);
   background-repeat: no-repeat;
   line-height:100%;
   height:26px;
}
li.side3 {
   padding:4px 0 0 15px;
   background-image: url(img/btn_back3.jpg);
   background-repeat: no-repeat;
   line-height:110%;
   height:35px;
}
.side_link_t a:link {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.side_link_t a:visited {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.side_link_t a:hover {
 TEXT-DECORATION: underline;
 color: #cccccc;
}
.side_link_t a:active {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.side_link a:link {
	TEXT-DECORATION: none;
	color: #000000;
}
.side_link a:visited {
	TEXT-DECORATION: none;
	color: #000000;
}
.side_link a:hover {
 TEXT-DECORATION: underline;
 color: #006A00;
}
.side_link a:active {
	TEXT-DECORATION: none;
	color: #000000;
}