@charset "utf-8";
/* ------------------------------
	Reset
------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

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

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}


/* ------------------------------
	Reset End
------------------------------ */




/* ------------------------------
	Font
------------------------------ */


html {
	font-size: 14px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: 1.4;
}

ul {
	font-size: 14px;
	line-height: 1.4;
}

dl {
	font-size: 14px;
	line-height: 1.4;
}


/* ------------------------------
	Font End
------------------------------ */

a:focus {
	outline : none ;
}

a {
	cursor:pointer;
	text-decoration : none ;
}

a:hover img {
opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */ -ms-filter: "alpha(opacity=75)"; /* IE 8 */ filter: alpha(opacity=75); /* IE lt 8 */ -khtml-opacity: .75; /* Safari 1.x */ -moz-opacity: .75; /* FF lt 1.5, Netscape */
}



/* ------------------------------
	container
------------------------------ */


#container {
	width: 800px;
	margin: 0 auto;
}


/* ------------------------------
	header
------------------------------ */


header {
	height: 88px;
	position : relative ;
}


/* ------------------------------
	header End
------------------------------ */




/* ------------------------------
	section
------------------------------ */


#main00 {
	width: 800px;
	margin-bottom: 10px;
}

/* ------------------------------
	main End
------------------------------ */

/* ------------------------------
	main01
------------------------------ */


#main01 {
	float: left;
	width: 375px;
}


/* ------------------------------
	main End
------------------------------ */




/* ------------------------------
	main02
------------------------------ */


#main02 {
	float: right;
	width: 375px;
}


/* ------------------------------
	main02 End
------------------------------ */


/* ------------------------------
	section End
------------------------------ */




/* ------------------------------
	footer
------------------------------ */


footer {
	clear: both;
	height: 80px;
	margin-bottom: 20px;
}


/* ------------------------------
	footer End
------------------------------ */


