@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
	background:url(img/header.jpg);
	background-repeat: repeat-x;
}
img {
	border:0;
}

h1 {
	background-repeat: no-repeat;
	height: 29px;
	width: 515px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #333333;
	border-bottom: dotted 1px #999999;
	font-weight: bold;
	line-height: 29px;
	text-align: left;
	text-indent: 10px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1350cf;
}

b {
	font-size: 120%;
	font-weight: bold;
	background-color: #CCFFCC;
}

a:link {
    color:#FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}



#wrap {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#header {
	height: 270px;
}

#left_side {
	float: left;
	width: 275px;
	background:url(img/contents.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 35px;
}
#main-contents {
	float: right;
	width: 550px;
	margin-bottom: 20px;
	background-color: #dae3fa;
	padding-top: 15px;
}

p {
	font-size: 95%;
	line-height: 160%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 1em;
}

#footer {
	height: 45px;
	width: 840px;
	clear: both;
	font-size: 80%;
	line-height: 45px;
	color:#FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #1048c1;
	background-position: 0px 0px;
}

#footer a {
color:#FFFFFF;
}

#left_side ul {
	font-size: 14px;
	width: 275px;
	font-weight: normal;
}
#left_side li {
	height: 35px;
	width: 275px;
	list-style-type: none;
	line-height: 35px;
	display: block;
}
#left_side li a {
	color: #333333;
	text-decoration: underline;
	background:url(img/bg_gnavi.gif);
	display: block;
	height: 35px;
	width: 260px;
	padding-left: 15px;
}
#left_side li a:visited {
	color: #666666;
	text-decoration: underline;
}
#left_side li a:hover {
	color: #FF3333;
	text-decoration: underline;
	background-position: 0px -35px;
}

#nextpage {
	width: 495px;
	font-size: 90%;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	height: 33px;
	line-height: 33px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
.b{
background-color:#FFFF00;}
.red{
color:#FF0000}
