@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{
background:#fff;
overflow:scroll;
line-height:1.2em;
font-size:small;
color:#000

min-width:1024px;
_display:inline;
_zoom:1;
}

*body { overflow: auto; }

/*--Containerページ共通部分--*/


div#Container{
width:980px;
margin:0 auto;
background:url(../img/background.gif)repeat-y ;
overflow:hidden;
}


/*------Global-------*/
div#Side{
width:175px;
padding:16px 32px 35px;
float:left;
overflow:hidden;
}

div#Global p{
width:175px;
height:175px;
background:url(../img/rogo.png)no-repeat left top;
text-indent:-99999px;
line-height:0px;
font-size:0px;
padding-bottom:35px;
}

div#Global p a{
display:block;
width:175px;
height:175px;
}

div#Global ul{
width:100%;
list-style:none;
overflow:hidden;
}

div#Global ul li{
width:175px;
float:left;
}

div#Global ul li a{
display:block;
height:40px;
	background-repeat: no-repeat;
	background-position: left top;
text-indent:-99999px;
line-height:0px;
font-size:0px;
overflow:hidden;
}

div#Global ul li#gn_01 a{
background-image:url(../img/gn_01.png);
}
div#Global ul li#gn_02 a{
background-image:url(../img/gn_02.png);
}
div#Global ul li#gn_03 a{
background-image:url(../img/gn_03.png);
}
div#Global ul li#gn_04 a{
background-image:url(../img/gn_04.png);
}


div#Global ul li a:hover{
	background-position: left bottom;
}

#Address{
color:#fff;
list-style:none;
padding-top:20px;
}


/*--Main-------*/

/*--Contents--*/
div#Contents {
width:676px;
float:right;
padding:0 32px;
overflow:hidden;
font-size:100%;
line-height:1.2;
}

/*--Footer--*/
div#Footer{
overflow:hidden;
float:left;
padding-top:24px;
}

div#Footer p{
width:980px;
height:24px;
text-indent:-99999px;
line-height:0px;
font-size:0px;
background:url(../img/footer.gif)no-repeat left top;

}




