/* CSS Document */


body {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-x;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
#container{
	width:900px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin:0 auto;
	background:#fff;
}

/*ヘッダー*/
#header{
	height: 85px;
	width: 900px;
	background-image: url(../image/header.gif);
}

#header p#logo{
	float:left;
	padding-top: 7px;
	padding-left: 10px;
}

#header p#logo a{
	display:block;
	width:290px;
	height:78px;
	text-indent:-9999px;
}

#header p#h1 {
	font-size: 12px;
	text-align: right;
	padding: 5px;
	color: #FFFFFF;
}

form {margin:0;padding:0;}
	
/* Link */

a:link {
	color: #333333;
	text-decoration: underline;
	}

a:visited {
	color: #333333;
	text-decoration: underline;
	}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	}

a.active {
	color: #FF6600;
	text-decoration: underline;
	} 
	
/*------------------
  ナビゲーション基本設定
------------------*/
#navi {
	width: 900px;
	height: 38px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
}

#navi li {
	float: left;
	list-style-type: none;
}

#navi li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

/*------------------
  ナビゲーション
------------------*/
#navi li#navi01 a {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi01.gif);
	background-repeat: no-repeat;
}
#navi li#navi02 a {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi02.gif);
	background-repeat: no-repeat;
}
#navi li#navi03 a {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi03.gif);
	background-repeat: no-repeat;
}
#navi li#navi04 a {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi04.gif);
	background-repeat: no-repeat;
}
#navi li#navi05 a {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi05.gif);
	background-repeat: no-repeat;
}

/*------------------
  ナビロールオーバー
------------------*/
#navi li#navi01 a:hover {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi01.gif);
	background-repeat: no-repeat;
	background-position: 0 -38px;
}
#navi li#navi02 a:hover {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi02.gif);
	background-repeat: no-repeat;
	background-position: 0 -38px;
}
#navi li#navi03 a:hover {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi03.gif);
	background-repeat: no-repeat;
	background-position: 0 -38px;
}
#navi li#navi04 a:hover {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi04.gif);
	background-repeat: no-repeat;
	background-position: 0 -38px;
}
#navi li#navi05 a:hover {
	width: 180px;
	height: 38px;
	background-image: url(../image/navi05.gif);
	background-repeat: no-repeat;
	background-position: 0 -38px;
}
 
/*パンくず*/
#pan{
	width:900px;
}

#pan p{
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

/*サイトメイン*/
#wrapper{
	padding:20px;
	overflow: auto;
}

/*フッター*/
#footter{
	width:900px;
	background-image: url(../image/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 55px;
	clear: both;
	padding: 0px;
	margin-top: 15px;
}

#footter p#pagetop{
	margin-left: 10px;
	padding-top: 5px;
	float: left;
}

#footter p#pagetop a{
	display:block;
	width:130px;
	height:15px;
	text-indent:-9999px;
	background-image: url(../image/pagetop.gif);
	background-repeat: no-repeat;
}

#footter p#footlink {
	font-size: 12px;
	text-align: right;
	line-height: 17px;
	margin-right: 5px;
	margin-top: 5px;
}

#footter p#copyright {
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	margin-top: 20px;
	color: #FFFFFF;
}
