@charset "utf-8";

body {
/*	font-family: "メイリオ", Meyryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", Verdana, Arial, "ＭＳ Ｐゴシック";*/
	font-family: "メイリオ", Meyryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 750px;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 7px;
}
#header .logo-info {
	height: 73px;
	width: 100%;
	overflow: hidden;
}

#header h1 {
	font-size: 20px;
	margin: 20px 0px 0px;
	height: 30px;
	width: 300px;
	float: left;
	padding: 0px;
}
#header h1 a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: block;
	text-indent: -1000em;
}
#infomenu {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	overflow: hidden;
}
#infomenu li {
	float: left;
	height: 20px;
	width: 100px;
}
#infomenu li a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../images/infomenu.gif);
	background-repeat: no-repeat;
	text-indent: -1000em;
}
#info0 a {
	background-position: 0px 0px;
}
#info1 a {
	background-position: -100px 0px;
}
#info2 a {
	background-position: -200px 0px;
}
#info0 a:hover {
	background-position: 0px -20px;
}
#info1 a:hover {
	background-position: -100px -20px;
}
#info2 a:hover {
	background-position: -200px -20px;
}
#mainmenu {
	overflow: hidden;
	width: 100%;
}
#main_set {
	background-image: url(../images/main-back.gif);
	background-repeat: repeat-y;
	clear: both;
	margin-top: 30px;
	margin-bottom: 20px;
}
#main {
	overflow: hidden;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	float: left;
	width: 510px;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	float: right;
	width: 150px;
}
#sidebar .side_new-pic {
	background-color: #EEEEF9;
	margin-bottom: 15px;
	padding: 10px 10px 0px;
}
#sidebar .side_new-pic div {
	margin: 0px;
	padding: 0px;
}
#sidebar .side_new-pic p {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}
#sidebar .side_new-pic a {
	padding: 5px;
	display: block;
	background-color: #FFFFFF;
}
#sidebar .side_new-pic a:hover {
	background-color: #C4CBF4;
}
#clr_space {
	height: 30px;
	clear: both;
}
#footer {
	padding: 20px 15px;
}
.pagetop {
	height: 20px;
	margin: 0px 0px 10px;
	background-color: #EFEFF9;
}
.pagetop a {
	background-image: url(../images/pagetop.gif);
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	background-position: right 0px;
}
.pagetop a:hover {
	background-position: right -20px;
}
#footer .f-title {
	float: left;
	margin: 0px;
	padding-left: 15px;
}
#footer .f-title a {
	color: #666666;
	text-decoration: none;
}
#footer .copyright {
	float: right;
	margin: 0px;
	padding-right: 15px;

}
a {
	color: #1F3AD6;
}
a:visited {
	color: #122178;
}
a:hover {
	color: #4F65E6;
}
img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	display: none;
	color: #64921F;
}

.clr {
	clear: both;
	display: block;
}
h2 {
	color: #1F3AD6;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0px;

}
h3 {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
}
.btn {
	width: 510px;

}
.btn a,
.btn a:visited {
	background-image: url(../blog/images/btn_blog.gif);
	background-repeat: no-repeat;
	line-height: 36px;
	display: block;
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 14px;
	font-weight: bold;

}
.btn a:hover {
	background-position: 0px -40px;
	color: #333333;

}
.clr-box {
	width: 100%;
	overflow: hidden;
}

