﻿@charset "utf-8";

/*=============================
Reset default CSS
=============================*/

* {
margin:0;
padding:0;
text-decoration:none;
font-weight:normal;
text-align: left;
line-height:150%;
letter-spacing:1px;
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
color:#333333;
}

html { height:100%}
body { background:#eee; text-align:center;	}
	
body_bk { background:#FFFFCC; text-align:center;background: url(../img/bg.jpg)  repeat-x;
	background-color: #fff;}

img {  border: 0px; margin:0; padding:0;}

ul,ol { list-style-type: none;}
/* list-sytle-position adjustment */
ol {margin-left:1.8em;}

ul img { vertical-align: middle;}

a:active, { color:#1c72c2; text-decoration:none;}
a:link { color:#1c72c2; text-decoration:none;}
a:visited { color: #1c72c2; text-decoration:none;}
a:hover { color:#1c72c2; text-decoration: underline;}

hr { display: none;}

table,td,th{

	text-align: left;
	vertical-align: top;
	font-size:100%;
}

address,th{
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	line-height:100%;
}

h2,h3,h4,h5,h6,em {
	font-style:normal;
	font-weight: bold;
	font-size:100%;
	
}



strong {
	font-style:normal;
	font-weight: bold;
	font-size:100%;
	color:#ff0000; 
}
.clearfix {
width: 100%;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
clear:both;
}
.clearL {
clear:left;
}
.clearR {
clear:right;
}
/* BASE */


/* CONTENTS TABLE */

#wrapper {
width:900px;
margin:0 auto;
padding-right:20px;
padding-left:20px;
border:solid 1px #eee;
background:#ffffff; 
}