@charset "utf-8";





* {

	margin: 0;

	padding: 0;

	font-size: 100%;

}

body {

	text-align: center;

	margin: 0 auto;

	color: #555555;

	background: #f3f3f3;

}

ul {

	list-style: none;

}

em {

	font-weight: bold;

	font-style: normal;

}

img {

	border: 0;

	vertical-align: top;

}



hr {

	display: none;

}



table {

	border-collapse: collapse;

}



input {

	vertical-align: middle;

}



input[type="text"] {

	border: 1px solid #aaa;

	padding: 1px;

}



input[type="radio"],

input[type="checkbox"] {

	vertical-align: text-bottom;

}





input[type="image"]{

	border: 0;

}





/*----- font scheme -----*/

body{

	font-size: 13px;

	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

	background: #fff url(../img/bg_body.gif) repeat-x 0 0;

}

/* Win IE6 */

* html body {

	font-size: 81%;

}

/* Win IE7 */

*:first-child+html body {

	font-size: 81%;

	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"

}



/*----- links color scheme -----*/

a:link,

a:visited,

a:hover,

a:active {

	text-decoration: underline;

}



a:link {	color: #A6A6FC;}

a:visited {	color: #003973;}

a:hover,

a:active {	color: #A6A6FC;}



/*----- clearfix scheme -----*/

div{

	display: inline-block;

}

div:after{

	height: 0;

	visibility: hidden;

	content: url("../img/img_spacer.gif");

	display: block;

	clear:both;

}

/* hide MacIE \*/

* html div {height: 1em;}

div {display: block;}

/* ini */
