@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: 500px;
margin-left: 20px;
position: relative;
left: 150px;
margin-top:39px;
margin-bottom: 39px;
}

#sidebar {
width:380px;
position: absolute;
left: 690px;
top: 100px;
}

.float-right {
float: right;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 26px;
margin-top: -26px;
}

#footer {
width: 1100px;
}

/*----ヘッダーに関する----*/
img {
        border: none;
		 }

/*-----フォントに関する-----*/
#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;
}

.l-height {
        line-height: 1.6;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 100;
		}		

li {
        line-height: 1.6;
		}
a {
		text-decoration: none;
		}
a:link {
        color: #000000;
		}
a:visited {
        color: #000000;
		}		 		
#footer {
        font-family: "Times New Roman" sans-serif;
		}