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

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

#parts {
width: 930px;
position: relative;
left: 150px;
margin-left: 20px;
margin-top:40px;
margin-bottom: 190px;
}

#footer { 
width: 1100px;
}
		
/*-----フォントに関する-----*/
#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;
}

#parts h2{
font-family: "Times New Roman", Times, serif;
font-size: 40px;
width:auto;
height:auto;
}

li {
        line-height: 1.6;
		}
a {
		text-decoration: none;
		}
a:link {
        color: #000000;
		}
a:visited {
        color: #000000;
		}				

.f-family {
        margin-top: 5px;
		margin-left: 5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		}
.f-family2 {
        font-family: "Times New Roman", Times, serif;
		font-size: 14px;
	    }
		
/*----イメージに関する----*/
img {
        border: none;
		 }

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