@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:link {
	color:#2A5ABA;
	text-decoration:none;
}

a:visited {
	color:#2A5ABA;
	text-decoration:none;
}

a:hover {
	color:#2A5ABA;
	text-decoration:underline;
}

a:active {
	text-decoration: 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: 25px auto 0;
}


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


header {
	xheight: 141px;
	position : relative ;
	margin-bottom : 50px ;
}


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




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


section {
	width: 800px;
	margin-bottom: 10px;
}

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




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




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


footer {
	clear: both;
	height: 80px;
	margin-bottom: 20px;
	text-align : center ;
	padding-top : 50px ;
}


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