﻿/* 背景と配置 */
body {
 background-color: #FCFCFC;
 color:#000000;
 text-align:center;
 }

.kage{
 	background-image: url(./shadow_001.gif);
	margin: 10px auto 0px auto;
	width:545px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	position: relative;
}

.main{
 font-family: Verdana, Arial, sans-serif;
 background-color: #ffffff;
 border: 1px solid #999999;
 padding: 15px 20px 10px 20px;
 width:500px;
 float: right;
 margin: -5px 5px 5px -5px;
 font-size:14px;
 line-height: 160%;
 position: relative;
}

.main2{
 font-family: Verdana, Arial, sans-serif;
 margin: 0px auto 0px auto;
 padding: 0px;
 width:500px;
 text-align:left;
 font-size:14px;
 line-height: 160%;
 clear:both;
}

.item{
 margin: 0px;
 padding: 0px;
 font-size:8px;
 line-height: 100%;
}

#count{
	text-align:right;
}

ul{
 line-height: 120%;
 margin: 5px 20px;
}

input, select, textarea {
} 

form{
 margin: 0px;
 padding: 0px;
}

#img1{
 margin: 20px 15px 20px 15px;
 border: 0px;
}

#logo{
 margin: 0px 0px 10px 0px;
 border: 0px;
}

#copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  margin: 5px 0px 5px 0px;
  text-align: center;
  line-height: 100%;
  clear:both;
  }

/*リンク*/
a:link {
 color:#0066CC;
 text-decoration: none;
}
a:visited {
 color:#0066CC;
 text-decoration: none;
}
a:active { color: #0066CC;}
a:hover { color: #006699;}

/* 強調文字 */
.srg{
 font-weight: bold;
 text-align:center;
}

.tit{
 font-weight: bold;
 font-size:20px;
 padding:0px 0px 15px 0px;
 margin: 0px;
 line-height: 100%;
}

.tit a:link {
 color:#000000;
 text-decoration: none;
 border:0;
}

.tit a:visited {
 color:#000000;
 text-decoration: none;
 border:0;
}

hr{
	visibility:hidden;
}
