@charset "Shift_JIS";
/*共通のボディー指定*/
body {
	font-size: 100%;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainarea {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contents_back {
	background-image: url(../img/contents_back.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}


#menu1 {
	background-image: url(../img/menu_back1.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-align: left;
}
#menu1 a {
	color: #FFFFFF;
}
#menu1 h2 {
	background-image: url(../img/dot3.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 10px;
	background-position: left 2px;
	font-size: 90%;
	margin-bottom: 10px;
}
#menu2 {
	background-image: url(../img/menu_back2.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
	height: 70px;
}
#menu2 a {
	color: #333333;
}
#menu2 h2 {
	background-image: url(../img/dot1.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 10px;
	background-position: left top;
	font-size: 80%;
	margin-bottom: 7px;
}

.section {
	font-size: 70%;
	line-height: 1.5em;
	padding: 5px;
}

.topics p {
	font-size: 80%;
	line-height: 1.3em;
	background-image: url(../img/dot2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 4px;
	padding-left: 12px;
	margin-left: 7px;
}

#address {
	background-image: url(../img/topics_bar.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 12px;
	height: 82px;
}
#se_contents {
	width: 494px;
	margin-left: 4px;
	margin-bottom: 10px;
}

#se_title {
	margin-bottom: 5px;
	width: 494px;
}

#se_link {
	font-size: 70%;
	text-align: right;
	width: 494px;
}
#se_link a {
	color: #FF0000;
	text-decoration: underline;
}
.table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.table2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.table2 td {
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.table3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.table3 td {
	font-size: 90%;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.subtitle {
	padding-bottom: 8px;
}
