@charset "utf-8";

/*サイト全体に関する設定ここから-----------------------------------------------------------------*/

* {/*ユニバーサルセレクタ*/
margin: 0;
padding: 0;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
list-style-type: none;
font-weight: normal;
}

a {
outline: none;/*fire fox対策*/
}

body {
font: 14px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
color: #000;
margin-right: auto;
margin-left: auto;
width: 900px;
}
/*サイト全体に関する設定ここまで-----------------------------------------------------------------*/

/*レイアウトに関する設定ここから-----------------------------------------------------------------*/

#header a {
width: 900px;
margin-bottom: 60px;
font-weight: bold;
color: #FFF;
display: block;
background: url(../img/0001.jpg);
text-indent: -9999px;
height: 200px;
margin-right: auto;
margin-left: auto;
}

#container {
height: auto;
width: 700px;
margin-right: auto;
margin-left: auto;
}

#main {
width: 700px;
height: auto;
margin-bottom: 40px;
margin-right: auto;
margin-left: auto;
}

#main img {
margin-right: auto;
margin-left: auto;
display: block;
clear: left;
}

a {
text-decoration: underline;
}

a:hover {
color: #A2A2A2;
text-decoration: none;
}

.a_nb {
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
}


h1 {
width: 700px;
margin-bottom: 60px;
letter-spacing: 0em;
color: #000000;
font: bold 32px/1.4em "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
margin-right: auto;
margin-left: auto;
}

h2 {
line-height: 1.4em;
font-weight: bold;
font-size: 28px;
width: 700px;
padding-top: 20px;
margin-top: 40px;
clear: left;
display: block;
float: left;
margin-bottom: 50px;
}

h3 {
font-size: 25px;
font-weight: bold;
width: 700px;
padding-top: 15px;
margin-top: 50px;
clear: left;
display: block;
float: left;
margin-bottom: 50px;
line-height: 1.3em;
color: #2E2E2E;
}


h4 {
font-size: 23px;
font-weight: bold;
width: 700px;
padding-top: 15px;
margin-top: 40px;
clear: left;
display: block;
float: left;
margin-bottom: 45px;
color: #6C6C6C;
}

#main p {
line-height: 30px;
width: auto;
margin-bottom: 35px;
font-size: 17px;
}


#colmun {
float: left;
width: 800px;
height: auto;
margin-bottom: 40px;
}

#category ul {
padding-top: 10px;
padding-bottom: 10px;
}

#category ul li a {
width: auto;
height: 30px;
display: inline;
line-height: 30px;
text-decoration: underline;
color: #626262;
text-indent: 5px;
}

#category ul li a:hover {
color: #A2A2A2;
text-decoration: none;
}

#footer {
clear: left;
text-align: center;
display: block;
padding-top: 8px;
float: left;
font-size: 15px;
width: 800px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}

strong {
font-weight: bold;
padding-right: 2px;
padding-left: 2px;
color: #C92225;
}

.home a {
margin-top: 80px;
margin-bottom: 0px;
display: block;
}

ul {
margin-bottom: 60px;
clear: left;
margin-left: 18px;
margin-top: 50px;
}

ul li {
margin-bottom: 13px;
list-style: disc;
font-size: 17px;
}

#category ul {
margin-bottom: 10px;
clear: left;
margin-left: 10px;
}

#category ul li {
margin-bottom: 2px;
list-style: disc;
font-size: 15px;
}
