@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.2em;
	font-size: small;
	color: #fff;

	_min-width: 1024px;
	_display: inline;
	_zoom: 1;
}

/*IE6・7用*/
*body { overflow: auto; }


/*------------Containerのスタイル---------------------------------------------------------------*/
div#Container {
	width: 980px;
	margin: 0 auto;
	padding: 0 1px;
	
}


/*------------Headerのスタイル---------------------------------------------------------------*/
div#Header {
	height:66px;
	background: url(../img/rogo.png) no-repeat center top;
	margin-top: 1px;

}



div#Header h1 a {
	display: block;
	width: 826px;
	height: 54px;
	text-indent: -99999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}


/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 980px;
	overflow: hidden;
}
/*------------Globalのスタイル------------*/
div#Global {
	304px;
	float: left;

}

div#Global ul{
	list-style: none;
	margin: 87px 0 0 53px;
	background: url(..img/siro_line/gif) repeat-y left top;
}

div#Global ul li {
	margin-bottom: 30px;
}

div#Global ul li a {
 display: block;
 width: 250px;
 height: 35px;
 background-repeat: no-repeat;
 background-position: left top;
 text-indent: -99999px;
 line-height: 0px;
 font-size: 0px;
 /*background: #f00;*/
}

div#Global ul li#GMBtn1 a {
 background-image: url(../img/global1.png);
}

div#Global ul li a:hover {
 background-position: left bottom;
}

div#Global ul li#GMBtn2 a {
 background-image: url(../img/global2.png);
}

div#Global ul li#GMBtn3 a {
 background-image: url(../img/global3.png);
}

div#Global ul li#GMBtn4 a {
 background-image: url(../img/global4.png);
}

div#Global ul li#GMBtn5 a {
 background-image: url(../img/hahaBTN.png);
	height: 70px;
}

/*------------Mainのスタイル------------*/
div#Main {

}




/*------------Footerのスタイル---------------------------------------------------------------*/
div#Footer {
	width: 100%;
	overflow: hidden;
	/*padding-bottom: 27px;*/

}


div#Footer ul{
	width: 299px;
	height: 85px;
	float:left;
	background: url(../img/font.gif) no-repeat left top;
	margin: 35px 0 0 59px;
}

div#Footer ul li{
	text-indent: -99999px;
 line-height: 0px;
 font-size: 0px;

}

div#Ari{
	width: 90px;
	height: 67px;
	float:right;
	background: #f00;
	background: url(../img/ari.gif) no-repeat left top;
	margin: 62px 51px 0 0;
	text-indent: -99999px;
}

/*div#Footer address {
	height: 21px;
	background: url(../img/footer.gif) no-repeat right top;
	text-indent: -99999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}*/

