@charset "utf-8";

/*---------------------------------------------------
* elements initialization 
*--------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body{
	text-align: center;
	margin: 0 auto;
	color: #333333;
	background:#fff url(../img/bg_header.gif) repeat-x 0 0;
}
ul{
	list-style: none;
}
em{
	font-weight: bold;
	font-style: normal;
}
img{
	border: 0;
	vertical-align: top;
}
table{
	border-collapse: collapse;
}

th {
	font-weight: normal;
	text-align: left;
}

hr {
	display: none;
}
input,
textarea{
	vertical-align: middle;
	padding: 1px;
}

textarea {
	width: 98%;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: baseline;
	margin-right: 3px;
}


/*----- font scheme -----*/
body{
	font-size: 13px;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}
/* Win IE6 */
* html body{
	font-size: 81%;
}
/* Win IE7 */
*:first-child+html body{
	font-size: 81%;
}

/*----- links color scheme -----*/
a:link,
a:visited,
a:hover,
a:active{
	text-decoration: underline;
}
a:link{	color: #0066cc;}
a:visited{	color: #003973;}
a:hover,
a:active{	color: #0099ff;}

/*----- clearfix scheme -----*/
div{
	display: inline-block;
}
div:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/*MacIE \*/
* html div{
	height: 1em;
}
div{
	display: block;
}
/* initialization for clearfix */

