@charset "utf-8";
/* CSS Document */


#container	{
			background: #FFF;
			margin: 0 auto;
			margin-top:100px;

}



#main h2	{
			font-size: 150%;
			color: #ff6666;
			border-bottom: #FF6666 1px solid;
			text-align: center;
			margin: 10px;
}

.aisatsu1	{
			width:500px;
			float: left;
			margin: 20px 30px;
		
}

.aisatsu2	{
			width:400px;
			margin: 20px;
}


.bun		{
			width: 900px;
}

#box			{
			clear: both;
}



.image img	{
			margin: 10px;
			
}


.largeImage{
			border: solid 1px #ccc;
			width: 550px;
			height: 400px;
			padding: 5px;
			margin: 10px;
			margin-bottom: 30px;
}

.thumbs img{
			border: solid 1px #ccc;
			width: 120px;
			height: 100px;
			padding: 4px;
			margin-top: 10px;
}

.thumbs img:hover{
			border-color: #FF9900;
}

p			{
			text-align:center;
}
			

dt			{
			font-size: 14px;
	}
