﻿@charset "UTF-8";
/* CSS Document */

@import url("common.css");
@import url("styles-site.css");

/* ---------------------------------------------------------------- *
	トップページ用スタイル
 * ---------------------------------------------------------------- */
h2 {
}
h3 {
}
h4 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 120%;
}
#mainimg {
}

/* トピックス */
#topics {
	background-image: url(../img/top/topics_tab.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#topics-header {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topics-inner {
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 4px;
}
#topics-base {
	background-color: #eeeeee;
	background-image: url(../img/top/topics_bg.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	text-align: left;
	height: 100px;			/* 2009/08/17 追加 */
	overflow: auto;			/* 2009/08/17 追加 */
}
#topics .date-new {
	background-image: url(../img/top/topics_new.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	width: 115px;
	float: left;
}
#topics .date {
	padding-left: 30px;
	width: 115px;
	float: left;
}
#topics    .comment {
	float: left;
	list-style-type: none;
	width: 445px;				/* 2009/08/17 修正 */
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}
#topics .more {
	font-size: 90%;
}

/* メインコンテンツ */
#main .catch {
	margin-bottom: 40px;
	font-size: 110%;
}
#main .catch-inner {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#main  ul {
	margin-bottom: 10px;
}
#main  li {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: disc;
}
#point {
	background-image: url(../img/top/point_top.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	line-height: 1.4em;
}

/* ちょっとポイント */
#point dl  {
	background-image: url(../img/top/point_bg.gif);
	background-repeat: repeat-y;
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
#point dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#point dd {
	margin-left: 50px;
	margin-bottom: 10px;
}
