@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Author:         Ota Shin(admin)
 Style Info:     いろいろ
----------------------------------------------------------- */


@charset "utf-8";

/*--

	__Reset
 
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td , marquee {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-- default --*/
body {
	margin :0;
	padding: 0;
	color:#333;
	font-size:small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/* background:url(../img/share/body_bg.gif) repeat; */
}


/* for IE7 */
*+html body { 
	font-family: "メイリオ","Meiryo";
	font-size: 75%; 

}

/* for IE6 */  
* html body {  
	font-size: 75%; 
} 
/*----------------------------------------------------
	Link
----------------------------------------------------*/

a {
	color:#FF3366;
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration:underline;
}

a:active {
}


/*----------------------------------------------------
	ログイン（セミナー）
----------------------------------------------------*/

body#game dl#seminarLogin{
	width:458px;
	height:408px;
	background:url(../img/game_in_bg.gif) no-repeat;
	margin:40px auto;
	padding:46px 46px;
}

body#game dl#seminarLogin dt{
	width:220px;
	height:55px;
	vertical-align:bottom;
	margin-bottom:15px;
}

body#game dl#seminarLogin dd{
	margin:0 0 20px 0;
}

body#game dl#seminarLogin dd input{
	width:446px;
	height:48px;
	padding:5px;
	font-size:2.5em;
	border:1px solid #ddd;
	margin:0;
}

body#game dl#seminarLogin dd#loginBtn input{
	width:270px;
	height:60px;
	padding:0;
}

/*----------------------------------------------------
	START ADD 2010.09.08 T.Sugihara
----------------------------------------------------*/
body#game p#companyLogo{
	width:510px;
	margin:20px auto 10px;
	text-align:reft;
}
/*----------------------------------------------------
	END ADD
----------------------------------------------------*/

body#game p#logoutBtn{
	width:510px;
	margin:20px auto 10px;
	text-align:right;
}

body#game div#error{
	width:480px;
	margin:20px auto 0;
	line-height:1.5;
	padding:0;
}

body#game div#error ul {
	width:460px;
	margin:0;
	padding:0;
}

body#game div#error ul li{
	width:460px;
	line-height:1.6;
	color:#f00;
	margin-bottom:5px;
	font-size:2.2em;
	font-weight:bold;
	text-align:center;

}


body#game ul#seminarIndex{
	width:458px;
	height:100%;
	background:url(../img/seminar_bg.gif)  no-repeat;
	margin:0 auto 0;
	padding:19px 46px 0;
}

body#game ul#seminarIndex li{
	width:458px;
	height:110px;
	vertical-align:bottom;
	margin-top:10px;
}

*:first-child+html body#game ul#seminarIndex li{
	float:left;
}

*html body#game ul#seminarIndex li{
	float:left;
}


body#game p#listFooter{
	width:550px;
	height:29px;
	vertical-align:bottom;
	margin:0 auto;
	clear:left;
}


body#game div#gameScreen{
	width:800px;
	margin:20px auto;
}

body#game div#gameScreen p#gameLogo{
	float:left;
	width:177px;
	height:92px;
	margin-bottom:20px;
	vertical-align:bottom;
}

body#game div#gameScreen p#termBtn a{
	width:100px;
	height:10px;
	float:right;
	line-height:1.2;
	text-align:center;
	padding:5px 10px 10px;
	background:#00a1c8;
	color:#fff;
	text-decoration:none;
	margin-top:67px;
}

body#game div#gameScreen p#termBtn a:hover{
	background:#006699;
}

body#game div#gameScreen p#gameField{
	width:900px;
	height:600px;
	clear:both;
	border:1px solid #f1f1f1;
	background:#ddd;
}

body#game div#gameScreen div#gameField{
	width:900px;
	height:600px;
	clear:both;
	border:1px solid #f1f1f1;
	background:#ddd;
}

/*----------------------------------------------------
	Phase2：経営シミュレーションゲーム用
----------------------------------------------------*/
body#game div#gameScreen #gameField2{
	width:800px;
	height:600px;
	clear:both;
	border:1px solid #f1f1f1;
	background:#ddd;
}