@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, hr, ul, ol, li, form, img {
	margin: 0;
	padding: 0;
}

ul {
       line-height: 1.6;
       font-size: 75%;
       font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
	border: none;
}

.noborder {
	border: none !important;
}

.nospace {
	margin: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.none {
	display: none;
}

.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block }
/* End hide from IE-mac */

/* PNG透過
----------------------------------------------------------------------------------------------------*/

img, div, li, p, ul { behavior: url("iepngfix.htc") }

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

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgLeft2 {
	float: left;
	margin: 0 20px 0 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.imgRight2 {
	float: right;
	margin: 0 0 0 20px;
}

.left,
.left1,
.left2,
.left3,
.left4 {
	float: left;
}

.right,
.right1,
.right2,
.right3,
.right4 {
	float: right
}

.marginB10 {
	margin-bottom: 10px !important;
}

.marginB20 {
	margin-bottom: 20px !important;
}

.marginB30 {
	margin-bottom: 30px !important;
}

.marginB50 {
	margin-bottom: 50px !important;
}

body {
	margin: 0 auto;
	text-align: center;
	background: url(../common/com_bg01.jpg) repeat-x;
	background-position: left top;
	color: #666666;
}

#body {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.contents .leftContents {
	float: left;
	width: 650px;
}

.contents #rightNavi {
	float: right;
	width: 200px;
	margin: 5px 0 0;
}

.contents #rightNavi h5 ,
.contents #rightNavi p {
	margin: 0 0 15px;
}

.contents #rightNavi img {
	margin:  0 0 5px;
}

/* ヘッダー
----------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 900px;
	height: 54px;
	overflow: hideen;
	background: url(../common/head_bg01.jpg) no-repeat;
	background-position: left top;
}

#header .logo {
	position: absolute;
	left: 16px;
	top: 9px;
	width: 39px;
	height: 36px;
	overflow: hidden;
	font-size: 5px;
}

#header h1 {
	position: absolute;
	left: 61px;
	top: 12px;
	width: 150px;
	height: 15px;
	overflow: hidden;
	font-size: 5px;
}

#header h2 {
	position: absolute;
	left: 61px;
	top: 32px;
	width: 192px;
	height: 11px;
	overflow: hidden;
	font-size: 5px;
}

#header .subNavi {
	position: absolute;
	top: 17px;
	right: 150px;
}

#header .subNavi li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #000000;
}

#header .subNavi .last {
	border-right: none;
}

#header .daiyukyo {
	position: absolute;
	top: 17px;
	right: 18px;
	width: 59px;
}

.mainNavi {
	position: relative;
	width: 900px;
	height: 120px;
	margin: 0 0 10px;
	overflow: hideen;
	background: url(../common/main_bg01.gif) no-repeat;
	font-size: 1;
}

.mainNavi li a {
	position: absolute;
	display: block;
	top: 12px;
	height: 106px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}

.mainNavi .n1 a {
	top: 40px;
	width: 66px;
	height: 66px;
	left: 4px;
	background: url(../common/main_nv01.png) no-repeat;
}

.mainNavi .n2 a {
	width: 88px;
	left: 109px;
	background: url(../common/main_nv02.png) no-repeat;
}

.mainNavi .n3 a {
	width: 88px;
	left: 239px;
	background: url(../common/main_nv03.png) no-repeat;
}

.mainNavi .n4 a {
	width: 88px;
	left: 369px;
	background: url(../common/main_nv04.png) no-repeat;
}

.mainNavi .n5 a {
	width: 107px;
	left: 488px;
	background: url(../common/main_nv05.png) no-repeat;
}

.mainNavi .n6 a {
	width: 122px;
	left: 614px;
	background: url(../common/main_nv06.png) no-repeat;
}

.mainNavi .n7 a {
	width: 111px;
	left: 788px;
	background: url(../common/main_nv07.png) no-repeat;
}

.mainNavi a:hover {
	background-position: 0 -106px;
}

.mainNavi .n1 a:hover {
	background-position: 0 -66px;
}

.mainTitle {
	margin: 0 0 10px;
	background: url(../common/com_bg02.png) no-repeat;
	background-position: left bottom;
}

.mainTitle h3 {
	margin: 0 0 15px 30px;
}

.mainTitle h4 {
	margin: 0 0 10px 30px;
}

.subMenu {
	margin: 0 0 30px;
}

.subMenu li {
	display: inline;
	margin: 0 25px 0 0;
}

.leftContents h5 {
	margin: 0 0 10px;
	padding: 0.5em 0 0.5em 40px;
	background: url(../common/com_bg03.jpg) no-repeat;
	background-position: left top;
}

.leftContents h6 {
	margin: 0 0 10px;
	padding: 0.2em 0 0.3em 15px;
	background: url(../common/com_bg04.jpg) no-repeat;
	background-position: left top;
}


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

#footer {
	margin: 0 0 20px;
	padding: 12px 13px 38px;
	background: url(../common/foot_bg01.jpg) no-repeat;
	background-position: left top;
}

#footer .pagetop {
	float: left;
	width: 39px;
	font-size: 1;
}

#footer address{
	float: right;
	width: 368px;
	font-size: 1;
}


/* トップページ
----------------------------------------------------------------------------------------------------*/

