@charset"utf-8";
/* 基本スタイルシート */

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
#base_container {
	width: 100%;
	line-height:1em;
}
#base_main {
	width: 100%;
	padding: 5px 0 0;
	background-color: #FFAB00;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#head,#main,#menu,#foot {
	margin: 0 auto;
}


/*デフォルトのリセット*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	}
p {
	margin: 0;
}
img {
	border: none;
	}


br { letter-spacing : normal; } 

/*基本リンク色*/



a:link {
	color: #0000FF;
}

a:visited {
	color: #990066;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

/*太字*/
strong {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
font-style:normal;
font-weight: bolder;
}

/*hr*/

hr {
	display: none;
}


/*------ページの先頭に戻る用-------------------------------*/
#main p.top {
	}
	#main p.top a {
		font-size: 0px;
		line-height: 0px;
		text-decoration: none;
		background-image: url(/category/bomber/images/b_top.gif);
		background-repeat: no-repeat;
		text-indent: -9999px;
		display: block;
		height: 22px;
		width: 135px;
		margin: 27px auto -32px;
		position: relative;
		}
		#main p.top a:hover {
			background-position: 0px -22px;
			}