ｌ/*デフォルト*/

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/back.gif);
	background-repeat: repeat;

}
br {
	letter-spacing: normal;
}
hr {
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;

}

/*  */
#wrap {
	text-align: left;
	margin: 0px auto;
	width: 780px;
	padding: 0px;
	height: auto;
	background-image: url(../image/back.jpg);
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;

}
#wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
}

/* ヘッダー */ 
#header {
	width: 780px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: absolute;
	background-image:   url(images/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	height: 100px;
}
#header h1 {
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#header p {
	font-size: 12px;
	margin: 0px;
	top: 50px;
	position: relative;
	color: #333333;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}

/* フッダー */ 
#footer {
	background-color: #000000;
	background-repeat: no-repeat;
	width: 780px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 40px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	float: left;
	background-image:    url(../css/image/f_logo.gif);
	padding-top: 3px;

}

/* ナビ */ 
#navi {
	position: relative;
	top: 105px;
	width: 780px;
	height: 30px;


}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#navi li {
	margin: 0px;
	float: left;
	width: 156px;
}

#navi li a {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
	text-align: center;
	display: block;
	width: 100%;
	text-decoration: none;
	background-image:   url(../image/li.jpg);
	font-size: 12px;
	height: 23px;
	padding-top: 7px;
}
#navi a:hover {
	color: #FF9900;
	background-image:   url(../image/li2.jpg);
}


/* メイン */ 
#content {
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-top: 50px;
	width: 620px;
	float: right;
	margin-top: 70px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;

}
#footer img {
	float: left;
}
#content img {
	margin-left: 40px;
	margin-bottom: 10px;



}
h2 {
	font-size: 15px;
	width: 540px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-left: 40px;
	margin-bottom: 20px;

}
#main {
	width: 500px;
	border: 1px solid #000000;
	padding: 20px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 60px;
	margin-right: 40px;




}
table {
	width: 440px;

}
