@charset "UTF-8";


/* 00. Reset
-------------------------------------------------- */
body { height: 100%; }
html { height: 100%; overflow-y: scroll; }

h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
pre, blockquote, th, td { margin: 0; padding: 0; font-size: 100%; }

body, div, p, address,
dl, dt, dd, ul, ol, li { margin: 0; padding: 0; }

img { border: 0; } 

caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }

fieldset { border: 0; }
input { line-height: 100%; }

ol, ul { list-style-type: none; }

label { cursor: pointer; }
address { font-style: normal; }

hr { display: none; visibility: hidden; height: 0; border: 0; }

/* ----------------------------------------------- */



/* 01. All
-------------------------------------------------- */
body {
	color: #333333;
	line-height: 1.5;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meriyo,"ＭＳ Ｐゴシック",sans-serif;
}

/* Link */
a { text-decoration: underline; }
a:link 		{ color: #0c3575; }
a:visited 	{ color: #810081; }
a:hover,
a:active 	{ color: #FF0000; text-decoration: none; }

/* ----------------------------------------------- */


/* 02. Wrapper
-------------------------------------------------- */
#wrapper {
	width: 586px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

/* ----------------------------------------------- */


/* 03. Header
-------------------------------------------------- */
#header {
	border-top: 3px solid #C80000;
	background: #EAEAEA;
}
#header h1 {
	padding: 5px 10px;
	border-top: 1px solid #FFFFFF;
	font-size: 16px;
}

/* ----------------------------------------------- */


/* 04. Footer
-------------------------------------------------- */
#footer { margin-top: 50px; }
#footer .close {
	margin-bottom: 30px;
	text-align: center;
}
#footer .company {
	padding-top: 10px;
	background: url(../images/line_dot_gray_01.gif) repeat-x;
}
#footer .company .logo { width: 170px; }
#footer .company .logo img { display: block; }
#footer .company .copyright {
	margin: -15px 0 0 180px;
	text-align: right;
	color: #808080;
}

/* ----------------------------------------------- */


/* 05. Contents
-------------------------------------------------- */
#contents {
	margin-top: 20px;
}

/* parts */
.fl { font-size: 14px; }
.fm { font-size: 12px; }
.fs { font-size: 10px; }

.figure {
	margin-top: 20px;
	text-align: center;
}
.figure img {
	display: block;
	margin: 0 auto;
}

/* ----------------------------------------------- */

