@charset "UTF-8";

/* -------------------------------------------------------------
作成: 2008.12.5
最終更新日: 2010.12.17
作成者: NT
最終編集者: TS

layout.css： レイアウト関連のCSSファイル読み込み・大外枠指定
------------------------------------------------------------- */

/* -------------------------------------------------------------
大外枠指定
------------------------------------------------------------- */

#container {
	background:url(../image/mainvisual.jpg) no-repeat center top;
	width:850px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
}

/* -------------------------------------------------------------
header
------------------------------------------------------------- */

#header {
	width:850px;
	height:720px;
	margin:0 auto;
	padding:0;
}

#header h1 {
	margin:0;
	padding:0;
	line-height:0;
	text-indent:-9999px;
	font-size:0;
}

/* -------------------------------------------------------------
メイン部分の枠指定
------------------------------------------------------------- */

#mainArea {
	width:850px;
	margin:0 auto;
	padding:0;
}

#mainArea p {
	height:0;
	line-height:0;
	text-indent:-9999px;
	font-size:0;
}

#mainArea ul {
	width:650px;
	margin:10px auto 20px;
}

#mainArea ul li {
	padding-left:1em;
	text-indent:-1em;
}

#mainArea #event {
	text-align:center;
	margin:0 auto;
}

/* -------------------------------------------------------------
PSO2
------------------------------------------------------------- */

#mainArea #pso2 {
	width:584px;
	margin:0 auto;
	padding:30px 0 30px;
	text-align:left;
	margin:0 auto;
}

#mainArea #pso2 h2 {
	text-align:center;
	margin:0 auto 5px;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
}

#mainArea #pso2 p {
	height:auto;
	padding:5px 15px 0px 15px;
	line-height:15px;
	text-indent:0;
	font-size:12px;
	font-weight:bold;
}

#mainArea #pso2 a {
	margin:0 auto 5px;
}

/* -------------------------------------------------------------
footer
------------------------------------------------------------- */

#footer {
	width:850px;
	height:10px;
	margin:20px auto 13px;
	padding:0;
}

#footer #copyright {
	background:url(../image/copyright.gif) no-repeat center center;
	width:95px;
	height:10px;
	margin:0 auto;
	line-height:0;
	text-indent:-9999px;
	font-size:0;
}

#footer #sega {
	position:absolute;
	top:50px;
	right:16px;
	line-height:0;
	text-indent:-9999px;
	font-size:0;
}

#footer #sega a {
	width:70px;
	height:22px;
	display:block;
}

#footer #segapc {
	position:absolute;
	top:54px;
	right:94px;
	line-height:0;
	text-indent:-9999px;
	font-size:0;
}

#footer #segapc a {
	width:87px;
	height:16px;
	display:block;
}
