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

/*ブラウザスタイルの初期化*/
* {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana;
	line-height: 125%;
	color: #333333;
	font-size: x-small;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; 
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; 
}

/*レイアウト*/
br.clear {
	margin: 0px;
	clear: both;
}

/*画像*/
img {
    border: 0;
}

/*文書全体*/
body {
	background-color: #EEEEEE;
	text-align: center;
}

/*リンクテキスト*/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #1071ba;
}
a:active {
	text-decoration: underline;
	color: #1071ba;
}

/*リンクテキストxx-small*/
.link_xxs a:link {
	color: #333333;
	text-decoration: underline;
	font-size: xx-small;
}
.link_xxs a:visited {
	text-decoration: underline;
	color: #333333;
	font-size: xx-small;
}
.link_xxs a:hover {
	text-decoration: underline;
	color: #1071ba;
	font-size: xx-small;
}
.link_xxs a:active {
	text-decoration: underline;
	color: #1071ba;
	font-size: xx-small;
}

/*コンテナ*/
div#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

/*ヘッダー*/
div#header {
	height: auto;
	width: 800px;
}

/*グローバルナビ*/
div#global-nav {
	width: 780px;
	margin-left: 20px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*コンテンツ*/
div#contents {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	width: 760px;
}

/*メイン*/
div#contents #main {
	height: auto;
	width: 580px;
	float: left;
	margin: 0px;
	text-align: left;
}
div#main .banner {
	height: auto;
	width: 580px;
	margin-bottom: 15px;
}

/*サイド<右側メニュー・バナー>*/
div#contents #side {
	height: auto;
	width: 160px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}
div#contents #side .menu {
	height: auto;
	width: 160px;
	margin: 0px;
}
div#contents #side .menu_2 {
	width: 160px;
	margin-top: 10px;
	height: auto;
}
div#contents #side .side_banner {
	height: 32px;
	margin-top: 10px;
	width: 160px;
}

/*フッター*/
div#footer {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
div#footer #pagetop {
	width: 780px;
	margin-right: 20px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
	height: auto;
}
div#footer #copyright {
	height: auto;
	width: 800px;
}

/*フォント*/
.text_bk_xxs {
	font-size: xx-small;
	color: #333333;
}
.text_bk_xs {
	font-size: x-small;
	color: #333333;
}
.text_bk_xs_b {
	font-size: x-small;
	color: #333333;
	font-weight: bold;
}
.text_bk_s {
	font-size: small;
	color: #333333;
}
.text_bk_s_b {
	font-size: small;
	color: #333333;
	font-weight: bold;
}
.text_bk_m {
	font-size: small;
	color: #333333;
}
.text_bl_xxs {
	font-size: xx-small;
	color: #1071BA;
}
.text_bl_xs {
	font-size: x-small;
	color: #1071BA;
}
.text_bl_s_b {
	font-size: small;
	color: #1071BA;
	font-weight: bold;
}
.text_re_xxs {
	font-size: xx-small;
	color: #FF0000;
}
.text_re_xs {
	font-size: x-small;
	color: #FF0000;
}
.text_re_xs_b {
	font-size: x-small;
	color: #FF0000;
	font-weight: bold;
}
.text_re_s_b {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}
.text_re_m {
	font-size: medium;
	color: #FF0000;
}

.text_pi_xs {
	font-size: x-small;
	color: #FF3399;
}
.text_bold {
	font-weight: bold;
}
.text_or_xs {
	color: #F37101;
	font-size: x-small;
}

