/* body属性デザイン */

body {
	margin:0;
	padding:0;
	background-color:#999999;
	background-image:url("../img/bg0.gif");
	text-align:center;
	font-size:12px;
	color:333333;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color:       #ffffff;
	scrollbar-highlight-color:  #000000;
	scrollbar-shadow-color:     #000000;
	scrollbar-3dlight-color:    #ffffff;
	scrollbar-arrow-color:      #000000;
 	scrollbar-track-color:      #ffffff;
	}

a:link {
	color:#990000;
	text-decoration:underline;
	}

a:visited {
	color:#990000;
	text-decoration:underline;
	}

a:active {
	color:##990000;
	text-decoration:underline;
	}

a:hover {
	color:#ff6600;
	text-decoration:underline;
	}

td{
	font-size:12px;
	color:333333;
	line-height:140%;
	}


/* div属性デザイン */

#container {
	border:1px solid #000000;
	width:750px;
	text-align:left;
	background-color:#ffffff;
	}

#header {
	width:750px;
	height:225px;
	text-align:center;
	}

#contents {
	margin:15 15px;
	width:720px;
	}

#main {
	float:left;
	width:520px;
	}

#side {
	float:right;
	width:200px;
	}

#footer {
	clear:both;
	background:url("../img/cr.gif") no-repeat bottom;
	width:750px;
	height:30px;
	}


/* リスト系デザイン */

#ID {
	width:500px;
	height:20px;  
	margin: 0; 
	padding :0;
	font-size:12px;
	}

#ID ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
	}

#ID li { 
	display : inline; 
	padding :0; 
	margin: 0;
	float:left; 
	}

#ID #active {
	background-image:url(../img/active.gif); 
	width:100px; 
	height:20px;
	background-repeat:no-repeat; 
	margin:0; 
	padding:0;
	background-color:#fff;
	display:block;
	text-align:center;
	line-height:20px;
	}

#ID #menu a {
	background-image:url(../img/off.gif); 
	width:100px; 
	height:20px;
	background-repeat:no-repeat; 
	margin:0; 
	padding:0;
	background-color:#fff;
	display:block;
	color:#cccccc;
	text-align:center;
	line-height:20px;
	text-decoration:none;
	}

#ID #menu a:hover {
	background-color:#fff; 
	background-image:url(../img/on.gif);
	width:100px; 
	height:20px; 
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	display:block;
	color:#ff6600;
	text-align:center;
	line-height:20px;
	text-decoration:none;
	}

#ID2 {
	width:500px;
	margin: 0; 
	padding :20;
	font-size:12px;
	background-image:url(../img/back.gif); 
	line-height:140%;
	}

#ID3 {
	width:500px;
	height:20px;  
	margin: 0; 
	padding :0;
	background-image:url(../img/end.gif); 
	}

/* ページの基本デザイン */

#main p, #side p, {
	margin:15px;
	line-height:140%;
	}

#main hr, #side hr, {
	margin:10px;
	}
