@charset "utf-8";


/*
=================================================================================
テンプレート
=================================================================================
*/
.templete_title {
	font-size: 18px;
}


h3.title_bg {
	witdh:710px;
	height: 30px;
	background:url(/pc/images/main_title_bg.gif) no-repeat;
	padding: 5px 0 0 10px;
	color: #ffffff;
	font-size: 120%; 
	font-weight: bold;
}

h4.sub {
	width:100%;
	padding: 3px 0;
	margin-bottom: 5px;
	color: #33CC33;
	font-weight: bold;
	border-bottom: dashed 1px #87E687;
}

h4.sub2 {
	width:100%;
	padding: 3px 0;
	margin-bottom: 5px;
	color: #6699CC;
	font-weight: bold;
	border-bottom: dashed 1px #A6C7E6;
}


.templete_tb {
	width: 100%;
	border-top: solid 1px #87E687;
	border-bottom: solid 1px #87E687;
}

.templete_tb th {
	background: #D9F9D9;
	border-top: dashed 1px #87E687;
	border-bottom: dashed 1px #87E687;
	padding: 5px;
}

.templete_tb td {
	border-top: dashed 1px #87E687;
	border-bottom: dashed 1px #87E687;
	padding: 5px;
}







.navipage {
	width: 720px;
	padding: 5px 0;
	border-top: solid 1px #64e664;
	border-bottom: solid 1px #64e664;
	text-align: right;
	margin-bottom: 10px;
}
.navipage_pageing {
	float: left;
}

.navipage_list{
	height: 20px;
	float: right;
}

.navipage_list li {
	float: left;
}

.navipage_pageing2 {
	padding: 1px 0;
	float: left;
}

.navipage_list2 {
	float: right;
}

.navipage_list2 li {
	margin-left: 7px;
	float: left;
}

.navipage_list2 li.pagenow {
	background: #33CC33;
	color: #FFFFFF;
	padding: 0 5px;
	border: solid 1px #33CC33;
}

.navipage_list2 li a {
	display: block;
	padding: 0 5px;
	border: solid 1px #BBF3BB;
	background: #EAFCEA;
}

.navipage_list2 li a:hover {
	display: block;
	background: #33CC33;
	color: #FFFFFF;
	text-decoration: none;
}




.temple_33cc33 {
	background: #33cc33;
	color:#ffffff;
}

.temple_87E687 {
	background: #87E687;
}

.temple_BBF3BB {
	background: #BBF3BB;
}

.temple_D9F9D9 {
	background: #D9F9D9;
}

.temple_C8F76C {
	background: #C8F76C;
}

.temple_6699CC {
	background: #6699CC;
	color:#ffffff;
}

.temple_4087D0 {
	background: #4087D0;
	color:#ffffff;
}

.temple_144B83 {
	background: #144B83;
	color:#ffffff;
}

.temple_A6C7E6 {
	background: #A6C7E6;
}

.temple_CC3333 {
	background: #CC3333;
}

.temple_E68787 {
	background: #E68787;
}

.temple_333333 {
	background: #333333;
	color:#ffffff;
}

.temple_CCCCCC {
	background: #CCCCCC;
}

