/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#pageBody{
	width:1024px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.h1 {
	font-size: 12px;
	color: #9A7C64;
	font-weight: bold;
	text-align: left;
	height: 14px;
	width: 1024px;
}
#pageBody #header strong {
	float: right;
	width: 670px;
	text-align: left;
	font-size: 12px;
	font-weight: lighter;
	line-height: 15px;
}

#pageBody #header a {
	float: right;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	margin-right: 10px;
}

#pageBody #header em {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #144F2F;
	float: right;
	width: 300px;
	text-align: left;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 300px;
}


#pageBody #header {
	height: 93px;
	width: 1023px;
	background-image: url(../img/heder_img.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	background-position: bottom;
	
}
#pageBody #header a {
	float: right;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	margin-right: 10px;
}
#pageBody #header a:hover {
	color: #FF6600;
}

#pageBody #header b {
	text-align: left;
	float: left;
	width: 600px;
	margin-left: 370px;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	margin-bottom: 10px;
}

#pageBody #main {
	width:1024px;
	height: auto;
	margin-bottom: 20px;
}

#pageBody #menu {
	width:230px;
	float: left;
}

#pageBody #main #menu p {
display:none;
}

#pageBody #main #menu a#menu0{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/top.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu0:hover {
background:url(../img/menu/top_r.jpg);
}

#pageBody #main #menu a#menu1{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/shop.jpg) no-repeat 100% 50%;
float:left;
}

#main #menu a#menu1:hover {
background:url(../img/menu/shop_r.jpg);
}

#pageBody #main #menu a#menu2{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/course.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu2:hover {
background:url(../img/menu/course_r.jpg);
}

#pageBody #main #menu a#menu3{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/charge.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu3:hover {
background:url(../img/menu/charge_r.jpg);
}

#pageBody #main #menu a#menu4{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/photocourse.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu4:hover {
background:url(../img/menu/photocourse_r.jpg);
}

#pageBody #main #menu a#menu5{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/blog.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu5:hover {
background:url(../img/menu/blog_r.jpg);
}

#pageBody #main #menu a#menu6{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/qa.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu6:hover {
background:url(../img/menu/qa_r.jpg);
}

#main #menu a#menu7{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/yoyaku.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu7:hover {
background:url(../img/menu/yoyaku_r.jpg);
}

#pageBody #main #menu a#menu8{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/gallery.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu8:hover {
background:url(../img/menu/gallery_r.jpg);
}

#pageBody #main #menu a#menu10{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/whatishigaki.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu10:hover {
background:url(../img/menu/whatishigaki_r.jpg);
}

#pageBody #main #menu a#menu11{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/access.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu11:hover {
background:url(../img/menu/access_r.jpg);
}

#pageBody #main #menu a#menu12{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/yaeyama.jpg) no-repeat 100% 50%;
float:left;
}

#main #menu a#menu12:hover {
background:url(../img/menu/yaeyama_r.jpg);
}

#pageBody #main #menu a#menu13{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/ishigaki.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu13:hover {
background:url(../img/menu/ishigaki_r.jpg);
}

#pageBody #main #menu a#menu14{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/yado.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu14:hover {
background:url(../img/menu/yado_r.jpg);
}

#pageBody #main #menu a#menu15{
width:220px;
height:35px;
margin:0 0 0 7px;
display:block;
background:url(../img/menu/ikimono.jpg) no-repeat 100% 50%;
float:left;
}

#pageBody #main #menu a#menu15:hover {
background:url(../img/menu/ikimono_r.jpg);
}

#pageBody #main #pankuzu {
	font-size: 12px;
	font-weight: lighter;
	color: #003300;
	float: left;
	height: 15px;
	width: 780px;
}


#pageBody #main #pankuzu em {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #003300;
	text-align: left;
	float: left;
	margin-left: 20px;
}

#pageBody #main #pankuzu a {
	font-size: 12px;
	color: #003300;
	text-decoration: none;
}

#pageBody #main #pankuzu a:hover {
	color: #FF3300;
}

#pageBody #main #column {
	width:740px;
	height:auto;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#pageBody #main #column img {
	float: left;
	margin: 10px;
}


#pageBody #main #column h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #512D13;
	background-image: url(../img/contacts.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 700px;
	height: 40px;
	text-align: left;
	line-height: 40px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#pageBody #main #column p {
	font-size:12px;
	float: left;
	}
	

#pageBody #copy {
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	text-decoration: underline;
	color: #336633;
	text-align: center;
}

#pageBody #footer a:hover {
	color: #FF3300;
}

#pageBody #footer {
	clear:both;
	width:1024px;
	height:85px;
	background-image: url(../img/footer_img.jpg);
	background-repeat: no-repeat;
}

#pageBody #footer p {
	font-size: 12px;
	font-weight: lighter;
	text-align: left;
	float: left;
	height: 20px;
	width: 600px;
	margin-top: 57px;
	margin-left: 20px;
}

#pageBody #footer a {
	text-decoration: none;
	color: #006600;
}

#pageBody #main #column div {
	float: left;
}

#pageBody #copy a {
	color: #336633;
	text-decoration: underline;
	font-size: 10px;
	font-style: italic;
}
#pageBody #main #menu b {
	display: none;
}
