/* 全体と背景 */
body {
	background-color:#ffffff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 140%;
	font-size: 90%;
}

a:link{
    text-decoration:underline;
	font-size:100%;
	color:#006699;
	line-height:140%;
}

a:active{
    text-decoration:underline;
	font-size:100%;
	color:#006699;
	line-height:140%;
}

a:visited{
    text-decoration:underline;
	font-size:100%;
    color:#996699;
	line-height:140%;
}

a:hover{
    text-decoration:none;
	font-size:100%;
	color:#996699;
	line-height:140%;
}

h1 {
	font-size:100%;
	font-weight: normal;
	text-align:left;
	margin:5px 0px 5px 0px;
	line-height: 140%;
	border-style:none;
	border-width:0 0 2px 0;
	border-color:#333333;
}

h2 {
	font-size:100%;
	text-align:left;
	margin:5px 0px 5px 0px;
	line-height: 140%;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#333333;
}

h3 {
	font-size:100%;
	text-align:left;
	margin:5px 0px 5px 0px;
	line-height: 140%;
	border-style:solid;
	border-width:0 0 0 0;
	border-color:#333333;
}

h4 {
	font-size:100%;
	text-align:left;
	margin:5px 0px 5px 0px;
	line-height: 140%;
	border-style:solid;
	border-width:0 0 0 0;
	border-color:#333333;
}

p {
    margin-top:10px;
    margin-bottom:10px;
}


img {
    border:none;
}

table,th,td {
    border-style : solid;
    border-color : #cccccc;
    border-right-width : 0px;
    border-left-width : 0px;
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-collapse : collapse;
    font-size : 100%;
    line-height : 140%;
    text-align:left;
    vertical-align:top;
    padding:0 5px;
}

/* リストスタイル */
ul {
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
}

li {
    background-image: url(image/lm03-05.gif);
    background-repeat: no-repeat;
    background-position: 0.2em;
    padding-left: 1.3em;
}

div#container{
	width : 800px;
	background-color : #ffffff;
    font-size: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div#container:after{
    content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

div#header {
    background-color: #ffffff;
    font-size: 100%;
	text-align: left;
	color: #333333;
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0;
}

/* 上部タイトル */
div#title {
  width : 800px; height : 280px; top : 0px; left : 0px;
  visibility : visible;
  z-index : 2;
  padding : 0;
  margin : 0;
}

/* 左サイド本文スペース全体 */
div#left-side {
   width : 590px;
   height : auto;
   float : left;
   margin : 0;
   padding: 5px;
   z-index : 2;
   visibility : visible;
   background-color : #ffffff;
   border-style : solid;
   border-top-width : 0px;
   border-bottom-width : 0px;
   border-right-width : 1px;
   border-left-width : 0px;
   border-color : #000000;
   color : #006600;
   text-indent : 0px;
   text-align: left;
   font-size : 100%;
}

/* 右サイド縦長スペース全体 */
div#right-side {
  width : 180px;
  height : auto;
  float: left;
  margin : 0;
  padding: 5px;
  z-index : 2;
  visibility : visible;
  background-color : #ffffff;
  border:none;
  color : #000000;
  text-indent : 0px;
  text-align: left;
  font-size : 100%;
}

.counter {
    text-align:center;
}

div#footer{
    background-color:#fafafa;
    font-size:90%;
	text-align:center;
	color:#000000;
	width:790px;
	height:auto;
	margin:10px;
	padding-top:10px;
	padding-right:5px;
	float:left;
}

div#testbox {
    z-index:1;
	padding-left:5px;
    position:fixed;
	visibility:visible;
	background-color:#fffffff;
	top:300px;
	left:630px;
	width:180px;
	height:auto;
	border:none;
	text-indent : 0px;
    text-align: left;
    font-size : 100%;
}
