@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: #f39800;
}

a:hover {
	text-decoration: underline;
	color: #f39800;
	font-weight: bold;
}

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: 14px;
	color: #717171;
	min-width: 1024px;
	_display: inline;
	_zoom: 1;
}

/*IE6・7用*/
*body { overflow: auto; }

/*containerのスタイル*/
div#container {
	width: 980px;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y;
}
/*headerのスタイル*/
div#header h1{
	display: block;
	height: 300px;
	background: url(../images/header.jpg) no-repeat top;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
}
/*globalのスタイル*/
div#global ul {
	margin-top: -37px;
	list-style: none;
	overflow: hidden;
}

div#global ul li {
	width: 140px;
	float: left;
}
div#global ul li a{
	display: block;
	height: 82px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
div#global ul li a:hover {
	background-position: left center;
}

div#global ul li#gmbtn01 a{
	background-image: url(../images/global_menu_01.gif);
}
div#global ul li#gmbtn02 a{
	background-image: url(../images/global_menu_02.gif);
}
div#global ul li#gmbtn03 a{
	background-image: url(../images/global_menu_03.gif);
}
div#global ul li#gmbtn04 a{
	background-image: url(../images/global_menu_04.gif);
}
div#global ul li#gmbtn05 a{
	background-image: url(../images/global_menu_05.gif);
}
div#global ul li#gmbtn06 a{
	background-image: url(../images/global_menu_06.gif);
}
div#global ul li#gmbtn07 a{
	background-image: url(../images/global_menu_07.gif);
}

/*contentsのスタイル*/
div#contents {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

/*sideのスタイル*/
div#side {
	width: 350px;
	float: left;
}
div#side h2{
	width: 350px;
	height: 50px;
	border: none;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
div#side h2#img1 {
	background: url(../images/side_top1.jpg);
}
div#side img {
	display: block;
	margin: 10px auto 15px auto;
}
div#side p.stext1 {
	margin: 15px 25px 20px 25px;
}
div#side h2#img2 {
	background: url(../images/side_top2.jpg);
}
div#side h2#img3 {
	background: url(../images/side_top3.jpg);
}
div#side ul {
	margin: 10px 25px 20px 25px;
	list-style: none;
	line-height: 26px;
}
div#side div#smap {
	margin: 30px auto;
	border: none;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
/*footerのスタイル*/
div#footer {
	width: 980px;
	height: 50px;
	background: url(../images/footer.jpg) no-repeat;
	line-height: 50px;
}
div#footer address {
	margin-right: 50px;
	float: right;
}
div#footer address a img {
	vertical-align: middle;

}
