/* 全ページ共通項目
------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	/*background: url(../img/bg.jpg) #eaebed repeat-x top;*/
}

img { border: none;}
.center {
	text-align: center;
	}

h1,h2,h3,h5 {
/*見出しは画面外へ*/
	display: block;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* ヘッド
------------------------------------------------ */
div.head_top {
	/*ナビゲーションの位置寸法*/
	position: absolute;
	top: 5px;
	left: 5px;

	width: 855px;
	height: 32px;
}
div.head_top {
/*ナビゲーション画像*/
	background: url(../img/head_top_855.jpg) no-repeat;
}

/* グローバルナビゲーション
------------------------------------------------ */

div.navi {
	/*ナビゲーションの位置寸法*/
	position: absolute;
	top: 45px;
	left: 5px;

	/*width: 745px;
	height: 63px;*/
}

div.na_globalnavi {/*ナビゲーションのサイズ*/
	width: 205px;
	height: 37px;
	margin-top: 0;
}

div.na_globalnavi a{
	display: block;
	float: left;
	width: 200px;/*ボックス幅*/
	height: 43px;/*ボックス高さ*/
	text-indent: -9999px;
	text-decoration: none;
}

div.bt_typeb a{
	display: block;
	float: left;
	width: 200px;/*ボックス幅*/
	height: 111px;/*ボックス高さ*/
	text-indent: -9999px;
	text-decoration: none;
}

a.gn_home {
	margin-left: 0;
}
.gn_other {
	margin-left: 1px;
}


/*ナビゲーション画像*/
a.gn_home{
	background: url(../img/bt_index.jpg) no-repeat;
}
a.gn_day{
	background: url(../img/bt_day.jpg) no-repeat;
}
a.gn_bugu{
	background: url(../img/bt_bugu2.jpg) no-repeat;
}
a.gn_shop_soft{
	background: url(../img/bt_shop_soft.jpg) no-repeat;
}
a.gn_shop_book{
	background: url(../img/bt_book.jpg) no-repeat;
}
/* メインコンテンツ
------------------------------------------------ */
#mainwrap:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	}

/* フォームのボタン
------------------------------------------------ */
/*
.form_button {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333;
}
*/

/* 
------------------------------------------------ */

/* リンク用バナー
------------------------------------------------ */
div.link {
	/*ナビゲーションの位置寸法*/
	position: absolute;
	top: 380px;
	left: 5px;

	/*width: 745px;
	height: 63px;*/
}
a.link_banner{
	background: url(../img/banner200_40.gif) no-repeat;
}
a.link_banner{
	display: block;
	float: left;
	width: 200px;/*ボックス幅*/
	height: 40px;/*ボックス高さ*/
	text-indent: -9999px;
	text-decoration: none;
}

/* アクセスカウンター用
------------------------------------------------ */
div.count_num{
	position: absolute;
	/*top: 370px;*/
	top: 450px;
	left: 10px;
}
