/*==============================================================

CSS for ROYAL HAWAIIAN SHOOTING CLUB／Contents
Modified: 2009.2.19

==============================================================*/


@import url("extra.php?master.css");



/*==============================================================
common
==============================================================*/

/*wrapper*/
div#wrapper {
	width:100%;
	background:url(./skins/top/bg_highlight.png) no-repeat center top;
	margin:0 auto;
	padding-top:44px;
}
/*navigation(jp)*/
ul#navigation {
	width:800px;
	height:53px;
	background:url(./skins/common/navi_content.png) no-repeat;
	list-style-type:none;
	margin:0 auto;
}
/*navigation(en)*/
body#en ul#navigation {
	width:800px;
	height:53px;
	background:url(./skins/common/navi_content_en.png) no-repeat;
	list-style-type:none;
	margin:0 auto;
}
* html body#en ul#navigation {
	width:800px;
	height:53px;
	background:url(./skins/common/navi_content_en.gif) no-repeat;
	list-style-type:none;
	margin:0 auto;
}

ul#navigation li,
body#en ul#navigation li {
	text-indent:-9999px;
	overflow:hidden;
	display:inline;
	float:left;
}
ul#navigation li a:link,
ul#navigation li a:visited,
body#en ul#navigation li a:link,
body#en ul#navigation li a:visited {
	height:53px;
	display:block;
}
/*home*/
ul#navigation li#home a,
body#en ul#navigation li#home a {
	width:67px;
}
/*courses and rates*/
ul#navigation li#course a,
body#en ul#navigation li#course a {
	width:154px;
}
/*guns*/
ul#navigation li#gun a,
body#en ul#navigation li#gun a {
	width:60px;
}
/*ranges and facilities*/
ul#navigation li#range a,
body#en ul#navigation li#range a {
	width:178px;
}
/*gallery*/
ul#navigation li#gallery a,
body#en ul#navigation li#gallery a {
	width:74px;
}
/*staff*/
ul#navigation li#staff a,
body#en ul#navigation li#staff a {
	width:93px;
}
/*access*/
ul#navigation li#access a,
body#en ul#navigation li#access a {
	width:71px;
}
/*reservation*/
ul#navigation li#reservation a,
body#en ul#navigation li#reservation a {
	width:103px;
}
/*hover:top*/
ul#navigation li#home a:hover {
	background:url(./skins/common/navi_content.png) no-repeat 0px -53px;
}
/*hover:top(en)*/
body#en ul#navigation li#home a:hover {
	background:url(./skins/common/navi_content_en.png) no-repeat 0px -53px;
}
* html body#en ul#navigation li#home a:hover {
	background:url(./skins/common/navi_content_en.gif) no-repeat 0px -53px;
}
/*hover:courses*/
ul#navigation li#course a:hover {
	background:url(./skins/common/navi_content.png) no-repeat -67px -53px;
}
/*hover:courses(en)*/
body#en ul#navigation li#course a:hover {
	background:url(./skins/common/navi_content_en.png) no-repeat -67px -53px;
}
* html body#en ul#navigation li#course a:hover {
	background:url(./skins/common/navi_content_en.gif) no-repeat -67px -53px;
}
/*hover:guns*/
ul#navigation li#gun a:hover {
	background:url(./skins/common/navi_content.png) no-repeat -221px  -53px;
}
/*hover:guns(en)*/
body#en ul#navigation li#gun a:hover {
	background:url(./skins/common/navi_content_en.png) no-repeat -221px  -53px;
}
* html body#en ul#navigation li#gun a:hover {
	background:url(./skins/common/navi_content_en.gif) no-repeat -221px  -53px;
}
/*hover:ranges*/
ul#navigation li#range a:hover {
	background:url(./skins/common/navi_content.png) no-repeat -281px  -53px;
}
/*hover:ranges(en)*/
body#en ul#navigation li#range a:hover {
	background:url(./skins/common/navi_content_en.png) no-repeat -281px  -53px;
}
* html body#en ul#navigation li#range a:hover {
	background:url(./skins/common/navi_content_en.gif) no-repeat -281px  -53px;
}
/*hover:gallery*/
ul#navigation li#gallery a:hover {
	background:url(./skins/common/navi_content.png) no-repeat -459px  -53px;
}
/*hover:gallery(en)*/
body#en ul#navigation li#gallery a:hover {
	background:url(./skins/common/navi_content_en.png) no-repeat -459px  -53px;
}
* html body#en ul#navigation li#gallery a:hover {
	background:url(./skins/common/navi_content_en.gif) no-repeat -459px  -53px;
}
/*hover:staff*/
ul#navigation li#staff a:hover {
	background:url(./skins/common/navi_content.png) no-repeat -533px  -53px;
}
/*hover:staff(en)*/
body#en ul#navigation li#staff a:hover {
	background:url(./skins/common/navi_content_en.png) no-repeat -533px  -53px;
}
* html body#en ul#navigation li#staff a:hover {
	background:url(./skins/common/navi_content_en.gif) no-repeat -533px  -53px;
}
/*hover:access*/
ul#navigation li#access a:hover {
	background:url(./skins/common/navi_content.png) no-repeat -626px  -53px;
}
/*hover:access(en)*/
body#en ul#navigation li#access a:hover {
	background:url(./skins/common/navi_content_en.png) no-repeat -626px  -53px;
}
* html body#en ul#navigation li#access a:hover {
	background:url(./skins/common/navi_content_en.gif) no-repeat -626px  -53px;
}
/*hover:reservation*/
ul#navigation li#reservation a:hover {
	background:url(./skins/common/navi_content.png) no-repeat -697px  -53px;
}
/*hover:reservation(en)*/
body#en ul#navigation li#reservation a:hover {
	background:url(./skins/common/navi_content_en.png) no-repeat -697px  -53px;
}
* html body#en ul#navigation li#reservation a:hover {
	background:url(./skins/common/navi_content_en.gif) no-repeat -697px  -53px;
}

