@charset "Shift_JIS";

/*============================================================================
default style
============================================================================*/


/*======================================

Yahoo UI Library Fonts CSS
http://developer.yahoo.com/yui/fonts/
*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
*http://developer.yahoo.com/yui/license.txt

Font-size Adjustment
77% = 10px	| 122% = 16px	|	167% = 22px	
85% = 11px	|	129% = 17px	|	174% = 23px
92% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	152% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|

=======================================*/



/* Universal Selector
=======================================*/


/* Reset Style
=======================================*/
html {
	color:#4D4D4D;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family:"Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Lucida Grande", sans-serif;
}

table,
th,
td {
	border:none;
	border-style:hidden;
	border-collapse:collapse;
	border-spacing:0;
	border-width:0;
	font: 100%;
}

fieldset {
	border: 0;
}

img {
	border:none;
	margin:0;
	padding:0;
}

a img {
	border:none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #333;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*clearfix
=======================================*/
/*nonIE*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*IE7-macIE5*/
.clearfix {
	display:inline-block;
}

/*Hides from IE-mac \*/
/* IE6*/
*html.clearfix {
	height:1%
}

.clearfix {
	display:block;
}
/*End hides from IE-mac \*/

