﻿@charset "utf-8";

/***********************/
/* コンテンツ          */
/***********************/
/* コンテンツ　中央部分 */
#container_c {
	margin: 0px 0px 0px -130px;
	padding: 0px;
	width: 100%; 
	height: auto;
	float: right; 
}
#contents_c {
	margin: 0px 0px 0px 130px;
	padding: 0px;
}

/* コンテンツ　左部分 */
#container_l {
	margin: 0px 0px 0px 0px;
	width: 130px; 
	height: auto;
	float: right; 
}

#contents_l li a {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	height: 20px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #efc;
	border-style: outset;
	border-color: #efc;
	border-width: 2px;
	display: block;
}
#contents_l li span {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	display: block;
	height: 20px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #ffffcc;
	border-style: outset;
	border-width: 2px;
	border-color: #ffffcc;
}

#contents_l li a.a_link2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	display: block;
	height: 20px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #efc;
	border-style: outset;
	border-width: 2px;
	border-color: #efc;
}

#contents_l a.a_link3 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #efc;
	border-style: outset;
	border-color: #efc;
	border-width: 2px;
	display: block;
}

#contents_l a.a_link4 {
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 5px;
	height: 25px;
	width: 110px;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	background-color: #fff;
	border-style: outset;
	border-color: #fff;
	border-width: 2px;
	display: block;
}

/***********************/
/* 使い方の説明        */
/***********************/
#contents_c div.div_operate{
	margin: 10px 10px 10px 20px;
	padding: 10px 10px 10px 10px;
	clear: both;
	font-size: 10pt;
	border: 1px solid #009900;
	background-color: #efc;
/*	background: yellow;*/
}

#contents_c dl.dl_operate{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contents_c dl.dl_operate dt{
	font-weight: bold;

	color: #009900;
}

#contents_c dl.dl_operate dd{
	margin-bottom: 5px;
}

#contents_c img.img_title{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #009900;
}