/*content wrapper*/
div#wrapper_content {
	width:800px;
	margin:0 auto;
	padding:0 15px;
	background:url(./skins/common/bg_content_body.png) repeat-y;
	text-align:left;
}
/*IE6 Hack*/
* html div#wrapper_content {
	behavior: expression(IEPNGFIX.fix(this));
	padding:0 13px;
}
/*topicpath*/
p.topicpath {
	text-align:right;
	padding:5px 20px 0 20px;
}
p.topicpath a:link,
p.topicpath a:visited {
	text-decoration:none;
}
p.topicpath a:hover {
	text-decoration:underline;
}

div#left {
	width:210px;
	float:left;
	margin:8px 7px 20px 7px;
}
div.content_title {
	width:557px;
	height:22px;
	background:url(./skins/common/right_bg_title.jpg) no-repeat;
	padding:8px;
}
div.content_title h3 {
	font-size:116%;
	font-weight:bold;
	padding-top:2px;
	color:#4D4E1D;
	float:left;
}
div#right {
	width:557px;
	float:left;
	margin-top:14px;
}
div.content_body {
	width:537px;
	margin:15px 0px 40px 10px;
	overflow:hidden;
}
div.content_body p {
	padding-top:4px;
}

/*comment*/
div.commentbox {
	width:500px;
	background:url(/skins/common/dotline.gif) repeat-x bottom;
	padding-bottom:10px;
	margin:10px auto 20px auto;
}

/*textarea*/
input.formfield,
textarea.formfield {
	width:400px;
	border:1px solid #8D7B2A;
	margin:4px 0;
	padding:4px;
}

div.commentbox span.name {
	background:url(/skins/common/lm_comment.gif) no-repeat;
	padding-left:20px;
	font-size:108%;
	float:left;
}
div.commentbox span.date{
	float:right;
	font-size:85%;
	color:#666;
}
div.commentbox p {
	padding:10px 15px 0 20px;
	color:#999;
	clear:both;
}

