@charset "utf-8";
/* CSS Document */
html{
	
}

body {
	line-height:120%; 
}

#container{
	background-color:white;

	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:hidden;
}

#top {
	background-color:black;
	background:    -moz-linear-gradient(left,black,#f5f5ff);
	margin-top:10px;
	margin-bottom:15px;

	height:20px;
	border-radius:25px;
	overflow:hidden;
}
hr {
	clear:left
}

img{
    max-width: 100%;
    height: auto;
    width /****/:auto;  /*IE8のみ適用*/

}

#logo {

	overflow:hidden;
	margin-bottom:5px;
}

#menu {
	margin-left:5px;
	
	background-color:#eeeeee;
	width:65%;
	float:left;
	min-height:20px;
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.4);


}
#menu li {
	margin:1px;
	font-weight:bold;
	width:19%;
	font-size:100% ;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 2px #59f;
	height:auto;
	float:left;
		

}
#menu a {
	color:#000;
	text-decoration:none;
}
#menu a:hover{
	color:#F00;

}

#uLine {
	text-decoration:underline;
}


.blueberry {
	clear:left;
}

h1{
	text-align:center;
	font:200% bold;
	clear:left;
	text-shadow:2px 2px 3px #333333;
	margin-bottom:10px;
}


h2{
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}


.sub {
	float:left;
	width:30%;
	padding:5px;
	margin:5px;
	border:solid;
	background-color: ;
	overflow: auto;
}

.sub img {
	float:left;
	max-width:100px;
	margin:5px;
}









#footer{
	clear:left;
	font-size:80%;
	background-color:#CCC;
	max-width:800px;
	overflow:hidden;
	text-align:center;
}
