@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: #333;

	min-width: 1024px;
	_display: inline;
	_zoom: 1;
}

/*IE6・7用*/
*body { overflow: auto; }


/*---Containerのスタイル---*/
div#Container {
 width: 980px;
 margin: 0 auto;
}
/*---Container2のスタイル---*/
div#Container2 {
	width: 920px;
	overflow: hidden;
	/*background: url(../img/global_b.gif) repeat-y left top;*/
	border-left: 60px solid #96bf8f;


}

/*---Contentsのスタイル---*/
div#Contents {
	width: 720px;
	float: right;
}

/*---Globalのスタイル---*/
div#Global{
	width: 200px;
	float: left;
}

div#Global h1 {
	padding: 50px 0 0 0px;
}

div#Global h1 a{
	display: block;
	height: 31px;
	width: 161px;
	background: url(../img/rogo.jpg) no-repeat left top;
	/*background: #f00;*/
	text-indent: -99999px;
}

div#Global h1 a:hover{
	background-position: left bottom;
}

div#Global ul {
	list-style: none;
	margin-top: 40px;
	margin-left: 50px;

}

div#Global ul li{
	width: 100px;
	height: 26px;
	margin-top: 19px;
}

div#Global ul li a{
	display: block;
	height: 26px;
	 background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}

div#Global ul li#Global1 a {
background-image: url(../img/global1.gif);
}

div#Global ul li a:hover {
background-position: right top;
}

div#Global ul li#Global2 a {
background-image: url(../img/global2.gif);
}

div#Global ul li#Global3 a {
background-image: url(../img/global3.gif);
}

div#Global ul li#Global4 a {
background-image: url(../img/global4.gif);
}

div#Global ul li#Global5 a {
background-image: url(../img/global5.gif);
}

div#Global ul li#Global6 a {
background-image: url(../img/global6.gif);
}

div#Global ul li#Global7 a {
background-image: url(../img/global7.gif);
}

div#Global ul li#Global8 a {
background-image: url(../img/global8.gif);
}

div#Global ul li#Global9 a {
background-image: url(../img/global9.gif);
}

/*---Footerのスタイル---*/
div#Footer {
	width: 980px;
	height: 30px;
	background: #c9a063;
}

div#Footer address{
	color: #fff;
	float: right;
	padding: 7px 8px 10px 0;
}

div#Footer2 {
	color: #000;
	margin-top: 10px;
	font-size: 90%;
	text-align: right;
}


