@charset "utf-8";
html{
	min-height: 100%;
	position: relative;
}
body {
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #9C9E9C;
	text-align: center;
	line-height: 32px;
	word-spacing: 4px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: auto;
	height: auto;
	margin: auto;
	/*background: -webkit-linear-gradient(#FFFFFF, transparent), url("img/back.png");
	background: -o-linear-gradient(#FFFFFF, transparent), url("img/back.png");
	background: linear-gradient(#FFFFFF, transparent), url("img/back.png");*/
}

a:link {
	color: #9C9E9C;
	text-decoration: none;
}

a:visited {
	color: #9C9E9C;
	text-decoration: none;
}

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

a:active {
	color: #9C9E9C;
	text-decoration: none;
}

fieldset {
	border: 3px double #f7f2ef;
}

img {
	border-style: none;
}

.main{
    position: relative; 
    width: 100%; 
    height: auto !important; 
    height: 100%; 
    min-height: 100%; 
	background-image: url("img/back.png");
	background-repeat: repeat-x;
	background-position: top;
	z-index: 100;
}

.back_image{
	z-index: -10;
	position: fixed;
	left: 0;
	bottom: 0;
}

.contents {
	overflow: auto;
	position: relative;
	text-align: center;
	width: 100%;
    height: auto; 
	z-index: 1;
	clear:both; 
    padding-top: 48px; 
    padding-bottom: 128px; 
    height: auto; 
}

.main .contents table {
	border-spacing: 20px 4px;
}


.copylight {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.error {
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	height: 12px;
}
.line {
	position: absolute;
	width: 100%;
	top: 32px;
}
.itemize {
	border-style: dashed;
	border-width: 1px;
	text-align: justify;
	width: 80%;
	margin: 0 auto;
	padding: 8px;
	border-top-color: #f7f2ef;
	border-right-color: #f7f2ef;
	border-bottom-color: #f7f2ef;
	border-left-color: #f7f2ef;
}
.title {
	font-family: semplicitapro, sans-serif;
	font-weight: 300;
	font-size: 64px;
	letter-spacing: 18px;
	font-style: italic;
}
.title_and {
	font-family: anisette-petite, sans-serif;
	font-weight: 300;
	font-size: 42px;
	letter-spacing: 18px;
	font-style: normal;
}
.sub_title {
	font-family: graphie, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 6px;
	font-size: 24px;
}
.midashi {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 12px;
}
.katamuki {
   transform: rotate( 3deg );
}
.katamuki2 {
   transform: rotate( -3deg );
}
.link_text{
	border-bottom: dashed 1px;
}