@charset "utf-8";

/* LAYOUT */
html,body {
	height: 100%; 
}
/*html {	text-align: center; background: url(http://yds-wcv.jp/common/img/background02.gif) center repeat-y;}*/

body {
	text-align: center; background:#fff url(../img/body_bg.jpg) repeat-y center;
}

/* for Safari */
html:not(:only-child:only-child) body { padding-left: 1px; }

/* for Firefox */
html:not([lang*=""]) body { padding-right: 1px; }

#MainContainer {
	width: 900px; margin-left: auto; margin-right: auto; margin-top: 20px; 
}


/* GLOBAL NAVIGATION */
#GNAVIBG {
	/*width: 100%; height: 41px; background-image: url(../img/line_gnavi.gif); background-position: top; background-repeat: repeat-x;*/ 
	width: 100%; height: 41px; 

}
#GlobalNaviArea {
	width: 900px; height: 41px; margin-left: auto; margin-right: auto; 
}
ul#nav {
	list-style: none; width: 900px; height: 41px; margin-left: auto; margin-right: auto; 
}
ul#nav li {
	float: left; width: 180px; height: 41px; 
}


/* HEADER */
#Header {
	/*width: 100%; height : 140px; background-color : white;*/ 
	width: 100%; height : 140px; background:#fff url(../img/body_bg.jpg) repeat-y center; 
}
#HomeHeadImage {
	width: 100%; height: 500px; background:#fff url(../img/body_bg.jpg) repeat-y center; 
}
#HeaderIn {
	width: 900; height : 140px; margin-left: auto; margin-right: auto; 
}


/* FOOTER */
#Footer {
	width: 900px; margin-top: 40px; margin-left: auto; margin-right: auto; 
}
#FooterLine {
	/*width: 100%; height: 8px; background-image: url(../img/line_footer.gif); background-repeat: repeat-x;*/ 
	width: 100%; height: 8px; 
}
#CopyRight {
	width: 900px; margin-left: auto; margin-right: auto; margin-top: 8px; padding-bottom: 16px; 
}
