@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
img {
	vertical-align: bottom;
	}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
*>html, *>body, *>#wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%; background: url(../cmn_img/bg_gmenu.png) repeat-x left top;
}

html{
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
	margin:0;
	_font-size:66.66%;
	min-width:980px;
	background-color:#F6F6F6;
	color: #333333;
	font: 12px/130% "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height:160%;
}
body#map > #wrapper {
background: none;
}
body#map{
	background-color:#FFF;
}
a{
	text-decoration:underline;
	outline:none;
	color: #07723C;
}
a:hover{
	text-decoration:none;
}
a.noborder{
	text-decoration:none;
	color: #333333;
}
.clr{clear:both;}

.blk{display:block;}

.strong{font-weight:bold;}

.pagetop{
	text-align:right;
	margin-right: 40px;
	clear:both;
}

.bold{font-weight:bold;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.hid{
	visibility:hidden;
	}

.left{
	float:left;
}

.right{
	float:right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}

.imgLeft{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imgLeft2{
	float:left;
	margin-right: 20px;
}
.mb20{
	margin-bottom:20px;
	}
.mb10{
	margin-bottom:10px;
	}
.imgRight{
	float:right;
	margin-left: 20px;
}
.imgRight2{
	float:right;
	margin-left: 10px;
}
.textGreen{
	color:#00661A;	
	}
.textRed{
	color:#F00;	
	}
.textOrange{
	color:#FB4204;	
	}
.borderImg{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.sikiri{
	border-bottom: 1px dotted #666666;
	margin-bottom: 20px;
	width:700px;
	}
/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
	overflow:auto;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.paper{
	background-image: url(/country/img/country_bg.png);
	background-repeat: repeat;
	}