@charset "utf-8";

/* index.php独自設定 */

/*---------------------------------------------------

最終更新日：2009/01/27

最終更新者：牧田

現作業中箇所：


---------------------------------------------------*/

#container {
	position: relative;
}

/* #header（iPhone用記述） */

#header {
	background: url(../siteimg/header_bg.jpg) no-repeat top;
	margin-bottom: 5px;
	height: 130px;
	color: #aaa;
	overflow: hidden;
}

#header h1.ip {
	margin: 3px 4px 2px;
	width: 300px;
	font-weight: normal;
	font-size: 1em;
}

#header p#description {
	margin: 0 4px;
	width: 300px;
	line-height: 1.3;	
}

#header p#description a {
	text-decoration: none;
	color: #aaa;
}

#header ul {
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 1.2em;
}

#header li {
	display: inline;
	border-right: solid 1px #00f;
	padding: 0 5px;
}

#header li.last {
	border-right: none;
}

#header #pv {
	position: relative;
	top: -25px;
	padding-right: 5px;
	text-align: right;
	font-size: 1.2em;
	color: #00f;
}

/* #search */

#search {
	margin-bottom: 6px;
	width: 965px;
	font-size: 1.2em;
}

#search form {
	background: #ECEFFF url(../siteimg/search-bg.jpg) repeat-x;
	border: solid 1px #9FB6D5;
}

#search dl {
	padding: 10px 0;
	text-align: center;
	
}

#search dt,
#search dd {
	display: inline;
}

#search dt {
	color: #00f;
	font-weight: bold;
}

#search dd {
	vertical-align: middle;
}

/* ここから #main */
/* #area */

#area {
	width: 550px;
	padding-bottom: 10px;
}

#area h2 {
	float: left;
}

#area-nav ul {
	float: left;
	width: 400px;
}

#area-nav li {
	float: left;
}

#area-nav li a {
	display: block;
	background: url(../siteimg/area-btnBg.jpg) no-repeat top left;
	width: 100px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #888;
}

#area-nav li span {
	font-weight: normal;
	font-size: 0.83em;
}

#area-nav li a:hover {
	background-position: bottom left;
	color: #00f;
	text-decoration: none;
}

#area-nav li a.act,
#area-nav li a:hover.act {
	background-position: bottom left;
	color: #000;
	text-decoration: none;
	cursor: text;
}

#area table {
	display: none;
	clear: both;
	width: 550px;
}

#area table caption {
	line-height: 2;
	text-align: left;
	font-weight: bold;
}

#area th,
#area td {
	padding: 5px;
}

#area th {
	width: 50px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

#area td {
	width: 500px;
}


#area tr.odd th,
#area tr.odd td {
	background-color: #DCEAF1;
}

#area td li {
	display: inline;
}

#area td li a {
	display: inline-block;
	padding-right: 10px;
	line-height: 1.5;
}

#area table.act {
	display: block;
}

/* #pickup-flier */

#pickup-flier {
	clear: both;
	padding-bottom: 13px;
	width: 550px;
	font-size: 1.2em;
}

#pickup-flier h2 {
	display: none;
}

#pickup-flier ul#pickup-nav {
	background: url(../siteimg/tab-bg.jpg) repeat-x;
	border: solid 1px #9FB7D4;
}

#pickup-nav li {
	float: left;
	width: 137px;
	text-align: center;
}

#pickup-nav li a {
	border-right: solid 1px #9FB7D4;
	display: block;
	line-height: 23px;
}

#pickup-nav li a.sale {
	border-right: none;
}

#pickup-nav li a.act {
	background: url(../siteimg/tab-ac.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
}

#cat-wrap {
	border-left: solid 1px #9FB7D4;
	border-right: solid 1px #9FB7D4;
	border-bottom: solid 1px #9FB7D4;
	margin-bottom: 10px;
	padding: 4px;
}

#cat-wrap h3 {
	display: none;
}

#cat-wrap .rsslink {
	background: url(../siteimg/feed-icon.jpg) no-repeat right center;
	margin-right: 5px;
	padding: 5px;
	padding-right: 20px;
	text-align: right;
}

#cat-wrap li {
	float: left;
	width: 135px;
	padding-bottom: 10px;
}

#cat-wrap li p {
	margin: 5px 12px;
	width: 111px;
	text-align: center;
}

.cat-inner {
	width: 540px;
}

#cat-wrap div {
	display: none;
}

#cat-wrap div.act {
	display: block;
}

#cat-wrap p.ichiran {
	clear: both;
	padding: 0 10px 10px;
	text-align: right;
}

#pickup-banner li {
	float: left;
	margin-right: 12px;
}

#pickup-banner li.last {
	float: right;
	margin-right: 0;
}

/* #tokusyu-banner */

#tokusyu-banner {
	margin-bottom: 10px;
}

/* #memo */

