/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:normal normal 100% "ＭＳ ゴシック","Osaka",sans-serif;
  	border:none;
}

body{
	margin:0px;
	padding:0px;
	font-size:100%;
	background:url("img/bodybg.gif") repeat-y;
	color:#333333;
	background:#99ccff;
}

/*ページ全体のリンク指定*/
a{
	color:#0033cc;
	}
	
	
/*ページの輪郭*/
#flame{
	width: 900px;
	margin:30px 0 0 51px;
}

/*ヘッダ*/
#head{
	border-top:15px double #333333;
	border-left:6px solid #333333;
	border-right:6px solid #333333;
	border-bottom:15px double #333333;
	height:90px;
	background:#ffffff;
}
/*サイト名前：ロゴを入れたりしてください*/
#logo{
	height:50px;
	background:url("img/title.png") no-repeat center;
	}
	
#logo2{
	height:40px;
	background:url("img/title.jpg") no-repeat center;
	}
	
#center{
	width:900px;
	background:url("img/centerbg.gif") repeat-y;
	}

				
/*サイドのブロック*/
#box_side{
	width: 200px;
	float: left;
}

.menu{
	width:160px;
	margin:20px;
	font-size:18px;
	}
	
	h4{
	    height:20px;
		background:url("img/menu.gif") repeat-x;
	    padding:5px 0 0px 60px;
	    margin:0px;
		color:#ffffff;
		font-weight:bold;
		}
	#box_side ul{
		list-style:none;
		margin:0px;
		padding:0px;
		}
	#box_side li{
	  	margin:0px;
		padding:0px;
	    
			}
	#box_side li a{
	    width:138px;
		color:#333333;
		text-decoration:none;
		display:block;
		padding:3px 0px 3px 20px;
		margin:0px;
		background:#99ccff;
		border-top:1px solid #CCD0D3;
		border-left:1px solid #CCD0D3;
		border-right:1px solid #6393B6;
		border-bottom:1px solid #6393B6;
		}
	#box_side li a:hover{
		color:#ffffff;
		background:#0033ff;
		border-bottom:1px solid #CCD0D3;
		border-right:1px solid #CCD0D3;
		border-left:1px solid #6393B6;
		border-top:1px solid #6393B6;
		}
			

/*右のブロック*/
#box_main{
	width: 700px;
	float: right;
}

/*右のタイトル部分*/
h1,h2,h3{
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	background:url("img/hbg.png") repeat-x;
	padding:10px 0px 10px 30px;
	}
	
	/*メインの記事の部分*/
	.main{
		background:#ffffff;
		border:6px groove #666666;
		margin:20px;
		}
		
	/*本文をくる*/
	p{
		margin:10px;
		line-height:150%;
		}
		
	table#table1{
	width: 648px;
    background-color:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells:show;
	text-align:center;
    }
	
    table#table1 th{
	height: 30px;
    background-color:#666666;
	color:#ffffff;
    }
	
    table#table1 td{
    height: 30px;
    }
	
	table#table1 tr.even {
	height: 30px;
    background: #EDF3FE;
    }



		
		
/*著作権表示の部分つまりフッタ*/
#foot{
	border-top:6px double #333333;
	border-left:6px solid #333333;
	border-right:6px solid #333333;
	border-bottom:8px double #333333;
	margin-bottom:10px;
	color:#666666;
	padding:5px;
	background:#ffffff;
	}

	#foot a{
		color:#666666;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}
	.both{
		clear:both;
		}