@charset "shift_jis";

/*
***************************************************************************

	1.Default
	
****************************************************************************/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

table {
	border-spacing: 0;
}

* html table {
	border-collapse: collapse;
}

*:first-child+html table {
	border-collapse: collapse;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

table,th,td,img {
	border: 0;
}

tr {
	vertical-align: top;
}

img,input {
	vertical-align: middle;
}

* img {
	vertical-align: bottom;
}

q:before,q:after {
	content: '';
}

ul { 
	list-style: none;
}

/*
***************************************************************************

	2.Base
	
****************************************************************************/
html{
	background-color:#ffffff;
}
body{
	background:#ffffff;
	color: #333333;
	line-height: 180%;
	text-align: center;
	font-family:'‚l‚r ‚oƒSƒVƒbƒN', '‚l‚r ƒSƒVƒbƒN','MS UI Gothic', 'Hiragino Maru Gothic Pro', 'ƒqƒ‰ƒMƒmŠÛƒS Pro W4','Osaka',Verdana,sans-serif;
}

a {
	color: #000000;
	overflow: hidden;/* Firfox */
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:hover img.alpha {
	filter:alpha(opacity=70);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

img {
	border: none;
}

li {
	list-style: none;
}

tr {
	vertical-align: top;
}

hr {
	display: none;
}

/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
}

/* IE 7 and MacIE*/
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*