@charset "utf-8";
/* ベントナイト */

body * {
	line-height:140%;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color:#8ed676;
}
* {
	margin: 0;
	padding: 0;
}
p {
	line-height:140%;
}
#bgBox {
	width:100%;
	background:url("../images/common/bentBg.jpg") repeat-x left top #FFFFFF;
}
#main {
	margin:0 auto;
	width:780px;
	background-color:#FFF;
}
#main, #footer {
	font-size:80%;
	color:#000000;
}
li {
	list-style:none;
}
img {
	border:none;
}

/* table
------------------------------------------------------------------------*/
table {
	margin-bottom:15px;
}
td {
	padding:5px 5px;
	border-left:solid 1px #95d893;
	border-bottom:solid 1px #95d893;
}
td.noBorder {
	border:none;
}
td.noBorderB, th.noBorderB {
	border-bottom:none;
}
td.noBorderL, th.noBorderL {
	border-left:none;
}
td.colorYellow {
	background-color:#fafecd;
}
td.colorGreen {
	background-color:#eeffe1;
}
th {
	padding:5px 3px;
	background-color:#bbe8a8;
	border-bottom:solid 1px #95d893;
	color:#248800;
}
th.leftText {
	text-align:left;
}
th.leftLine {
	border-left:solid 1px #95d893;
}

/* rightMenu
------------------------------------------------------------------------*/
#rightMenu ul {
	margin:0 0 0 5px;
	padding:0;
}

/* text
------------------------------------------------------------------------*/
p.bold {
	margin-top:13px;
	margin-left:5px;
	font-size:15px;
	color:#539b39;
	font-weight:bold;
}
.attention {
	color:#539b39;
}
.iconLink, .iconTxt, .iconList {
	margin-bottom:5px;
}
.iconLink img {
	margin-right:4px;
}
.iconTxt img {
	margin-right:4px;
}
.iconList img {
	margin-right:4px;
}
.longIconListBox {
	margin-bottom:10px;
	width:95%;
}
.longIconList {
	float:left;
}
.longIconList img {
	position:relative;
	top:5px;
	margin-right:4px;
}
.longIconListTxt {
	float:left;
	width:95%;
}

/* link
------------------------------------------------------------------------*/
a {
	overflow:hidden;
}
a:link {
	color:#217901;
}
a:visited {
	color:#217901;
}
a:hover {
	color:#217901;
	text-decoration:none;
}
a:active {
	color:#217901;
	text-decoration:none;
}

/* header
------------------------------------------------------------------------*/
#header {
	padding:10px 20px 10px 20px;
}
#header a:link {
	color:#217901;
	text-decoration:none;
}
#header a:visited {
	color:#217901;
	text-decoration:none;
}
#header a:hover {
	color:#217901;
	text-decoration:underline;
}
#header a:active {
	color:#217901;
	text-decoration:none;
}
h1 {
	float:left;
}
#header .hlinkBox {
	width:250px;
	float:right;
}
#header ul {
	margin:0px;
	float:right;
	width:250px;
}
#header li {
	float:right;
}
#header ul li.hQandA {
	margin-right:10px;
}
#header ul li.hMail {
	margin-right:10px;
}
#header ul li img {
	position:relative;
	top:1px;
	margin-right:4px;
}
#header .slogan {
	float:right;
	margin-bottom:5px;
}

/* mainMenu
------------------------------------------------------------------------*/
#globalMenu ul#navi {
	margin:0 auto;
	width:780px;
}
#globalMenu ul#navi li {
	float:left;
	list-style-type:none;
}

