@charset "shift_jis";


/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-*/
/*-------------------------------------------- ページ全体に対する設定 ----------------------------------*/
* {
        margin:0;
        padding:0;
}

body ,
th ,
td ,
caption {
	font-size:90%;
}

body {
	color:#808080 ;
	background:#FFFFFF;
	text-align:center;
}

img {
	border:0;
}

ul {
	list-style-type:none;
}

li {
	font-size:medium;
}


/* anchor */

a:link {
	color:#696969;
}

a:visited {
	color:#8B4513;
}

a:hover {
	color:#FF0000;
}

a[name]:hover {
	color:#000;
}

a:active {
	color:#C0C0C0;
}








/*-------------------------------------------- #descript　に対する設定 ----------------------------------*/
#descript {
	width:700px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #666;
        background:#FFFFFF url(../images/common/background1.gif) repeat-y right;
}





/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-*/
/*-------------------------------------------- ヘディング部分(head1)　に対する設定　　 ----------------------------------*/
#head1 {
	position:relative;
	clear:both;
}


/*-------------------------------------------- ヘディング部分(head2)　に対する設定　　----------------------------------*/
#head2 {
	position:relative;
	clear:both;
}

#head2 li {
        display:inline;
}

/*-------------------------------------------- ヘディング部分(head3)　に対する設定　　----------------------------------*/
#head3 {
	position:relative;
        height:160px;
	clear:both;
}








/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-*/

/*-------------------------------------------- 主文部分  (contoract)　に対する設定 ----------------------------------*/

#contractall {
        clear:both;
        margin:0 8px 4px 4px;
        _margin:0 5px 4px 4px;
}


/*-------------------------------------------- 主文部分 横　(side)　に対する設定 ----------------------------------*/

#side {
	background:#FAFAD2;
        color::#D3D3D3;
        float:right;
	width:210px;
        heigt:540;
	margin:0 0 4px;
	border-left:1px solid #666;
}

#sideend {
	width:210px;
        heigt:540;
}






#contract {
	float:left;
	width:465px;
        margin:0;
        Padding:0;
}


#tbl1  table {
	width:400px;     
}




/*-- フッターエリア ---------------------*/

#foot1 {
	width:700px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #666;
}



#foot2 {
	width:700px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #666;
}








/*--------------------------------　print　------------------------*/

@media print {
	#TopMenu li ,
	li.anchor-text ,
	ul.news li ,
	div.others li {
		_height:1%;
	}


