@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

ul{
	list-style: none;
	margin:0px 0px 0px 0px;
}

li{
        background:url("./");
	border-bottom:1px solid #cccccc;
}

h1{   
     font-size:70%;
}   
h2{   
     font-size:120%;
     text-align: center; 
}    
a{
	color:#0000FF;
    text-decoration: none;
}


br.fclear {
	clear: both;
	line-height: 0;
}

td{
    text-align: left;
    border:#663300 solid 1px;
	padding:6px;
}


#container {
	width: 960px;
	background-color: #99FFCC;
}

#header {
	height: 80px;
	background-color:  #FFCCFF;
}

#content {
	float: left;
	width: 650px;
	background-color: #99FFCC;
        font-size: 80%;
}

#content dl{
	width: 400px;		/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	color:#CC0000;
	padding: 10px;
	background: #FFFFCC;	/*背景の色*/
	border: 1px solid #222222;	/*フチのライン*/
	margin-top: 0.5em;　　-->	
}

#subcontent {
	float: left;
	width: 300px;
}

#footer {
	height: 60px;
	background-color: #FFCCFF;
    text-align: center;
	font-size: 12px;
}