/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #333;
	background: #EEE;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td 
{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 110%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #CCC;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

*{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: px;
}

a{color:#006633;}
a:link{	text-decoration: none;}
a:visited{}
a:hover{}
a:active{}

.clearfix:after {
	content: url(../images/common/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

/*layout
------------------------------------------------------------------------------*/
body{
	background: #F6F3EF;
}
#wrap{
	width:100%;
}
#container{
	background: url(../images/common/bodybg.jpg) repeat-y;
	width:898px;
	padding-right:32px;
}
#rightContents{
	width:179px;
	padding:0 12px;
	float:right;
}
ul#gNavi, ul#gNavi li{
	margin:0;
	padding:0;
}
#mainContents{
	width:695px;
	float:left;
	font-size:14px;
	line-height:1.4;
}
#footer{
	clear:both;
	width:100%;
	height:100px;
	background: url(../images/common/footerbg-01.jpg) repeat-x;
}
#footerContents{
	width:930px;
	background: url(../images/common/footerbg-02.jpg) no-repeat;
	color: #FFFFFF;
	padding-right:45px;
}
#footerContents p{
	font-size: 12px;
	padding:55px 0 0 25px;
	width:633px;
	float:left;
}
#footerContents #footerLogo{
	display:block;
	float:right;
	width:230px;
	padding-top:42px;
}


/*rightContents
------------------------------------------------------------------------------*/
h1{
	padding-bottom:15px;
}
#rightContents a img{
 padding:0;
	margin:0;
}
.rightMenuTit{
	background: url(../images/common/rightmenutitline.jpg) no-repeat center bottom;
	width:179px;
	padding:35px 0 5px 0;
}
#titiIndex{
	display:block;
	float:left;
	width:46px;
}
#btnLang{
	width:80px;
	float:right;
	padding-bottom:2px;
}
ul#gNavi {
	clear:both;
}
ul#gNavi li#gnav01{
	height:46px;
}
ul#gNavi li#gnav02{
	height:43px;
}
ul#gNavi li#gnav03{
	height:44px;
}
ul#gNavi li#gnav04{
	height:43px;
}
ul#gNavi li#gnav05{
	height:45px;
}

ul#gNavi li#gnav06{
	height:43px;
}

ul#gNavi li#gnav07{
	height:43px;
}

#rightContents #btnMovi{
	margin-top:25px;
}




/*LowerRightContents
------------------------------------------------------------------------------*/
.lower{
	position:relative;
}
.lower #rightContents address{
	display:block;
	position: absolute;
	bottom: 120px;
	left:707px;
}

body#about .lower #rightContents address{
	_top: 1450px;
}

body#facilities .lower #rightContents address{
	_top: 1630px;
}

body#use .lower #rightContents address{
	_top: 825px;
}

/*mainContentsLower
------------------------------------------------------------------------------*/
#mainContentsLower{
	width:695px;
}
#lowerContents #pageRead p{
	padding-bottom:20px;
	width:540px;
}
#mainContentsLower h2{
	width:59px;
	padding:0 32px;
	float:left;
}
#lowerContents{
	width:540px;
	padding-right:31px;
	float:right;
}
#lowerContents h3{
	margin-bottom:30px;
}


