* { margin : 0 ; padding : 0 ; }

body {
	width : 1000px ;
	 }

#my_header {
	width : 100% ;
	background-color: #ffffff;
	}

#my_footer {
	width : 100% ;
	clear : both ;
	background-color: #990000;
	color: #ffffff;
	}

#my_footer i {
	font-family: "";
	color: #FFFFFF;
	font-size: small;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	clip:  rect(   );
	height: auto;
	width: auto;
	}


#my_body {
	position : relative ;
	margin : 0 auto ;
	width : 960px ;
	background-color: #fafafa;
	}

#my_navigation {
	float : left ;
	width : 210px ;
	background-color: #fafafa;
	}

#my_contents {
	margin-left: 210px;
	background-color: #ffffff;
	}

#my_contents h1 {
	font-size: large;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 10px;

	font-family: "";

	}


#my_contents h2 {
	font-size: medium;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "";
	}


#my_contents h3 {
	font-size: small;
	margin-left: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "" ;
	}



/* ナビゲーション */

#navi ul {
	margin: 0; 
	padding :0; 
	list-style-type : none; 
	}

#navi li {
	display : inline; 
	padding :0; 
	margin:0; 
	}

#navi a:hover {
	height:1.7em; 
	display:block; 
	border-left:2px solid #99b;
	border-top:2px solid #99b;  
	border-right:2px solid #bbd; 
	border-bottom:2px solid #bbd;
	background-color:#dde;
	font-size:medium; 
	padding:0.1em 0 0.1em 0.5em;
	text-decoration:none;
	color:#557;width:8em; 
	margin:2px 0px;
	}

#navi a {
	display:block; 
	border-left:2px solid #bbd;  
	border-top:2px solid #bbd;  
	border-right:2px solid #99b; 
	border-bottom:2px solid #99b;
	background-color:#d5d5e5;
	font-size:medium;
	padding:0.1em 0 0.1em 0.5em;
	text-decoration:none;
	color:#557;
	width:8em; 
	margin:2px 0px;height:1.7em;
	}

/* パンくずリスト */

#path	{
	font-size : x-small;
	color : #990000;
	}

#path a	{
	font-size : x-small;
	color : #990000;
	}

#path a:hover	{
	font-size : x-small;
	color : #000000;
	}