@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
	background:url(img/bg.gif);
}
html {
	overflow: scroll;
}
img {
	border:0;
}
.clear {
	clear: both;
}

a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}



#wrap {
	width: 840px;
	background-color: #FFFFFF;
	background-image: url(img/bg_gnavi.jpg);
	background-repeat: repeat-y;
	margin:0 auto;

}
#header {
	height: 260px;
}
#header h1 {
font-size:14px;
color:#000000;
text-indent:-9999px;
}
#side{
	float: left;
	width: 290px;
	background-image: url(img/contents.jpg);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding-top: 55px;
	padding-left: 10px;
}

#side ul {
	font-size: 14px;
	width: 265px;
	margin-bottom: 15px;
	line-height: 130%;
}
#side li {
	list-style-type: none;
	display: block;
	width: 250px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	font-weight: bold;
	padding-top: 10px;
}

#side li a{
   color:#000000;
   text-decoration:none;
}


#side li a:hover {
    color:#FF0000;
	text-decoration: underline;
}



#main-contents {
	float: right;
	width: 510px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-top: 15px;
}

#main-contents h2 {
	font-size: 1.2em;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	margin-bottom: 15px;
	width: 500px;
	color:#FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #df4382;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #df4382;
}

#main-contents p {
	font-size: 1em;
	line-height: 170%;
	margin-bottom: 1em;
	padding-right: 15px;
	padding-left: 15px;
}
table.table01 {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 80%;
	border-collapse:collapse;
	line-height: 130%;
}
.table01 th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #6699CC;
	color: #FFFFFF;
}
.table01 td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #F7F7F7;
}
.table01 td.td_title {
	text-align: left;
}
.table01 td.td_red {
	color: #FF3300;
}
table.table02 {
	font-size: 80%;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 450px;
	border-collapse:collapse;
}
.table02 th {
	padding: 5px;
	text-align: center;
	background-color: #333333;
	border: 1px solid #CCCCCC;
}

.table02 td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #660000;
}


#footer {
	height: 45px;
	width: 840px;
	font-size: 12px;
	text-align:center;
	color: #FFFFFF;
	clear: both;
	line-height: 45px;
	background-color: #fc95b9;
}

#next {
	font-size: 90%;
	text-align:right;
	margin-top: 40px;
	padding-right:5px;
}
#next a {
    color:#FF0000;
	text-decoration: underline;
}

#next a:hover {
    color:#0000FF;
	text-decoration:none;
}

.pikup{
text-align:center;
margin-top:15px;
font-size:0.8em;
}
.pikup a{
color:#0000FF;
text-decoration:underline;
}
.pikup a:hover{
color:#FF0000;
text-decoration:none;
}
.red{
color:#FF0000;
font-weight:bold;
border-bottom:1px #FF0000 dotted;
}
.b{
color:#FF0000;
}
