@charset "utf-8";
/* CSS Document */

strong {
	color: #0080FF;
}

/*ページ設定
----------------------------------------------*/
#page {
	background: url(../../common/img/load.gif) no-repeat 50% 20%;
}
#con {
	height: 1031px;
}

/*画像設定
----------------------------------------------*/
#main-img {
	display: none;
	position: absolute;
	top: 0;
	left: -88px;
}


/*タイトル
----------------------------------------------*/
h1 {
	background: url(../img/logo.png) no-repeat;
	width: 940px;
	height: 185px;
	text-indent: -9999px;
	position: absolute;
	top: 360px;
	left: -24px;
	z-index: 10;
}


/*メニュー
----------------------------------------------*/
#menu1 {
	position: absolute;
	top: 514px;
	left: 23px;
}
#menu2 {
	position: absolute;
	top: 524px;
	left: 198px;
}
#menu3 {
	position: absolute;
	top: 538px;
	left: 387px;
}
#menu4 {
	position: absolute;
	top: 526px;
	left: 607px;
	z-index: 5;
}
#menu5 {
	position: absolute;
	top: 528px;
	left: 773px;
	z-index: 5;
}
#menu6 {
	position: absolute;
	top: 992px;
	left: -20px;
	z-index: 5;
}


/*活動記録
----------------------------------------------*/
h2 {
	display: none;
}

#new-main {
	position: absolute;
	top: 720px;
	left: 130px;
}

#new {
	width: 460px;
	height: 190px;
	overflow: auto;
}

#new dl {
	width: 440px;
	padding: 8px 0 5px;
	border-bottom: 1px dotted #777777;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#new dl:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#new dt {
	float: left;
	width: 80px;
	font-weight: bold;
	color: #008cd6;
}

#new dd {
	float: right;
	width: 360px;
}




/*SDエリア
----------------------------------------------*/
#sd {
	position: absolute;
	top: 624px;
	left: 656px;
}

#bslog {
	position: absolute;
	top: 616px;
	left: 639px;
}


/*フッター
----------------------------------------------*/
#tw {
	position: absolute;
	top: -25px;
	right: 105px;
}
#fb {
	position: absolute;
	top: -25px;
	right: 0;
}



