@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:74.5%;
	font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:white;
	line-height:1.5;
}

body {
	overflow-y:scroll;
}

h1,h2,h3,h4,h5 {
	font-size:115%;
}


p {
	margin:0 0 1em;
	font-size:140%;
}

li {
	margin-left:25px;
	line-height:1.3;
}

img {
	border:0;
}


/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin:0;
	padding:5px 10px;
	background:#EC50B5 url(../../bg_header.gif) repeat-x;
	font-size:small;
	letter-spacing:1em;
}

/*-----------------------------------------------
 __openning
-----------------------------------------------*/

/*#openning {
	position:absolute;
	top:50%;
	left:50%;
	width:480px;
	height:36px;
	margin:-18px 0 0 -250px;
	padding:10px;
	color:black;
	text-align:center;
}

body > #openning {
	height:auto;
	min-height:140px;
}*/

.message-00 {
	position:absolute;
	top:50%;
	left:50%;
	width:612px;
	height:74px;
	margin:-37px 0 0 -306px;
	padding:0;
	color:black;
	text-align:center;
	z-index: 10;
}

body > .message-00 {
	height:auto;
	min-height:140px;
}

.message-01 {
	position:absolute;
	top:50%;
	left:50%;
	width:480px;
	height:36px;
	margin:-18px 0 0 -250px;
	padding:10px;
	color:black;
	text-align:center;
	z-index: 11;
}

body > .message-01 {
	height:auto;
	min-height:140px;
}

#openning h1 {
	margin-bottom:5px;
	background-color:#FFF;
	border:1px solid #C99;
	color:#C33;
}

#openning ul {
	margin-bottom:1em;
	text-align:left;
}

#openning ul li {
	margin-bottom:.5em;
}

#openning p.pageBack {
	margin:0;
	font-size:85%;
	text-align:right;
}