@charset "utf-8";
/* 左サイド
---------------------------------------------*/

#secondary {
	float: left;
	witdh:202px;
	margin:1px 0px 5px 0px;
}
#sideNav {
	witdh:202px;
}
#sideNav p {
	padding:0px 0px 5px 0px;
}

/* キャンペーン
---------------------------------------------*/
#boxOr{
	width: 195px;
	font-size: 12px;
	border: double #F7941D;
	margin:10px 0px 5px 0px;
}
#boxOr .text{
	background-color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	color: #FF0000;
	text-align: left;
	line-height: 1.2;
}
#boxOr h2{
	color: #F7941D;
	padding: 3px 0px 0px 3px;
	font-size: 12px;
	text-align: left;
	letter-spacing: 2px;
}

#boxOr p{
	margin-bottom:3px;
}

#boxOr .text a:link { color:#FF0000;text-decoration: none; }
#boxOr .text a:visited { color:#FF0000;text-decoration: none; }
#boxOr .text a:active { color:#FF0000;text-decoration: underline; }
#boxOr .text a:hover { color:#FF0000;text-decoration: underline; }

/* メインコンテンツ
---------------------------------------------*/
#contents {
	float: right;
	witdh:563px;
	margin:1px 0px 5px 0px;
}

/* インフォメーション
---------------------------------------------*/
#info {
	margin:15px 0px 0px 0px;
	text-align: left;
	width: 560px;
}

#info dl {
	padding: 4px 0px 0px 10px;
	margin:10px 0px 15px 0px;
}
#info dt {
	width:100px;
	clear:both;
}
#info dd {
	margin-left:100px;
	margin-top:-1.25em;
}

#new_entry {
	text-align: left;
	width: 560px;
}

#new_entry dl {
	padding: 4px 0px 0px 10px;
}
#new_entry dt {
	width:140px;
	clear:both;
	color:#000099;
}
#new_entry dd {
	margin-left:140px;
	margin-top:-1.25em;
}

#info a:link, #new_entry a:link { text-decoration: none; }
#info a:visited, #new_entry a:visited { text-decoration: none; }
#info a:active, #new_entry a:active { text-decoration: none; }
#info a:hover, #new_entry a:hover { text-decoration: none; }

#info .imp a {font-weight:bold;}
#info .imp a:link { color:#cc0000;text-decoration: underline; }
#info .imp a:visited { color:#cc0000;text-decoration: underline; }
#info .imp a:active { color:#cc0000;text-decoration: none; }
#info .imp a:hover { color:#cc0000;text-decoration: none; }

/* 下のメニューリスト
---------------------------------------------*/
#menuList {
	clear: both;
	background: url(../images/menuList_bg.gif) left top repeat-x;
	padding: 0px;
	margin-bottom: 10px;
	width: 771px;
}
#menuList dl {
	padding: 0px;
	width: 250px;
}
#menuList dt {
	float:left;
	margin:0;
	padding: 8px 5px 0px 0px;
	width: 70px;
	clear:both;
}
#menuList dd {
	font-size:10px;
	margin:0;
	padding: 8px 0px 0px 0px;
	text-align: left;
}
#menuList dl.wide {
	width: 511px;
}
#menuList dl.wide dt {
	width: 250px;
}
#menuList dl.wide dd {
	line-height:170%;
}
#menuList table {
	width:771px;
	padding:0px;
	margin:23px 0px 0px 0px;
}
#menuList td{
	text-align: left;
	vertical-align:top;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#menuList td.wd{
	padding: 0px 10px 10px 0px;
}
#menuList h3 {
	display: block;
	padding: 0;
	margin: 0;
}
#menuList a {
	text-decoration:none;
}
#menuList p.update {
	background-color:#FBFAD5;
	border-top:1px solid #FDB645;
	border-bottom:1px solid #FDB645;
	padding:2px 0px;
	margin:0px 0px 5px 72px;
}

