
/*最終更新　3/20　こだま*/

/* 基本設定 */
.clear{
	clear: both;
}

*{
	margin: 0; padding: 0;
	font-size: 11pt;
}

body { text-align:center;}

#base{
	width:760px;
	background: #ffffff;
	text-align:left; margin:0px auto; 
}
#head{
	width:760px;
	height: 100px;
	text-align:left;
}

#head .header { float:left;}
#head ul { clear:right;}

#foot{
	width:760px;
	height: 100px;
}

#left{
	width:200px;
	border:3px solid #3366CC;
	margin-right: 20px;
	float:left;
}

.no_list { list-style:none; }
.list_topics { float:left; }


#right{
	width:530px;
	float:right;
}

/* ヘッダの設定 */

#head ul li{
	float: right;
	list-style: none;
	margin: 20px 5px 20px 0;
}

/* フッタの設定 */

#foot ul li{
	float: right;
	list-style: none;
	margin: 10px 5px 20px 0;
}
#foot ul{ display:block; width:100%; }

#foot address {
	display:block;
	padding:5px;
	border-top:3px solid #3366cc;
	border-bottom:3px solid #3366cc;

	font-style: normal;
}

#foot address .white { padding:3px; background:#ffffff; }

/* 左側の設定 */


#tizu{
	width:180px;
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}

#mail_magazine{
	width:180px;
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
}

#calendar{
	text-align: center;
	width:180px;
	height:150px;
	margin: auto;
	margin-bottom: 50px;
	background: #ffcccc;
}


#category{
	width:180px;
	margin-left: 10px;
	margin-bottom: 50px;
}

#category ul li{
	list-style: none;
}

/* 右側の設定 */
.topics{
	width:520px;
	border:3px solid #3366CC;
	margin-bottom: 30px;
	border-collapse:collapse;
}
.topics table th,
.topics table td { padding:5px; }

.topics_title table{
	width:100%;
	background:url(../img/topics/tbl/title_bg.gif) repeat-x bottom left;
	border-bottom:1px solid #999999;
	border-collapse:collapse;
}
.topics_title td { border:1px solid #999999; }

.topics_content table {width:100%; border:none; }

.topics_text {
	padding-left:20px;
	background-color: #F2F7FB;
}
.topics_link { 
	padding:10px;
	background:url(../img/topics/tbl/link_bg.gif) repeat top left;
}

.page{
	text-align:center;
	/*インチキ*/
	position:relative;
	top:-10px;
}

