@charset "UTF-8";
/* CSS Document */

@import 'reset.css';

/*------------------------------------------*/
/*共通*/
/*------------------------------------------*/
body{
	font-family:Trebuchet,"ＭＳ ゴシック","Trebuchet MS",Osaka, "ヒラギノ角ゴ Pro W3";
	color:#444;
	line-height:1.4em;
	background:url(../img/common/back.gif) #000;
}

/*リンク*/
a:link,
a:visited {
	color:#0075a9;
	text-decoration:underline;
}
a:hover {
	color:#005a82;
	text-decoration:underline;
}

#container {
	position:relative;
	background:repeat-y url(../img/common/back_body.gif);
	width:710px;
	margin:0 auto;
}

#contants{
	margin:0 25px;
	padding-bottom:20px;
	background:repeat-x bottom url(../img/common/title_underline.gif);
}

#page_title{
	position:relative;
	background:repeat-x bottom url(../img/common/title_underline.gif);
	height:43px;
	margin-bottom:22px;
}

/*------------------------------------------*/
/*ヘッダー*/
/*------------------------------------------*/
#header{
	background:no-repeat top url(../img/common/back_top.gif);
	width:710px;
	margin:0 auto;
}

#header p{
	visibility:hidden;
	line-height:0px;
	height:0px;
}

#header h1{
	height:76px;
	width:252px;
}

#header h1 a{
	display:block;
	text-indent:-9999em;
	height:76px;
	width:252px;
	background:no-repeat url(../img/common/logo.gif);

}


/*------------------------------------------*/
/*ヘッダーリンク*/
/*------------------------------------------*/
#header_link{
	position:absolute;
	top:51px;
	right:17px;
}

#header_link li{
	display:inline;
	background:no-repeat left url(../img/common/arrow_96b4b4.gif);
	padding-left:12px;
	padding-right:8px;
}
#header_link li a{
	color:#999;
}
#header_link li a:hover{
	color:#bbb;
}

/*------------------------------------------*/
/*ナビ*/
/*------------------------------------------*/
#glnavi{
	background:no-repeat url(../img/common/glnavi.gif);
	height:60px;
	padding-left:25px;
}

#glnavi li{
	float:left;
	width:132px;
	height:44px;
}
#glnavi li a{
	display:block;
	width:132px;
	height:44px;
	background:no-repeat top url(../img/common/glnavi.gif);
	text-indent:-9999em;
}

#glnavi li#m1 a{
	background-position:-25px top;
}
#glnavi li#m1 a:hover{
	background-position:-25px -60px;
}

#glnavi li#m2 a{
	background-position:-157px top;
}
#glnavi li#m2 a:hover{
	background-position:-157px -60px;
}

#glnavi li#m3 a{
	background-position:-289px top;
}
#glnavi li#m3 a:hover{
	background-position:-289px -60px;
}

#glnavi li#m4 a{
	background-position:-421px top;
}
#glnavi li#m4 a:hover{
	background-position:-421px -60px;
}

#glnavi li#m5 a{
	background-position:-553px top;
}
#glnavi li#m5 a:hover{
	background-position:-553px -60px;
}


/*------------------------------------------*/
/*フッター*/
/*------------------------------------------*/
#footer{
	text-align:center;
	color:#aaa;
	background:no-repeat bottom url(../img/common/back_bottom.gif);
	padding:10px 0 20px;
}
