@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  レイアウト
	
 ---------------------------------------------- */




body{
	background-image: url(../images/bg_top.jpg);
	background-color: #168727;
	background-repeat: repeat-x;
	}
	
	
#wrapper{
	width:1024px;
	margin:0 auto;
	}

	
#container{
	width:960px;
	height:630px;
	background: url(../images/top_main.jpg) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#contents{
	width:900px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

/* ---------- 左側 ---------- */
#left_area{
	width: 660px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* ---------- 右側 ---------- */
#right_area{
	width: 240px;
	float: right;
	margin: 0px;
	padding: 0px;
}

/* ---------- ヘッダー ---------- */
#header{
	width: 660px;
}

#logo{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:150px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

#oa_start{
	background: url(../images/oa_start.gif) no-repeat;
	height:60px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

#oa_start2{
	background: url(../images/oa_start02.gif) no-repeat;
	height:31px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

#oa_time{
	background: url(../images/oa_time.gif) no-repeat;
	height: 66px;
	text-indent: -9999px;
}

#oa_time2{
	background: url(../images/oa_time02.gif) no-repeat;
	height: 66px;
	text-indent: -9999px;
}

/* ---------- お知らせエリア ---------- */
#area_info{
	float: left;
	background-image: url(../images/info_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 200px;
	margin-bottom: 20px;
}

#area_title{
	background: url(../images/title_info.gif) no-repeat;
	text-indent: -9999px;
	width:240px;
	height:38px;
}

ul.info li {
text-align: left;
padding-top:10px;
padding-left:18px;
}

/* ---------- ナビゲーション ---------- */

#navi {
	float: left;
	width: 255px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navi li,#navi li a{
	list-style: none;
	text-indent: -9999px;
	height: 75px;
	width: 255px;
	display: block;
}

#NaviAbout{
	background: url(../images/navi.gif) no-repeat 0px 0px;
}

#NaviAbout a:hover{
	background: url(../images/navi.gif) no-repeat -255px 0px;
}

#NaviCharacter{
	background: url(../images/navi.gif) no-repeat 0px -75px;
}

#NaviCharacter a:hover{
	background: url(../images/navi.gif) no-repeat -255px -75px;
}

#NaviMusic{
	background: url(../images/navi.gif) no-repeat 0px -150px;
}

#NaviMusic a:hover {
	background: url(../images/navi.gif) no-repeat -255px -150px;
}

#NaviStaff{
	background: url(../images/navi.gif) no-repeat 0px -225px;
}

#NaviStaff a:hover {
	background: url(../images/navi.gif) no-repeat -255px -225px;
}

/* ---------- サブエリア ---------- */

#area_sub{
	float: left;
	margin: 0px;
	padding: 0px;
}

#sub_navi {
	width: 240px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 270px;
}

#sub_navi li,#sub_navi li a, #sub_mobile li a {
	list-style: none;
	text-indent: -9999px;
	height: 90px;
	width: 240px;
	display: block;
}

#sub_mobile{
	background: url(../images/sub_navi01.gif) no-repeat 0px 0px;
}

#sub_mobile a:hover{
	background: url(../images/sub_navi01.gif) no-repeat -240px 0px;
}

#sub_present{
	background: url(../images/sub_navi02.gif) no-repeat 0px 0px;
}

#sub_present a:hover{
	background: url(../images/sub_navi02.gif) no-repeat -240px 0px;
}

#sub_other{
	background: url(../images/sub_navi03.gif) no-repeat 0px 0px;
}

#sub_other a:hover{
	background: url(../images/sub_navi03.gif) no-repeat -240px 0px;
}

/* ---------- 公式サイトエリア ---------- */
#area_official {
	clear: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#sub_official{
	background: url(../images/bnr_site.gif) no-repeat;
	height:48px;
}

#sub_official a{
	height:48px;
	text-indent: -9999px;
	display: block;
}


/* ---------- フッター ---------- */
#footer{
	width:1024px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
}
#footer_top {
	background-image: url(../images/copy_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
