/* site set */
html {
	top: 0;
/*	height: 100%;*/
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

body {
	top: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-size: small;*/
	line-height: 150%;
	color: #333333;
	background-color: #FFF;
	background-position: top center;
	background-repeat: no-repeat;
}

a:link,a:visited,a:active {
	color: #0CF;
	text-decoration: none;
}

a:hover {
	color: #0CC;
	text-decoration: underline;
}

strong	{
	color: #4d61b2;
	font-weight: normal;
}
em	{ font-style:italic; }
em strong, strong em {
	font-weight:bold;
	font-style:italic;
}

p {
/*	font-size: small;*/
	line-height: 150%;
	margin: 0.5em 0;
}
h1 + p, h2 + p, h3 + p, 
h4 + p, h5 + p, h6 + p {
	margin-top: -0.05em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h1 	{ font-size: x-large; }
h2 	{ font-size: large; }
h3 	{ font-size: medium; }
h4 	{ font-size: small; }
h5 	{ font-size: x-small; }
h6 	{ font-size: xx-small; }

td, th {
/*	font-size:	small;*/
	line-height: 150%;
}

ol, ul {
	margin: 0.5em 0 0.5em 2em;
}

ol ol, ol ul, ul ol, ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

ol li {	list-style: decimal }
ol li ol li { list-style: upper-alpha; }
ol li ol li ol li { list-style: upper-roman; }

ul li{ list-style: circle;}
ul li ul li{ list-style: disc;}
ul li ol li{ list-style: decimal;}

img {
	border: none;
}

option, select, input, textarea {
/*	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;*/
}

input {
	vertical-align: middle;
}

span.separator {
	margin: 0 0.3em;
}

.inner {
	margin: 10px;
}

.clearfix {
	zoom: 100%;
	display: inline-table;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear{
	clear: both;
	line-height: 0;
}
