@charset "utf-8";
/* CSS Document */

/*Copyright(c)2010,Yahoo!Inc.All rights reserved.
Code Licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version:3.3.0
build:3167
↓YUI3　CSS Reset ブラウザー固有のスタイルをリセットします↓*/

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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img.maintitleimg{
	border: 0;
	margin-left: 15px;
}
ul,ol,li{
}

img{
	border: none;
	float: none;
	margin-bottom: 0px;
	clear: right;
	margin-top: 0px;
}

/*Copyright(c)2010,Yahoo!Inc.All rights reserved.
Code Licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version:3.3.0
build:3167
↓YUI3　CSS Fonts フォントサイズを相対指定する↓*/
body{
	*font-size:small;/* IE用 */
	*font:x-small;/* IE互換モード用 */
	background: #FFF;
}

/* ↓リンクに対する共通設定↓ */
a{
	text-decoration:none;
}

/* ↓HTML5　新要素をブロック化する↓ */
header,section,footer,aside,nav,article,figure,hgroup{
	display: block;
	padding-bottom: 0px;
	padding-right: auto;
	padding-top: 0px;
	padding-left: auto;
	/* [disabled]margin-top: 0px; */
	margin-bottom: 0px;
}
