@charset "shift_jis";

/* 共通をimport */

@import url(type.css);


/* ================================================================ *

-- 目次 -- 

1:リセット
2:共通スタイル
3:バグ回避
4:レイアウト
5:ヘッダ
6:タイトル

* ================================================================ */


/* --------- 1:リセット --------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* --------- 2:共通スタイル --------- */

/*　マージン指定クラス　*/
.marginB5 {margin-bottom: 5px !important;}
.marginB10 {margin-bottom: 10px !important;}
.marginB15 {margin-bottom: 15px !important;}
.marginB20 {margin-bottom: 20px !important;}
.marginB30 {margin-bottom: 30px !important;}

.marginL10 {margin-left: 10px !important;}
.marginL16 {margin-left: 16px !important;}
.marginL35 {margin-left: 35px !important;}
.marginL45 {margin-left: 45px !important;}

.marginR20 {margin-left: 20px !important;}


/*　パディング指定クラス　*/
.padding5{padding:5px !important;}
.padding10{padding:10px !important;} 

/*　テキストボールド指定クラス　*/
.fwb {font-weight:bold;}

.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}

.noBorder {
	border: 0px;
}

/* フロート解除 */
.clear {
	clear: both;
}

/* ---------- 3:バグ回避 ----------- */

/* IE6 で画像が消えることがあるバグを回避 */
img {
  position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #sidenavi {
  margin-top: 0;
}



/* --------- 4:レイアウト --------- */

body {
	margin: 0;
	background: #FFFFFF ;
}

/* 全体をセンタリング */
#container {
	background: #FFFFFF;
  width: 880px;
  margin: 0 auto;
	padding: 0;
}

/* --------- 5:ヘッダ --------- */

#head {
	width: 880px;
	height: 419px;
	margin: 0px;
	position: relative;
}


h1 {
	position: absolute;
	left: 0;
}

h1 {
	display: block;
	width: 880px;
	height: 169px;
	background: url(../images/head_01.jpg) no-repeat;
	text-indent: -9999em;
	text-decoration: none;
}

h2 {
	position: absolute;
	left: 0;
	top: 169px;
}

h2 {
	display: block;
	width: 880px;
	height: 250px;
	background: url(../images/head_02.jpg) no-repeat;
	text-indent: -9999em;
	text-decoration: none;
}


/* --------- 6:タイトル --------- */

.ttl_01  {
	display: block;
	width: 851px;
	height: 51px;
	background: url(../images/ttl_01.gif) no-repeat;
	text-indent: -9999em;
	text-decoration: none;
}

.ttl_02  {
	display: block;
	width: 851px;
	height: 152px;
	background: url(../images/ttl_02.jpg) no-repeat;
	text-indent: -9999em;
	text-decoration: none;
}



