@charset "utf-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:"ＭＳ Ｐゴシック","MS P Gothic", "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear {
	clear: both;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
body {
	background: #fff;
	overflow: scroll;
	line-height: 1.4;
	font-size: small;
	color: #727171;

	min-width: 1024px;
	_display: inline;
	_zoom: 1;
}

/*IE6・7用*/
*body { overflow: auto; }


/*---Containerのスタイル---*/

div#Container {
	background: #fff url(../img/common/head_bg.png) repeat-x left top;
	width: 928px;
	margin: 0 auto;
}

/*---Headerのスタイル---*/
div#Header {
	width: 100%; /*--IE6用設定--*/
	height: 130px;
	background: url(../img/common/logo.png) no-repeat 0px 20px;
	overflow: hidden;
	font-size: 105%;
	/*line-height: 90%;*/
}

div#Header p {
	padding: 20px 0 0 124px;
}


div#Header #Header_left {
	width: 525px;
	float: left;
}

div#Header #Header_right {
	width: 403px;
	float: right;
	padding-top: 20px;
	overflow: hidden;
}

div#Header dt {
	width: 4em;
	float: left;	
}

div#Header dd {
	padding-left: 5em;
	margin-bottom: 10px;
}

div#Header address {
	height: 110px;
	background: url(../img/common/tel.gif) no-repeat right top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}




/*---Globalのスタイル---*/

div#Global ul {
	width: 100%; /*--IE6用設定--*/
	list-style: none;
	overflow: hidden;
	padding-left: 2px;
}

div#Global ul li {
	width: 185px;
	float: left;
}

div#Global ul li a {
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

div#Global ul li a:hover {
	background-position: left center;
}

div#Global ul li#GMBtn01 a {
	background-image: url(../img/common/btn_01.png);
}

div#Global ul li#GMBtn02 a {
	background-image: url(../img/common/btn_02.png);
}

div#Global ul li#GMBtn03 a {
	background-image: url(../img/common/btn_03.png);
}

div#Global ul li#GMBtn04 a {
	background-image: url(../img/common/btn_04.png);
}

div#Global ul li#GMBtn05 a {
	background-image: url(../img/common/btn_05.png);
}

/*---Contentsのスタイル---*/
div#Contents {
	width: 100%; /*--IE6用設定--*/
	overflow: hidden;
	padding: 20px 0 30px 0;
	background: #fffaf5;
}

/*---Mainのスタイル---*/
div#Main {
	width: 654px;
	float: left;
}


/*---Sideのスタイル---*/
div#Side {
	margin-top: 20px;
	width: 244px;
	float: right;
	background: url(../img/common/mini_logo.png) no-repeat left top;
}

div#Side h3 {
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}

div#Ad_gp {
	padding: 25px 0 10px 0;
}

div#Side address {
	font-size: 115%;
}

div#Side address.Big {
	font-size: 150%;
	line-height: 100%;
}


div#Side p {
	font-size: 110%;
	line-height: 150%;
}

div#Side table {
	background: url(../img/common/timetable.gif) no-repeat left top;
	width: 214px;
	height: 73px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}


div#Side_Center {
	background: url(../img/common/side_center.gif) repeat-y left center;
	padding: 10px 15px;
	margin-top: 20px;
}

div#Side_Bottom {
	background: url(../img/common/side_bottom.gif) no-repeat left bottom;
	width: 244px;
	height: 20px;
}

div#Attention p {
	font-size: 80%;
	padding-top: 24px;
}

/*---Footerのスタイル---*/
div#Footer {
	width: 910px;
	padding: 7px 9px;
	background: #fffaf5 url(../img/common/ft_bg.png) repeat-x left top 30px;
	height: 50px;
	overflow: hidden;
}

div#Footer ul {
	list-style: none;
	float: left;
}

div#Footer ul li {
	display: inline;
	font-size: 105%;
	color: #727171;
}

div#Footer ul li a{
	font-size: 105%;
	color: #727171;
}

div#Footer address {
	float: right;
	color: #727171;
}


