BODY{
	font-family:"ＭＳ Ｐゴシック", Osaka,;
	font-size : 10pt;
	margin : 0px;
	padding : 0px;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	text-align:center;
	background-color : #000000;
	color : #ffffff;
}
BODY.kanri{

}
TABLE{
	font-family:"ＭＳ Ｐゴシック", Osaka,;
	font-size : 10pt;
	margin : 0px;
	padding : 0px;
	color : #ffffff;
}
FORM{
	margin : 0px;
	padding : 0px;
}
a:link {
	color: #CCA400;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCA400;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #CCA400;
}
div.fixedLay { 
	position         : absolute   ;
	z-index          : 100        ;
	left             : -200px     ;
	top              : -200px     ; 
}
.menu11{
	font-size : 10pt;
	height:20px;
	border : 1px;
	border-style : solid;
	border-color : #666666;
	background-color : #e4e4e4;
	padding-left : 10px;

}
.menu12{
	font-size : 10pt;
	height:20px;
	border : 1px;
	border-style : solid;
	border-color : #666666;
	padding-left : 10px;
}
.line1{
	font-size : 10pt;
	font-weight : bold;
	height:30px;
	background-color : #333333;
}
.read{
	border-width : 0px 0px 0px 0px;
}
IMG{
	margin : 1px;
	}
IMG.nn{
	margin : 0px;
}
.main{
	width : 750px;
	height : 100%;
}
.head{
	height : 150px;
}

/*---------------一覧画面のテーブルのスタイル----------------------*/
.table1{
	background-color : #333333;
}
.td1{
	background-color : #121212;
}
.td2{
	background-color : #000000;
}

/*---------------詳細画面のテーブルのスタイル----------------------*/
.table2{
	background-color : #333333;
}
.td3{
	background-color : #121212;
	width : 20%
}
.td4{
	background-color : #000000;
	width : 30%
}
.td5{
	background-color : #000000;
}

/*---------------お問い合わせのテーブルのスタイル----------------------*/
.table3{
	background-color : #333333;
}
.td6{
	background-color : #121212;
}
.td7{
	background-color : #000000;
}

/*---------------管理画面のテーブルのスタイル----------------------*/
.table4{
	background-color : #333333;
}
.td8{
	background-color : #121212;
}
.td9{
	background-color : #000000;
}