/*comment form*/
div.commentform {
	margin-left:30px;
}

/*error message*/
div.error {
	color:#FF0000;
	font-weight:bold;
	padding:10px 0;
}


/*==============================================================
left box
==============================================================*/

/*open*/
h2#hours,
body#en h2#hours {
	width:210px;
	height:21px;
	margin:30px 0 15px 0;
	text-indent:-9999px;
	overflow:hidden;
}
h2#hours {
	background:url(./skins/common/left_title_hours.gif) no-repeat;
}
body#en h2#hours {
	background:url(./skins/common/left_title_hours_en.gif) no-repeat;
}
/*address*/
h2#address,
body#en h2#address {
	width:210px;
	height:20px;
	margin:30px 0 15px 0;
	text-indent:-9999px;
	overflow:hidden;
}
h2#address {
	background:url(./skins/common/left_title_address.gif) no-repeat;
}
body#en h2#address {
	background:url(./skins/common/left_title_address_en.gif) no-repeat;
}
div#left p {
	padding:0 12px;
}
div#left_image {
	width:190px;
	margin:10px 0 0 10px;
	text-align:center;
}


/*==============================================================
Courses and Rates
==============================================================*/

/*content header*/
h1#course,
h1#encourse {
	width:830px;
	height:179px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
/*content header(jp)*/
h1#course {
	background:url(./skins/course/content_header.png) no-repeat;
}
/*content header(en)*/
h1#encourse {
	background:url(./skins/course/content_header_en.png) no-repeat;
}
h1#course a,
h1#encourse a {
	width:830px;
	height:179px;
	display:block;
}
/*IE6 Hack*/
* html h1#course,
* html h1#encourse {
	behavior: expression(IEPNGFIX.fix(this));
}
ul.list_course {
	margin:12px 0 0 6px;
}
ul.list_course li {
	border-left:4px solid #CCC;
	padding-left:6px;
}
/*thumbnails*/
div.thumb_course {
	width:160px;
	height:140px;
	float:left;
	margin:25px 5px 0 7px;
	font-size:85%;
}
div.thumb_course a:link,
div.thumb_course a:visited {
	text-decoration:none;
}
/*IE6 Hack*/
* html div.thumb_course {
	margin:25px 8px 0 3px;
}
div.thumb_course img {
	margin-bottom:2px;
	width:160px;
	height:106px;
}
/*price*/
div.content_title span.price {
	height:23px;
	float:right;
	font-size:138.5%;
	color:#3D2A53;
	margin:-2px 20px 0 0;
	padding-left:60px;
	background:url(./skins/common/right_title_rate.png) no-repeat 0 3px;
}




/*==============================================================
Guns
==============================================================*/

/*content header*/
h1#gun,
h1#engun {
	width:830px;
	height:179px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
/*content header(jp)*/
h1#gun {
	background:url(./skins/gun/content_header.png) no-repeat;
}
/*content header(en)*/
h1#engun {
	background:url(./skins/gun/content_header_en.png) no-repeat;
}
h1#gun a,
h1#engun a {
	width:830px;
	height:179px;
	display:block;
}
/*IE6 Hack*/
* html h1#gun,
* html h1#engun {
	behavior: expression(IEPNGFIX.fix(this));
}
/*category*/
div.content_title span.gun_category {
	margin:-2px 20px 0 0;
	float:right;	
}


/*==============================================================
Ranges and facilities
==============================================================*/

/*content header*/
h1#range,
h1#enrange {
	width:830px;
	height:179px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
/*content header(jp)*/
h1#range {
	background:url(./skins/range/content_header.png) no-repeat;
}
/*content header(en)*/
h1#enrange {
	background:url(./skins/range/content_header_en.png) no-repeat;
}

h1#range a,
h1#enrange a {
	width:830px;
	height:179px;
	display:block;
}
/*IE6 Hack*/
* html h1#range,
* html h1#enrange {
	behavior: expression(IEPNGFIX.fix(this));
}




/*==============================================================
Gallery
==============================================================*/