#top #rightNavi {
	margin: 13px 0 0;
}

#top .topNavi .mainNavi {
	background: none;
}

#top .topNavi {
	position: relative;
	width: 900px;
	height: 524px;
	overflow: hideen;
	background: url(../images/top_bg01.png) no-repeat;
	background-position: left top;
}

#top .topNavi li a {
	position: absolute;
	display: block;
	top: 0;
	height: 54px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}

#top .topNavi .n1 a {
	position: absolute;
	left: 4px;
	top: 40px;
	width: 66px;
	height: 66px;
	overflow: hideen;
	background: url(../images/top_nv01.png) no-repeat;
	background-position: left top;
}

#top .topNavi .n2 a {
	position: absolute;
	left: 125px;
	top: 34px;
	width: 102px;
	height: 124px;
	overflow: hideen;
	background: url(../images/top_nv02.png) no-repeat;
	background-position: left top;
}

#top .topNavi .n3 a {
	position: absolute;
	left: 70px;
	top: 192px;
	width: 102px;
	height: 124px;
	overflow: hideen;
	background: url(../images/top_nv03.png) no-repeat;
	background-position: left top;
}

#top .topNavi .n4 a {
	position: absolute;
	left: 125px;
	top: 347px;
	width: 102px;
	height: 123px;
	overflow: hideen;
	background: url(../images/top_nv04.png) no-repeat;
	background-position: left top;
}

#top .topNavi .n5 a {
	position: absolute;
	left: 679px;
	top: 34px;
	width: 126px;
	height: 124px;
	overflow: hideen;
	background: url(../images/top_nv05.png) no-repeat;
	background-position: left top;
}

#top .topNavi .n6 a {
	position: absolute;
	left: 711px;
	top: 192px;
	width: 153px;
	height: 124px;
	overflow: hideen;
	background: url(../images/top_nv06.png) no-repeat;
	background-position: left top;
}

#top .topNavi .n7 a {
	position: absolute;
	left: 670px;
	top: 341px;
	width: 129px;
	height: 129px;
	overflow: hideen;
	background: url(../images/top_nv07.png) no-repeat;
	background-position: left top;
}

#top .topNavi li a:hover {
	background-position: 0 -124px;
}

#top .topNavi .n1 a:hover {
	background-position: 0 -66px;
}

#top .topNavi .n7 a:hover {
	background-position: 0 -129px;
}

#top .topNavi .toplogo {
	position: absolute;
	left: 422px;
	top: 36px;
	width: 57px;
	height: 64px;
}

#top .topNavi .flash {
	position: absolute;
	left: 290px;
	top: 118px;
	width: 322px;
	height: 175px;
}

#top h3 {
	margin: 0 0 15px;
}

#top .ar1 {
	padding: 0 0 0 25px;
	background: url(../common/com_ar01.gif) no-repeat;
	background-position: left top;
}

#top .box1 {
	margin: 0 0 20px;
}

#top .box1 .left {
	width: 160px;
	text-align: center;
}

#top .box1 .right {
	width: 475px;
}

#top .box1 .right h4 {
	margin: 0 0 1em;
}

#top .box1 .right p {
	margin: 0 0 1em;
}

#top .box2 {
	margin: 0 0 20px;
}

#top .box2 .left {
	width: 200px;
}

#top .box2 .right {
	width: 435px;
}


/* 加盟店情報
----------------------------------------------------------------------------------------------------*/

#shop {
	margin: 5px 0 0;
}

#shop p {
	margin: 0 0 20px;
	padding: 0 15px;
}

#shop .picture {
	margin: 0 0 35px;
	text-align: center;
}

#shop .box1 {
	margin: 0 0 20px;
	padding: 0 10px;
}

#shop .box1 ul {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
}


/* イベント
----------------------------------------------------------------------------------------------------*/

#event p {
	margin: 0 0 35px;
	padding: 0 15px;
}


/* 社会貢献活動
----------------------------------------------------------------------------------------------------*/

#csr p {
	margin: 0 0 35px;
	padding: 0 15px;
}

#csr p a img {
	margin: 10px 0 0;
}


/* パチンコの基礎知識
----------------------------------------------------------------------------------------------------*/

#knowledge p {
	margin: 0 0 35px;
	padding: 0 15px;
}


/* マナー／ルール
----------------------------------------------------------------------------------------------------*/

#manner {
	margin: 5px 0 0;
}

