@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	text-align:center;
	color: #333333;
	background: #e4e4e4;
}

a, a:link, a:visited {
	color: #003399;
	text-decoration:underline;
}

a:hover {
	color: #ffa500;
	text-decoration:none;
}

img {
	border: none;
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
	border: 0; 
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.top {
	vertical-align:top;
}

.middle {
	vertical-align:middle;
}

.bottom {
	vertical-align:bottom;
}

.fontpaint{
    color: #3366cc;
}

.fontsmaller {
    font-size: 100%;
}

.fontsizel {
    font-size: 150%;
}

.fontbold {
    font-weight: bold;
}

.fontlighter {
	font-weight: lighter;
}

.fontnomal {
	font-weight: normal;
}

.fontred {
    color: #d50041;
}

.fontpink {
    color: pink;
}

.fonthotpink {
    color: #ff69b4;
}

.fontdarkorange {
	color: darkorange;
}

.fontchocolate {
	color: #d2691e;
}

.fontblue {
	color: blue;
}

.fontgreen {
    color: #009900;
}

.fontsky {
	color: #0098b4;
}

.fontgray {
    color: #999999;
}

.clear {
	clear: both;
}

.label, #counter {
	margin: 0;
	padding: 0;
}

.explain p {
	margin-bottom: 10px;
}

.explain h4 {
	color: #808000;
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
}

.explain h5 {
	color: #5f9ea0;
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	margin-top: 0;
	padding: 10px 0;
}

.explain ul, #back ul {
	width: 250px;
	text-indent: 0;
	margin-top: 20px;
}

.explain ul li, #back ul li {
	list-style: none;
	text-indent: 0;
	background: url(../images/arrow_back.gif) left no-repeat;
 	margin: 5px 0 0;
	padding: 0 0 0 16px;
}

.img_list_1 ul {
	width: 100%;
}

.img_list_1 ul li, .img_list_2 ul li, .img_list_3 ul li {
	list-style: none;
	text-align: center;
	background: #ffffff none;
}

.img_list_1 ul li {
	width: 570px;
}

.img_list_1 p span, .img_list_2 p span, .img_list_3 p span {
	display: block;
	padding: 3px 0;
}

.img_list_2 ul, .img_list_3 ul {
	width: 100%;
}

.img_list_2 ul li {
	float: left;
	width: 255px;
}

.img_list_2 br, .img_list_3 br {
	clear: left;
	font-size: 0;
}

.img_list_3 ul li {
	float: left;
	width: 170px;
}

.twoblock h4 {
	color: #666;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.twoblock ul {
	width: 250px;
	text-indent: 0;
}

.twoblock ul li, .in_link ul li {
	list-style: none;
	text-indent: 0;
 	margin: 5px 0 0;
	padding: 0 0 0 16px;
}

.twoblock ul li {
	background: url(../images/arrow.gif) left no-repeat;
}

.in_link ul li {
	background: url(../images/arrow_in.gif) left no-repeat;
}

.twoblock .section {
	width: 250px;
	margin: 0 0 10px 40px;
	padding: 0 0 10px;
	border-bottom: dotted 1px #aaa;
}

.in_link ul {
	width: 250px;
	text-indent: 0;
	margin: 0 0 0 30px;
	padding: 0;
	border: none;
}

.qa h4 {
	color: #666;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.qa ul {
	width: 603px;
	text-indent: 0;
	margin: 0 0 10px 0;
	padding: 0 0 10px;
	border-bottom: dotted 1px #aaa;
}

.qa ul li {
	list-style: none;
	text-indent: 0;
	background: url(../images/q.gif) left no-repeat;
 	margin: 5px 0 0 20px;
	padding: 0 0 0 20px;
}

.link h4 {
	color: #666;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 2px 0 2px 10px;
	border-bottom: solid 1px #aaa;
	border-left: solid 5px #b22222;
	background: url(../images/bg_grey.gif) top repeat-y;
}

.link h5 {
	font-size: 120%;
	line-height: 150%;
	margin: 0 0 0 20px;
}

.link ul {
	width: 603px;
	text-indent: 0;
	margin: 0 0 3px 0;
	padding: 0;
}

.link ul li {
	list-style: none;
	text-indent: 0;
	background: url(../images/arrow.gif) left no-repeat;
 	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

.link p {
	margin: 0 20px;
	margin-bottom: 20px;
}

.link dl {
	margin: 16px 18px 0 18px;
}

.link dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

.link_line {
	width: 100%;
	height: 2px;
	margin: 0 0 3px 0;
	padding: 0;
	background: url(../images/link_line.gif) left repeat-x;
}

.this_site h4 {
	color: #808000;
	font-size: 100%;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
}

.this_site h5 {
	color: #5f9ea0;
	font-size: 100%;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0;
	padding: 0px;
}

.this_site ul {
	width: 583px;
	text-indent: 0;
	margin: 0 0 10px 20px;
	padding: 0 0 10px;
}

.this_site ul li {
	list-style-type: square;
	text-indent: 0;
 	margin: 10px 0 0;
	padding: 0;
}

.calendar {
	float: left;
	width: 240px;
	text-align: center;
	margin-top: 10px;
	margin-left: 40px;
	padding: 5px 0;
	border: 1px solid #cccccc;
	background: #f0ffff;
}
.calendar table {
	width: 95%;
	margin: 0 auto;
	font-size: 90%;
}
.calendar th,#calendar td {
	padding: 3px;
	text-align: center;
}
.calendar th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #e0e0e0 url(../images/th_bg.gif) left bottom repeat-x;
}
.calendar td {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #ffffff url(../images/td_bg.gif) left bottom repeat-x
}
.calendar td a {
	display: block;
	width: 100%;
	background-color: #009900;
	color: #ffffff;
	text-decoration: none;
}
.calendar td a:hover {
	background-color: #74ce70;
}

.calendar span {
	display: block;
	width: 100%;
	background-color: #ff69b4;
	color: #ffffff;
	text-decoration: none;
}
