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

#header {
margin-right: auto;
margin-left: auto;
width: 1100px;
height: 70px;
}

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

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

#item {
width: 930px;
margin-left: 20px;
position: relative;
left: 150px;
margin-bottom: 50px;
}

#footer {
width: 1100px;
clear: both;
}


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

#item ul{
margin-left: -30px;
}

#item li{
font-size: 12px;
list-style-type: none;
font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#footer p{
font-size: 16px;
}
/*-----------テーブルに関する------------------*/
td {
white-space:nowrap;
}
/*-------------アイテムに関する----------------------*/

table li{
margin-right: -30px;
}
/*----------リンクに関する----------------*/
a {
text-decoration:none;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
/*-----------イメージに関する------------*/
h1 img{
border: none;
}

