@charset "utf-8";
/*========================

リセット

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



/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
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{margin:0;padding:0;}
table{}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{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;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


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

float解除

========================*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix {display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

.clearfix {overflow:hidden;}/*DWデザインビュー向け　公開時には削除*/


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

文字サイズ

========================*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font:13px/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	*font-size:small; /* IE 7 */
	*font:x-small; /* IE 6以下 */
	}


.font_10 {
font-size:77%;
}

.font_11 {
font-size:85%;
}

.font_12 {
font-size:92%;
}

.font_13 {
font-size:100%;
}

.font_14 {
font-size:107%;
}

.font_15 {
font-size:114%;
}

.font_16 {
font-size:122%;
}

.font_17 {
font-size:129%;
}

.font_18 {
font-size:136%;
}

.font_19 {
font-size:144%;
}

.font_20 {
font-size:152%;
}

.font_21 {
font-size:159%;
}

.font_22 {
font-size:167%;
}

.font_23 {
font-size:174%;
}

.font_24 {
font-size:182%;
}

.font_25 {
font-size:189%;
}

.font_26 {
font-size:197%;
}

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

基本レイアウト

========================*/
body {
	text-align: center;
}

.wrapper {
	width: 650px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.head {
	margin-bottom: 14px;
}

.body {
	margin-bottom: 14px;
}

.foot {
}

.tit {
	margin-bottom: 6px;
}

img.L {
	float:left;
	margin: 0px 6px 4px 0px;
}

img.R {
	float:right;
	margin: 0px 0px 4px 6px;
}

p {
	padding: 0px 3px 14px 3px;
}

ul,ol {
	padding: 0px 3px 14px 20px;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

strong {
	font-weight: bold;
}

table {
	margin-bottom: 14px;
}

table td {
	padding: 6px;
}