/*ブラウザデフォルトクリア用*/

* {
    margin: 0;
    padding: 0;
    }
    
html, body {
    height: 100%;
    }

img {
    border: none;
    }

/*レイアウト用*/

html {
    overflow-y:scroll;
}  
.container {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-top: 0;
    margin-bottom: -90px;
}
.heder {
    width: 900px;
    height: 89px;
    background-image: url(assets/images/header.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.menu {
    position:absolute;
    right:0px;
    top:60px;
    font-weight:bold;
    width: 580px;
    text-align: center;
}
.menu a {
    text-decoration:none;
    color: #ffffff;
}
.menu a:hover {
    color: #333333;
}
.menu .active {
    color: #333333;
}
.maincontents {
    width: 900px;
}
.leftcontents {
    width: 260px;
    float: left;
}
.leftcontents .main {
    margin:20px 0px;
}
.leftcontents .element {
    padding:0px 10px;
    background-image: url(assets/images/element_bg.gif);
}
.leftcontents .main .top {
    width: 260px;
    height: 6px;
    background-image: url(assets/images/element_top.gif);
}
.leftcontents .main .under {
    width: 260px;
    height: 6px;
    background-image: url(assets/images/element_under.gif);
    margin-bottom:10px;
}
.leftcontents .element fieldset {
    border:none;
}
.leftcontents .element .cleardefault {
    width: 195px;
}
.leftcontents .element #searchClose {
     background-color: #ffffff;
}
.leftcontents .element #ajaxSearch_output {
     background-color: #ffffff;
     padding: 3px;
}
.rightcontents {
    width: 580px;
    float: left;
    margin-left: 60px;
}
.rightcontents .main {
    margin:20px 0px;
}
.push {
    height: 90px;
    clear: both;
}
.footer {
    width: 100%;
    height: 90px;
    background-image: url(assets/images/footer.jpg);
    background-repeat: repeat-x;
}
.footer p {
    padding-top: 30px;
    text-align: center;
    color: #666666;
    font-size: 12px;
}
.footer strong {
    margin-left:50px;
    font-weight:bold;
    font-size: 14px;
}

/*フォント用*/

body {
    color: #333;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: small;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
    text-justify:inter-ideograph;
    letter-spacing:0;
    margin: 0px;
    padding: 0px;
    border:none;
    background-image: url(assets/images/background.jpg);
    background-repeat: repeat-x;
}

p {
    line-height: 200%;
    text-indent: 1em;
}
strong {
    font-weight: normal;
}


em {
    font-style: normal;
    font-weight: bold;
}

h1 a {
    display: block;
    height: 89px;
    width: 300px;
}

h1 em {
    margin-left: -9999px;
    position: absolute;
}

h2 {
    margin-left: -9999px;
    position: absolute;
}

h3 {
    font-weight: normal;
    font-size: 22px;
    border-bottom: 1px dotted #999999;
    margin-bottom: 15px;
}

h4 {
    font-weight: normal;
    font-size: 16px;
    color: #3399cc;
    border-bottom: 1px dotted #99cccc;
    margin-top: 10px;
}
.maincontents ul {
    margin-left: 2em;
    list-style-position: outside;
}
/*フォームテーブル用*/
.maincontents table {
    border-collapse:collapse;
    line-height: 150%;
    border: 1px solid #999999;
    width: 578px;
    margin-right: auto;
    margin-left: auto;
    font-size: 90%;
    margin-top: 5px;
}
.maincontents td {
    padding: 3px;
    border: 1px solid #999999;
}
.maincontents th {
    padding: 3px;
    border: 1px solid #999999;
}
.check {
    color: #ff0000;
}
.formtable th {
    width: 110px;
    background-color: #e4e4e4;
    font-weight:normal;
    text-align: left;
}
.tbform {
    width: 450px;
    text-align: left;
}
.textform {
    width: 450px;
    height: 200px;
}
.textbox2 {
    clear: left;
    text-align: center;
}
.clearbox {
    clear: both;
}
.float_left {
    float: left;
}
.topnews {
	height: 145px;
	overflow: auto;
}
.breadcrumbs {
	margin-bottom: 15px;
    font-size: 12px;
}
/*================================ditto用start================================*/
.ditto_pageTitle {
    float: left;
    width: 460px;
    font-size: 14px;
}
.ditto_pageTitle a{
    text-decoration: none;
}
.ditto_pageTitle a:hover {
    color: #F60;
}
.ditto_item {
    width: 580px;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 5px;
    line-height:20px;
}
.days {
    font-size: 80%;
    color: #999;
}
/*================================ditto用end================================*/