@charset "utf-8";
body {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(image/gif/st01-gr.gif);
	background-repeat: repeat;
	background-position: 0%;
}
.back_in {
  margin: 10px auto;
  background-color: white;
  width: 900px;
}
.top {
  width: 900px;
}
.main {
	width: 650px;
	float: right;
	padding-right: 20px;
	padding-left: 30px;
	font-size:14px;
}
.leftmenu {
	width: 180px;
	float: left;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.footer {
	width: 900px;
	font-size: 14px;
}
.topics_table {
	font-size: 14px;
	width: 620px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
.topics_title {
	text-align: left;
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-left: 15px;
	margin-left: 10px;
}
.topics_bottom {
	font-size: 12px;
	text-align: left;
	width: 620px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


a.titlelink:link {
  color: #cccccc;
  text-decoration: none;
}
a.titlelink:active {
  text-decoration: none;
  color: #cccccc;
}
a.titlelink:visited {
  text-decoration: none;
  color: #cccccc;
}
a.titlelink:hover {
  color: red;
  text-decoration: underline;
}

.clear-both {
  clear: both;
}
h1 {
  margin: 0px;
  padding: 0px;
  clear: both;
}
h2 {
  margin: 0px;
  padding: 0px;
  clear: both;
}
h3 {
  margin: 0px;
  padding: 0px;
  clear: both;
}
h4 {
  margin: 0px;
  padding: 0px;
  clear: both;
}
h5 {
  margin: 0px;
  padding: 0px;
  clear: both;
}
p {
  margin: 0px;
  padding: 0px;
  clear: both;
}

.margin-top10	{margin-top:10px;}
.margin-top20	{margin-top:20px;}
.margin-top30	{margin-top:30px;}

.white  {  color: white;}
.red    {  color: red;}
.blue   {  color: blue;}
.green  {  color: #33cc00;}
.orange {  color: #ff9900;}
.yellow {  color: #ffcc00;}
.navy   {  color: #000080;}
.pink1	{  color: #ff6666;}
.pink2	{  color: #ffcccc;}
.gray1  {  color: #cccccc;}
.gray2  {  color: #999999;}

.bold {
	font-weight: bold;
}

.nobold {
  font-weight:100;
}

.font8 {  font-size: 8px;}
.font10 {  font-size: 10px;}
.font11 {  font-size: 11px;}
.font12 {  font-size: 12px;}
.font13 {  font-size: 13px;}
.font14 {  font-size: 14px;}
.font15 {  font-size: 15px;}
.font16 {  font-size: 16px;}
.font18 {  font-size: 18px;}
.font20 {  font-size: 20px;}
.font22 {  font-size: 22px;}
.font24 {  font-size: 24px;}
.font30 {  font-size: 30px;}
.font36 {  font-size: 36px;}
.font48 {  font-size: 48px;}

.textcenter { text-align: center;}
.textright	{ text-align: right;}
.textleft	{ text-align: left;}


.mincho {  font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";}
.gotic {  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
