span.font1{
	font-size: 65%;
}
div{
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;

	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul{
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li{
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
img{
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;

}
/**********************************
*　ヘッダ
***********************************/
/* ヘッダDiv */
#header {
	position: relative;
	width: 750px;
}

/* ロゴ */
#header h3{
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	position: relative;
	float: left;
	height:15px;
}

/* 住所 */
#Adress{
	position: relative;
	margin-top:30px;
	line-height:0.6em;
	text-align:right;
	float: right;

	top:0px;

	color:#999999;
	font-style:normal;
	font-weight:bold;
	font-family:"ＭＳＰゴシック"sans-serif;
}
/*--------------------------< IE4〜IE6用 > */
#Adress{

	_top:10px;
}

/*--------------------------< IE7用 > */

*:first-child+html #Adress{

	margin-top:40px;
	line-height:0.8em;

	top:-1px;

}


/*--------------------------< Opera8用 > */
#Adress:not(\*|*) { 
	margin-top:20px\9;
	height:30px\9;
}



/* メニュー線 */
#topLine{
	position: relative;
	top:-10px;
}
/*--------------------------< IE4〜6用 > */
#topLine {
	_position: static;
}
/*--------------------------< IE8用 > */
html>/**/body #topLine{
	top:0px\9;
}


/**********************************
*　メニュー（メイン）
***********************************/
/* メニューDiv */
#menu {
	position: relative;
	width: 750px;
	top:-10px;
}
/*--------------------------< IE4〜6用 > */
#menu {
	_top:0px;
}
/*--------------------------< IE8用 > */
html>/**/body #menu{
	top:0px\9;
}
/* メニューリスト */
#menu li{
	float:left;
	list-style-position:outside;
}

/* メニュー線 */
#underLine{
	position: relative;

	margin-top: -15px;
	float: left;
}
/*--------------------------< IE8用 > */
html>/**/body #underLine{
	margin-top: -5px\9;
}
/*--------------------------< Opera用 > */
#underLine:not(\*|*) { 
	margin-top: 0px;
}
/**********************************
*　メイン項目
***********************************/

#main {
	position: relative;
	width: 750px;

	margin-top: 55px;
	top:-10px;
}
/*--------------------------< IE4〜6用 > */
#main {
	_margin-top: 0px;
	_top:0px;
}
/*--------------------------< IE7用 > */
*:first-child+html  #main{
	margin-top: 0px;
}
/*--------------------------< IE8用 > */
html>/**/body #main{
	top: 0px\9;
}

/* メイン画像 */
#main img{
	vertical-align:text-bottom;
}

/**********************************
*　更新情報
***********************************/
/* 更新情報Div */
#news{
	position:absolute;
	background-color:transparent;

	top:270px;
	left:470px;
}
/*--------------------------< IE4〜6用 > */
#news{
	_top:260px;
	_left:470px;
}
/*--------------------------< IE7用 >*/
*:first-child+html #news {
	top:260px;
}
/*--------------------------< IE8用 > */
html>/**/body #news{
	top: 260px\9;
}


/* フォント設定 */
#news li {
	text-align: left;
	font-size:60%;
	font-style:bold;
	font-family:"ＭＳゴシック"sans-serif;
	color:#999999;
}

/**********************************
*　画面下部
***********************************/
/* 画面下部Div */
#link{
	position:relative; 

	width: 750px;
	margin-top: 10px;
	margin: 10px;

	top:-15px;
	left:-5px;
}
/*----------------------------< IE4〜IE6用 >*/

#link{

	_top:-10px;

}

/*----------------------------< IE7用 >*/
*:first-child+html #link{

	top: -15px;

}


/*----------------------------< IE8用 >*/
html>/**/body #link{

	margin: 45px\9;
	top: -40px\9;
	left: -4px\9;

}

/* リスト */
#link li{
	float:left;
	list-style-type:none;
	font-style:normal;
	font-family:"ＭＳＰゴシック"sans-serif;

}

#copyright {
	text-align:right;
}

/* フォント設定 */
#link span{
	font-size: 90%;
}

/***リンクされた文字***/
#link a{
	color:#00008B;
	text-decoration:none;
}
/***未訪問のリンク***/
#link a:link{
	color:#00008B;
	text-decoration:none;
}
/***訪問後のリンク***/
#link a:visited{
	color:#00008B;
	text-decoration:none;
}
/***マウスを乗せたとき***/
#link a:hover{
	color:#00008B;
	text-decoration:underline;
}
/***クリックしたとき***/
#link a:active{
	color:#00008B;
	text-decoration:underline;
}

