@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;
}

html {
	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;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:140px;
	margin:-80px 0 0 -160px;
	padding:10px;
	background:#F6F6F6 url(bg_contents.gif) repeat-x;
	color:black;
	text-align:center;
}

body > #contents {
	height:auto;
	min-height:140px;
}

#contents h1 {
	margin-bottom:5px;
	background-color:#FFF;
	border:1px solid #ede5e5;
	color:#BC002D;
}

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

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

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