html {												/*ページ全体の背景画像を指定*/
	background: url(../img/back.png);/*背景画像の指定*/
}

#whole{											/*コンテンツ表示部分の設定*/
	width: 1024px;
	margin: 0 auto;
}

#header {											/*ヘッダー（ページ上部の）設定*/
	width: 1024px;
	height: 120px;
	display: -webkit-box;
	display: -moz-box;
	margin: 0 auto;
	background-color: RGBA(200, 190, 180, 0.9);
}

.subtitle {											/*「広島風お好み焼き」の位置指定*/
	margin: 5px 0 0 60px;
	display: inline;
}

.logo {												/*「のりさん」の位置指定*/
	margin: 10px 0 0 50px;
	display: inline;	
}

#wrapper {										/*#menuと#mainの親ボックス*/
	width: 1024px;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
	background: url(../img/map.jpg); /*背景(地図)の指定*/
	float: right;
}

#menu {											/*サイトメニューの位置・サイズ指定*/
	width: 224px;
	margin: 0 15px;
	float: left;
}

#menu img{
	width: 224px;
	border-radius: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	opacity: 0.95;
}

#main {
	width: 723px;
	text-align: center;
	float: right;
	margin: 0 15px;
}

#inquiry {
	border: 2px solid;
	border-radius: 5px;
	border-color: #333333;
	width: 220px;
	margin: 5px 0 5px;
	padding: 10px 0px 10px 0px;
	background-color: #333333;
	color: #FFFFFF;
	text-align: left;
}

#footer {
	width: 1024px;
	margin: 0 auto;
	padding: 25px 0 25px 0;
	background-color: RGBA(200, 190, 180, 0.9);
	clear:right;
	text-align: center;
}

.flexslider{
	width:716px;
	height:506px;
}


/*アクセスページの設定--------------------------------------------------------*/
#access {
	width: 700px;
	margin: 0 auto;
}

.exterior {	
	width: 450px;
	height: 298px;
	float: left;
}

#right {
	width: 250px;
	height: 298px;
	float:right;
}

.interior {
	width: 250px;
	height: 132px;
}

.toy {
	width:  250px;
	height: 166px;
}	

#accessmap {
	width: 700px;
	margin: 0 auto;
	clear:right;
}

/*テーブルデザインの設定(アクセスページ)--------------------------------------*/
table {
	border-collapse: collapse;
	width: 700px;
	margin: 30px auto 0;
}

th.t_top {
    border-top: RGBA(0, 0, 0, 0.9) 4px solid;
}

th {
	background-color: RGBA(0, 0, 0, 0.9);
	border-bottom: #FFFFFF 1px dotted;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}

td.t_top {
	border-top: RGBA(255, 0, 0, 0.9) 4px solid;
}

td {
	background-color: RGBA(190, 190, 190, 0.9);
	border-bottom: #FFFFFF 1px dotted;
	text-align: left;
	padding: 10px;
}

tr:hover {
    background: RGBA(255, 100, 100, 1);
    color: RGBA(255, 0, 0, 0.9);
}


/*ギャラリーページの設定--------------------------------------------------------*/
#main2 {
	width: 723px;
	text-align: left;
	float:right;
	margin: 0 15px;
}
h1.gallery{
	background-color:#000000;
	color:#ffffff;
	opacity: 0.9;
	border-radius: 10px;
}

a.swipebox{
	text-decoration:none;
}

#main2 img{
	width:160;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 5px 5px;
}