/* -----------------------------------------------------
indexスタイルシート
------------------------------------------------------*/

/*共通項目---------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

body{
	text-align: center;
	background-color: #ffffff;
}

img {
	border: 0px;
}

ul,li	{
	list-style-type: none;
}

.disp_out{
	display: block;
	text-indent: -9999px;
}

a:link 		{color:#126BD9; text-decoration: underline;}
a:visited 	{color:#D0107C; text-decoration: underline;}
a:hover		{color:#80F4F8; text-decoration: underline;}
a:active 	{color:#80F4F8; text-decoration: underline;}

/*コンテンツ全体囲み---------------------------------------------------------*/

div#all{
	width: 640px;
	margin: 0px auto;
	text-align: center;
}

/*メイン---------------------------------------------------------*/

div#title{
	width: 640px;
	height: 15px;
	margin: 10px 0px 0px 0px;
}

/*------------*/
h1{
	font-weight: normal;
	font-size: 13px;
	color: #FF0000;
}

h2{
	font-weight: normal;
}

div#main{
	width: 640px;
	text-align: center;
}

div#main_logo{
	width: 512px;
	height: 130px;
	background: url(../img/logo_i.gif) no-repeat;
	margin: 0px auto;
}
#index_flash{
	width: 520px;
	margin: 0 auto;
	padding:10px 0 10px 40px;
}
div#bt_in{
	width: 360px;
	height: 40px;
	margin: 20px 140px 0px 165px;
}

ul#bt{
	width: 360px;
	clear: both;
	overflow: hidden;
}

ul#bt li{
	width: 148px;
	height: 40px;
	float: left;
	margin: 0px 5px 0px 5px;
	_margin: 0px 3px 0px 3px;
}
ul#bt li a{
	display: block;
	text-indent: -9999px;
	width: 148px;
	height: 40px;
}

li#bt_enter{
	overflow: hidden;
	background: url(../img/index/index_enter_off.gif) no-repeat;
}
li#bt_enter a:hover{
	overflow: hidden;
	background: url(../img/index/index_enter_on.gif) no-repeat;
}
li#bt_exit{
	overflow: hidden;
	background: url(../img/index/index_exit_off.gif) no-repeat;
}
li#bt_exit a:hover{
	overflow: hidden;
	background: url(../img/index/index_exit_on.gif) no-repeat;
}

/*メイン テキストリンク---------------------------------------------------------*/

div#iriguchi{
	width: 640px;
	height: 100px;
	font-size: 11px;
	line-height: 130%;
	color: #FF0000;
	margin: 10px 0px 600px 0px;
}

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

div#index_foot{
	overflow: hidden;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	width: 640px;
	height: 20px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	color: #FF0000;
}

/*カウンター---------------------------------------------------------*/

div#daycount_img{
	width: 250px;
	height: 23px;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
	color: #000000;
}

/*相互リンクバナー---------------------------------------------------------*/

div#link{
	width: 610px;
	margin: 300px 10px 0px 400px;
}

*:first-child+html div#link{
	margin : 300px 0px 0px 0px; /* ieハックセンタリング */
}
div#link table{
	width: 610px;
	margin: 0px auto;
}

div#link ul{
	width: 610px;
	clear: both;
}

div#link ul li{
	width: 200px;
	height: 60px;
	text-align: center;
	float: left;
	margin: 0px 3px 0px 0px;
}

div#link_cg{
	width: 588px;
	height: 26px;
	background: url(http://www.suirenka.jp/img/link/cg_bg.jpg) no-repeat;
	margin: 15px 0px 15px 0px;
	float: left;
	text-align: center;
}

div#link_cg p{
	width: 580px;
	height: 16px;
	margin: 7px 0px 0px 0px;
	float: left;
	font-size: 13px;
	color: #cc0000;
}




#linkindex{
	list-style-type: none;
}

#linkindex li{
	float: left;
	margin: 3px;
}



div#links{
	margin: 0;
}

/*
*:first-child+html div#links{
	margin : 300px 0px 0px 0px; */
	/* ieハックセンタリング */
/*
}
*/

div#links ul{
	clear: both;
}

div#links ul li{
	width: 120px;
	height: 60px;
	text-align: center;
	float: left;
	margin: 0px 3px 0px 0px;
}

