
body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif, Meiryo, Roboto;
	color: #333;
	background-color: #deebf7;
	font-size: 15px;
    line-height: 200%;
}

ul {
	list-style-type: square;
	}
li	{
	margin-bottom: 15px;
	}

a {
	color: #005bbb;
	}
	
a:hover{
    color: #005bbb;
	text-decoration: underline;
}

a:hover .over {
	opacity:0.8;
	filter: alpha(opacity=80);
}
.header {
    background-color: #deebf7;
    height: 80px;
}
#head_cont {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#head_cont .logo {
	padding-top: 20px;
	padding-left: 15px;
}
#head_cont .logo img {
	width: 180px;
}


#topimg_o {
	height: 100px;
	background-color: #005bbb;
	position: relative;
	text-align: center;
}
#topimg_o p {
	padding-top: 30px;
    font-size: 25px;
    color: #ffffff;
    line-height: 120%;
}
#contents {
	background-color: #deebf7;
	background-image : url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
#footer {
	background-color: #0063b1;
	height: 60px;
	text-align: center;
	color: #FFF;
	padding-top: 20px;
	font-size: 17px;
}