/* ----------------------------------------------INITIALIZE */

/* body */
body {
	margin: 0;
	line-height: 1.6em;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", sans-serif;
	text-align: center;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/* header(midashi) */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

/* paragraph */
p {
	margin: 0;
	padding: 0;
}

/* anchor */
a {
	outline: none;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

area {
	outline: none;
}

/* list */
dl, ul, ol, li, dt, dd {
	margin: 0;
	padding: 0;
}

/* image */

img {
	border: 0;
	vertical-align: bottom;
	line-height: 0;
}

/* address */
address {
	font-style: normal;
	text-align: center;
}

/* emphasis */
em {
	font-style: normal;
	color: #f00;
}

/* strong */
strong {
	font-weight: bold;
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

td {
	padding: 4px 8px;
}


th {
	padding: 4px 8px;
	font-weight: normal;
}



input.btn {
	padding: 4px;
}

.xssize {
	width: 40px;
}

.ssize {
	width: 80px;
}

.msize {
	width: 150px;
}

.lsize {
	width: 250px;
}

.xlsize {
	width: 350px;
}

p.errmsg {
	margin: 1em;
	padding: 8px;
	color: #f00;
	font-weight: bold;
	border: 1px solid #f00;
	text-align: center;
}


.cf:before,.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
} /* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

img.onmus:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}



.cf2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cf2 {
	display: inline-block;
}
 
html[xmlns] .cf2 {
	display: block;
}
 
* html .cf2 {
	height: 1%;
}