@charset "Shift_JIS";
/*========== 基本設定 ==========*/
body{
 	background-color: #fff;
	font-family:  'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	color: #666;
	text-align: center;
}
h1{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	color: #fff;
}
#wrapper{
	width: 758px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#container1{
	width: 758px;
	height: auto;
	position: absolute;
	top: 139px;
	left: 0;
	background: url(img/container_back.gif) repeat-y center top;
}
#container2{
	width: 758px;
	height: 138px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #c0c0c0;
}
#header{
	width: 750px;
	height: 135px;
	background: url(img/meguten.jpg) no-repeat center top;
	margin: 4px 4px 0;
	position: relative;
}
/*---- ウェブサイト名 ----*/
#head_title{
	position: absolute;
	top: 40px;
	left: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
/*---- サイトリンク ----*/
#head_title a:link,{
	color: #666;
}
#head_title a:visited{
	color: #666;
}
#head_title a:active{
	color: #666;
}
#head_title a:hover{
	color: #666;
}
/*========== コンテンツ ==========*/
#content{
	width: 550px;
	height: auto;
	float: right;
	margin-right: 4px;
	text-align: left;
}
#content h2{
	clear: both;
	margin: 20px 10px 0;
	height: 25px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	line-height:25px;
	padding-left: 10px;
	background: url(img/h2_back.gif) no-repeat left top;
}
#content h3{
	clear: both;
	margin: 20px 15px 0;
	height: 25px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
	background: url(img/h3_back.gif) no-repeat left top;
}
.content_body{
	clear: both;
	width: 510px;
	margin: 20px;
}
.content_body1{
	clear: both;
	width: 510px;
	margin: 20px;
}

.content_body p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
/*---- コンテンツ内リンク ----*/
.content_body p a:link{
	color: #0000ff;
	text-decoration: underline;
}
.content_body p a:visited{
	color: #0000ff;
	text-decoration: underline;
}
.content_body p a:active{
	color: #0000ff;
	text-decoration: underline;
}
/*---- 論理強調 ----*/
.content_body p strong{
	font-weight: bold;
}
/*---- テキストサイズ ----*/
.content_body p.large{
	font-size: 16px;
}
.content_body p.xlarge{
	font-size: 18px;
}
.content_body p.xxlarge{
	font-size: 22px;
}
.content_body p.small{
	font-size: 11px;
}
/*---- テキストの太さ ----*/
.content_body p.b{
	font-weight: bold;
}
/*---- テキストカラー ----*/
.content_body p.blue{
	color: #0000ff;
}
.content_body p.red{
	color: #ff0000;
}
.content_body p.green{
	color: #008000;
}
.content_body p.yellow{
	color: #ffff00;
}
/*---- 画像配置 ----*/
.content_body p img.rt{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
.content_body p img.lt{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.content_body p img.ct{
	display: block;
	margin: 0 auto;
	text-align: center;
}
/*---- コンテンツ内表作成 ----*/
.content_body table{
	border: 1px #333 solid;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 18px;
}
.content_body table tr td{
	padding: 4px;
	border: 1px #333 solid;
}
.content_body1 table{
	border: 0px #333 solid;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 18px;
}
.content_body1 table tr td{
	padding: 4px;
	border: 0px #333 solid;
}

/*------表の全幅を指定するクラス------*/
.content_body table.tw500{
	width: 500px;
}
,content_body table.tw400{
	width: 400px;
}
.content_body table.tw300{
	width: 300px;
}
.content_body table.tw200{
	width: 200px;
}
/*------セルの幅を指定するクラス------*/
.content_body table tr td.tw300{
	width: 300px;
}
.content_body table tr td.tw250{
	width: 250px;
}
.content_body table tr td.tw200{
	width: 200px;
}
.content_body table tr td.tw150{
	width: 150px;
}
.content_body table tr td.tw100{
	width: 100px;
}
/*------セルの背景色を指定するクラス-----*/
.content_body table tr td.aqua{
	background-color: #ccffff;
}
.content_body table tr td.pink{
	background-color: #ffcccc;
}
.content_body table tr td.green{
        background-color: #ccffcc;
}
.content_body table tr td.blue{
	background-color: #b9dcff;
}
.content_body table tr td.yellow{
	background-color: #ffff99;
}
/*----リスト----*/
.content_body ul.checklist{
	list-style-image: url(img/checklist.gif);
}
.content_body ul.disclist{
	list-style-image: url(img/disclist.gif);
}
.content_body ul li{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
/*========== サイドバー ==========*/
#side_bar{
	width: 200px;
	height: auto;
	float: left;
	font-size: 16px;
	margin-left: 4px;
	text-align: left;
}
#side_bar dl{
	margin: 20px 12px 10px 10px;
	text-align: left;
}
#side_bar dl dt{
	height: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	background: url(img/sidemenu_title.gif) left top no-repeat;
}
#side_bar dl dd{
	display: inline;
	margin: 0px;
}
#side_bar dl dd a{
	display: block;
	padding: 5px 5px 5px 20px;
	background: url(img/sidemenu_btn.gif) repeat-y;
	border-bottom: 1px #333 dotted;
	text-align: left;
}
#side_bar dl dd a:hover{
	text-decoration: underline;
	background: url(img/sidemenu_btn2.gif) repeat-y;
}
#side_bar dl.txt{
	margin: 10px 12px 10px 10px;
	text-align: left;
	border-bottom: 1px #333 dotted;
}
#side_bar dl.txt dt{
	height: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	background: url(img/sidemenu_title.gif) left top no-repeat;
}
#side_bar dl.txt dd{
	display: block;
	padding: 10px 10px 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	border-left: 1px #333 dotted;
	border-right: 1px #333 dotted;
}
/*========== フッター ==========*/	
#footer {
	width: 750px;
	clear: both;
	margin: 0 4px 0;	
	padding: 0;
	height: 30px;
	line-height: 2.5em;
	text-align: center;
	font-size: 11px;
	background: #fff;
	border-top: 1px #c0c0c0 solid;
	border-bottom: 4px #c0c0c0 solid;
}
a.footer_link:link, a.footer_link:visited{
	color: #666;
}
a.footer_link:hover, a.footer_link.active{
	color: orange;
}
/*========== LINK ==========*/
a, a:link, a:visited  {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000ff;
}

.sbox{
	width: 500px;

height:150px;
overflow:auto;
text-align:left;
font-size:75%;
}

