@charset "UTF-8";

/*
css_name:		top.css
description:	Design Appli
author:			coco [at] d-appli.com
create:			2011-03-05
*/


/*■body
---------------------------*/
body {
	margin:0 auto;
	text-align: center;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}




/*■wrapper
---------------------------*/
#wrapper {
	position:absolute;
	width: 840px;
	height:440px;
	left:50%;
	top:50%;
	margin-left:-420px;
	margin-top:-220px;
	}





/*■header
---------------------------*/
#header {
	margin:0px auto;
	padding: 0px;
	width: 700px;
	height: 170px;
}




/*■contents
---------------------------*/
#contents {
	margin:0px auto;
	padding: 0px;
	width: 700px;
	height: auto;
}



/*■footer
---------------------------*/
#footer {
	font-size:9px;
	margin: 30px auto 0px;
	padding: 0px;
	width: 700px;
	clear: both;
	height: auto;
}


/*■other
---------------------------*/
a{
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#FF9900;
	text-decoration:none;
}
a:active{
	color:#FF9900;
	text-decoration:none;
}
p a:hover{
	color:#54B202;
	text-decoration:none;
}
p a:active{
	color:#54B202;
	text-decoration:none;
}


/* =Headings
---------------------------*/

h1
{
	font-size: 35px;
}

h2
{
	font: bolder 25px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h3
{
	font: 12px Arial, Helvetica, sans-serif;
}

h4
{
	font: 9px Arial, Helvetica, sans-serif;
}


/* =strong
---------------------------*/

strong{
font-weight:normal;
}
.strong{
	font-weight:bolder;
}