@charset "UTF-8";

/* ◆ リセット
----------------------------------------------- */
* { margin:0; padding:0; }
html,body { width:100%; height:100%; font-size:100%; line-height:1.0; text-align:left; }
h1,h2,h3,h4,h5,h6,em,strong,small,del,ins,q,blockquote,address,cite { font-size:100%; font-weight:normal; font-style:normal; text-decoration:none; quotes:none; }
ul,dl { list-style:none; }
.aa {
 font-size:12px;
 line-height:1.0;
 font-family: "Mona","IPA MONAPGOTHIC","MS Pゴシック Ex+","MS PGothic","ＭＳ Ｐゴシック", "MS Pｺﾞｼｯｸ","MS Pゴシック",sans-serif;
}

/* ◆ リンク
----------------------------------------------- */
a {
	color:#363;
	}
a:hover {
	color:#f93;
	}
a:visited {
	color:#696;
	}

a img {
	border:1px solid #363;
	}
a:hover img {
	border:1px solid #f93;
	}
a:visited img {
	border:1px solid #696;
	}

/* ◆ html
----------------------------------------------- */
html {
	}

/* ◆ body
----------------------------------------------- */
body {
	color:#333; font-size:100%; font-family:Verdana,arial,sans-serif; line-height:1.6;
	background-color:#236;
	background-position:center top;
	}

/* ◆ div#wrapper
----------------------------------------------- */
div#wrapper {
	width:700px;
	margin:0 auto;
	padding:0 20px;
	background:url("april2009_wrapper_back.jpg");
	}

/* ◆ div#header
----------------------------------------------- */
div#header {
	height:240px;
	background:url("april2009_header_back.jpg") no-repeat;
	}

div#header h1 {
	text-indent:-9999px; overflow:hidden;
	}

/* ◆ div#main
----------------------------------------------- */
div#main {
	margin:20px;
	}

div#main em.intention {
	color:#ccc;
	}

div#main div.article {
	margin:0 25px 2em 25px;
	}

h2 {
	font-size:125%; color:#336; text-align:center;
	width:60%; margin:0 auto 10px auto;
	padding:0 0.5em;
	border-left  :1em solid #336;
	border-right :1em solid #336;
	border-top   :1px solid #336;
	border-bottom:1px solid #336;
	}

dl	{
	margin-bottom:2em;
	}

dl.list dt {
	color:#336; text-align:center;
	width:8em;
	float:left;
	clear:both;
	}

dl.list dd {
	padding-left: 9em;
	}

dl.character	{
	}

dl.character dt {
	background:no-repeat;
	height:110px;
	text-indent:-999em; overflow: hidden;
	}
dl.character dt.Cloelia		{ background-image:url("april2009_name_cloelia.jpg"); }
dl.character dt.Natsuhiko	{ background-image:url("april2009_name_natsuhiko.jpg"); }
dl.character dt.Rumu		{ background-image:url("april2009_name_rumu.jpg"); }

dl.character dd {
	background:no-repeat right top;
	padding:0 200px 0 0;
	min-height:220px;
	/* 未だにIE6なんか使ってる人のために */
	height: auto !important;
	height: 220px;
	}
dl.character dd.Cloelia		{ background-image:url("april2009_character_cloelia.jpg"); }
dl.character dd.Natsuhiko	{ background-image:url("april2009_character_natsuhiko.jpg"); }
dl.character dd.Rumu		{ background-image:url("april2009_character_rumu.jpg"); }

div#ssShow {
	text-align:center;
	width:600px; height:420px;
	background:#9cc;
	margin:0 auto 2em auto;
	line-height:420px;
	}

div#ssSelect {
	text-align:center;
	margin-bottom:2em;
	}

p	{
	margin-bottom:0.5em;
	}


/* ◆ div#menu
----------------------------------------------- */
div#menu {
	background:#336;
	font-size:85%; line-height:2.0;
	margin:0 0 1em 0;
	padding:0 1em;
	border-top   :1px solid #000;
	border-bottom:1px solid #000;
	}
div#menu ul {
	}
div#menu ul li {
	display:inline;
	padding:0 0.5em 0 0;
	}
div#menu ul a {
	color:#fff;
	}

/* ◆ div#footer
----------------------------------------------- */
div#footer {
	font-size:80%; color:#363;
	text-align:right;
	padding:0 1em;
	}

