@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Pro W3";
	line-height: 1.3;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}


/* 基本タグ -------------------- */

div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

img,table { border: none;}

ol,ul {	list-style: none;}

address,em,cite { font-style: normal;}

a { overflow: hidden;} /* リンク枠点線を消す(FF用) */


/* 基本テキストリンク -------------------- */

a:link {
	text-decoration:underline;
	color:#0000ff;
}
a:visited {
	text-decoration:underline;
	color:#840084;
}
a:hover {
	text-decoration:underline;
	color:#FF3300;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

br.clr  { clear: both; font-size: 0px; line-height: 0px;}

/* -- カラム落ち対応マルチ版（ネスケ除く） ※カラム落ちした親ボックスにクラス要素「clearfix」を追加 -- */

.clearfix:after { content:""; display:block; clear:both; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

#container {
	margin: 0px;
	padding: 0px;
	width: 800px;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

#footer {
	font-size: x-small;
	width: 800px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000099;
	padding-top: 8px;
	padding-bottom: 5px;
	clear: both;
	text-align: center;
}
* html #footer {
	font-size: xx-small;
}
.bnavi {
	display: block;
}

.bnavi li {
	display: inline;
}

.copyright {
	font-size: small;
	display: block;
	padding-top: 5px;
}
* html .copyright {
	font-size: x-small;
}

