@charset "Shift_JIS";

/*
===== 1: default reset =================================
*/

body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN",verdana,arial,sans-serif;
}
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;
	font-size: inherit; font: 100%;
}
td,th {
	vertical-align:top;
}
img {
	border: none;
	vertical-align: bottom;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
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;
}

/*
===== 2: body setting ===========================
*/

body {
	text-align:center;/* box centering for ie5 */
	height: 100%;
	background: #000000;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	text-align: left;
	display: block;
}

#page {
	border-top:3px solid #4181ab; 
	text-align:center;/* box centering for ie5 */
}


/*
===== 3: link setting ===========================
*/

a {text-decoration: none;color: #1d76b0;}
a:visited {text-decoration: none;color: #1d35b0;}
a:hover, a:active {text-decoration: underline;color: #1d76b0;}

/*
===== 4: common style ===========================
*/

.clear{clear:both; margin: 0; padding: 0;}
.clear hr{margin: 0;padding: 0; display: none; }

.hidden {display: none;}

/*
===== 5: clearfix ===========================
*/


.clearfix:after {
	content: url(/default/img/clear.gif);
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
 * html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

