﻿@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

br.fclear {
	clear: both;
	line-height: 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%;
}  
  
a{
	color:#FF66FF;
    text-decoration: none;
}

#container {
	width: 1280px;
	background-color: #EEEEEE;
}

#header {
	height: 250px;
	background-color: #DDDDDD;  
        font-size:400%;
}

#content {
	float: right;
	width: 1040px;
	background-color: #F0F0F0;
}

#content dl{
    
	width: 600px;		/*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;　　-->	
}

#content .main {
	float: left;
	width: 800px;
	background-color: #F5F5F5;
}
#content .sub {
	float: left;
	width: 240px;
}

#subcontent {
	float: left;
	width: 240px;
	text-align: center;
}

#footer {
	height: 60px;
	background-color: #DDDDDD;
    text-align: center;
}