@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 {
	margin: 0;
	padding: 0px;
	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;
	}

a img {
	border:none;
	}

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

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	}


/* Basic set */


body {
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	font-size:0.75em;
	background-color:#F4F1F1	}

p, td, th, li, dt, dd {
	font-size:1em;
	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: #993300;
	text-decoration:none;
	}
	
a:visited {
	color:#868686;
	text-decoration:none;
	}

h1 {
	color:#363636;
	margin:0 0 .5em 0;
	font-size:1.5em;
	}

h2 {
	color:#363636;
	margin:0 0 .5em 0;
	font-size:1.4em;
	}

h3 {
	color:#CE7E44;
	margin:.825em 0 .5em 0;
	font-size:1.2em;
	}

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

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:25px;
	list-style-type:none;
	}

ol {
	margin-left:25px;
	}

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 20px 10px;
	}
.center {
	text-align: center;
	}
.t_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;}

.bottom_element {
	padding-bottom: 25px;
	}

.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;
	}