#manner h5 {
	margin: 0 0 10px;
	padding: 0.2em 0 0.3em 15px;
	background: url(../common/com_bg04.jpg) no-repeat;
	background-position: left top;
}

#manner p {
	margin: 0 0 35px;
	padding: 0 15px;
}


/* 用語集
----------------------------------------------------------------------------------------------------*/

#glossary {
	margin: 5px 0 0;
}

#glossary h5 {
	margin: 0 0 10px;
	padding: 0.2em 0 0.3em 15px;
	background: url(../common/com_bg04.jpg) no-repeat;
	background-position: left top;
}

#glossary p {
	margin: 0 0 35px;
	padding: 0 15px;
}


/* FAQ
----------------------------------------------------------------------------------------------------*/

#faq {
	margin: 5px 0 0;
}

#faq .box1 {
	margin: 0 0 20px;
	padding: 0 0 10px 15px;
	border-bottom: 2px dotted #666666;
}

#faq .box2 {
	margin: 0 0 10px;
}

#faq .box2 .left {
	width: 40px;
	margin: 0 15px 0 0;
}

#faq .box2 .left1 {
	width: 575px;
	margin: 1em 0 0;
}

#faq .box2 .left2 {
	width: 580px;
	margin: 0.5em 0 0;
}


/* 大遊協資料ギャラリー
----------------------------------------------------------------------------------------------------*/

#gallery .box1 {
	margin: 0 0 20px;
	padding: 0 15px;
}

#gallery p {
	margin: 0 0 35px;
	padding: 0 15px;
}

#gallery .ar {
	margin: 0 0 35px;
	padding: 0 15px;
}

#gallery .ar li {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	background: url(../gallery/images/gal_ar01.gif) no-repeat;
	background-position: left top;
}

#gallery .box1 p {
	margin: 0;
	padding: 0;
}

#gallery .shopBlock {
	width: 100%;
	margin: 0 0 5px;
	border-collapse: collapse;
}

#gallery .shopBlock td {
	padding: 0.2em;
	border: 1px solid #999999;
}

#gallery .shopBlock .backBlue {
	background: #CAE2EF;
}

#gallery .shopBlock .backRed {
	background: #FFCFA9;
}

#gallery .shopBlock .backGray {
	background: #EDEDED;
}


/* 大遊協とは？
----------------------------------------------------------------------------------------------------*/

#about p {
	margin: 0 0 35px;
	padding: 0 15px;
}


/* 事業プラン
----------------------------------------------------------------------------------------------------*/

#plan p {
	margin: 0 0 35px;
	padding: 0 15px;
}

#plan .box1 {
	margin: 0 0 35px;
	padding: 0 15px;
}

#plan .box1 .left ,
#plan .box1 .right {
	width: 290px;
}

#plan .box1 .ar1 {
	margin: 0 0 1em;
	background: url(../about/images/pla_ar01.gif) no-repeat;
	background-position: left top;
}

#plan .box2 {
	margin: 0 0 35px;
	padding: 0 15px;
}

#plan .box2 .left {
	width: 250px;
}

#plan .box2 .left p {
	margin: 0 0 1em;
}

#plan .box2 .left ul {
	padding: 0 0 0 20px;
}

#plan .box2 .left li {
	list-style-type: disc;
}

#plan .box2 .right {
	width: 331px;
}


/* 沿革
----------------------------------------------------------------------------------------------------*/

#history table {
	margin: 0 0 35px;
	padding: 0 15px;
	border-collapse: collapse;
}

#history td {
	padding: 0 10px 1em;
	vertical-align: top;
	text-align: left;
}

#history table .date {
	border-right: 1px solid #999999;
	white-space: nowrap;
}


/* 組織図
----------------------------------------------------------------------------------------------------*/

#organization ol {
	margin: 0 0 15px;
	padding: 0 15px;
}

#organization p {
	margin: 0 0 35px;
	padding: 0 15px;
}

#organization .box1 {
	padding: 0 15px;
}

#organization table {
	width: 100%;
	border-collapse: collapse;
}

#organization th ,
#organization td {
	padding: 0.3em 0.5em;
	border: 1px solid #999999;
	vertical-align: top;
	text-align: left;
}

#organization th {
	white-space: nowrap;
	background: #FBDD67;
}

#organization table .block {
	white-space: nowrap;
	background: #EDEDED;
	vertical-align: middle;
}


/* お問い合せ
----------------------------------------------------------------------------------------------------*/
.center{
	text-align:center;
}

#inq p {
	margin: 0 30px 35px;
	padding: 0 15px;
}

/* プラバシーポリシー
----------------------------------------------------------------------------------------------------*/
#prv p {
	margin: 0 0 35px;
	padding: 0 15px;
}

/* サイトマップ
----------------------------------------------------------------------------------------------------*/
#map li {
	margin: 0 10px 10px;
	padding: 0 15px;
}

