@charset "UTF-8";

/* CSS リセット */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
	line-height: 1.5em;
	}
	
img {
	behavior:url(../js/iepngfix.htc);
	}



a img {
	border:none;
	}

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

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	}
	
*{
	zoom:1;
}


/* Basic set */


body {
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	background-color:#FFFFFF;
	font-size:0.85em;
	background: url(../img/body_bg.gif) repeat-y;
	background-position:center;
	margin:0;
	padding:0;
	}

p, td, th, li {
	font-size:1.2em;
	color:#363636;
	}
	
td, th {
	vertical-align:top;
	}

#mainContainer {
	width:950px;
	margin: 15px auto;
	}

p {
	margin: 0 0 1em 0;
	}

/*--- Link Styles ---*/
a:link {
	color:#363636;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #D65B00;
	text-decoration:none;
	cursor: pointer;
	}
	
a:visited {
	color:#868686;
	text-decoration:none;
	}

h1 {
	color:#212E0F;
	margin:0 0 .8em 0;
	font-size:1.8em;
	letter-spacing: 1px;
	font-weight: bold;
	}

h2 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.55em;
	font-weight: bold;
	}

h3 {
	color:#CC6600;
	margin:.825em 0 1em 0;
	font-size:1.4em;
	}

h4 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
	}

h5 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
	}

h6 {
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
	}

ul {
	margin-left:15px;
	list-style-type:none;
	}

ol {
	margin-left:25px;
	}
	
caption {
	color: #993300;
	font-size:1.3em;
	font-weight: bold;
	padding: 0 0 10px 0;
	}

blockquote {margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong {font-weight:bold;}
em {font-style:italic;}

/* Standard Definitions
----------------------------------------*/

.left {float:left;margin:0 10px 10px 0;}
.right {float:right;margin:0 0 10px 10px;}
.text_center {text-align:center;}
.text_right {text-align:right;}
.clearThis {clear:both;}
.small {font-size:.625em;}
.large {font-size:1em;}
.soft {color:#D3D3D3;}
.hide {display:none;}
p.last {margin-bottom:0px;}
.clear {clear:both;}
.center {text-align:center;}



.clearfix{
    zoom:1;/*for IE 5.5-7*/
	}

.clearfix:after{/*for modern browser*/
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
	}

* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
	}

.pagetop{
	text-align:right;
	padding:1em;
	}
