@charset "utf-8";
/**
* all
*/
 
* {
	margin: 0;
	padding: 0;
	
	/* scrollbar */
	scrollbar-base-color: #eeeeee;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #eeeeee;
	scrollbar-shadow-color: #486d94;
	scrollbar-darkshadow-color: #486d94;
	scrollbar-highlight-color: #486d94;
	scrollbar-3dlight-color: #486d94;
	scrollbar-arrow-color: #486d94;
}

body {
	color: #333;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", "Arial", Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
	line-height: 120%;
	color: gray;
	background: url(img/bg03.gif) repeat-y center top;
}

html {
	overflow-y:scroll;
}

img {
	border: 0;
}

hr {
	display: none;
}

h1,h2,h3 {
	font-size: 100%;
	letter-spacing:.1em;
	margin-left: 20px;
	color: #333;
}

ul li {
	list-style-type: none;
}

a {
	color: #486d94;
	text-decoration: none; 
}

a:hover {
	color: #00FFFF;
}

.hid {
	display: none;
}

p {
	margin-bottom: .8em;
}

table,tr {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}
th {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	
	background-color: #EEEEEE;
	color: black;
}
td {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

#content {
	width: 700px;
	margin:0 auto;
	background: url(img/main_bg.gif) repeat-y left top;
}

/**
* header
*/

div#head {
	height: 150px;
	background: url(img/title02.gif);
	padding-right: 10px;
}

div#head p {
	color: #ffffff;
	text-align: right;
	font-size: 80%;
	font-style: normal;
}

div#head a:link { color: #ffffff; }
div#head a:visited { color: #ffffff; }
div#head a:active { color: #ffffff; }
div#head a:hover { color: #ffffff; }


/**
* navigator
*/
div#navi {
	height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	font-style: normal;
	color: gray;
	font-size: 80%;
	background: url(img/navi.gif);
}

/**
* main content
*/
div#main_content {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10;
	float: left;
}

/**
* left content
*/
div#left_content {
	float: left;
	width: 180px;
	margin-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
/*	background: url(img/left_bg.gif) repeat-y center top; */
}

div#left_content ul {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 15px;
}
div#left_content ul li {
	width: 130px;
	height: 30px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 0px;
	background: url(img/button.gif) no-repeat;
}
div#left_content ol {
	margin-left: 22px;
}
div#left_content ol li {
	margin-bottom: .5em;
}

div#left_content p {
	padding-left: 40px;
}
/**
* right content(main)
*/

div#right_content {
	float:left;
	width: 470px;
	padding-top: 10px;
	padding-left: 10px;
}
div#right_content p {
	padding-bottom: 3px;
}

div#right_content h1,h2,h3,h4,h5 {
	width: 450px;
	height: 30px;
	margin: 0 0 0px; /* 上 右 下 左 */
	padding: 5px 5px; /* 上 右 下 左 */
	font-size: 120%;
	background: url(img/midasi.gif) no-repeat;
}

div#right_content ul {
	margin-bottom: 5px;
	padding-left: 30px;
}

div#right_content ul li {
	padding:0;
	list-style-image: url(img/li_mark.gif);
}


/**
* footer
*/
div#foot {
	clear: both;
	padding: 5px 0 10px 15px;
	background-color: #000000;
	font-style: normal;
	color: #ffffff;
	text-align: center;
}

/**
* tbl
*/
.tblA {
	margin: 20px 0;
	border: 1px #CACACA solid;
	border-collapse: collapse;
}
.tblA th {
	border: 1px #CACACA solid;
	padding: 3px 10px 3px 10px;
	background-color: #eeeeee;
	text-align: left;
	vertical-align: top;
}
.tblA th span {
	font-weight: normal;
}
.tblA td {
	border: 1px #CACACA solid;
	padding: 3px 10px 3px 10px;
}

.tblB {
	margin: 20px 0;
	border: 1px #CACACA none;
	border-collapse: collapse;
}
.tblB tr {
	border: 1px #CACACA none;
}
.tblB th {
	border: 1px #CACACA none;
	padding: 3px 10px 3px 10px;
	background-color: #eeeeee;
	text-align: left;
	vertical-align: top;
}
.tblB th span {
	font-weight: normal;
}
.tblB td {
	border: 1px #CACACA none;
	padding: 3px 10px 3px 10px;
}
.tblB .line {
	border-bottom: 1px #CACACA solid;
}

.tblC {
	margin: 20px 0;
	border: 1px #CACACA solid;
	border-collapse: collapse;
}
.tblC tr {
	border-style: none;
}
.tblC th {
	border-style: none;
	border-right: 1px #CACACA solid;
	padding: 3px 10px 3px 10px;
	background-color: #eeeeee;
	text-align: left;
	vertical-align: top;
}
.tblC th span {
	font-weight: normal;
}
.tblC td {
	border-style: none;
	border-right: 1px #CACACA solid;
	padding: 3px 10px 3px 10px;
}
.tblC .line {
	border-bottom: 1px #CACACA solid;
}

