@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;
}

#item {
width: 900px;
margin-left: 20px;
position: relative;
left: 150px;
margin-top:39px;
margin-bottom: 39px;
}
	
/*-----フォントに関する----*/
#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;
}
#item h2{
font-family: "Times New Roman", Times, serif;
font-size: 40px;
width:auto;
height:auto;
}

#sidebar li {
list-style-type: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
margin-left: -30px;
}	

.f-family {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

h4 {
font-weight:100;
font-family:Georgia, "Times New Roman", Times, serif;
}
/*----ヘッダーに関する----*/
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;
		}		 		
/*----サイドバーに関する----*/
#sidebar {
		font-size: 14px;
		}
/*----フッターに関する----*/
#footer {
        font-family: "Times New Roman" sans-serif;
		}