@charset "UTF-8";

/*==================================================
	1.reset
	2.body
	3.link
	4.clearFix
	5.rayout
		#header
		#globalNav
		#container
		#mainContents
		#sidebar
		#footer
===================================================*/
/*-------------------------------------------------
	1.reset
---------------------------------------------------*/
body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,
blockquote,address,
th,td {
	margin:0;
	padding:0;
}
fieldset {
	border:0;
}
noscript{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
	list-style-position:outside;
}
ol{
	list-style-position:outside;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th {
	text-align:left;
}
img{
	border:none;
	vertical-align:bottom;
}
p,h1,h2,h3,h4,h5,h6,th,td,li{
	font-style:normal;
	font-weight:normal;
	font-size:90%;
}
address,caption,cite,code,dfn,em,var {
	font-style:normal;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,textarea,select {
	/* *font-size:100%; -only case use fontrisizing- */
}
/* because legend doesn't inherit in IE */
legend {
	color:#000;
}

/*-------------------------------------------------
	2.body
---------------------------------------------------*/
body{
	font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif,Osaka;
	font-size:100.01%;
	text-align:center;
	margin:0 auto;
	color:#000000;
	background-color: #EBF0E5;
}
a:hover img{
	opacity: 0.7; 
	filter: Alpha(opacity=70);
}

/*-------------------------------------------------
	3.link
---------------------------------------------------*/
a,
a:visited{
	text-decoration:underline;
}
a:hover,
a:active{
	text-decoration:none;
}

/*-------------------------------------------------
	4.clearFix
---------------------------------------------------*/
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;

	visibility: hidden;
}
.clearFix {
	display:inline-block;
}
/*Hides from IE-mac \*/
* html .clearFix {
    height: 1%;}
.clearFix {
    display: block;}
/*End hide from IE-mac */
/* IE7 */
*:first-child+html .clearFix {
     height: 1%;
}


/*-------------------------------------------------
	5.rayout
		#header
		#topMainVis
		#container
		#mainContents
		#sidebar
		#globalNav
		#sideInfo
		#pagetop
		#footer
---------------------------------------------------*/
/* #header ------------------------ */
#header {
	clear: both;
	text-align: left;
	background: url(../../images/common/headbg.png) repeat-x top left;
	color: #FFF;
}
#headerInner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 100px;
	background: url(../../images/common/headinnerbg.png) no-repeat right top;
}
#headerInner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}	
#headerInner h1 {
	display: block;
	padding: 24px 0 8px 22px;
	font-size: 30px;
	line-height: 100%;
}
#headerInner h1 a {
	color: #FFF;
	text-decoration: none;
}
#headerInner p {
	display: block;
	padding: 0 0 0 22px;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
}
#headerInner p#btn_eng {
	display: block;
	width: 77px;
	height: 40px;
	position: absolute;
	top: 29px;
	right: 95px;
}


/* #topMainVis ------------------------ */
#topMainVis {
	margin: 0 0 25px 0;
	background: url(../../images/topMainVisBg.png) repeat-x left bottom;
}


/* #container ------------------------ */
#container {
	clear: both;
	width: 980px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
	background: url(../../images/common/containerBg.png) repeat-y left top;
}
#containerInner {
	padding: 40px 0 0 0;
	background: url(../../images/common/containerInnerBg.png) no-repeat left top;
}
#containerInner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}

/* #mainContents ------------------------ */
#mainContents {
	float: right;
	width: 650px;
	padding: 0 40px 40px 0;
	text-align: left;
}
#mainContents:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}


/* #sidebar ------------------------ */
#sidebar {
	float: left;
	width: 210px;
	padding: 0 0 0 40px;
	text-align: left;
}
#sidebar p {
	margin: 0 0 20px 0;
}
#sidebar a:hover img{
	opacity: 0.7; 
	filter: Alpha(opacity=70);
}
/* #globalNav ------------------------ */
#globalNav {
	clear: both;
	margin: 0 0 30px 0;
	border-top: solid 1px #9FB77F;
	border-left: solid 1px #9FB77F;
}
#globalNav h3 {
	clear: both;
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	color: #FFF;
	border-right: solid 1px #9FB77F;
	border-bottom: solid 1px #9FB77F;
	background: url(../../images/common/navTitleBg.png) repeat-x left top #A0B880;
}
#globalNav ul {
	list-style-type: none;
}
#globalNav ul li {
	border-right: solid 1px #9FB77F;
	border-bottom: solid 1px #9FB77F;
}
#globalNav ul li a {
	display: block;
	padding: 13px 10px;
	font-size: 15px;
	list-style-type: none;
	color: #000;
	text-decoration: none;
}
#globalNav ul li a:hover {
	background: #EBF0E5;
}
#globalNav ul li a.cr {
	background: #EBF0E5;
}
#globalNav ul li ul#subNav {
}
#globalNav ul li ul#subNav li {
	color: #646464;
	border-top: dotted 1px #9FB77F;
	border-right: none;
	border-bottom: none;
	background: url(../../images/common/subNavIcon.png) no-repeat 14px center;
}
#globalNav ul li ul#subNav li a {
	padding: 4px 10px 4px 26px;
	font-size: 14px;
	color: #646464;
}
#globalNav ul li ul#subNav li a:hover {
	background: url(../../images/common/subNavIcon.png) no-repeat 14px center #EBF0E5;
}
#globalNav ul li ul#subNav li a.cr {
	background: url(../../images/common/subNavIcon.png) no-repeat 14px center #EBF0E5;
}


/* #sideInfo ------------------------ */
#sideInfo {
	clear: both;
}
#sideInfo p {
	margin: 0 0 30px 0;
}
#sideInfoBox {
	border: solid 1px #9FB77F;
}
#sideInfoBox h3 {
	padding: 12px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	border-bottom: solid 1px #9FB77F;
}
#sideInfoBox p {
	font-size: 14px;
	margin: 10px 15px;
}
#sideInfoBox p.add {
	font-size: 12px;
}


/* #pagetop ------------------------ */
#pagetop {
	clear: both;
	position: relative;
	width: 980px;
	margin: 0;
	padding: 50px 0 0 0;
	background: url(../../images/common/pagetopBg.png) no-repeat left bottom;
}
#pagetop p a {
	display: block;
	width: 108px;
	height: 24px;
	padding: 12px 0 0 42px;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	right: 40px;
	background: url(../../images/common/pagetopIcon.png) no-repeat 10px 5px #5E7A85;
}


/* #footer ------------------------ */
#footer {
	clear: both;
	margin: 25px 0 0 0;
	padding: 15px 0;
	color: #FFF;
	background: url(../../images/common/footerBg.png) repeat-x top left #9FB77F;
}
#footer p {
	width: 980px;
	margin: 0 auto;
	lihe-height: 100%;
	font-size: 12px;
}