a {
    outline: none;
 }
body {
	margin: 0px;
	font-size: 90%;
	line-height: 120%;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #BFDFFF;
}
.txt_deco {
	font-size: 16px;
	background: #F9F;
	height: 30px;
	padding-top: 12px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
		    border-radius: 10px;  
	}
.txt_deco02 {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	height: 50px;
	text-align: center;
	padding-top: 30px;
	
}
.box_deco {
	background: #FFC;
	padding: 20px 10px;
	    border-radius: 10px;   
	
}

/* ヘッダー */
#header {
	font-size: 80%;
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
	background-color: #06C;
}
#header a:link,#header a:visited {
	color: #FFFFFF;
	padding-right: 20px;
}
#header a:hover {
	text-decoration: none;
	padding-right: 20px;
}
/* ヘッダーここまで */
#contents {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background: #FFFFFF;
}
#contents_box {
	background: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: both;
}
/* メニュー */
#menu {
	width: 800px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	margin-bottom: 16px;
	background: url(../img/menu.gif) no-repeat;
}
#menu ul a{
	text-decoration: none;
}
#menu ul,#menu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
}
#home,#home a{
	display: block;
	height: 40px;
	width: 116px;
}
#news,#profile,#gallary,#shop,#schedule,#blog,#news a,#profile a,#gallary a,#shop a,#schedule a,#blog a{
	display: block;
	height: 40px;
	width: 114px;
}
#home a:hover {
	background:  url(../img/menu.gif) 0px 41px;
}
#news a:hover {
	background:  url(../img/menu.gif) -116px 41px;
}
#profile a:hover {
	background:  url(../img/menu.gif) -230px 41px;
}
#gallary a:hover {
	background:  url(../img/menu.gif) -344px 41px;
}
#shop a:hover {
	background:  url(../img/menu.gif) -458px 41px;
}
#schedule a:hover {
	background:  url(../img/menu.gif) -572px 41px;
}
#blog a:hover {
	background:  url(../img/menu.gif) -686px 41px;
}
/* メニューここまで */

/* ニュース */
.blog_box a:link,.blog_box a:visited {
	color: #FF0066;
}
.blog_box a:hover {
	color: #FF66FF;
	text-decoration: none;
}
.blog_address a:link,.blog_address a:visited {
	color: #33FF00;
}
.blog_address a:hover {
	color: #FF66FF;
	text-decoration: none;
}
.news_title {
	font-size: 120%;
	color: #06C;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06C;
}
.news_text {
	line-height: 140%;
	margin-left: 20px;
	margin-top: 10px;
}
.news_date {
	font-size: 80%;
	color: #FFF;
	padding: 5px;
	border: 1px solid #06C;
	margin-bottom: 10px;
	margin-top: 15px;
	clear: both;
	background-color: #09F;
}
.news_img {
	float: right;
	margin-bottom: 10px;
	border: 1px solid #06C;
	margin-left: 15px;
	margin-right: 5px;
}
.link {
	text-align: right;
	margin-top: 8px;
}
/* ニュースここまで */

/* プロフィールページ */
#profile_box {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
#profile dl {
	width: 360px;
}
#profile dt {
	color: #0066FF;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0066FF;
	padding-top: 5px;
	padding-left: 10px;
}
#profile dd {
	padding-top: 6px;
	padding-bottom: 10px;
	color: #0066FF;
}
/* プロフィールページここまで */

/* ギャラリーページ */
.gallary_box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-left: 32px;
}
.gallary_name {
	color: #FFFFFF;
	border-bottom: 1px solid #0066FF;
	width: 675px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
	border-top: 1px solid #0066FF;
	border-right: 1px solid #0066FF;
	border-left: 10px solid #0066FF;

	margin: 6px auto;
	font-size: 110%;
	font-weight: bold;
	clear: both;
	background-color: #00CCFF;
}
.ph {
	border: 1px solid #CCCCCC;
	height: 100px;
	width: 100px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
.ph_box {
	border: 1px solid #0099FF;
	width: 108px;
	float: left;
	margin-right: 4px;
	height: 108px;
	margin-left: 2px;
	margin-bottom: 8px;
}
.comment {
	font-size: 75%;
	color: #FF6699;
	padding-bottom: 10px;
	border-top: 1px dotted #FF6699;
	padding-top: 8px;
	margin-right: 5px;
	margin-left: 5px;
}
/* ギャラリーページここまで */

/* 雀荘紹介ページ */
.box_shop {
	padding: 5px;
	width: 600px;
	margin-bottom: 10px;
	border: 1px dotted #0099FF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.shop_name {
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	color: #FFFFFF;
	background-color: #0066FF;
	line-height: 2em;
	padding-left: 10px;
	height: 26px;
}
.shop_img {
	padding: 1px;
	border: 1px solid #0066FF;
	float: left;
	margin-right: 15px;
}
.shop_text {
	text-align: left;
	margin-left: 15px;
}
.shop_address {
	font-size: 80%;
	color: #00FF00;
	text-align: right;
}
.hp {
	color: #FFFFFF;
	clear: both;
	background-color: #00CCFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	padding-right: 10px;
	margin-top: 8px;
}
/* 雀荘紹介ページここまで */

/* 入会案内ページ */
h3 {
	color: #06C;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06C;
}
#tokuten_box {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.join_text {
	padding-left: 60px;
	margin-bottom: 30px;
	clear: both;
	line-height: 140%;
}
.step {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #06C;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06C;
}
.join_box {
	padding: 15px;
	margin-top: 10px;
	border: 1px dotted #06C;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.join_text img {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
/* 入会案内ページここまで */

/* フッター */
address {
	font-size: 80%;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	clear: both;
	background-color: #06C;
	padding-top: 5px;
}
#footer {
	color: #FFFFFF;
}
#footer a:link,#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
/* フッターここまで */

