@charset "UTF-8";


/*      ブラウザスタイルの初期化

----------------------------------------------------*/

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p {margin: 0px;padding: 0px;}


ul,li {list-style-type: none;}
.clear{clear: both;}
img {border: none 0px;}

table { border-collapse:collapse; width:100%; margin:0 auto 10px; }
table th {
	background-color:#F7F7F7;
	width:140px;
	font-weight: normal;
	border: 1px solid #CCC;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
table td {
	padding:10px;
	border: 1px solid #CCC;
}

hr { display:none;}

a {
	text-decoration:none;
	outline:none;
	color: #C00;
}

a:hover { text-decoration:underline;}

.red {color:#C00;}

.f-l { float: left;}
.f-r { float:right;}

.aL { text-align:left;}
.aR { text-align:right;}
.aC { text-align:center;}


/******************************************************************** Float containers fix
===================================================================== a.k.a. clearfix */
/******************** exp IE
*/

#wrapper:after,
#header:after,
#footer:after,
#contents:after,
#contents02:after,
#sec01:after,
#sec02:after,
#sec03:after,
#sec04:after,
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	line-height: 0;
	visibility: hidden;
	font-size: 0.1em;
}

/******************** for IE
Level 2.1*/
#wrapper,
#header,
#footer,
#contents,
#contents02,
#sec01,
#sec02,
#sec03,
#sec04,
.clearfix { display: inline-block;}  

/* Holly Hack Targets IE Win only ¥*/
* html #wrapper,
* html #header,
* html #footer,
* html #contents,
* html #contents02,
* html #sec01,
* html #sec02,
* html #sec03,
* html #sec04,
* html .clearfix { height: 1%;}

#wrapper,
#header,
#footer,
#contents,
#contents02,
#sec01,
#sec02,
#sec03,
#sec04,
.clearfix {
	display: block;
}
