@charset "utf-8";

/*  初期設定　==========================================================================================================================*/

body {
	margin:0;
	padding:0;
	color:#666;
	line-height:1.4;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
}



h1, h2, h3, h4, h5, h6 {

	font-size:100%;

}



body, div, h1, h2, h3, h4, h5, h6, p, ul, ol,li, dl, dt, dd, address, th, td, em, strong {

	margin:0;

	padding:0;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

	font-size:100%;

}



em {
	font-style:italic;

}



th, td {

	text-align:left;

	line-height:1.4;

}



caption {

	text-align:right;

}



p {

	margin-bottom:1em;

}



ul li {

	list-style:none;

}



img {

	border:none;

	vertical-align:middle;

}


/* link

**************************************************/

a {

	color:#03C;

	text-decoration:underline;

}


a:hover {

	color:#03C;

	text-decoration:none;

}




/* clearfix

**************************************************/

#header:after,

#main:after,

#contents:after{

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



.clearfix {
	overflow:hidden;
}

* html .clearfix {
	zoom:1; /* IE6対策 */
}