/*content header*/
h1#gallery,
h1#engallery {
	width:830px;
	height:179px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
/*content header(jp)*/
h1#gallery {
	background:url(./skins/gallery/content_header.png) no-repeat;
}
/*content header(en)*/
h1#engallery {
	background:url(./skins/gallery/content_header_en.png) no-repeat;
}
h1#gallery a,
h1#engallery a {
	width:830px;
	height:179px;
	display:block;
}
/*IE6 Hack*/
* html h1#gallery,
* html h1#engallery {
	behavior: expression(IEPNGFIX.fix(this));
}
/*thumbnail*/
div.thumb_gallery {
	width:120px;
	height:140px;
	float:left;
	margin:25px 8px 0 5px;
	font-size:85%;
}
div.thumb_gallery a:link,
div.thumb_gallery a:visited {
	text-decoration:none;
}
div.thumb_gallery img {
	margin-bottom:2px;
}
/*champions*/
div.champ {
	width:530px;
	text-align:right;
	border-top:1px solid #8D7B2A;
	padding-top:4px;
}
div.detail {
	width:530px;
	border-top:1px solid #8D7B2A;
	margin:0 auto;
	padding:4px 10px;
	font-size:85%;
}



/*==============================================================
Staff
==============================================================*/

/*content header*/
h1#staff,
h1#enstaff {
	width:830px;
	height:179px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
/*content header(jp)*/
h1#staff {
	background:url(./skins/staff/content_header.png) no-repeat;
}
/*content header*/
h1#enstaff {
	background:url(./skins/staff/content_header_en.png) no-repeat;
}
h1#staff a,
h1#enstaff a {
	width:830px;
	height:179px;
	display:block;
}
/*IE6 Hack*/
* html h1#staff,
* html h1#enstaff {
	behavior: expression(IEPNGFIX.fix(this));
}
dl.list_staff {
	margin:12px 0 0 40px;
	border-left:4px solid #CCC;
}
dl.list_staff dt {
	padding-left:6px;
	float:left;
	font-weight:bold;
}
dl.list_staff dd {
	font-weight:normal;
}


/*==============================================================
Access
==============================================================*/

/*content header*/
h1#access,
h1#enaccess {
	width:830px;
	height:179px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
/*content header(jp)*/
h1#access {
	background:url(./skins/access/content_header.png) no-repeat;
}
/*content header(en)*/
h1#enaccess {
	background:url(./skins/access/content_header_en.png) no-repeat;
}
h1#access a,
h1#enaccess a {
	width:830px;
	height:179px;
	display:block;
}
/*IE6 Hack*/
* html h1#access,
* html h1#enaccess {
	behavior: expression(IEPNGFIX.fix(this));
}
/*GoogleMaps*/
div.map {
	width:425px;
	border:1px solid #8D7B2A;
	padding:5px;
}



/*==============================================================
Resrvation
==============================================================*/

/*content header*/
h1#reservation,
h1#enreservation {
	width:830px;
	height:179px;
	margin:0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
/*content header(jp)*/
h1#reservation {
	background:url(./skins/reservation/content_header.png) no-repeat;
}
/*content header(en)*/
h1#enreservation {
	background:url(./skins/reservation/content_header_en.png) no-repeat;
}
h1#reservation a,
h1#enreservation a {
	width:830px;
	height:179px;
	display:block;
}
/*IE6 Hack*/
* html h1#reservation,
* html h1#enreservation {
	behavior: expression(IEPNGFIX.fix(this));
}
/*form*/
table.form_content {
	width:530px;
	border:1px solid #CCC;
	margin:1px;
}
table.form_content th {
	padding:6px;
	text-align:right;
	vertical-align:top;
	border:1px solid #CCC;
	background-color:#EFECDD;
	color:#301303;
	white-space:nowrap;
}
table.form_content td {
	padding:6px;
	text-align:left;
	border:1px solid #CCC;
}
input.text {
	height:22px;
}
div.submit {
	text-align:center;
	margin:30px auto;
}