@charset "utf-8";

/*****全体****/
*, html{margin:0;padding:0;
	}
body{background-color:#ccff66;
}

/*****Container****/
#Container{width:480px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em}


/*****wrapper****/
#wrapper{height:510px;
	}
	
/*****ヘッダ****/
#header{
	float:left;
	width:110px;
	height:50px;
	background:url(../images/titleToppage.jpg)  no-repeat}
#header	h1,#header	h2{font-size:xx-small;
	text-indent:-1000px}
	
/*****フラッシュ****/
#flash{
	float:right;
	width:350px;
	height:500px;
	}
	
/****メニュー****/
#menu{
	width:120px;
	margin-top:3em;}
ul{font-size:80%;
	list-style:none;
	}
li{	
	width:105px;
	display:block;
	}
li a{
	color:#2f4f4f;
	display:block;
	text-decoration:none;
	border-bottom:1px dotted #2f4f4f;
	padding-top:0.5em;
	padding-bottom:0.2em}

li a:hover{
	color:#663399;
	padding-left:0.3em;
	border-left:0.2em solid #663399}
	
/****カウンター****/
img.kazari{
	padding-left:95px;
	}
	
/****フッタ****/
#footer{clear:both;}
#footer p,#footer address{
	color:#333300;
	font-size:xx-small;
	text-align:right}
.gototop{margin-bottom:1%;
	text-align:right;
	font-size:x-small;}

/*****プロデュース*****/
.produced{color:#330033;
	font-family:sans-serif;
	font-size:x-small;
	text-align:center;
	border-top:1px solid #666;
	margin-top:1em;
	padding-top:2em}
	
.produced a{color:#330033}
.produced a:visited{color:#333399}	
.produced a:hover{color:#330033}



