/*
############################################################

共通項目

############################################################
*/

html {   
    overflow-y: scroll;   
}  

img {
border: 0;
}

a{
color: #0080ff;
text-decoration: underline;
}

a:hover{
color: #ff0000;
text-decoration: underline;
}







/*
############################################################

基本レイアウト

############################################################
*/




body {
margin: 0px auto;
text-align: center;
color: #4c4c4c;
font-family: Verdana,Arial,Helvetica,Osaka,sans-serif;
font-size: 90%;
}






/*########　ヘッダー部分　########*/



.header {
width: 900px;
margin: 0px auto;
text-align: center;
background-image: url(img/header-bg.jpg);
background-repeat: no-repeat;
background-position: right top;
height: 83px;
}


.header h1 {
margin: 0px auto;
float: left;
margin-left: 0px;
width: 340px;
}




/*########　コンテンツ部分　########*/


.top-contents {
clear: both;
margin: 0px auto;
width: 900px;
text-align: left;
background-image: url(img/top-bg.jpg);
background-repeat: no-repeat;
background-position: right top;
height: 502px;
}


.contents {
clear: both;
margin: 0px auto;
width: 900px;
text-align: center;
}




/*########　フッター部分　########*/



.footer {
clear: both;
margin: 0px auto;
background-image: url(img/footer-bg.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: #000000;
height: 220px;
}





.copy {
margin: 0px auto;
width: 900px;
text-align: center;
font-size: 90%;
padding-top: 12px;
color: #ffffff;
}






/*
############################################################

メニュー部分

############################################################
*/




.menuarea {
clear: both;
width: 100%;
margin: 0px auto;
text-align: center;
background-image: url(img/menu-bg.jpg);
background-repeat: repeat-x;
height: 38px;
}


#menu {
width: 900px;
margin: 0px auto;
text-align: center;
}

.menu10 {
width: 900px;
margin: 0px auto;
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
}

.menu10 li {
margin: 0px auto;
float: left;
}

.menu11 a {
float: left;
margin: 0px auto;
display: block;
background-image: url(img/menu.jpg);
background-repeat: no-repeat;
background-position: 0px top;
width: 225px;
height: 38px;
text-indent: -3000px;
}

.menu11 a:hover {
margin: 0px auto;
display: block;
background-image: url(img/menu.jpg);
background-repeat: no-repeat;
background-position: 0px bottom;
width: 225px;
height: 38px;
text-indent: -3000px;
}


.menu12 a {
float: left;
margin: 0px auto;
display: block;
background-image: url(img/menu.jpg);
background-repeat: no-repeat;
background-position: -225px top;
width: 225px;
height: 38px;
text-indent: -3000px;
}

.menu12 a:hover {
margin: 0px auto;
display: block;
background-image: url(img/menu.jpg);
background-repeat: no-repeat;
background-position: -225px bottom;
width: 225px;
height: 38px;
text-indent: -3000px;
}

.menu13 a {
float: left;
margin: 0px auto;
display: block;
background-image: url(img/menu.jpg);
background-repeat: no-repeat;
background-position: -450px top;
width: 225px;
height: 38px;
text-indent: -3000px;
}

.menu13 a:hover {
margin: 0px auto;
display: block;
background-image: url(img/menu.jpg);
background-repeat: no-repeat;
background-position: -450px bottom;
width: 225px;
height: 38px;
text-indent: -3000px;
}

.menu14 a {
float: left;
margin: 0px auto;
display: block;
background-image: url(img/menu.jpg);
background-repeat: no-repeat;
background-position: -675px top;
width: 225px;
height: 38px;
text-indent: -3000px;
}

.menu14 a:hover {
margin: 0px auto;
display: block;
background-image: url(img/menu.jpg);
background-repeat: no-repeat;
background-position: -675px bottom;
width: 225px;
height: 38px;
text-indent: -3000px;
}









/*
############################################################

トップページ

############################################################
*/





.top-news-title {
clear: both;
margin: 0px auto;
margin-left: 15px;
margin-top: 35px;
}

.top-news-box {
margin: 0px auto;
margin-left: 15px;
width: 393px;
height: 345px;
overflow: auto;
text-align: center;
background-color: #f8f8f8;
}

dl.top-news-body {
margin: 0px auto;
text-align: left;
width: 350px;
margin-left; 0;
padding-left: 0;
}

dl.top-news-body dt {
margin: 0px auto;
font-size: 13px;
margin-top: 12px;
text-align: left;
}

dl.top-news-body dd {
margin: 0px auto;
line-height: 150%;
text-align: left;
padding-left: 1em;
}


dl.top-news-body a {
text-decoration: none;
color: #4c4c4c;
}


dl.top-news-body a:hover {
text-decoration: underline;
color: #0080ff;
}


.bnr-top {
display: block;
text-decoration: none;
text-indent: -9999px;
background-image: url(img/bnr-top.jpg);
background-repeat: no-repeat;
background-position: center top;
width: 225px;
height: 57px;
margin-top: 15px;
text-indent: -9000px;
margin-left: 100px;
}

.bnr-top:hover {
display: block;
text-decoration: none;
text-indent: -9999px;
background-image: url(img/bnr-top.jpg);
background-repeat: no-repeat;
background-position: center bottom;
width: 225px;
height: 57px;
margin-top: 15px;
text-indent: -9000px;
margin-left: 100px;
}



/*
############################################################

下層ページ

############################################################
*/



.side-image {
margin-left: 0;
float: left;
}


.main {
float: right;
width: 650px;
margin-right: 10px;
padding-bottom: 40px;
}




.main h2 {
clear: both;
margin: 0px auto;
text-align: left;
font-size: 14px;
background-image: url(img/h2-bg.gif);
background-repeat: no-repeat;
background-position: center center;
margin-top: 25px;
padding-left: 2em;
padding-top: 12px;
padding-bottom: 10px;
}

.main h3 {
clear: both;
margin: 0px auto;
text-align: left;
font-size: 14px;
width: 560px;
padding-top: 20px;
border-bottom: 1px dotted #7d7d7d;
padding-left: 1em;
padding-bottom: 1px;
}

.common-p {
margin: 0px auto;
text-align: left;
padding-top: 10px;
line-height: 150%;
width: 580px;
}



.service {
margin: 0px auto;
text-align: left;
width: 520px;
padding-top: 10px;
padding-left: 20px;
}

.service li {
line-height: 150%;
}



.profile {
margin: 15px auto;
width: 600px;
font-size: 100%;
}

.profile th {
width: 150px;
background-color: #eeeeee;
vertical-align: top;
padding-top: 5px;
padding-bottom: 5px;
line-height: 150%;
border-bottom: 1px solid #bdbdbd;
border-right: 1px solid #bdbdbd;
}

.profile td {
text-align: left;
vertical-align: top;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
line-height: 150%;
border-bottom: 1px dotted #bdbdbd;
}


.pp {
margin: 0px auto;
width: 560px;
padding-left: 25px;
}

.pp li {
text-align: left;
line-height: 150%;
margin-top: 15px;
}

.hissu {
color: red;
}