#memo {
	clear: both;
	border-bottom: solid 1px #9FB7D4;
	position: relative;
	margin-bottom: 10px;
	width: 550px;
}

#memo p.memolink {
	position: absolute;
	top: 0;
	left: 170px;
}

#memo div.memobox {
	border-left: solid 1px #9FB7D4;
	border-right: solid 1px #9FB7D4;
	height: 115px;
	overflow: auto;
	font-size: 1.2em;
}

#memo div.memobox dl {
	padding: 10px;
}

#memo div.memobox dt {
	font-weight: bold;
	color: #00f;
}

#memo div.memobox dd {
	padding-bottom: 10px;
	line-height: 1.4;
}

/* #sponsor */

#sponsor {
	clear: both;
	width: 550px;
	margin-bottom: 20px;
}

#sponsor dt {
	background: url(../siteimg/main-titleBg.jpg) no-repeat;
	width: 150px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
}

#sponsor dd {
	border-left: solid 1px #9FB7D4;
	border-right: solid 1px #9FB7D4;
	border-bottom: solid 1px #9FB7D4;
}

#sponsor ul {
	padding-top: 12px;
}

#sponsor li {
	float: left;
	width: 274px;
	padding-bottom: 12px;
	text-align: center;
}

/* .formlink */

.formlink {
	clear: both;
	width: 550px;
	margin-bottom: 50px;
}

/* .main-section */

.main-section {
	background: url(../siteimg/main-secBg.jpg) no-repeat right top;
}

/* ここから #sub-left */
/* #bookmark */

#bookmark {
	background-color: #ECF2FE;
	border: solid 1px #9FB7D4;
	margin-bottom: 7px;
}

#bookmark dt {
	display: none;
}

#bookmark dd {
	padding: 5px 0;
	text-align: center;
}

/* #nav */

#nav {
	background-color: #ECF2FE;
	width: 170px;
	margin-bottom: 10px;
}

#nav ul {
	border-left: solid 1px #9FB7D4;
	border-right: solid 1px #9FB7D4;
	border-bottom: solid 1px #9FB7D4;
	padding: 5px 3px;
	font-size: 1.2em;
}

#nav li {
	padding: 4px 0;
}

/* #left-contents */

#left-contents {
	width: 170px;
}

#left-contents h2 {
	display: none;
}

/* #kondate */

#kondate dl {
	float: right;
}

#kondate dt,
#kondate dd {
	width: 75px;
}

#kondate div {
	float: left;
	padding: 5px;
}

#kondate p {
	clear: both;
	padding-bottom: 5px;
	padding-right: 5px;
}

/* #fusui */

#fusui dt {
	font-weight: bold;
	color: #060;
}

/* #health */

#health dt {
	font-weight: bold;
	color: #f60;
}

/* #syuno */

#syuno dt {
	font-weight: bold;
	color: #06f;
}

/* .left-section */

.left-section {
	background-color: #ECF2FE;
	border-left: solid 1px #9FB7D4;
	border-right: solid 1px #9FB7D4;
	border-bottom: solid 1px #9FB7D4;
	margin-bottom: 10px;
	line-height: 1.3;
}

.left-section dl {
	padding: 5px 5px 0;
}

.left-section dt,
.left-section dd {
	padding-bottom: 5px;
}

.left-section dl,
.left-section p {
	font-size: 1.2em;
}

.left-section .link {
	text-align: right;
	font-weight: bold;
}

/* ここから #sub-right */

/* #cm */

#cm {
	width: 225px;
}

#cm .cminner {
	border-left: solid 1px #9FB7D4;
	border-right: solid 1px #9FB7D4;
	border-bottom: solid 1px #9FB7D4;
	padding: 5px 0 10px;
}

#cm p {
	padding-bottom: 5px;
	text-align: center;
}

#cm .cminner div.link {
	float: right;
	padding-right: 5px;
}

#cm .cminner div.txt {
	padding-left: 5px;
	line-height: 1.4;
}

/* .feedlink */

.feedlink a {
	background: url(../siteimg/feed-icon3.jpg) no-repeat right center;
	padding-right: 35px;
}

/* .right-section */

.right-section {
	background: #ECF2FE url(../siteimg/main-secBg.jpg) no-repeat right top;
	border-bottom: solid 1px #9FB7D4;
	width: 225px;
	margin-bottom: 10px;
}

.right-section ul {
	border-left: solid 1px #9FB7D4;
	border-right: solid 1px #9FB7D4;
	padding: 5px 0;
	font-size: 1.2em;
	line-height: 1.5;
}

.right-section li {
	padding: 0 8px;
}

/* .right-section2 */

.right-section2 {
	background: #ECF2FE;
	border: solid 1px #9FB7D4;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #009;
}

.right-section2 p {
	padding: 5px 8px;
	line-height: 1.3;
}

.right-section2 p.link {
	font-weight: bold;
	text-align: right;
}