　charset "utf-8";"

/*共通設定*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img,a,dl,dt,dd {
	margin: 0;
	padding: 0;
}

body {
	line-height: 150%;
	color: #000;
	text-align:center;
	margin: 0;
	font-size: 0.9em;
	background-color: #fff;
	background-image: url(../img/ptbg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: 666666;
	border-bottom-color: #666666;
} 
/*----------ヘッダ----------　中央揃え*/
#header {
	background-image: url(../img/header02.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	height: 104px;
	width: 800px;
}
#header h1 {
	font-size: 9px;
	text-indent: -5000px;
	margin:0px;
	position:absolute;
	top: 0px;
	left: 0px;
	}
#header img {
	margin: 0;
}
/*----------グローバルメニュー横----------*/
#nav {
	width: 800px;
	height: 48px;
	margin: 0px auto;
}
#nav li {
	float: left;
}
#nav li a {
	height: 48px;
	display: block;
	text-indent: -5000px;
	background-image: url(../img/header01.gif);
	overflow: hidden;
}
#nav li a:hover,
#nav li a.current {
	background-image: url(../img/header02.gif);
	overflow: hidden;
}

#n01 a {
	width: 90px;
	background-position: 0 -104px;
}
#n02 a {
	width: 108px;
	background-position: -90px -104px;
}
#n03 a {
	width: 96px;
	background-position: -198px -104px;
}
#n04 a {
	width: 70px;
	background-position: -294px -104px;
}
#n05 a {
	width: 82px;
	background-position: -364px -104px;
}
#n06 a {
	width: 83px;
	background-position: -446px -104px;
}
#n07 a {
	width: 93px;
	background-position: -529px -104px;
}
#n08 a {
	width: 107px;
	background-position: -622px -104px;
}
#n09 a {
	width: 71px;
	background-position: -729px -104px;
}
/*----------フッタ----------*/
#footer {
	height:47px;
	background: #fff url(../img/footer.gif) no-repeat top center;
	text-align:center;
	margin:auto;
	clear: both;
	width: 800px;
}
.end{
    clear:both;
	margin:0px;
	padding:0px;
	height:0;
    font-size: 1px;
    line-height: 0px;
}
/*----------コンテンツ----------*/
.clear {
clear: both; 
} 
.border {
	height:11px;
	background: #fff url(../img/border.gif) no-repeat top center;
	margin-top: 5px;
}
/*-------テキスト-------*/
li.leaf{
	background: url(../img/list01.gif) no-repeat top left;
	margin-left:10px;
	text-indent: 70px;
	height: 41px;
	color:#1d16b1;
}
