@charset "UTF-8";
/* ===================================================================
CSS information

 file name :print
 style info :印刷用
=================================================================== */
/* default style / 
----------------------------------------------------------- */
@import url("default.css");

/* contents style / 
----------------------------------------------------------- */
@import url("contents.css");

/* thickbox style / 
----------------------------------------------------------- */
@import url("thickbox.css");

/* print style / 
----------------------------------------------------------- */
body {
	padding-bottom: 20px;
	background: #FFFFFF url(none);
}
/*----------------------------------------------------
	#Wrapper
----------------------------------------------------*/
div#Wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
div#Wrapper .Wrapper_section { 
}

/*----------------------------------------------------
	#Header
----------------------------------------------------*/
div#Header {
	width: 760px;
	height: 82px;
	background: url(../img/share/header_bg.gif) no-repeat left top;
	position: relative;
}
div#Header .Header_section { color: #333333; }

/*h1
----------------------------------------------------*/
div#Header .Header_section h1{
	height: 76px;
	width: 130px;
	display: block;
	position: absolute;
}

/*p
----------------------------------------------------*/
div#Header .Header_section p{
	text-align: right;
	font-size: 100%;
	color: #666666;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*#HeadMenu　グローバルメニュー
----------------------------------------------------*/
ul#HeadMenu {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 612px;
	position: absolute;
	left: 148px;
	top: 36px;
}
ul#HeadMenu li{
	margin: 0px;
	padding: 0px;
	height: 40px;
	float: left;
}
ul#HeadMenu li a{}

/*----------------------------------------------------
	#MainContents　中央
----------------------------------------------------*/
div#MainContents { 
	width:;
	width: 760px;
	padding-bottom: 15px;
}
div#MainContents div.Main_section { padding: 15px 40px 20px; }

/*top*/
body#top div#MainContents {
	width: 760px;
	float: left;
	padding-bottom: 30px;
}
body#top div#MainContents div.Main_section {
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

/*メインイメージ*/
img.main_img { width: 760px; }

/*----------------------------------------------------
	#LeftContents　左
----------------------------------------------------*/
div#LeftContents {
	position: relative;
	float: left;
	width: 400px;
}
div#LeftContents div.Left_section { }

/*交通アクセス用*/
div#LeftContents_access {
	float: left;
	width: 340px;
	position: relative;
	text-align: center;
}
div#LeftContents div.Left_section_access { }


/* -----------------------------------------------------------
	#RightContents　右
----------------------------------------------------------- */
div#RightContents {
	position: relative;
	float: right;
	width: 335px;
	display: inline;
}
div#RightContents div.Right_section { position: relative; }

/*交通アクセス用*/
div#RightContents_access {
	float: right;
	width: 335px;
	position: relative;
}
div#RightContents div.Right_section_access { position: relative; }

/*----------------------------------------------------
	#Footer
----------------------------------------------------*/
div#Footer {
	clear: both;
	width: 760px;
	border-top: 2px solid #656600;
	border-right-color: #656600;
	border-bottom-color: #656600;
	border-left-color: #656600;
}
div#Footer .Footer_section{
	padding-top: 10px;
	padding-bottom: 0px;
}
div#Footer .Footer_section p{
	text-align: center;
	font-size: 85%;
	color: #666666;
}
div#Footer .Footer_section a{
	color: #666666;
	text-decoration:none;
}
/*ページの先頭へもどる*/
div.PageTop {	display: none; }
