@charset "UTF-8";
/* CSS Document */



a:link { color: #333; }
a:visited { color: #333; }
a.link_bar{
		text-decoration:none;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #666;
} 

body {
		padding: 0;
		color:#333;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		text-align: center;
}
#title {
		padding-top: 0px;
		font-size: 0.7em;
		background-image: url(../images/bg_paper80.png);
		background-repeat: repeat;
		text-align: center;
}
h1 {
		font-size: 1.2em;
		line-height: 1.2em;
		margin-bottom: 0px;
		font-family: "Midashi Min MA1";
		margin-top: 0px;
		padding-top: 0px;
}
h2 {
		font-size: 0.9em;
		font-family: "Midashi Min MA1";
		padding-top: 0px;
		padding-bottom: 20px;
		margin-top: 0px;
}
h3 {
		font-size: 0.9em;
		font-family: "A1 Mincho";
		text-align: right;
		padding-top: 15px;
		padding-bottom: 30px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
}
#honbun {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		font-family: "A1 Mincho";
}
#honbun .text_back {
		background-image: url(../images/bg_paper80.png);
		background-repeat: repeat;
		margin-bottom: 100px;
}
.text1{
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		font-size: 1em;
		padding-top: 70px;
		padding-bottom: 70px;
		line-height: 1.8;
		margin-top: 20px;
		width: 80%;
}
#return {
		text-align: center;
		padding-bottom: 50px;
}
#goto_top {
		margin-bottom: 50px;
		color: #C00;
		background-image: url(../images/bg_paper80.png);
		width: 150px;
		text-align: center;
		margin-top: 900px;
		margin-right: auto;
		margin-left: auto;
}
