/* 文字コードにShift JISを指定します。 */
@charset "euc-jp";
/*タグ全般*/
* {
	margin: 0px;
	padding: 0px;
	line-height: 180%;
}
body {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka;
	letter-spacing:0.04em;
	text-align: center;
	margin-top:10px;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align:bottom;
}
a img {
    border-style:none;
}
ul, ol, li, dl, dt, dd {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
a:link {
	text-decoration: none;
	color:#003399;
}
a:visited {
	text-decoration: none;
	color:#003399;
}
a:hover,a:active {
	text-decoration: underline;
	color:#990066;
}
h1 {
	text-indent:-3000px;
	margin: 0px;
	padding: 0px;
	width:130px;
	height:43px;
	position: relative;
	/*HideMacIE\*/
	overflow:hidden;
	/**/
}
h1 a {
	width:130px;
	height:43px;
	display: block;
	cursor: pointer;
}
h1 span {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/bex_logo.gif) no-repeat scroll 0px 0px;
	position:absolute;
	top:0;
	left:0;
}
h3 {
	margin: 0px 0px 15px;
	padding: 0px 8px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #000000;
	border-width: 0px 0px 2px 10px;
	border-style: solid;
	border-color: #999999;
}
h4 {
	font-size:90%;
	border-bottom:1px solid #000;
	line-height:150%;
	padding:5px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}
h5 {
	font-size:80%;
}

ul.disc li {
	background-color: #FFFFFF;
	list-style-image:none;
	list-style-type:disc;
	list-style-position:inside;
}

/*ヘッダー・フッター*/
#header, #footer {
	width: 950px;
	margin: 0 auto;
}
#header {
	text-align: left;
}
#footer{
	clear: both;
}
#footer_subject {
	border-top:1px solid #000;
	text-align: center;
	font-size:75%;
}
#top_button{
	text-align:right;
	margin:2px;
}

/*ヘッダーメニュー*/
ul#header_menu {
	margin: 3px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 75%;
}
ul#header_menu li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	display: inline;
}

/*パンくずリスト*/
#link_list {
	text-align: left;
	margin: 5px 10px;
	font-size: 95%;
}

/*メインコンテンツ領域*/
div#main_contents {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	text-align:center;
}

/*通常コンテンツ領域*/
#contents {
	width: 750px;
	text-align: left;
	float: right;
}

/*本文領域*/
div.subject {
	margin: 5px 0px;
	padding-bottom: 5px;
	font-size: 75%;
}

/*インデント*/
div.indent {
	margin-left:20px;
}
/*中央寄せ*/
div.center {
	text-align:center;
}
/*右寄せ*/
div.right {
	text-align:right;
}
/*左寄せ*/
.text_right {
	text-align:right;
}
/*赤色*/
.red {
	color:#FF0000;
}
/*黒太字*/
strong {
	font-weight:bold;
	color:#000;
}
/*フロート解除*/
.clear {
	clear:both;
}
