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

/* -------------------------ヘッダー部分------------------------- */
#header{
	margin-top:20px;
	margin-bottom:20px;
	background:#FFFFFF;
}

#header_contents{
	width:980px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
}

#header_contents h1{
	width:170px;
	height:100px;
	margin-top:60px;
	margin-left:37px;
	float:left;
}


/* -------------------------ログイン部分------------------------- */
#login_area{
	width:736px;
	height:190px;
	margin:0 auto;
	margin-left:37px;
	padding-top:30px;
	background:#FFFFFF;
	float:left;
}

#login_area_contents{
	margin-top:10px;
}

table{
	height:130px;
	border:1px solid #333333;
	margin:0 auto;
}

table tr td{
	border:1px solid #333333;
}
	
.black{
	font-family:Century Gothic, sans-serif;
	font-size:14px;
	background-color:#555555;
	color:#FFFFFF;
}

#login{
	background-image:url(../images/login_off.gif);
	width:100px;
	height:30px;
	border-style:none;
}

.login_top{
	font-family:Century Gothic, "HG丸ｺﾞｼｯｸM-PRO", serif;
	font-size:14px;
	text-align:center;
}

#logout_top{
	margin-top:50px;
	text-align:center;
}


/* -------------------------コンテナ部分------------------------- */
#container{
	height:1080px;
	background:#FFFFFF;
}

#container_contents{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}


/* -------------------------レフトサイド部分------------------------- */
#leftside{
	width:244px;
	height:980px;
	margin-bottom:100px;
	background:#FFFFFF;
	float:left;
}

#leftside dl{
	margin-top:20px;
	text-align:center;
}

/*#leftside dt{
	text-align:left;
}*/

/* -------------------------メイン部分------------------------- */
#main{
	width:442px;
	height:980px;
	margin-bottom:100px;
	background:#FFFFFF;
	float:left;
}

#main_top{
	width:442px;
	height:810px;
}

#main h2{
	margin-top:20px;
	margin-left:10px;
}

.news,.info{
	margin-top:15px;
	margin-left:20px;
	margin-right:25px;
	font-family:Century Gothic, "HG丸ｺﾞｼｯｸM-PRO", serif;
	font-size:14px;
	font-weight:bold;
	word-break:break-all;
}

.text{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:25px;
	margin-right:25px;
	font-family:Century Gothic, "HG丸ｺﾞｼｯｸM-PRO", serif;
	font-size:12px;
	color:#333333;
	word-break:break-all;
}

.date{
	margin-right:25px;
	font-family:Century Gothic, "HG丸ｺﾞｼｯｸM-PRO", serif;
	font-size:12px;
	color:#555555;
	text-align:right;
	text-decoration:underline;
}

.news a:link{
	color:#0A5D63;
	text-decoration:underline;
}

.news a:visited{
	color:#0A5D63;
	text-decoration:underline;
}

.news a:hover{
	color:#c0c0c0;
	text-decoration:none;
}

.info a:link{
	color:#7D0F10;
	text-decoration:underline;
}

.info a:visited{
	color:#7D0F10;
	text-decoration:underline;
}

.info a:hover{
	color:#c0c0c0;
	text-decoration:none;
}

#roundAndRound{/*ぐるぐるウィジェット設定*/
	width:400px;
	height:150px;
	margin-top:20px;
	margin-left:10px;
}


/* -------------------------ライトサイド部分------------------------- */
#rightside{
	width:294px;
	height:980px;
	margin-bottom:100px;
	background:#FFFFFF;
	float:left;
}

#rightside iframe{
	margin-top:20px;
	text-align:center;
}


/* -------------------------フッター部分------------------------- */
#footer{
	width:980px;
	height:60px;
	margin:0 auto;
	clear:both;
}

#copyright{
	font-family:Century Gothic, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	line-height:60px;
}