/*　基本設定　*/

#container {
	width: 780px;
	}

/* ++++++ 2段 ++++++ */

#center	{
	width: 580px;
	}

/* サイドバーの横幅 */
#left {
	width: 200px;
	}

/*　その他　*/

body {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',"ヒラギノ角ゴ Pro W3", 'HiraKakuPro-W3', "ＭＳ Ｐゴシック" ,'Helvetica,Verdana';
	color: #000000;
	background-color: #ffffff;
}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}

#left {
	float: left;
	}

#right {
	float: left;
	}

#center {
	float: left;
	}

#footer	{
	clear: both;
	}

/*　レイアウト　*/

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	}

a:link,a:visited {
	color: #6633CC;
	text-decoration: underline;
}

a:active,a:hover {
	color: #FF9900;
	background: #E0E0E0;
	text-decoration: underline;
}

#main	{
	background-color: #ffffff;
	padding-top: 15px;
	}

#banner {
	font-size: 12px;
	margin-bottom: 0px;
}

#banner a {
	font-size: 12px;
	color: #003399;
}
.date {
	font-weight: bold;
	color: #FF9900;
}
.txt11 {
	font-size: 11px;
	line-height: 120%;
}
.ad {
	font-size: 12px;
	padding-left: 5px;
	}