/* ページ全体 */ 
body {
	text-align:center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    font-family: Arial, Helvetica, sans-serif;
}
body div{
	text-align:left;
}
#header{
    width: 950px;
}
#title_tonbi {
    background: transparent url("img/tonbi7134_header.gif") no-repeat;
    height: 162px;
    text-indent: -9999pt;
    overflow: hidden;
	background-position-x:center;
}

#menu{
	width: 930px;
}
/* タブ個別 */ .tab_content {
    height: 500px;
    overflow: auto;
}

/* Topタブ */ #tab_content_top {
    background: 260px url("img/top01.jpg") no-repeat;
} #tab_content_top_news {
    background-color: #ccddff;
    width: 230px;
    text-align: center;
    float: left;
} #tab_content_top_news h2 {
    background-color: #6677aa;
    color: white;
    margin: 0px;
    /*-moz-border-radius:2px;*/
    border: solid #bbccee 2px;
    border-bottom: none;
} #tab_content_top_news .news_content {
    padding: 5px;
    margin: 0px;
    /*-moz-border-radius:2px;*/
    border: solid #bbccee 2px;
    border-top: none;
} #tab_content_top_news .news_date {
    text-decoration: underline;
}

/*
 Schedule tab
 */ #tab_content_schedule div{
	text-align:center;
}
 .an_event{
    visibility: hidden;
	width: 890px;
}
 .content_event_summary {
	display: block;
	width: 450px;
	float:left;
} #tab_content_schedule .content_event_summary td {
    padding-bottom: 1em;
} #tab_content_schedule .content_event_additional {
    margin-right: 15px;
	display: block;
} #tab_content_schedule .event_separator {
    width: 90%;
	display:block;
	clear:both;
}

/* Memberタブ */ #memberlist {
    width: 350px;
    height: 495px;
    overflow: auto;
    margin: 2px;
    float: left;
} #memberlist ul {
    padding-left: 2px;
    margin-left: 2px;
    margin-bottom: 15px;
} #memberlist ul ul li {
    display: inline;
} #memberlist ul ul li img {
    padding: 1px;
    width: 140px;
    height: 180px;
} #member_detail {
    width: 550px;
    height: 400px;
    /*-moz-border-radius:2px;*/
    background-color: #ccddff;
    border: solid #bbccee 2px;
    /*margin-right:50px; /*autoにするとFFで表示が崩れる。*/
    margin-top: 25px;
    margin-left: auto;
    /*text-decoration:underline;*/
    overflow: auto;
    visibility: hidden;
} #member_detail li {
    padding-left: 5px;
    margin-bottom: 13px;
    list-style: none;
} #member_detail img {
    float: left;
    padding: 3px;
    /*    width: 280px;
     height: 360px;*/
} #member_profile {
    margin-top: 3em;
    font-size: smaller;
}

/*
 * contact tab
 */ #tab_content_contact iframe {
    width: 98%;
    height: 100%;
    border: none;
}

/* linkタブ */ #tab_content_link {
    text-align: center;
} #linklist {
    list-style: none;
    font-size: 20pt;
} #linklist li {
    padding: 15px;
} #linklist a {
    text-decoration: none;
}

