body {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#top {
	text-align: center;
	margin-right: auto;
	margin-left: auto;

	background-position: center top;
	height: 100px;
	width: 700px;
}

#side {
	height: auto;
	width: 720px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(image/side720.png);
	background-repeat: repeat-y;
}
#all {
	width: 700px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12px;
}
#index-pic {
	height: 300px;
	width: 700px;
	background-color: #FFF8FC;
	text-align: center;
	vartical-align: middle; 
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#sub-pic {
	height: 150px;
	width: 700px;
	margin-bottom: 0px;
}

#main {
	height: auto;
	width: 700px;
	overflow:auto;
	font-size: 12px;
	color: #990000;

}

#contents {
	float: left;
	height: auto;
	width: 170px;
	text-align: center;
	padding-top: 0px;
	background-image: url(image/contback.gif);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right:0px;
}
#text {
	float: right;
	height: auto;
	width: 530px;
	background-color:#FFFEFF;
	/*color: #800080;*/
    color:#200020;
	text-align: left;
	font-size: 14px;
}

#fut {
	clear:both;
	background-image: url(image/bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
	width: 700px;
	font-size: 12px;
	color: #660000;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#fut a:link{
	text-decoration:none;
	color:#CC3333;
}
#fut a:hover{
	text-decoration:underline;
	color:#CC3333;
}
#fut a:visited{
	text-decoration:none;
	color: #666666;
}


/* ********************************************* */

/* id=text の見出し*/
.textheader
{
    margin:5px 0px 5px 0;
    font-weight:bold;
    text-underline-position:auto;
    background:#FFF8FC;
}

/* 横位置 */
.left
{
    text-align:left;
}
.center
{
    text-align:center;
}
.right
{
    text-align:right;
}

/* 縦位置 */
.top
{
    vertical-align: top;
}
.middle
{
    vertical-align: middle;
}
.bottom
{
    vertical-align: bottom;
}



/* table text  */
table.text
{
	width:520px;
	margin: 5px 5px 5px 5px;
    border-collapse: collapse;
}
.text th
{
	text-align:center;
    font-size:x-large;
    padding: 10px 5px 5px 5px;
    letter-spacing:5px;
    color:  #FF1493 ;
}
.text td
{
    padding:2px 2px 2px 2px;
}

.title
{
    font-weight:bold;
    font-size:medium;
}

/* Table */
table.contents
{
	margin: 2px 2px 2px 2px;
    border: 2px solid #eaeaea;
    border-collapse: collapse;
}
table.contents > tbody > tr > td
{
    padding: 5px 5px 5px 10px;
}
table.input-border-silver > tbody > tr > td
{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
}
.leftnavi
{
	margin-left:5px;
}
.leftnavi a:link {
	height:40px;
    background : url('image/bot2.gif') no-repeat;
	display: block;
    font: 130% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";           
    color: #663300 ; 
    padding-left:10px;
	padding-top:3px;
    text-decoration: none;
	text-align:left;
}   
.leftnavi a:visited {                 
   color: #663300; 
}
.leftnavi a:active {
     color: #663300;
} 
.leftnavi a:hover {   
    background: url('image/bot1.gif') no-repeat;
    color:ghostwhite;	
}
.selected a:link {
    background : url('image/bot1.gif') no-repeat;
    color: ghostwhite ; 
}
.c_coment
{
    font-weight:bold;
    font-size:15px;
    color:red;
	padding: 5px 5px 5px 5px;
	line-height:15px;
}
.lnk_coment{
	margin-top:-7px;
	margin-left:3px;
	font-size:8px;
}

