@charset "shift-JIS";
/*----ページに関する----*/
#container {
width: 1100px;
margin-left: auto;
margin-right: auto;
}

#header {
width: 1100px;
}

#content {
width: 1100px;
position: relative
}

#nav {
width: 100px;
position: absolute;
}

#teire {
width: 900px;
margin-left: 20px;
position: relative;
left: 150px;
margin-top:39px;
margin-bottom: 39px;
}


#footer {
width: 1100px;
}
	
/*----ヘッダーに関する----*/
img {
        border: none;
		 }

/*----ナビゲーションに関する----*/
#nav {
        font-family: "Times New Roman" sans-serif;
		font-size: 18px;
		list-style-type: none;
		}
li {
        line-height: 1.6;
		}
a {
		text-decoration: none;
		}
a:link {
        color: #000000;
		}
a:visited {
        color: #000000;
		}		 		
/*----フォントに関する----*/
#nav li{
margin:25px 0px 20px -20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
line-height: 1.6;
list-style-type: none;
}
.f-family {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 100;
font-size:14px;
line-height: 1.5;
}

/*----フッターに関する----*/
#footer {
        font-family: "Times New Roman" sans-serif;
		}