body{
	text-align:center;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	font-size:13px;
	color:#666666;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	/*background:#C9D1D1;*/
}
/* リンクボタン画像半透明 */
a img.linkimg{ background:none!important; }   a:hover img.linkimg{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; background:none!important; } 

/* リンク部分 */
a
   {text-decoration:none;}        /* リンク部分の下線を消す */
   
a:link
   {color:#666666;}               /* まだ見ていないリンク色 */

a:visited
   {color:#666666;}               /* 既に見たリンク色 */

a:hover
   {
    color:#333333;               /* マウスが上に来た時の文字色設定 */
    text-decoration:underline;   /* マウスが上に来た時に下線をだす。 */
   }
.size11 {  font-size: 11px; text-decoration: none}
.size12 {  font-size: 12px; text-decoration: none}
.size13 {  font-size: 13px; text-decoration: none}
.size14 {  font-size: 14px; text-decoration: none}
.size15 {  font-size: 15px; text-decoration: none}
.size13red {
	font-size: 13px;
	text-decoration: none;
	color: #CC0000;
}
.error {
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}

/*全体*/
#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding: 0px;
	width: 814px;
}

#contents {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	display: inline;
}
#contents_waku {
	border: 3px solid #666666;
}
#contents_waku2 {
	border: 1px solid #999999;
	height: 602px;
	width: 802px;
	margin: 2px;
}


#leftside {
	float: left;
	width: 200px;
	height: 600px;
	background-image: url(../img/left.gif);
	display: inline;
}
#rightside {
	width: 590px;
	float: right;
	height: 590px;
	padding: 5px;
	display: inline;
}



/*上部*/
#header h1 {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
#header {
	text-align: left;
}

/*下部*/
#footer_navi li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	color: #666666;
	font-size: 12px;
}
#footer_navi {
	padding-top: 10px;
}

#footer {
	text-align: center;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	padding-top: 5px;
	margin: 0px;
}
#copyright {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
}
