@charset "Shift_JIS";
/*-------------------------------------------------------------------

Browser Reset CSS

--------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
blockquote,table,th,td {
	margin: 0;
	padding: 0;
	zoom: 1;
}

p {
	margin: 0;
	padding: 0;
}

html,body {background: #FFF; color: #000;}

body {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 81.25%;
	line-height: 1.8;
}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

img {
	border: 0;
}

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

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	padding-top: 10px;
}
/*th,td {
	text-align: left;
	vertical-align: top;
}*/
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

body {
	text-align: center;
	background-color: #F3F3F3;
}
#wrapper {
	height: 100%;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/bg_wrapper.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}


/*-------------------------------------------------------------------

マージン、パディングを任意に設定

--------------------------------------------------------------------*/

.mb00 {
	margin-bottom:  0px !important;
}
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }

.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }

.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }

.mb05n { margin-bottom:  -5px !important; }
.mb10n { margin-bottom: -10px !important; }
.mb15n { margin-bottom: -15px !important; }
.mb20n { margin-bottom: -20px !important; }
.mb25n { margin-bottom: -25px !important; }
.mb30n { margin-bottom: -30px !important; }
.mb35n { margin-bottom: -35px !important; }
.mb40n { margin-bottom: -40px !important; }

.mt05n { margin-top:  -5px !important; }
.mt10n { margin-top: -10px !important; }
.mt15n { margin-top: -15px !important; }
.mt20n { margin-top: -20px !important; }
.mt25n { margin-top: -25px !important; }
.mt30n { margin-top: -30px !important; }
.mt35n { margin-top: -35px !important; }
.mt40n { margin-top: -40px !important; }

#header {
	display: block;
	height: 64px;
	width: 700px;
}
#contents {
	text-align: left;
	display: block;
	padding: 20px;
	height: 100%;
	width: 660px;
}

.pageTop {
	height: 20px;
	width: 660px;
	text-align: right;
	clear: both;
	background-image: url(../img/hr_gray.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	background-position: bottom;
	margin-right: 20px;
}

#footer {
	display: block;
	height: 100%;
	width: 700px;
	clear: both;
}
/*for IE6余白が空く*/  
* html #footer { 
	height: 0px; 	
} 
.floatclear {
	clear: both;
}
#footLink {
	line-height: 200%;
	font-size: 92.3%;
	height: 50px;
	width: 700px;
	background-color: #F6F7F9;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 7px;
}
