﻿@charset "UTF-8";

/* =======================================

	LEFT

========================================== */


dl.listTree {
	list-style:none;
	margin:0 15px 0 15px;
}

dl.listTree dd {
	background:url(../images/list_tree.gif) 0 2px no-repeat;
	padding:0 0 3px 15px;
	display:block;
	width:200px;
}
dl.listTree dd a {
	text-decoration:none;
}
dl.listTree dd a:hover {
	text-decoration:underline;
}
dl.listTree dd a.active {
	color:#f89514;
	text-decoration:underline;
}
dl.listTree dd a.active:hover {
	text-decoration:none;
}

.liblue2 {
	color: #319dd5;
	font-weight:bold;
	clear:both;
	display:block;
}

.mt5 { margin-top:5px !important;}
.mt15 { margin-top:10px !important;}
.mt15 { margin-top:15px !important;}

.pagebutenavi { text-align:center;margin:0 auto;}


.clear{
	height:1%;
}
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* =======================================

	メインページ

========================================== */

ul.newsList {
	list-style:none;
	margin-bottom:30px;
	padding-left:50px;
}
ul.newsList li {
	width:617px;
	padding:10px 10px;
	position:relative;
	border-bottom:1px #999 dotted;
}

ul.newsList li a {
	display:inline-block;
	text-decoration:none;
	width:420px;
	position:absolute;
	z-index:0;
	right:0;
	top:12px;
	padding:0 0 0 15px;
	background:url(../images/list_arrow.gif) 0 4px no-repeat;
}
ul.newsList li a:hover {
	text-decoration:underline;
}
ul.newsList02 {
	list-style:none;
	padding-bottom:30px;
}
ul.newsList02 li {
	width:298px;
	padding:8px 10px;
	position:relative;
	border-bottom:1px #999 dotted;
}
ul.newsList02 li a {
	display:inline-block;
	text-decoration:none;
	width:278px;
	position:absolute;
	padding:0 0 0 15px;
	background:url(../images/list_arrow.gif) 0 4px no-repeat;
}
ul.newsList li a:hover {
	text-decoration:underline;
}

/* =======================================

	ブログ記事

========================================== */

.subtitle {
	position:relative;
	padding:2px 10px 5px 23px;
	margin-bottom:10px;
	background:url(../images/circle_icon.gif) no-repeat left top;
	height:16px;
	color:#424242 !important;
	font-weight:bold;
}

/************************ 20100928 add */
td.right {
	text-align: right;
}


.mb15 {
	margin-bottom: 15px;
}

.fLeft318 {
	float: left;
	clear: left;
	width: 318px;
}

.fRight304 {
	float: right;
	clear: right;
	width: 304px;
}
.green {
	color: #090;
}
.style17 {
	color: #FFF;
}
/************************ 20100929 add */
p.box{
	clear: both;
	width: 380px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	border: #999 dotted 1px;
}

p.right {
	text-align:right;
}

.qbox {
	width: 640px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #09F;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}
