@charset "utf-8";


/*----------------------------------------------------

	waku

----------------------------------------------------*/



#wrapper {
	width: 100%;
}



#container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background: url(../../../common/bg1.png) repeat-y;
	padding-right: 16px;
	padding-left: 16px;
	position: relative;
}



/*----------------------------------------------------

	header

----------------------------------------------------*/



header {
	background: url(../../../common/header_bg.jpg) repeat-x;
}



#lang {
	position: absolute;
	left: 640px;
	top: 0px;
}



#lang li {
	float: left;
	height: 21px;
	width: 70px;
}



h1 {
	height: 146px;
	width: 616px;
	background: url(../../../common/logo.png) no-repeat;
	text-indent: -9999px;
	clear: both;
}



h1 a {
	display: block;
	height: 146px;
	width: 225px;
}



.siteTitle {
	position: absolute;
	height: 96px;
	width: 381px;
	left: 409px;
	top: 18px;
}



nav {
	clear: both;
	background: url(../../../common/menu_bg.jpg) repeat-x;
	padding-right: 15px;
	padding-left: 15px;
	height: 40px;
}



#gMenu li {
	float: left;
	width: 250px;
}



/*----------------------------------------------------

	pan kuzu

----------------------------------------------------*/



.pankuzu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	padding-left: 20px;
	_margin-bottom: 20px;
}



.pankuzu li {
	background: url(../../../common/arrow1.gif) no-repeat 0px 5px;
	padding-left: 8px;
	float: left;
	margin-right: 10px;
	font-size: 12px;
}



/*----------------------------------------------------

	contents

----------------------------------------------------*/



#contents {
	/*width: 100%;*/
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 130px;
	_padding-bottom: 0px;
	overflow: hidden;
}



#mainContents {
	overflow: hidden;
	padding-bottom: 30px;
}




/*----------------------------------------------------

	aside

----------------------------------------------------*/



aside {
	float: left;
	width: 180px;
	margin-right: 34px;
	background: url(../../../common/contents_bg.jpg) no-repeat;
	display: inline;
	height: 490px;
}



#sideMenu li {
	height: 27px;
	width: 159px;
	background: url(../../../common/side_menu_btbg1.jpg);
	padding-left: 21px;
	padding-top: 4px;
}



#sideMenu .menuL {
	height: 41px;
	width: 159px;
	background: url(../../../common/side_menu_btbg2.jpg) no-repeat;
	padding-left: 21px;
	padding-top: 4px;
	line-height: 120%;
}



#sideMenu .menuL2 {
	height: 39px;
	width: 159px;
	background: url(../../../common/side_menu_btbg2.jpg) no-repeat;
	padding-left: 21px;
	padding-top: 6px;
	line-height: 120%;
	font-size: 85%;
}



/*----------------------------------------------------

	mainBox

----------------------------------------------------*/



#mainBox {
	float: right;
	width: 526px;
}



#mainBox p {
	margin-bottom: 30px;
}



h2 {
	margin-bottom: 20px;
}



h3 {
	color: #FF9900;
	font-size: large;
	margin-bottom: 10px;
}



#mainBox .toJapaneseBt {
	/*text-align: center;*/
	margin-top: 50px;
	height: 50px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}



/*----------------------------------------------------

	footer

----------------------------------------------------*/



footer {
	clear: both;
	font-size: 0.8em;
	line-height: 1.5;
	color: #FFFFFF;
	position: fixed /*!important*/;
	/*position: absolute;*/
    bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background: url(../../../common/footer_bg2.jpg) repeat-x left top;
	color: #fff;
	z-index:100;
    /* IE6対策（位置固定） */
    /*_position: absolute;
	_height: 200px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-200)+'px');*/
}


/*IE6対策*/
* html footer {
	clear: both;
	font-size: 0.8em;
	line-height: 1.5;
	color: #FFFFFF;
	position: static;
	width: 100%;
	background: url(../../../common/footer_bg2.jpg) repeat-x left top;
	height: 130px;
}



#footerBt {
	width: 360px;
	height: 50px;
	background: url(../../../christopher/css%20-%20%E3%82%B3%E3%83%94%E3%83%BC/none) no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


/*IE6対策*/
* html #footerBt {
	/*width: 812px;*/
	width: 360px;
	height: 50px;
	background: url(../../../christopher/css%20-%20%E3%82%B3%E3%83%94%E3%83%BC/none) no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right:226px;
	padding-left:226px;
}



#footreMenu {
	background: #003E88;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}



footer a:link,footer a:visited,footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}



footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}



#pageTop {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 92px;
	clear: both;
	position: absolute;
	left: 570px;
	top: 32px;
	/*IE6対策*/
	_left: 796px;
}



#footreMenu .counter {
	padding-bottom:10px;
}
