@charset "utf-8";
/*******************************************
Reset Setting For Cross Browser
MENU
---------------------------------------------
01 Top Level Reset
02 Base Setting
03 General Level Setting
04 Link Design
05 Float Clear
*******************************************/

/*===========================================
01 Top Level Reset
===========================================*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}



/*===========================================
02 Base Setting
===========================================*/
body {
	margin: 0;
	padding: 0;
/*	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #333333;
	line-height: 140%;
	text-align: center;
}

#bodySec {
    margin: 0 auto;
    width: 930px;
}

/*===========================================
03 General Level Setting
===========================================*/
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, li, dl, dt, dd, th, td, address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 140%;
	font-size: 100%;
}

table {
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
}

img, a img {
	border: none;
}

ul {
	list-style: none;
}

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl,
td ul, td ol, td dl { font-size: 100%;}

strong { font-weight: normal;}
em { font-style: normal;}

/*===========================================
04 Link Design
===========================================*/
a:link { color: #0065b2; text-decoration: underline;}
a:visited { color: #0065b2; text-decoration: underline;}
a:active { color: #0065b2; text-decoration: underline;}
a:hover { color: #0065b2; text-decoration: none;}



/*===========================================
05 Float Clear
===========================================*/
/* Clearfix
-------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Clearsum
-------------------------------------------*/
div.clearsum {
	display: block !important;
	margin: 0 !important;
	height: 1px !important;
	font-size: 1px !important;
	clear: both;
}

div.clearsum hr { display: none;}
