/*ここからbody設定*/
body{
	margin: 0px;
}
a:link {
 color: #0000ff; background-color: transparent
}
a:visited {
 color: #800080; background-color: transparent
}
a:active {
 color: #0000ff; background-color: #ffff00
}
a:hover {
 color: #0000ff; background-color: #ffff00
}
.border {
	border: none;
	margin: 0px;
	padding: 0px;
}

/*ここからヘッダー設定*/
#topframe {
	background-image: url(../img/head_back.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#head {
	text-align: left;
	background-image: url(../img/head_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	border: none;
}
#topframe .navi {
	margin: 0px;
	text-align: right;
	font-size: 80%;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 2px;
}
#topframe .pan {
	margin: 0px;
	text-align: left;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1em;
}
#topframe .date {
	font-size: 80%;
	margin: 3em 0px 0px;
	padding-right: 5%;
	text-align: right;
	padding-bottom: 3px;
}

/*ここからフッターの設定*/
#footer {
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 80%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.back {
	text-align: right;
	margin: 5px 0px;
	padding: 0px 2em 0px 0px;
	font-size: 80%;
}
#copy {
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #006600;
	text-align: center;
	margin: 0px;
}

/*ここから本文の設定*/
#contents {
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
}
h1 {
	border-right: 0em solid #FF0000;
	border-top: 2px solid #CC0000;
	border-left: 0em solid #FF0000;
	border-bottom: 2px solid #CC0000;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 160%;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #CC0000;
}
#contents .naiyou {
	margin-top: 3em;
	margin-right: 0em;
	margin-bottom: 3em;
	margin-left: 0em;
	line-height: 200%;
	text-align: center;
}
#contents .bold {
	font-size: 140%;
	font-weight: bold;
}
#box {
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 3em;
	margin-left: 15%;
	text-align: center;
	border: 1px solid #CC0000;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0ex;
	padding-top: 0px;
}
#box .title {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-weight: bold;
	background-color: #FFCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
	color: #CC0000;

}

