﻿@charset "utf-8";
/*@import url("/common/header.css");*/
@import url("/common/classes/list/list.css");
@import url("/common/classes/button/button.css");
@import url("/common/classes/other/other.css");
/* CSS Document */

/*基本スタイル
-------------------------------------------*/
body {
	font-size: small;
	color: #333333;
	background: #ffffff;
}
img {
	/*margin-top:3px;*/
}
a {
	text-decoration:none;
	color: #1D3994;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
h1, h2, dl, dd, ul{
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 15px;
	color: #555555;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:4px;
	background-image:url(image/index_bar.gif);
	font-weight: bolder;
	border: 1px solid #CCCCCC;
	/*margin-bottom:7px;*/
}
p {
	font-size: 12px;
}
ul {
	line-height: 1;
}

dl, ul {
	line-height: 1;
}
dt {
	font-size: 14px;
	font-weight: bolder;
	color: #333333;	
	margin-bottom:4px;
	margin-top:12px;
	padding-left:0px;
	/*padding-bottom:1px;
	border-left: 6px solid #888888;
	border-bottom: 1px solid #888888;*/
}
dd {
	margin-bottom: 15px;
}


/*リスト
-------------------------------------------*/

#list0 {
	margin-bottom: 2.5em;
}
#list0 li a, #list0 li {
	padding-top:5px;
	padding-bottom:5px;
}
#list0 dd {
}
#list0 ul {
	margin-left:6px;
	
}
#list0 li {
	list-style:none;
	padding-left:17px;
	background:url(image/marker.gif) no-repeat left top;
	background-position: 0 6px;
}


/*リストボックス
-------------------------------------------*/

#list1 {
	margin-bottom: 2.5em;
}
#list1 h2 {
	margin-bottom:0;
}
#list1 ul, #list1 li {
	margin:0;
	padding:0;
	font-size: 0;
}
#list1 a {
	margin-top: 1px;
	font-size: 15px;
	display: block;
	padding: 5px 0 5px 23px;
	border: 1px solid #CDCDCD;
	background:url(image/marker.gif) no-repeat left center;
	background-position: 6px;
	background-color: #F3F3F3;	
}
#list1 a:hover {
	background-color: #E7EAFE;
	border: 1px solid #96A7F8;
}

/*リスト
-------------------------------------------*/

#list2 {
	margin-bottom: 2.5em;
}
#list2 li a, #list2 li {
	padding-top:5px;
	padding-bottom:5px;
}
#list2 dl {
	margin-left:6px;
	margin-right: 6px;
	background-color: #FFFFFF;
}
#list2 dt {
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	margin-left: -4px;
}
#list2 li {
	list-style:none;
	padding-left:22px;
	background-image: url(image/marker.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}

/*リスト
-------------------------------------------*/

#list3 li a, #list3 li {
	padding-top:5px;
	padding-bottom:5px;
}
#bodylist {
	padding-right: 6px;
	padding-left: 12px;
	/*background-color: #F9F9F9;*/
	background-color: #FFFFE0;
	padding-bottom: 10px;
	padding-top: 10px;
}
#list3 ol li {
	margin-top: 10px;
	margin-left: 8px;
	line-height: 20px;
	padding-bottom: 0px;
	font-weight: normal;
}

#list3 h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(image/A-marker.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-top: 0px;
	padding-top: 0px;
	background-position: 0px 2px;
	line-height: 20px;
	margin-bottom: 0px;
}
#list3 dd {
	padding-right: 6px;
	padding-left: 34px;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	
}
#list3 dt  {
	font-size: 12px;
	/*color: #333333;*/
	padding-left: 6px;
	margin-left: 22px;
	padding-bottom: 0px;
	line-height: 15px;
	margin-top: 30px;
	padding-top: 2px;
}

#list3 h5 {
	margin-bottom: 10px;
	font-size: 12px;
	margin-left: 22px;
	line-height: 20px;
	margin-top: 25px;
}

#list3 h3 {
	font-size: 14px;
	background-image: url(image/Q-marker.gif);
	background-repeat: no-repeat;
	background-position: 12px 10px;
	padding-top: 8px;
	padding-left: 35px;
	padding-right: 6px;
	padding-bottom: 8px;
	/*background-color: #EEF1F7;*/
	background-color: #D3D3D3;	
	line-height: 20px;
}
#list3 p {
	line-height: 20px;
	margin-left: 22px;
	margin-top: 25px;
}
#list3 a {
	font-weight: bold;
}
#list3 ul li {
	margin-left: 40px;
	line-height: 16px;
	margin-top: 30px;
}
.a_menu {
	margin-top: 40px;
}

/*リスト
-------------------------------------------*/
#list4 h3 {
	padding-left: 14px;
	font-size: 14px;
	margin-bottom: 0px;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
}
#list4 dt {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
	padding-left: 0px;
}
.center_link {
	font-size: 12px;
	text-align: center;
}
