* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height: 140%;
	background-image: url(img/body_bg.gif);
	background-position: center top;
	background-color: #B0DEFF;
	background-repeat: no-repeat;
	color: #333333;
	
}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.absmiddle {
	vertical-align:middle;
} 
img {
 	border:none;
}
a:link {
	TEXT-DECORATION: none;
}
a:visited {
	TEXT-DECORATION: none;
}
a:hover {
	TEXT-DECORATION: none;
}
a:active {
	TEXT-DECORATION: none;
}
.foot_link a:link {
	TEXT-DECORATION: none;
	color: #333333;
}
.foot_link a:visited {
	TEXT-DECORATION: none;
	color: #333333;
}
.foot_link a:hover {
	TEXT-DECORATION: none;
	color: #666666;
}
.foot_link a:active {
	TEXT-DECORATION: none;
	color: #333333;
}
.box11 a:link {
	TEXT-DECORATION: none;
	color: #49A016;
}
.box11 a:visited {
	TEXT-DECORATION: none;
	color: #49A016;
}
.box11 a:hover {
	TEXT-DECORATION: none;
	color: #49A016;
}
.box11 a:active {
	TEXT-DECORATION: none;
	color: #49A016;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-image: url(img/head_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 9px;
	background-color: #FFFFFF;
}

#header h1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 10px;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	text-align: right;
}
#header .head_link {
	display: inline;
	float: right;
	margin-right: 10px;
	margin-top: 16px;
}




#header .head_logo {
	padding-left: 10px;
	padding-top: 40px;
	float: left;
	
}
#header .head_right {
	float: right;
	width: 420px;
}



/*-------------------------------------------------
  globalnav
-------------------------------------------------*/
#globalnav {
	height: 21px;
}
#globalnav li {
	display: block;
	float: left;
	height: 21px;
	text-decoration: none;
	margin-left: 10px;
	width: 80px;
	
}
#globalnav li a {
	display: block;
	overflow: hidden;
	padding-top: 21px;
	height: 0px;
}
#globalnav .n1 a {
	background-image: url(img/navi1.gif);
	background-repeat: no-repeat;
}
#globalnav .n2 a {
	background-image: url(img/navi2.gif);
	background-repeat: no-repeat;
}
#globalnav .n3 a {
	background-image: url(img/navi3.gif);
	background-repeat: no-repeat;
}
#globalnav .n4 a {
	background-image: url(img/navi4.gif);
	background-repeat: no-repeat;
}
#globalnav .n5 a {
	background-image: url(img/navi5.gif);
	background-repeat: no-repeat;
}

#globalnav a:hover {
	background-position: left -30px;
}
#globalnav.navi1 .n1 a { background-position: 0px -60px!important; }
#globalnav.navi2 .n2 a { background-position: 0px -60px!important; }
#globalnav.navi3 .n3 a { background-position: 0px -60px!important; }
#globalnav.navi4 .n4 a { background-position: 0px -60px!important; }
#globalnav.navi5 .n5 a { background-position: 0px -60px!important; }

@media print{
#globalnav li a {
	height: 21px;
	text-align: center;
}
}

/*-------------------------------------------------
  globalnav end
-------------------------------------------------*/

/*-------------------------------------------------
  sidenav
-------------------------------------------------*/
#sidenav {
	position:absolute;
	width: 251px;
	top: 121px;
}
#sidenav li {
	display: block;
	text-decoration: none;
	width: 251px;
}
#sidenav li a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 251px;
	padding-top: 47px;
}
#sidenav .n1 a {
	background-image: url(../en/img/snavi1.jpg);
	background-repeat: no-repeat;
}
#sidenav .n2 a {
	background-image: url(../en/img/snavi2.jpg);
	background-repeat: no-repeat;
}
#sidenav .n3 a {
	background-image: url(../en/img/snavi3.jpg);
	background-repeat: no-repeat;
}
#sidenav .n4 a {
	background-image: url(../en/img/snavi4.jpg);
	background-repeat: no-repeat;
}
#sidenav .n5 a {
	background-image: url(../en/img/snavi5.jpg);
	background-repeat: no-repeat;
}

#sidenav a:hover {
	background-position: -260px top;
}
#sidenav.navi1 .n1 a {
	background-position: -520px top!important;
}
#sidenav.navi2 .n2 a {
	background-position: -520px top!important;
}
#sidenav.navi3 .n3 a {
	background-position: -520px top!important;
}
#sidenav.navi4 .n4 a {
	background-position: -520px top!important;
}
#sidenav.navi5 .n5 a {
	background-position: -520px top!important;
}

