*{
	margin: 0;
	padding: 0;/*ブラウザがデフォルトで持つ値を消す*/
}
#entry_co p{
	margin-top: 10px;
	margin-bottom: 10px;
}
h1,h2,h3,p,dl,dt,ol,li{
	margin-top: 0;
	margin-bottom: 0;/*上下の行間を消す*/
}
body{
	margin: 0;
	padding: 0;
	background-color: #0088A2;
	background-image: url("img/bg.jpg");
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",sans-serif;
	color: #333333;
}
.clear{
	clear: both;
}
img{
	border: none;
}
li{
	list-style: none;
}

.page{
	width: 760px;
	margin: 0px auto;
	text-align: center;
}
h1{
	width: 760px;
	height: 170px;
	background-image: url("img/title.jpg");
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.main_block{
	width: 760px;
	background-color: #ffffff;
	background-image: url("img/page_bg.jpg");
	background-repeat: repeat-y;
overflow: auto;
}
.main_page{
	width: 740px;
	margin-top: 0px;
	padding: 0px 10px;
	font-size: small;
	line-height: 150%;
}

/* MENU */
.menu{
	width: 210px;
	float: left;
	text-align: left;
	margin-top: 0px;
}
.menu_co{
	padding-top: 10px;
	background-image: url("img/menu_co_bg.gif");
	background-repeat: repeat-y;
}
#information{
	width: 144px;
	padding: 5px 23px 10px 23px;
}
#information span{
	color: #0088A2;
	font-weight: bold;
}
#camera{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: auto;
}
#camera_sub{
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 30px;
}

.menu_list{
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 10px;
}

.menu_list li{
	margin-top: 6px;
	margin-bottom: 6px;
}

/*CALENDAR*/
#calendar_block{
	width: 180px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#calendar{
	text-align: left;
	padding: 5px;
	background-color: #E4F3F6;
}
#calendar_day{
	font-weight: bold;
}
#calendar table{
	width: 100%;
	background-color: #E4F3F6;
}
#calendar th{
	width: 14%;
	text-align: center;
}
#calendar td{
	width: 14%;
	text-align: center;
}
#calendar a{
  display:block;
  background:#1575A5 none;
}

/* BLOG */
#entry{
	width: 530px;
	text-align: left;
	float: right;
	margin-top: 0px;
	margin-bottom: 25px;
}
#entry_body{
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 10px;
	margin-bottom: 25px;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #FF6666;
	padding-left: 18px;
	margin-bottom: 6px;
	background-image: url("img/maru.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
#entry_co{
	padding-left: 22px;
}
.entry_footer{
	color: #666;　
	padding: 5px 0px;
	margin-top: 8px;
	border-top: 1px dotted #666;
	text-align: right;
}


/* FOOTER */
#footer{
	margin-top: 20px;
	background-image: url("img/bottom_bg.gif");
	background-repeat: repeat-y;
	text-align: left;
	color: #00649E;
	border-top: dotted 1px #0088A2;
}
#copy{
	padding: 8px 15px 8px 15px;
	font-size: small;
	line-height: 150%;
}

/* POROFILE FOOTER */
#profile_footer{
	text-align: right;
	width: 680px;
}
#profile_footer p{
	margin-top: 10px;
}

/* LINK */
a:link{
	color: #00649E;
	text-decoration: underline;
}
a:visited{
	color: #00649E;
	text-decoration: underline;
}
a:hover{
	color: #FF6666;
	text-decoration: underline;
}

#calendar td a:link{
	color: #fff;
	text-decoration: none;
}
#calendar td a:visited{
	color: #fff;
	text-decoration: none;
}
#calendar td a:hover{
	color: #fff;
	text-decoration: underline;
}
#banner{
	margin-left: 10px;
	margin-top: 20px;
}
