@charset "shift_jis";


#top_page h3 {
	width:607px;
	padding:10px 7px;
}

#top_page h4 {
	height:31px;
}


/*****　ヘッダー　*****/
#top_page #container #header {
	height:337px;
	background:url(../../top_images/top_kage.png) bottom repeat-x;
	_background:url(../../top_images/top_kage.png) 0px 322px repeat-x;
}

#top_page #container #header_re {
	height:100px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background: #4193e5; /* Old browsers */
	background: -moz-linear-gradient(top, #4193e5 0%, #98bde2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4193e5), color-stop(100%,#98bde2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4193e5 0%,#98bde2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4193e5 0%,#98bde2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4193e5 0%,#98bde2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4193e5 0%,#98bde2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4193e5', endColorstr='#98bde2',GradientType=0 ); /* IE6-9 */
}

#main_image {
	width:960px;
	height:330px;
	position:relative;
	top:-55px;
	z-index:0;
}

#main_image ul li.main_02 {
	width:960px;
	height:330px;
	text-align:right;
}

#main_image ul li.main_02 .main_lmenu {
	position:absolute;
	left:0;
}

#head_link01 {
	position:relative;
	bottom:260px;
	left:115px;
	text-align:left;
	font-size:16px;
	line-height:19px;
	color:#ffffff;
	z-index:10;
}

#head_link01 a {
	color:#ffffff;
}

#head_link01 a:hover {
	color:#333333;
}

#head_link01 img {
	float:right;
	margin-top:5px;
	*float:none;
	*position:relative;
	*left:165px;
}

#logo {
	_display:inline;
}

/*****　ヘッダースライド　*****/
#jquery-cycle {
    width:960px;
    height:330px;
}
#jquery-cycle img {
    width:960px;
    height:330px;
}
#jquery-cycle-nav {
	position:relative;
	bottom:75px;
	left:10px;
	z-index:10;
	_position:absolute;
	_bottom:72px;
}
#jquery-cycle-nav a {
    height:8px;
	width:12px;
    margin:0 2px;
	text-indent:-9999px;
  	background:url(../../top_images/slide_btn.png) -12px 0 no-repeat;
	_background:url(../../top_images/slide_btn.gif) -12px 0 no-repeat;
	overflow:hidden;
	display:inline-block;
	*display:block;
	*float:left;
}

#jquery-cycle-nav a.activeSlide {
	background:url(../../top_images/slide_btn.png) 0 0 no-repeat;
	_background:url(../../top_images/slide_btn.gif) 0 0 no-repeat;
}

/*****　コンテンツ　*****/

#contentsarea {
	_position:relative;
	_bottom:50px;
}

#l_contents {
	width:621px;
	margin:10px 0;
	float:left;
	background-color:transparent;
}


/*　組織　*/
#sosiki {
	width:621px;
	height:170px;
	margin-bottom:20px;
}

#top_page #sosiki h5 {
	font-size:12px;
	padding:10px 9px;
}

#sosiki p.komidasi {
	margin:10px 9px;
}

#sosiki p {
	margin:0 9px 10px;
}

#kaichou {
	width:62px;
	height:94px;
	float:left;
	margin:0 13px 0 9px;
}
#sosiki .desc {
	width:145px;
	height:98px;
	float:left;
}
#sosiki .desc p {
	display:inline-block;
	margin:0 0 10px;
}

#sosiki ul {
	width:185px;
	height:98px;
	float:left;
	_width:185px;
	margin-left:5px;
} 

#sosiki ul li {
	list-style:none;
	margin:1px 0 6px;
}

#sosiki li.link {
	background-image: url(../../images/link_01.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	color: #252525;
	font-weight: bolder;
}

/*　メインバナー　*/
#main_banner {
	width:621px;
	height:75px;
	margin-bottom:20px;
}
#main_banner .main_banner {
	width:207px;
	height:75px;
	float:left;
}

/*　トピックス　*/
#topics {
	width:621px;
	height:600px;
	margin-bottom:10px;
	padding-bottom:10px;
}
#topics h4 {
	width:607px;
}
#topics .tab {
	width:603px;
	height:19px;
	margin:15px 9px 0;
}
#topics .motion {
	max-height:500px;
	_height:500px;
	width:603px;
	margin:0 9px;
	overflow-y:auto;
	overflow-x:hidden;
}
#topics .content {
	width:603px;
	border-bottom:dotted 1px #999999;
}
/*clearfix*/
#topics .content {zoom:1;}
#topics .content:after{
    content: ""; 
    display: block; 
    clear: both;
}
#topics .content li {
	padding:12px 0;
	line-height:18px;
	float:left;
	vertical-align:bottom;
	display:inline-block;
}
#topics .content li.date {
	width:96px;
	text-indent:24px;
	background:url(../../images/link_02.gif) 9px 17px no-repeat;
}
#topics .content li.desc {
	width:473px;
	padding:12px 22px 12px 12px;
}
#topics .content li.tg_g {
	background:url(../../top_images/topics_green.gif) 0 17px no-repeat;
}
#topics .content li.tg_o {
	background:url(../../top_images/topics_orange.gif) 0 17px no-repeat;
}
#topics .content li.tg_r {
	background:url(../../top_images/topics_red.gif) 0 17px no-repeat;
}
#topics .content li.tg_b {
	background:url(../../top_images/topics_blue.gif) 0 17px no-repeat;
}
#topics .content li.date a {
	display:block;
	width:80px;
}

#topics_link {
	text-align:right;
	margin:9px 13px 0;
}

/*　トピックスタブ　*/
.motion {
	width: 603px;
	display: none;
	_position:relative;
	_bottom:3px;
}
#motion_area1 {
	display: block;
	border-top:solid 2px #569dd5;
}
#motion_area2 {
	border-top:solid 2px #88bc23;
}
#motion_area3 {
	border-top:solid 2px #d48c1e;
}
#motion_area4 {
	border-top:solid 2px #ec5f96;
}
a.active {
	font-weight: bold;
}

/*****　サイド　*****/

#r_side {
	width:299px;
	margin:10px 0;
	float:right;
	background-color:transparent;
}

/*　議長随想　*/
#zuisou {
	width:285px;
	height:144px;
	padding:13px 7px;
	margin-bottom:20px;
	_padding-bottom:22px;
}
#zuisou .midasi {
	width:285px;
	height:33px;
}
#kaihou {
	width:285px;
	height:85px;
}
#kaihou img {
	float:left;
}
#kaihou p {
	display:inline-block;
	margin:0 0 15px 10px;
	*padding-left:10px;
}

#kaihou p.t14 {
	font-size:14px;
	margin-top:10px;
}


/*　バナー　*/
.banner {
	width:299px;
	height:75px;
	margin-bottom:20px;
}

/*****　フッタ　*****/
#footer {
	_position:relative;
	_bottom:40px;
}

#top_page #contentsarea #r_side #zuisou .midasi .zuisou_title {
	font-size: 16px;
	font-weight: bolder;
}
