/*  style css  */
/*  それぞれのページ内に必要なレイアウト要素  */
/*  ▼共通要素▼  */

body {
	margin: 0px auto;
	height: 100%;
	text-align: center;
	background-color: #efe6d0;
	background-image: url("../images/bg.gif");
	background-position: top;
	background-repeat: repeat-x;
	color: #999999;
	font-size: 85%;
	font-weight:normal;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
}

html {
	height: 100%;
}

body div {
	text-align: left;
	margin: 0 auto;
}

img {
	vertical-align: bottom;
}

div#container {
	border: solid 1px #cccccc; 
	width: 900px;
	height: 100%;
	position:relative;
	min-height: 100%;
	background-color: #000000;
	padding: 0px;
}

body>#container {
	height: auto;
}
div#contents {
	padding-bottom:30px;
}

.clear {
clear:both;
}

.gnavi {
	width: 900px;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.gnavi li {
	float: left;
	margin: 0;
	padding: 0;	
}

div#topcontents {
	width: 900px;
	padding: 0px 10px 0px 10px;
}

.bnrarea {
	padding: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.bnr {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
.bnr li {
	float: left;
	margin: 0px;
	padding: 0px 5px 10px 5px;	
}

.top_info {
	margin: 20px 0px 5px 0px;
	text-align: center;
}

.copyright {
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	color: #666666;
}

div#footer {
	padding: 10px 20px 0px 20px;
}






























/*  ▼フォント周りのスタイルシート▼  */

a:link {
	color : #3399cc;
	text-decoration: underline;
}

a:visited {
	color : #3399cc;
	text-decoration: underline;
}

a:active {
	color : #0066cc;
	text-decoration: none;
}

a:hover {
	color : #0066cc;
	text-decoration: none;
}



.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}











