@charset "Shift_JIS";

body {
	font-size: 80%;
	font-family:Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', san-serif;
	text-align: center;
	line-height: 1.4;
}
html,body,h1,h2,h3,div,p,address,span {
	margin:  0;
	padding: 0;
}
h1,h2,h3,h4 h5,h6 {
	font-size: 100%;
	/*font-weight: normal;*/
}
address,strong,em {
	font-style: normal;
	font-weight: normal;
}

/*　wrap （梱包・・・全体を包むと言う意味合いで使用）
--------------------------------*/
#wrap {
	width: 800px;
	margin: 10px auto 0px;
	text-align: left;
}

/*　section　（分割・・・ブロック分けの意味合いで使用）
--------------------------------*/
.section {
	margin: 10px;
}

/*　Category logo
--------------------------------*/
h1 img {
	margin: 20px 0px;
}

/*　Category　title
--------------------------------*/
h2,h3 {
	margin: 0px 0px 5px;
	color: #D64300;
	font-size: 120%;
	font-weight: bold;
}
/*　Category　subtitle
--------------------------------*/
.subtitle {
	padding-top: 5px;
	font-size: 95%;
}

/*　FlashPlayer 注意書き
--------------------------------*/
.attention {
	display: block;
	width: 790px;
	padding: 5px;
	background: #999;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
}

/*　実績
--------------------------------*/
.results {
	float: left;
	width: 50%;
}
/*　外部リンク無し　*/
.logo_s {
	padding-left: 15px;
	background: url(img/logo_s.gif) no-repeat 0px 8px;
}
/*　外部リンク有り　*/
.img_s {
	width: 10px;
	height: 10px;
	margin: 0px 5px 0px 0px;
	border-style: none;
}

