@charset "utf-8";


/* --------------------------------------------------
Reset
-------------------------------------------------- */
html,body,div,
header,footer,article,section,aside,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
img,
p,blockquote,pre,cite,code,caption,
figure,figcaption,
object,iframe,
a,strong,address,span,
sub,sup,
form,fieldset,legend,input,textarea,select,option,label,caption,
table,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

img {
	vertical-align: top;
}

address,em,cite {
	font-style: normal;
}

fieldset {
	border:medium none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

header,footer,hgroup,article,section,aside {
	display: block;
}


/* --------------------------------------------------
Base Setting
-------------------------------------------------- */
body {
	position: relative;
	height: 100%;
	text-align: center;
	color: #4F4F4F;
	font: 12px/2.0 "Helvetica Neue", Helvetica, arial, YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,"ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size: small;
	*font: x-small;
	text-rendering: optimizeLegibility;
	image-rendering: optimizeQuality;
	background: #FFF url(../img/bg_white.png) left top repeat;
}

a:link,
a:visited {
	/*color: #4EB0FF;*/
	color: #F462DD;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #F462DD;
	text-decoration: none;
}


/* --------------------------------------------------
Contents
-------------------------------------------------- */
#contents {
	margin: 0 auto;
	padding-top: 60px;
	width: 880px;
	text-align: center;
}
	#contents h1 {
		margin-bottom: 60px;
	}
		#contents dl {
		}
			#contents dl dt {
				margin-bottom: 20px;
				line-height: 1em;
				font-size:  24px;
				color: #F190D1;
				font-weight: bold;
			}
			#contents dl dd {
				margin-bottom: 40px;
			}
	#contents p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	#contents .link {
		margin-bottom: 35px;
		font-size: 16px;
	}
	#contents .copyright {
		font-size: 11px;
	}



/* --------------------------------------------------
Etc
-------------------------------------------------- */
#footer-area .footer-navi .footer-navi_inner ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#footer-area .footer-navi .footer-area_inner ul {
	display: inline-block;
}
* html #footer-area .footer-navi .footer-area_inner ul {
	height: 1%;
}
#footer-area .footer-navi .footer-area_inner ul {
	display: block;
}
