﻿@charset "utf-8";

/*----------------------------------------------------------------
Copyright(c) 2012 Potal-Potal All Rights Reserved.
----------------------------------------------------------------*/

@import url("common.css");
@import url("layout.css");

#wrapper {
	color: #666;
}

/*--メインゾーン-------------*/
#top_main {
	margin-bottom: 10px;
	clear: both;
}

/*--コンテンツゾーン-------------*/
#sec01,#sec03 {
	margin-bottom: 10px;
}
#sec02 {
	margin-bottom: 5px;
}
#sec01 {
	overflow: hidden;
}
#sec01 li {
	width: 224px;
	height: 202px;
	margin-right: 3px;
	float: left;
}

#sec02 {
	overflow: hidden;
}
#sec02 li {
	width: 336px;
	margin: 0 5px 15px 0;
	float: left;
}
#sec02 li dl {
	margin: 10px 7px 0 13px;
}
#sec02 li dt {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: 1px solid #808080;
}
#sec02 li dd {
	font-size: 12px;
	position: relative;
}
#sec02 li dd img {
	width: 163px;
	position: absolute;
	right: -10px;
	top: -40px;
}
#sec02 li dd p {
	width: 160px;
}
#sec03 {
	margin-left: 12px;
	padding-top:40px;
	clear: left;
}
#sec03 h3 {
	margin-bottom: 20px;
}
#sec03 ul {
	width: 610px;
	height: 410px;
	margin-left: 15px;
	overflow: auto;
}
#sec03 li {
	width: 580px;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
	margin-top: -20px;
}
#sec03 span {
	font-size: 16px;
	display: inline-block;
}
#sec03 span.update {
	color: #fff;
	font-size: 12px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 16px;
	vertical-align: text-top;
	width: 98px;
	height: 16px;
	margin: 0 10px;
	background-color: #063; 
}
#sec03 span.show {
	color: #fff;
	font-size: 12px;
	letter-spacing: .5em;
	text-align: center;
	line-height: 16px;
	vertical-align: text-top;
	width: 98px;
	height: 16px;
	margin: 0 10px;
	background-color: #c06; 
}
#sec03 span.news {
	color: #fff;
	font-size: 12px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 16px;
	vertical-align: text-top;
	width: 98px;
	height: 16px;
	margin: 0 10px;
	background-color: #06c; 
}
#sec03 h4 {
	font-size: 16px;
	display: inline-block;
}
* html #sec03 h4,* html #sec03 span { /* for IE6 */
	display: inline;
	zoom: 1;
}
*:first-child+html #sec03 h4,*:first-child+html #sec03 span { /* for IE7 */
	display: inline;
	zoom: 1;
}
#sec03 p {
	font-size: 14px;
	margin-bottom: 30px;
}

/*---右サイド---*/
.bnr_area {
	margin-bottom: 10px;
	overflow: hidden;
}
