@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}
body {
	background-repeat: no-repeat;
	margin-top: 0px;
}

#clear {
	clear: both;
	}

/* COMMON STYLE & WRAPPER -------------------------------- */

li {
	list-style-type: none;
}

#container {
	margin:0 auto;
	text-align:center;
    background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/sub_top_bg.jpg);
	line-height: 0px;
  clear : both;

}
#wrapper {
	width:1135px;
	padding-bottom:50px;
	margin:0 auto;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/sub_top_bg.jpg);
	line-height: 0px;
}
/* HEADER(logo&menu) -------------------------------- */

#header {
	padding-top: 0px;
	width:1295px;
	height:113px;
	position: relative;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-image:url(images/sub_menu_bg.jpg)
}
#header h1 {
	float: left;
	margin: 0 auto;
}
#sub_menu {
	float:left;
	position:relative;
	top:50px;
	width: 722px;
	left:-22px;
	height: 50px;
}
/* main-page_base -------------------------------- */	
#contents_main {
	width: 947px;
	line-height: 0px;
	margin: 0 auto;
	min-height: 1em;
	display: inline-table;
}
/* CONTENTS_L -------------------------------- */	
#contents_l {
	float:left;
	width: 228px;
	height: 423px;
	margin-right:20px;
	background-color:#363636;
	background-image:url(images/sub_left.jpg);
	border-width: 1px;
	border-style:solid;
	border-color: #000000;
}

#contents_ll {
	float:left;
	width: 228px;
	margin-right:20px;
	background-color:#363636;
	background-image:url(images/sub_left.jpg);
	background-repeat:no-repeat;
	border-width: 1px;
	border-style:solid;
	border-color: #000000;
	padding-bottom:45px;
}

#contents_lll {
	float:left;
	width: 228px;
	margin-right:20px;
	background-color:#363636;
	background-image:url(images/sub_left.jpg);
	background-repeat:no-repeat;
	border-width: 1px;
	border-style:solid;
	border-color: #000000;
	padding-bottom:95px;
}


#contents_l h2 {
	text-align:center;
	margin-top: 25px;
	margin-left:25px;
}
/*IE7*/
*:first-child+html #contents_l h2 {
	text-align:center;
	margin-top: 25px;
	margin-left:25px;
}
/*IE6*/
*html #contents_l h2 {
	text-align:center;
	margin-top: 25px;
	margin-left:25px;
}
/* CONTENTS_R -------------------------------- */	
#contents_r {
	overflow:auto;
	float: right;
	width: 689px;
	background-image:url(images/sub_right.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	border-width: 1px;
	border-style:solid;
	border-color: #000000;
	padding-bottom:50px;
}

#contents_rr {
	
	width: 689px;
	overflow:hidden;
	height:513px;
	background-color:#FFF;
	border-width: 1px;
	border-style:solid;
	border-color: #000000;
}
/* CONTENTS_C -------------------------------- */	
#contents_c {
	overflow:auto;
	width: 957px;
	background-image:url(images/sub_center.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	min-height:430px;
	border-width: 1px;
	border-style:solid;
	border-color: #000000;
	padding-bottom:50px;
}
#contents_cc {
	overflow:auto;
	width: 957px;
	background-image:url(images/sub_center.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	border-width: 1px;
	border-style:solid;
	border-color: #000000;
	padding-bottom:50px;
}

/* FOOTER -------------------------------- */	
#footer {
	position: relative;
	height: 123px;
	width: 971px;
	top:25px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
/* falcom logo -------------------------------- */	
#falcomlogo {
	display:block;
	position:absolute;
	top: 80px;
	left:745px;
	width:143px;
	height:31px;
	margin: 0 auto;
}