/* leftMenu
------------------------------------------------------------------------*/
#leftMenu ul#lNavi {
	margin:0 auto 20px;
	width:196px;
}
#leftMenu ul#lNavi li {
	list-style-type:none;
}
#leftMenu ul#lNavi li img {
	vertical-align:bottom;
}
#leftMenu #groupLinkBox {
	border-left:solid 1px #7bcd7b;
	border-bottom:solid 1px #7bcd7b;
	border-right:solid 1px #7bcd7b;
}
#leftMenu #groupLinkBox .groupLink {
	margin:0 auto;
	padding:3px 0px;
	width:184px;
	background-color:#FFFFFF;
}
#leftMenu #groupLinkBox .groupLink p {
	margin:10px 0 8px 8px;
}
p.pan {
	margin:0 0 13px 0;
	font-size:80%;
	color:#888888;
}

/* contents
------------------------------------------------------------------------*/
#contents {
	margin:10px auto 0;
	width:750px;
}
#contents #leftMenu {
	float:left;
	width:196px;
}
#contents #rightMenu {
	float:right;
	width:529px;
}
h2 {
	line-height:0;
	font-size:1px;
}
h4 {
	margin-top:15px;
	margin-left:5px;
	padding-top:4px;
	padding-left:17px;
	padding-bottom:10px;
	width:498px;
	display:block;
	/*height:37px;*/
	font-size:115%;
	color:#539b39;
	font-weight:bold;
	background:url("../images/common/bentSubTitleBg.gif") no-repeat left bottom;
}
@media print {
h4 {
	padding-left:8px;
	height:23px;
	border-left:5px solid #e9f563;
	border-bottom:3px double #bee0b2;
	background:none;
}
}
#contents .contentsIndent {
	margin:10px 10px 40px 13px;
}
#contents .contentsIndent2 {
	margin-left:13px;
}
#contents table.contentsIndent2 {
	width:95%;
}
#contents .contentsIndent .end {
	margin-bottom:15px;
}

/* footer
------------------------------------------------------------------------*/
#footer {
	margin:0 auto;
	padding-top:20px;
	padding-bottom:30px;
	width:100%;
	background:url("../images/common/bentBgFooter.jpg") repeat-x left top #8ed676;
}
#footer a:link {
	color:#217901;
	text-decoration:none;
}
#footer a:visited {
	color:#217901;
	text-decoration:none;
}
#footer a:hover {
	color:#217901;
	text-decoration:underline;
}
#footer a:active {
	color:#217901;
	text-decoration:none;
}
#footer ul {
	margin:0 auto;
	width:560px;
}
#footer li {
	float:left;
}
#footer ul li.fMember {
	width:120px;
	margin-right:10px;
}
#footer ul li.fPrivacy {
	width:200px;
	margin-right:10px;
}
#footer ul li.fLink {
	width:70px;
	margin-right:10px;
}
#footer ul li.fDownload {
	width:130px;
}
#footer ul li img {
	position:relative;
	top:1px;
	margin-right:4px;
}
#footer .copyright {
	margin-top:10px;
}
#gotoTop {
	margin-top:30px;
	margin-bottom:15px;
	padding-right:15px;
	text-align:right;
}
#gotoTop img {
	position:relative;
	top:2px;
	margin-right:3px;
}
.gotoTop2 {
	padding-right:15px;
	padding-left:15px;
	margin-bottom:40px;
	background:url("../images/common/bentIconGoTop.gif") no-repeat left center;
	text-align:right;
}

/* AdobeReader
------------------------------------------------------------------------*/
div.getAdobereader {
	position:static;
	width:420px;
	height:auto;
	margin:25px 30px 30px 12px;
	padding:8px 12px;
	border:1px #dddddd solid;
}
div.getAdobereader p {
	margin:0;
	padding:0;
}
#AdobeLink {
	padding-top:10px;
	width:400px;
}
#AdobeLink .LinkL {
	float:left;
	padding:10px 0 0 5px;
	width:270px;
	text-align:left;
}
#AdobeLink .LinkR {
	float:left;
	width:120px;
	text-align:center;
}

/* clearfix
------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* end MacIE5 */

.clearHidden {
	clear:both;
	display:block;
	height:0;
	margin:0;
	padding:0;
	border:none;
	visibility:hidden;
}

