﻿@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.lft {
	background-image: url(images/lf_bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
}
.rgt {
	background-image: url(images/ri_bg.jpg);
	background-repeat: repeat-x;
}
.cont {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	height: 580px;
	float: right;
	width: 580px;
	text-align: left;
	padding: 10px;
	color: #333;
}
.lft {
	text-align: right;
}
.lftside {
	float: left;
	height: 600px;
	width: 100px;
	position: inherit;
}
.basediv {
	height: 600px;
	width: 100%;
}
.cont2 {
	height: 520px;
	overflow: auto;
	margin: 30px;
	width: 520px;
}
#cont2 {
	border-left-width: 5px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 10px;
	margin-left: 20px;
	line-height: 1.8em;
	font-size: 70%;
}

a:link 			{
	color : #06C;
	text-decoration: none;
}
a:visited 		{
	color : #339;
	text-decoration: none;
}
a:active 		{ color : #FF6633; }    
a:hover  		{
	color : #C63;
}

ul {
	line-height: 100%;
	list-style-type: circle;
	color: #900;
}
li {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
