

body {
	height:100%;
	font-family:Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	line-height:160%;
	behavior:url("csshover.htc");
	font-size:87%;
	background-image: url(../../images/bg_main_img.png) ,url(../../images/bg_main.png);
  background-position: center top, left top;
  background-repeat: no-repeat, repeat-x;
  background-size: 1200px 1320px, 10px 1320px;
}



/*reset*/
* html body {  
	font-size:87%;
}
/**/
*:first-child+html body {  
	font-size:87%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

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

img {
	vertical-align:bottom;
	border:none;
	display:block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}

ul,ol {
	list-style-type: none;
}

input,textarea,select {
	font-size:100%;
}





/* IE6 base font */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}







.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

.center00 {
	margin:0px auto;
}
.center20 {
	margin:20px auto;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}

.h10 {
	height:10px;
}

.t5 {
	padding-top:5px;
}
.t10 {
	padding-top:10px;
}
.t20 {
	padding-top:20px;
}
.b10 {
	padding-bottom:10px;
}
.b20 {
	padding-bottom:20px;
}
.r10 {
	padding-right:10px;
}
.l10 {
	padding-left:10px;
}

.b {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}

.mb40 {
	margin-bottom:40px;
}

.ssText {
	font-size:0.8em;
	line-height:135%;
}
.sText {
	font-size:0.9em;
	line-height:150%;
}
.lText {
	font-size:1.1em;
}
.llText {
	font-size:1.2em;
}
.XlText {
	font-size:1.3em;
}

.indent1em {
	padding-left:1em;
	text-indent:-1em;
}

.red {
	color:#e50012;
}
.color_red {
	color:#ff0000;
}

.darkblue {
	color:#004286;
}
.green {
	color:#94d303;
}





.caution {
	color:#c50018;
}



a {
	color:#2c4197;
	text-decoration: underline;
}
a:hover {
	color:#d75252;
	text-decoration: none;
}



































