<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/*-------------ヘッダー--------------*/
#header{
	background-image:url(../images/header_base.jpg);
}


/*-------------メイン--------------*/

body#index #main,#info{
	width:856px;
}

body#index #main{
	background:#FFF url(../images/main3.jpg) no-repeat;
	height:623px;
	position:relative;
}

body#index #info{
	background:#FFF url(../images/info.jpg) no-repeat;
	height:137px;
	position:relative;
}

/*---------------メインメニュー----------------*/
body#index ul#menus{
	position:absolute;
	top:380px;
	left:0;
	margin:0;
	padding:0;
	list-style-type:none;
}

body#index ul#menus li a{
	display:block;
	width:398px;
	height:36px;
	font-size:1px;
	text-indent:-9000px;
	overflow:hidden;
	margin-bottom:7px;
	background-repeat:no-repeat;
	background-position:0 0;
}

body#index ul#menus li a#culture{
	background-image:url(../images/menu01.gif);
}
body#index ul#menus li a#ai_edit{
	background-image:url(../images/menu02.gif);
}
body#index ul#menus li a#scenarios{
	background-image:url(../images/menu03.gif);
}
body#index ul#menus li a#custom{
	background-image:url(../images/menu04.gif);
}

body#index ul#menus li a:hover{
	background-position:0 -36px;
}

body#index ul#menus li a#tendou{
	height:26px;
	font-size:1px;
	text-indent:-9000px;
	overflow:hidden;
	margin-top:11px;
	background-image:url(../images/menu99.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
	
body#index ul#menus li a#tendou:hover{
	background-position:0 -26px;
}

/*--------------------シリーズ---------------------*/
#series_box{
	position:absolute;
	top:19px;
	right:16px;
	background-color:#eee;
	border:1px #000 solid;
	text-align:center;
	padding-bottom:5px;
}

#series_box #series_head{
	width:250px;
	height:15px;
	background-color:#000;
	color:#FFF;
	font-size:10px;
	text-align:center;
	margin-bottom:5px;
	padding-top:1px;
}

#series_box a{
	margin:5px;
}

/*-------------------- new ---------------------*/
#new{
 position: absolute;
 top:460px;
 left: 417px;
 width:157px;
 height:156px;
}
#new2{
 position: absolute;
 top:510px;
 left: 405px;
 width:32px;
 height:32px;
}
</pre></body></html>