@charset "UTF-8";

/* base要素 
----------------------------------------------------------- */  
#base  {
position: relative;
height: auto;
width: 100%;
top: 0px;
left: 0px;
margin: 0px auto;
padding: 0px auto;
text-align: center;
background-image: url(../img/setup_bg.png);
background-repeat: no-repeat;
background-position: top center;
}



/* header要素 
----------------------------------------------------------- */  
#header  {
position: relative;
display: block;
height: auto;
width: 100%;
top: 0px;
left: 0px;
text-align: center;
}

#header_box {
position: relative;
height: 200px;
width: 968px;
top: 0px;
left: 0px;
margin: 0px auto;
padding: 0px auto;
text-align: left;
background-color: none;
}



/* contents要素 
----------------------------------------------------------- */  
#contents  {
position: relative;
height: auto;
width: 100%;
top: 0px;
left: 0px;
padding-top:32px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
margin: 0px auto;
text-align: center;
}

#contents_box {
position: relative;
height: auto;
width: 968px;
top: 0px;
left: 0px;
margin: 0px auto;
padding: 0px auto;
text-align: center;
}

#contents_box h6 {
font-size: 14px;
line-height:22px;
font-weight:bolder;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
padding-top:0px;
padding-left:6px;
text-align: left;
}

#contents_box ul {
font-size: 14px;
line-height:22px;
height: 32px;
width: 960px;
font-weight: bolder;
text-align: justify;
padding-left:5px;
padding-bottom:2px;
    background-color: none;
    background-image: url(../img/news_obi.png);
    background-repeat: no-repeat;
    background-position: top left;
}

#contents_box p {
font-size: 14px;
line-height:22px;
height: 32px;
width: 960px;
font-weight:normal;
text-align: justify;
padding-top:14px;
padding-bottom:6px;
padding-left:0px;
}



/* footer要素
----------------------------------------------------------- */  
#footer  {  
position: relative;
clear: both;
height:auto;
width: 100%;
top: 0px;
left: 0px;
padding-top: 48px;
padding-bottom: 12px;
text-align: center;
}

#footer_box01 {
position: relative;
height:auto;
width: 968px;
top: 0px;
left: 0px;
margin: 0px auto;
padding-top: 24px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
background-color:#ffffff;
}

#footer_box02 {
position: relative;
height:auto;
width: 968px;
top: 0px;
left: 0px;
margin: 0px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
background-color:#ffffff;
}

#footer_box01 p {
line-height:24px;
font-size: 14px;
}

#footer_box02 p {
line-height:15px;
font-size: 11px;
}