@charset "utf-8";

/*--------------------------------------
	Yahoo UI Library reset css
---------------------------------------*/

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;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
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;}
img { vertical-align:bottom;}

/*--------------------------------------
	font css
---------------------------------------*/

body { 
	font:13px/1.231 arial,helvetica,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	*font-size:small;
	*font:x-small
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

em {
	font-weight: bold;
	font-style: normal;
}

/*--------------------------------------
	Yahoo UI Library Fonts CSS
---------------------------------------*/

/*
		Font-size Adjustment
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
*/

/*--------------------------------------
	link color
---------------------------------------*/

a:link {
	color: #0080AA;
	text-decoration: underline;
}

a:visited {
	color: #0080AA;
	text-decoration: underline;
}

a:hover {
	color: #0080AA;
	text-decoration: none;
}

a:active  {
	color: #0080AA;
	text-decoration: none;
}

a {
	outline: none;
}

/*--------------------------------------
	clearfix
---------------------------------------*/

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

.clearfix {
	display: inline-block;
}

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

.clearfix {
	display: block;
}

/* End hide from IE-mac */
