@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
    トップページ
------------------------------------------------------------*/
#conts {
    width: 920px;
}

.box {
    width: 920px;
    margin: 0 auto;
    padding:30px 0;
    text-align: center;
    
    border-bottom: 1px solid #ccc;
}

#conts .photo {
    width: 590px;
    margin: 0 auto;    
    text-align: left;
}

#conts h3 {
    font-size:14px;
    padding-bottom:10px;
    margin: 30px 50px 15px;
    border-bottom:#C1C6CF solid 1px;
}

#conts p {
    margin: 0 90px 40px;
}

#conts dl {
    margin: 10px 90px;
}

#conts dt {
    margin: 0 0 8px;
    padding: 0 0 8px;

    float: left;
    clear: left;
}

#conts dd {
    margin: 0 0 8px;
    padding: 0 0 8px 7em;
}

#conts .bottomMenu {
    width: 820px;
    margin: 0 50px 20px;
    padding: 10px 0 10px;

    background:#081C41;
}

#conts .bottomMenu ul {
    width: 740px;
    margin: 0 0 0 80px;
    overflow: hidden;
}

#conts .bottomMenu ul li {
    margin: 0 45px 0 0;
    padding: 0 0 0 13px;
    
    background: url(../img/greenting/ul-style.jpg) no-repeat left 3px;
    float: left;
}

#conts .bottomMenu ul li a {
    color:#fff;
    
    text-decoration: none;
}

h2.main {
    width: 920px;
    height: 97px;
    background: url(../img/photo/h2_img01.jpg);
    text-indent: -9999px;
}
h2.child {
    width: 920px;
    height: 97px;
    background: url(../img/action/h2_child.gif);
    text-indent: -9999px;
}
h2.panel {
    width: 920px;
    height: 97px;
    background: url(../img/action/h2_panel.gif);
    text-indent: -9999px;
}
h2.lecture {
    width: 920px;
    height: 97px;
    background: url(../img/action/h2_lecture.gif);
    text-indent: -9999px;
}
h2.others {
    width: 920px;
    height: 97px;
    background: url(../img/action/h2_others.gif);
    text-indent: -9999px;
}
h2.meeting {
    width: 920px;
    height: 97px;
    background: url(../img/action/h2_meeting.gif);
    text-indent: -9999px;
}
h2.discussion {
    width: 920px;
    height: 97px;
    background: url(../img/action/h2_discussion.gif);
    text-indent: -9999px;
}
h2.inspection {
    width: 920px;
    height: 97px;
    background: url(../img/action/h2_inspection.gif);
    text-indent: -9999px;
}
h2.education {
    width: 920px;
    height: 97px;
    background: url(../img/action/h2_education.gif);
    text-indent: -9999px;
}
/*上に戻る設定
-----------------------------------------*/
.thispage_top{
	width:900px;
	float:left;
	text-align:right;
}

