/* CSS Document */

/*ページ全体に係る指定*/
body{
	background-color:#9AE466;
	color: #666;	
	margin-top:0px;
	text-align:left;
	line-height: 1.5em; /* 行間の調整 */
	font-size: 18px;
	font-family: 'Arial', 'Tahoma', 'Century Gothic','MS UI Gothic', 'Osaka';
}
a{
	outline:none;
}
img{
	border:0;
}

#container{
	width:750px;
}

#header{
width:750px;
height:200px;
}
#main{
background-color:#FFFFFF;
width:750px;
}

#text{
margin:0px;
padding:35px 80px;
}

#footer{
width:750px;
height:40px;
font-size:14px;
color:#9AE466;
}

p{
text-align:left;
}

p:first-letter {
   font-size: 250%;
   float: left;
   padding: 2px;
   margin-right: 4px;
}

h2{
	text-align:left;
	font-size: 42px;
	color: #ccc;
	padding-top:0px;
}

h3{
	text-align:left;
	font-size: 20px;
	color: #666;
	padding:10px;
	margin:10px;
}

ul{
text-align:left;
}

#image{
	background:url(images/linkcat2.jpg);
	background-repeat:no-repeat;
	text-align:right;
}

#image a{
display:block;
width:250px;
height:250px;
line-height:50px;
text-decoration:none;
}

#image a:hover{
width:250px;
height:250px;
background-color:transparent;
}

#image a:hover img{
	visibility:hidden;
}



/* 回り込みの解除*/
#c-both{
	clear:both;
}