@charset "utf-8";

/***********************

***********************/
body{
	margin:0;
	padding:0;
	text-align:center;
	background:url(../img/indexbg.jpg) center center no-repeat;
	background-color:#F2EBE1;
}

html {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}


#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:1200px;
	height:750px;
	text-align:center;
/*	background:url(../img/indexbg.jpg) center center no-repeat;*/
}

/***********************
	メインボックス
***********************/
#info_box {
	position:absolute;
	left:497px;
	top:202px;

	width:711px;
	height:460px;

	padding:15px;

	text-align:left;
	background:url(../img/menu.png) no-repeat;
}

.title{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#CC0000;

	/* firefox */
	text-shadow: 1px 1px 1px #000000;

	/* IE */
	width: 100%;
	filter: dropshadow(color=#000000, offx=1, offy=1, positive=1);
}

p{
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	color:#883d3a;
	margin-left:20px;

	/* firefox */
	text-shadow: 1px 1px 1px #ffffff;

	/* IE */
	width: 100%;
	filter: dropshadow(color=#ffffff, offx=1, offy=1, positive=1);
}



#lond{
	position:absolute;
	top:400px;
	left:400px;
	width:200px;
	height:20px;
	
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

	font-size:18px;
	font-weight:bold;
	color:#883d3a;

	/* firefox */
	text-shadow: 1px 1px 1px #ffffff;

	/* IE */
	filter: dropshadow(color=#ffffff, offx=1, offy=1, positive=1);
	
}

#slime{
	position:absolute;
	top:400px;
	left:653px;
	width:36px;
	height:36px;
}


/*==========================
　リンク
==========================*/

a:link {
	color:#ffffee;
	text-decoration:none;
}

a:visited {
	color:#ffffee;
	text-decoration:none;
}

a:hover {
	color:#CC0000;
	text-decoration:none;
}

a:active {
	color:#CC0000;
	text-decoration:none;
}
