@charset "utf-8";

/*@import"footer.css";*/

html,h1,h2,h3,h4,ul,li,dl,dt,dd,a,blockquote{margin:0;padding:0;}

img{
	border:none;
}

body{
	font-family:"メイリオ", verdana, "ＭＳ Ｐゴシック",'trebuchet ms', sans-serif;
	font-size:x-small;
	font-weight:normal;
	padding:0;
	margin:0;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
}

#wrap{
	width:800px;
	margin:auto;
}

#top{
	color:#fdfdfd;
	font-size:1em;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック",'trebuchet ms', sans-serif;
	line-height:1.6;
	text-align:right;
	height:18px;
}

#header{
	background:url(../img/hdr-bg.gif);
	background-repeat:no-repeat;
	width:800px;
	height:90px;
}

/*
-----------------------------------------------
gNav
-----------------------------------------------*/
#gNav{
	height:363px;
	background:url(../img/top-main.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#gNav ul{
	padding-top:322px;

}

#gNav li{
	display:inline;
	float:left;
}

#content{
	width:800px;
}


/*
-----------------------------------------------
indexMain
-----------------------------------------------*/
#indexMain{
	width:400px;
	float:left;
}
#indexMain h2{
	padding-top:12px;
	padding-left:3px;
}

#indexMain p{
	padding:0;
	margin:0;
	padding-top:10px;
	padding-left:6px;
	font-size:1.3em;
	line-height:2
}

/*
-----------------------------------------------
indexSub
-----------------------------------------------*/
#indexSub{
	width:400px;
	float:left;
}
#indexSub ul{
	padding-top:12px;
	list-style:none;
	padding-left:4px;
	line-height:1.3;
}

/*
-----------------------------------------------
btmBtn
-----------------------------------------------*/

#btmBtn img{
	padding:0;
	margin:0;
	margin-bottom:30px;
	padding-top:10px;
	float:left;
	width:800px;
	clear:both;
}

/*
-----------------------------------------------
footer
-----------------------------------------------*/


#footer{
	padding-top:10px;
	margin-top:10px;
	clear:both;
	font-size:1.2em;
	text-align:center;
	background-image:url(../img/ftr-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footer a{
	text-decoration:none;
	color:#666;
}

#footer a:hover{
	text-decoration:underline;
}

#footer ul{
	height:inherit;
	text-align:center;
}
#footer ul li{
	display:inline;
	margin-right:9px;
	padding-left:15px;
	border-left:1px solid #666;
	list-style-type:none;
}
#footer ul li.home{
	padding-left:0;
	border-left:0;
}

#footer p{
	padding:0;
	margin-top:3px;
	color:#666;
	font-size:0.9em;
}

#footer .Copyright{
	width:auto;
	color:#666;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:center;
}

