@charset "UTF-8";

/* ------- 基本設定ここから -------*/
body {
	color: #000;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック", "MS P Gothic",sans-serif;
	padding-bottom: 20px;
	background-color: #CCC;
}

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

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

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

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

li {
	list-style: none;
}
/* ------- 基本設定ここまで -------*/

/* ------- レイアウトここから -------*/
#pageInner {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	position: relative;
}

/*-----  logo ----- */
#wraptop {
	position: absolute;
	top: 10px;
	left: 10px;
}

#logo {
	float: left;
}

#message {
	width: 180px;
	height: 70px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
	font-size:12px;
	line-height: 15px;
	float: left;
}

#contents {
	clear: both;
}
/* ----- /logo ----- */

/* ----- navigation ----- */
#menu {
	position: absolute;
	right: 10px;
	bottom: 60px;
	background-image: url(../img/menu_key.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 126px;
	height: 47px;
	padding-bottom: 54px;
}

.menuItem {
	width: 90px;
	text-align: center;
	margin-bottom: 2px;
	margin-left: 20px;
	display: none;
}
/* ----- /navigation ----- */
/* ------- レイアウトここまで -------*/
