@charset "Shift_JIS";

/*　body関連　*/

*{
	margin:0;
	padding:0;
}

body{
	background-color:#fff;
	width:100%;
	height:100%;
	font-family :"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
}

html{
	scrollbar-face-color: #000;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/*  leyout関連  */

#leyout{
	width:915px;
	position:relative;
	margin:0 auto;
}


#main{
	padding:10px;
	border-right:1px solid #000;
	border-left:1px solid #000;

}


#header{
	width:100%;
	height:80px;
	background-color:#000;
}

#footer{
	width:100%;
	clear:both;
	background-color:#000;
	color: #fff;
	text-align:center;
	padding:0px;
	height:60px;
	font-size:12px;
}

#navi_2 {
	position:absolute;
	right:1px;
	top:90px;
	width:160px;
	margin:0px;
	background-color:#fff;
}

#contents {
	background-color:#fff;
	margin:0px;
	height:100%;
}

#navi_left{
	padding:0px;
}

#navi_right{
	padding:0px;
}


.contents p{
	margin:1em 0;
}

/*  js関連  */


#scroll{ 
	background-color:#fff;
	border:1px solid #fff;
	position: absolute;
	width: 51px;	
	height: 52px;
	margin: 300px 70px;
	padding: 0px;
}

/*  table関連  */

div.navi {	
	position: relative;
	top:0px;
	left:150px;
}

table.center {
	position: relative;
	top:0px;
	left:0px;
}

table.left {
	margin-left: 135px;
	margin-right: auto;
	text-align:center;
}

table.right {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

td {
	border:1px solid #000000;
	vertical-align:baseline;
	padding: 0px 5px;
}

tr.head{
	background-color: #000;
	color : #fff;
	font-weight: bold;
}

tr.cont{
	background-color: #fff;
	color: #000000;
}

/*  メニュー関連  */

#menu4 {
	width: 100px;
	border-style: solid solid none solid;
	border-color: #fff;
	margin: 0px;
	left:3px;
	top:80px;
	position:absolute;

	}


#menu4 li a {
	width: 100px;
  height: 32px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  height: 24px;
	text-decoration: none;

	}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #fff;
	display: block;
	background: url(img/menu4.gif);
	padding: 8px 0 0 30px;

	}
	
#menu4 li a:hover {
	color: #000;
	background: url(img/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;

	}
	
#menu4 li a:active {
	color: #fff;
	background: url(img/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}


/*  link関連  */

a:link { 
	color: #4169E1;
}
a:visited {
	color: #4169E1;
}
a:hover {
	color: red;
	background-color: #ffd78c;
}
a:active {
	color: red;
}

a {
	text-decoration: none;
	font-weight: bold;	
	font-size: 13px;
	vertical-align:middle;
}

a img {
border: none;
}

.leftimg {
	float:right;
	position:relative;
	left:0px;
	border: solid 1px #990;
}

/*  文字関連  */



textarea{
	background-color:#fff;
	border:none;
	overflow:auto;
}

ul.block {
	margin: 10px;
	padding: 0;
}

li.block {
	list-style-type:none;
	margin: 0px;
	float:left;
	padding:0px;
}

li {
	list-style-type:none;
}


h1 {
	font-size: 12px;
	float: left;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	margin-left: 5px;
}

h2 {
	font-size: 12px;
	line-height: 18px;
	float: left;
	color: #fff;
	font-weight: normal;
	margin-left: 0px;
}

