/* @group common */

body,img,ul,ol,li,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,a,p {
	margin: 0;
	padding: 0;
	border-style: none;
	list-style-type: none;
	list-style-position: outside;
	text-decoration: none;
	text-align: center;
}

body {
	font: normal normal 62.5%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "MS ゴシック", "メイリオ", Meiryo, Osaka;
	color: #003399;
	background: url(../img/bg_loop.png) repeat-x;
}

body#top {
	background: url(../../img/top_bg_loop.png) repeat-x;
}

a:link,a:visited {
	color: #003399;
	text-decoration: underline;
}

a img {
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
	color: #e1001c;
}

/* @group clearfix */

.clearfix:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */

#wrapper {
	width: 920px;
	margin: 25px auto 0;
	padding: 0;
}

/* @end */

div#footer {
	margin-right: 10px;
	text-align: right;
}