@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: .0px;
	padding-top: 35px;
}
/*----------------------------------------------------
	#Wrapper
----------------------------------------------------*/
div#Wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#Wrapper .Wrapper_section {}

/*----------------------------------------------------
	#Header
----------------------------------------------------*/
div#Header {
	height: 130px;
	background: url(../img/share/header_bg.jpg) no-repeat left top;
}
div#Header .Header_section { position: relative; }

/*h1*/
div#Header .Header_section h1{
	font-weight: bold;
	color: #FFFFFF;
	width: 490px;
	display: block;
	height: 80px;
}
div#Header .Header_section h1 a{
	width: 490px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
/*h2*/
div#Header .Header_section h2{
	position: absolute;
	top: -22px;
	font-weight: normal;
	width: 760px;
}

/*p*/
div#Header .Header_section p{}

/*----------------------------------------------------
	#asiato 足跡リンクナビ
----------------------------------------------------*/
ul.asiato {
	float: left;
	width: 758px;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
ul.asiato li{
	float: left;
	margin-left: 10px;
}
/*ページの先頭へ*/
div.backtop {
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*----------------------------------------------------
	#MainContents　中央
----------------------------------------------------*/
div#MainContents {
	float: left;
	width: 760px;
	background: url(../img/share/main_bg.gif) repeat-y left top;
	margin-bottom: 10px;
	clear: both;
}
div#MainContents div.Main_section {
	float: left;
	width: 100%;
}
/*p*/
div#MainContents div.Main_section p {
	line-height: 1.5em;
	font-size: 100%;
}

/*----------------------------------------------------
	#LeftContents　左
----------------------------------------------------*/
div#LeftContents {
	width: 210px;
	float: left;
	height: 500px;
}
div#LeftContents div.Left_section { 
}

/* -----------------------------------------------------------
	#RightContents　右
----------------------------------------------------------- */
div#RightContents {
	float: right;
	width: 550px;
}
div#RightContents div.Right_section { padding-left: 20px; }
/*p*/
div#RightContents div.Right_section p{ }

/*----------------------------------------------------
	#Footer
----------------------------------------------------*/
div#Footer {
	width: 760px;
	height: 150px;
	clear: both;
	border-top: 2px solid #CCCCCC;
}
div#Footer .Footer_section{ padding-top: 10px; }
/*p*/
div#Footer .Footer_section p{
	text-align: center;
	font-size: 93%;
}
div#Footer .Footer_section a{ color: #666666; }
div#Footer .Footer_section a:hover{ text-decoration: none; }