@charset "utf-8";

/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

/* basic style */

body {
	background-color: #44678C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


a:link, 
a:visited {
	text-decoration: none;
	color: #003380;
}
a:hover, 
a:active {
	text-decoration: underline;
}


h1 {
	font-weight:bold;
}

h2 {
	font-weight:bold;
}

h3 {
	font-weight:bold;
}




/* message hidden */

#message {
	display:none;
	font-size:1px;
	line-height:1px;
}

#outerGroup #header {
	height: 60px;
	vertical-align: middle;
	position: absolute;
	left: 115px;
	top: 26px;
}

#contentGroup img {
	padding-bottom: 5px;
}

.cr {
	clear: both;
}

#contentGroup  .details {

}


#advertisement .banner {
	padding-top: 5px;
	padding-left: 0px;
}