@media print{
#sidenav li a {
	text-align: center;
	width: 251px;
}
}

/*-------------------------------------------------
  globalnav end
-------------------------------------------------*/

#content {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(img/content_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	
}
#pankuzu li {
	list-style-type: none;
	display: inline;
}

#content .flash {
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
}
#content .title_top1 {
	background-image: url(img/top_title1_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 15px;
	padding-left: 42px;
}
#content .title_top2 {
	background-image: url(img/top_title2_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 13px;
	padding-left: 10px;
}
#content .title_top2_right {
	float: right;
	padding-right: 10px;
}


#content .link_top {
	background-image: url(img/top_link_bg.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	height: 32px;
	padding-top: 7px;
	margin-bottom: 5px;
}

#content .link_top2 {
	background-image: url(img/top_link2_bg.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-bottom: 14px;
	margin-bottom: 5px;
}
#content .link_top3 {
	display: inline;
	float: left;
	margin-left: 14px;
}
#content .link_top4 {
	background-image: url(img/top_link_bg.gif);
	background-repeat: no-repeat;
	padding-left: 33px;
	margin-bottom: 5px;
	padding-bottom: 14px;
	padding-top: 2px;
}

#content .box_cnt {
	background-image: url(img/box_cnt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 131px;
	padding-right: 1px;
	padding-left: 1px;
	float: left;
	margin-top: 5px;
}
#content .scroll {
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #7D7D7D;
	scrollbar-darkshadow-color: #FFFFFF;
	width: 880px;
	margin-bottom: 10px;
}
#content .box_news {
	display: inline;
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
#main .box_news2 {
	width: 620px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#content .news_date {
	font-weight: bold;
	color: #719E7D;
	margin-bottom: 5px;
}


#content .box_content1 {
	float: right;
	width: 276px;
}
#content .box_content2 {
	display: inline;
	float: left;
	width: 430px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content .box_content3 {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F5ECC5;
	border-left-color: #F5ECC5;
	background-color: #FCF9EB;
	width: 402px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	height: 175px;
}
#content .box_content4 {
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/content_box2_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
}
#content .box_content5 {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
}
#content .box_content6 {
	position: absolute;
}


#content .box_left_187 {
	float: left;
	width: 187px;
}
#content .box_left_330 {
	float: left;
	width: 305px;
}
#content .box_left {
	float: left;
}

#content .box_right {
	float: right;
}
#main .box_right2 {
	float: right;
	padding-top: 40px;
}


#side {
	float: left;
	width: 220px;
}

#side .side_link {
	padding-bottom: 8px;
}

#side .side_box {
	background-image: url(img/side_box_bg.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#side .side_box_bottom {
	font-size: 0px;
	line-height: 0px;
	background-image: url(img/side_box_bottom_bg.gif);
	background-repeat: no-repeat;
	height: 11px;
}
.side_link a:hover img  { filter: progid:DXImageTransform.Microsoft.alpha(style=0, opacity=80) }

#main {
	width: 640px;
	float: right;
}
#main p {
	margin-bottom: 10px;
}

#main h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 41px;
	padding-top: 16px;
	padding-left: 12px;
	background-image: url(img/h2_bg.jpg);
	background-repeat: no-repeat;
}

#main h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	height: 27px;
	padding-top: 11px;
	padding-left: 17px;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
}
#main h4 {
	background-image: url(img/h4_bg.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #454545;
	height: 25px;
	padding-top: 9px;
	padding-left: 22px;
}

#main .indent {
	padding-right: 10px;
	padding-left: 10px;
}

#main ul.content1 li {
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-bottom: 5px;
	list-style-type: none;
}
#main .title_content1 {
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	background-image: url(img/title_content1_bg.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 8px;
	padding-left: 18px;
}
#main .title_content2 {
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 10px;
}
#main .title_content3 {
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	background-image: url(life/img/content_title3_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 12px;
	padding-left: 25px;
}

#main .title_content4 {
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	background-image: url(life/img/content_title4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 12px;
	padding-left: 25px;
}

#main .text_content1 {
	margin-bottom: 5px;
	padding-left: 10px;
}
#main .text_content2 {
	margin-bottom: 5px;
}





#main .box1 {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main .box2 {
	float: left;
	width: 300px;
	display: inline;
	margin-right: 20px;
}
#main .box3 {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 15px;
	width: 620px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#main .box4 {
	width: 620px;
	margin-bottom: 10px;
}
#main .box5 {
	width: 620px;
	margin-bottom: 15px;
}
#main .box6 {
	float: left;
	width: 158px;
}
#main .box7 {
	float: left;
	width: 138px;
}
#main .box8 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 51px;
}
#main .box9 {
	float: left;
	width: 200px;
	display: inline;
	margin-right: 110px;
}
#main .box10 {
	display: inline;
	float: left;
	margin-right: 25px;
}

