@charset "utf-8"; /*utf-8*/

* {
margin:0;
padding:0;
}

html {
height:100%;
min-height:100%;
}

body {
height:100%;
min-height:100%;
background-color:#ffffff;
color:black;
font-size:14px;
line-height:1.8;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#container {
width:780px;
padding:0 5px;
height:100%;
min-height:100%;
margin:0 auto;
background:url("/assets/common_images/dot.gif") repeat-y top center;
}

body > #container {
height:auto;
}

.p {
margin-bottom:1em;
}

.center {
text-align:center;
}

.larger {
font-size:larger;
}

.clear {
clear:both;
}

.mb15 {
margin-bottom:15px;
}

h3 {
font-size:1.2em;
color:#FF6600;
}

a {
color:#aa0000;
text-decoration:none;
}

a:visited {
color:#aa0000;
text-decoration:none;
}

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

#title{
padding:10px 0;
font-size:1.2em;
letter-spacing:0.3em;
color:#ff8000;
}

#header {
padding-top:30px;
width:780px;
padding-bottom:15px;
}

#header img{
vertical-align: bottom;
}

#logo {
width:780px;
height:60px;
text-align:center;
}

#navi {
width:780px;
height:30px;
text-align:center;
}

#navi ul li {
display:inline;
margin-right:15px;
}

#navi ul li.most_right {
margin-right:0;
}

#contents {
float:left;
width:780px;
}

#main {
width:760px;
padding:0px 10px;
}

#footer {
clear:both;
width:780px;
text-align:center;
padding-top:15px;
padding-bottom:30px;
}

#fotter_navi {
width:780px;
height:30px;
text-align:center;
}

#fotter_navi ul li {
display:inline;
padding-right:1em;
margin-right:1em;
border-right:1px dotted #000000;
}

#fotter_navi ul li.most_right {
margin-right:0;
border:0;
}

#footer address {
text-decoration:none;
font-size:0.8em;
font-style:normal;
}