#midashi{
	font-size: 120%;
	color: #FFF;
	border: 1px solid #039;
	width: 500px;
	background-color: #06C;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#announce {
	padding: 10px;
	width: 198px;
	border: 1px solid #06C;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 10px;
}
#box_02 {
	padding: 0px;
	width: 218px;
	border: 1px solid #06C;
	font-size: 90%;
	height: 330px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#text03 {
	padding-bottom: 10px;
	font-size: 120%;
	color: #09F;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#text04 {
	color: #09F;
	width: 174px;
	margin-right: auto;
	margin-left: auto;
}

/* リンク　*/
#box_02 a:visited {
	color: #FF3399;
	text-decoration: none;
}
#box_02 a:hover {
	color: #FF3366;
	text-decoration: underline;
}
#box_02 a:link {
	color: #FF3399;
	text-decoration: none;
}
#name {
	font-size: 110%;
	font-weight: bold;
	clear: both;
}
#comment {
	margin-bottom: 10px;
	border-bottom: 1px dotted #0099CC;
	padding-bottom: 8px;
	padding-top: 8px;
}
#comment_100 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #0099CC;
	padding-bottom: 8px;
	padding-top: 8px;
	height: 100px;
}
#comment_02 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #0099CC;
	padding-bottom: 8px;
	padding-top: 8px;
}
#box_blue {
	border: 1px dotted #09F;
	padding: 5px;
	color: #09F;
	font-size: 80%;
}

h4 {
	color: #FFFFFF;
	border: 1px solid #0099CC;
	background: #0099FF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.comment_img {
	border: 1px solid #0099CC;
	padding: 1px;
	float: left;
	margin-right: 10px;
}
.fuji_name {
	font-size: 110%;
	color: #06F;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06F;
	margin-bottom: 3px;
}
.text_blue {
	font-size: 90%;
	color: #06F;
	line-height: 120%;
	margin-bottom: 10px;
}
#contents_box #profile_box div table {
	color: #000;
	text-align: center;
}
#title_title {
	color: #06C;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	clear: both;
	font-size: 120%;
	padding-top: 10px;
	border-bottom: 1px dotted #06C;
	border-left: 5px solid #0066FF;
	margin-top: 10px;
}
#box_profile {
	padding: 5px 5px 15px;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #0066FF;
	color: #0066FF;
}
#report {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #06F;
	border-left-color: #06F;
	color: #06F;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 130%;
}
#nico {
	font-size: 120%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #0066FF;
	margin-bottom: 10px;
	color: #0066FF;
	margin-top: 10px;
	width: 200px;
}
#blog_link {
	padding: 6px;
	width: 300px;
	color: #0066FF;
	border-top: 1px dotted #0066FF;
	border-right: 1px dotted #0066FF;
	border-bottom: 1px dotted #0066FF;
	border-left: 5px solid #0066FF;
	margin-top: 10px;
	height: 20px;
}
#qr {
	height: 90px;
	width: 207px;
	border: 1px solid #0066FF;
	padding: 5px;
}
#qr img {
	float: right;
}
#form {
	color: #FFFFFF;
	background: #00CCFF;
	height: 20px;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 1px solid #0099FF;
	padding-left: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
}
#px550 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#box_nanikiru {
	width: 520px;
	border: 1px solid #003;
	margin-right: auto;
	margin-left: auto;
}
#bakyo {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#anser {
	color: #FFF;
	background-color: #06C;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pai {
	margin-left: 44px;
}





/*　ブログボタン　*/

#blogbottan {
	height: 32px;
	width: 172px;
	text-indent: -9999px;
	background-image: url(../img/nanikirublog/bottan.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#blogbottan a {
	text-decoration: none;
	display: block;
	height: 32px;
	width: 172px;
	text-indent: -9999px;
}
#blogbottan a:hover {
	background-image: url(../img/nanikirublog/bottan.jpg);
	background-position: 0px -32px;
}
/* 店舗紹介ページ　*/
.shopbox {
	height: 280px;
	width: 220px;
	border: 1px solid #03F;
	text-align: center;
	margin-bottom: 20px;
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	}
	
	
	
	
#midashi02 {
	background-color: #06F;
	height: 30px;
	width: 680px;
	color: #FFF;
	padding-top: 20px;
	font-weight: bold;
	padding-left: 20px;
	font-size: 24px;
	   border-radius: 5px;   
}
