@charset "UTF-8";

/*--------------------------------------------------------------*/
/* 全ページ共通スタイル
/*--------------------------------------------------------------*/

* { margin: 0; padding: 0; }

body{
	height: 100%;
	background-color: #F3EFE4;
	color: #333333;
	font-size: 90%;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5em;
}

img { border: none; }
input, textarea { font-size: 100%;}
a:link { color: #FF6600 }
a:visited { color: #D19D87 }

br.clear{ clear: both; }

/*--------------------------------------------------------------*/
/* ヘッダー
/*--------------------------------------------------------------*/

#header{
	position: relative;
	width: 930px;
	height: 140px;
	margin: 10px auto 0 auto;
	z-index: 50;
}

#header h1 a{
	display: block;
	position: absolute;
	width: 197px;
	height: 82px;
	top: 25px;
	left: 0;
	z-index: 20;
}
#header h1 a:hover{
	top: 26px;
	left: 1px;
}

#header ul{ position: absolute; }
#header li{ list-style: none; }

#header li a{
	position: absolute;
	display: block;
	text-indent: -9999px;
	outline: none;
	background-repeat: no-repeat;
}


/*--------------------------------------------------------------*/
/* メニュー
/*--------------------------------------------------------------*/

#header ul a{ background-position: left top; }

#menu_about a{
	top: 95px;
	left: 145px;
	width: 99px;
	height: 62px;
	background-image: url(../img/menu_about.gif);
	z-index: 20;
}
#menu_characters a{
	top: 24px;
	left: 210px;
	width: 85px;
	height: 70px;
	background-image: url(../img/menu_chara.gif);
	z-index: 20;
}
#menu_process a{
	top: 80px;
	left: 290px;
	width: 72px;
	height: 73px;
	background-image: url(../img/menu_process.gif);
}
#menu_develop a{
	top: 22px;
	left: 355px;
	width: 94px;
	height: 67px;
	background-image: url(../img/menu_develop.gif);
	z-index: 20;
}
#menu_case a{
	top: 87px;
	left: 430px;
	width: 61px;
	height: 63px;
	background-image: url(../img/menu_case.gif);
}
#menu_profile a{
	top: 10px;
	left: 480px;
	width: 103px;
	height: 74px;
	background-image: url(../img/menu_profile.gif);
	z-index: 20;
}
#menu_dl a{
	top: 72px;
	left: 545px;
	width: 110px;
	height: 71px;
	background-image: url(../img/menu_dl.gif);
}
#menu_publicity a{
	top: 8px;
	left: 610px;
	width: 93px;
	height: 64px;
	background-image: url(../img/menu_publicity.gif);
}
#menu_request a{
	top: 68px;
	left: 680px;
	width: 124px;
	height: 62px;
	background-image: url(../img/menu_request.gif);
	z-index: 20;
}
#menu_inquiry a{
	top: 0;
	left: 770px;
	width: 78px;
	height: 67px;
	background-image: url(../img/menu_inquiry.gif);
}
#menu_charaprofile a{
	top: 68px;
	left: 826px;
	width: 106px;
	height: 63px;
	background-image: url(../img/menu_charaprofile.gif);
}


/*--------------------*/

#menu_about a:hover,
#menu_characters a:hover,
#menu_process a:hover,
#menu_develop a:hover,
#menu_case a:hover,
#menu_dl a:hover,
#menu_publicity a:hover,
#menu_profile a:hover,
#menu_request a:hover,
#menu_inquiry a:hover,
#menu_charaprofile a:hover{
	background-position: left bottom;
}


/*--------------------------------------------------------------*/
/* メイン
/*--------------------------------------------------------------*/


#main{
	position: relative;
	width: 900px;
	margin: 0 auto 40px auto;
	min-height: 255px;
	padding: 330px 15px 100px 15px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_middle.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#intro{
	position: absolute;
	top: 0;
	left: 0;
	width: 930px;
	height: 332px;
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
}

#main p.back{
	position: relative;
	margin: 50px 0 30px 0;
	text-align: center;
	clear: both;
	z-index: 21;
}
#main p.back a{
	color: #333333;
	text-decoration: none;
	font-style: normal;
}


/*-------------------------------------------------*/

#gototop{
	position: relative;
	clear: both;
	z-index: 20;
}

#gototop a{
	position: absolute;
	width: 53px;
	height: 36px;
	top: 17px;
	right: -5px;
}

#gototop img.poe{
	position: absolute;
	bottom: -69px;
	right: 0;
}


/*--------------------------------*/

#bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 930px;
	height: 231px;
	background-image: url(../img/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}


/*-------------------------------------------------*/

#footer{
	position: relative;
	width: 100%;
	height: 140px;
	padding: 15px 0 40px 0;
	background-image: url(../img/footer_bg.png);
	font-size: 85%;
	overflow: hidden;
}

#footer div{
	position: relative;
	width: 870px;
	margin: 0 auto;
}

#footer h2{
	margin-bottom: 20px;
	border-bottom: solid 1px #FDECC6;
}

#footer dl{
	float: left;
	margin-right: 15px;
	color: #FFFFFF;
	line-height: 1.5em;
}

#footer dt{
	line-height: 1.1em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	font-weight: bold;
	border-bottom: solid 1px #FCDEAD;
}

#footer dd{
	display: list-item;
	margin-left: 1.3em;
}

#footer dt,
#footer dd{ padding-right: 1em; }

#footer ul{
	position: absolute;
	top: 60px;
	right: 0px;
	list-style: none;
	clear: both;
	
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	line-height: 0;
}

#footer ul li{
	margin-bottom: 1px;
}


#footer address{
	position: absolute;
	top: 25px;
	right: 0;
}

#footer a:hover{
	color: #000000;
	font-weight: bold;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
#footer a:hover{ font-weight: bold; }


#footer h2 a:hover,
#footer ul a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}


/*-------------------------------------------------*/

#footer li{
	margin: 0;
	display: block;
}

/*-------------------------------------------------*/