/* CSS Document */
*{
	margin:0;
	padding:0;
	line-height:1.6;
	color:#595959;
	font-size:13px;

	*font-size:small;
	*font: x-small;
	font-weight:normal;
	font-style:normal;
	list-style:none;
	text-decoration: none;
	border: none;
}
body {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e8f2f7;
}
h2 {
	font-size: 150%;
	color: #3685bb;
	font-weight: bold;
}
#wrapper {

}
#otoiawaseleft {
	height: 95px;
	width: 390px;
	float: left;
	vertical-align: middle;
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
}
#otoiawaseleft p {
	text-align: center;
}
#otoiawaseright {
	height: 95px;
	width: 370px;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #FFF;

}
#footer {
	background-image: url(image/footerbg.jpg);
	height: 45px;
	width: 760px;
	clear: both;
	text-align: right;
	padding-right: 20px;
	font-size: 90%;
	padding-top: 55px;
}
#footer p {
	line-height: 2em;
	font-size: 95%;
}
#footer p .style1 {
	font-size: 120%;
	font-weight: bold;
}
#undercont {
	background-color: #FFF;
	width: auto;
}
.blog_link {
	text-decoration: underline;
	text-align: center;
	width: 100%;
	display: block;
}