#main .box11 {
	display: inline;
	float: left;
	margin-right: 20px;
	background-image: url(img/arrow4.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 13px;
	color: #49A016;
}
#main .box12 {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}
#main .box13 {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main .box14 {
	background-image: url(img/line2.gif);
	background-repeat: repeat-x;
	margin-top: 12px;
	height: 15px;
	margin-bottom: 25px;
}
#main .box15 {
	float: left;
	width: 116px;
	margin-right: 10px;
}
#main .box16 {
	float: left;
	width: 280px;
	display: inline;
	margin-right: 20px;
}




#main .box_left_100 {
	font-weight: bold;
	float: left;
	width: 105px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#main .box_right_227 {
	float: right;
	width: 227px;
}
#main .box_right_227 a {
	display: inline;
	margin-right: 25px;
	
}
#main .box_right_470 {
	float: right;
	width: 470px;
}


#main .box_right_495 {
	float: right;
	width: 495px;
	padding-top: 30px;
}

#main .box_right_516 {
	float: right;
	width: 486px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #74B7FA;
	padding-left: 23px;
	padding-top: 6px;
	padding-bottom: 6px;
}






#main table {
	border-collapse: collapse;
}
#main table.table1 {
	width: 100%;
	border: 1px solid #E3E2DD;
	border-collapse: separate;
	
}
#main table.table1 th {
	padding: 10px;
	background-color: #4C6395;
	font-weight: bold;
	color: #FFFFFF;
}
#main table.table1 td {
	padding: 10px;
	background-color: #F1F1EB;
}
#main .td_white {
	padding-right: 0px;
	padding-left: 0px;
}

#main table.table2 {
	width: 100%;
	border-collapse: separate;
}

#main table.table2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 8px;
	background-color: #EAEAEA;
}
#main table.table2 col.col_gray {
	background-color: #333333;
}
#main .q_a_q {
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #EDF1FD;
	padding-bottom: 10px;
	padding-right: 10px;
}
#main .q_a_a {
	padding-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#main .box_gray {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#main .box_gray2 {
	padding: 10px;
	width: 618px;
	border: 1px solid #D9D9D9;
	background-color: #F7F7F7;
}
#main .box_blue {
	width: 580px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 4px solid #C5E9FF;
	padding: 16px;
	margin-top: 10px;
}



#main .box_btn {
	text-align: center;
	padding-top: 15px;
}
#main .content_link {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.formfield_s {
	width: 240px;
}
.formfield_s2 {
	width: 100px;
}
.formfield_m {
	width: 280px;
}
.formfield_l {
	width: 320px;
}

#content .first {
	margin-left: 0px;
}
#content .last {
	margin-right: 0px;
}
#content .top_btn {
	margin-top: 25px;
	margin-bottom: 10px;
	background-image: url(img/top_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 55px;
	float: right;
	
}
.font_red {
	color: #E06D7E;
}

.font_blue {
	color: #0000FF;
	font-weight: normal;
}
.font_red16 {
	color: #E06D7E;
	font-size: 16px;
	font-weight: bold;
}

.font_blue16 {
	color: #0000FF;
	font-weight: bold;
	font-size: 16px;
}

#main table.table1 th.col1 {
	background-color: #CCCCCC;
	
}
#main table.table1 th.col2 {
	background-color: #CCCCCC;
	
}
#main table.table1 th.col3 {
	background-color: #CCCCCC;
	
}
#main table.table1 th.col4 {
	background-color: #4B944B;
	
}
#main table.table1 th.col5 {
	background-color: #4B944B;
	
}
#main table.table1 th.col6 {
	background-color: #4B944B;
	
}
#main table.table1 th.col7 {
	background-color: #4C6395;
	
}
#main table.table1 th.col8 {
	background-color: #4C6395;
	
}
#main table.table1 th.col9 {
	background-color: #94794B;
	
}
#main table.table1 th.col10 {
	background-color: #94794B;
	
}
#main table.table1 th.col11 {
	background-color: #94794B;
	
}
#main table.table1 th.col12 {
	background-color: #94794B;
	
}

#footer {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 70px;
	padding-top: 80px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}#footer .foot_contact {
	float: left;
}
#footer .foot_right {
	text-align: right;
	float: right;
	width: 400px;
}
#footer .foot_link {
	margin-bottom: 5px;
}
#footer .foot_copyright {
	float: right;
}
