@charset "shift_jis"

/*------ページ全体↓------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	background: #FFFFFF url(images/bgcolor01.gif) repeat-y;
}
a {
	text-decoration:none
}
a:link {
	color:#333333;
}
a:visited{
	color:#666666
}
a:hover, a:active{
	color:#990000;
	font-style:normal;
	text-decoration:underline;
}
#title{
	height: 70px;
	width: 730px;
	margin: 0px;
	background-color: #FFFFFF;
}
#navigation{
	width: 731px;
	height: 30px;
	left: 0px;
	top: 230px;
	background-color: #FFFFFF;
}
#contents{
	width: 730px;
	left: 0px;
	top: 270px;
	background-color: #FFFFFF;
}
/*-bottom=footer部分-*/
#bottom{
	float: left;
	width: 730px;
	background-color: #FFFFFF;
}
#img{
	height: 160px;
	width: 730px;
	left: 0px;
	top: 70px;
	background-color: #FFFFFF;
	background-image: url(images/top-h05.jpg);
	background-repeat: no-repeat;
}
/*------ページ全体↑------*/

/*------headerここから↓------*/
#header {
	width: 730px;
	height:70px;
	margin: 0px;
	background-image: url(images/collabo-logo1.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
h3{
	margin-top: 1px;
	margin-bottom: 1px;
	}
/*------headerここから↑------*/

/*------imgに文を加える↓------*/
#img p {
	font-size: 12px;
	font-style:normal;
	line-height: 24px;
	text-align: right;
	margin-right: 6px;
	margin-top: 18px;
	margin-bottom: 18px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	color: #FFFFFF;
}
/*------imgに文を加える↑------*/

/*------naviここから↓------*/

#navi ul {
	margin: 0px;
	padding-top: 1px;
	padding-left: 0px;
}
#navi li {
	display: block;
	float: left;
	text-indent: -9999px;
}
#navi li a {
	display: block;
	text-decoration: none;
}
#navi li#navi-img1 {
	height: 30px;
	width: 180px;
	background: url(images/navi01.gif) no-repeat;
}
#navi li#home a {
	height: 30px;
	width: 100px;
	background: url(images/navi-home.gif) no-repeat;
}
#navi li#home a:hover {
	height: 30px;
	width: 100px;
	background: url(images/navi-home-o.gif) no-repeat;
}

#navi li#goaisatu a {
	height: 30px;
	width: 100px;
	background: url(images/navi-message.gif) no-repeat;
}
#navi li#goaisatu a:hover {
	height: 30px;
	width: 100px;
	background: url(images/navi-message-o.gif) no-repeat;
}
#navi li#katudou a {
	height: 30px;
	width: 100px;
	background: url(images/navi-activity.gif) no-repeat;
}
#navi li#katudou a:hover {
	height: 30px;
	width: 100px;
	background: url(images/navi-activity-o.gif) no-repeat;
}
#navi li#kaiin a {
	height: 30px;
	width: 100px;
	background: url(images/navi-recruitment.gif) no-repeat;
}
#navi li#kaiin a:hover {
	height: 30px;
	width: 100px;
	background: url(images/navi-recruitment-o.gif) no-repeat;
}
#navi li#link a {
	height: 30px;
	width: 100px;
	background: url(images/navi-link.gif) no-repeat;
}
#navi li#link a:hover {
	height: 30px;
	width: 100px;
	background: url(images/navi-link-o.gif) no-repeat;
}
#navi li#navi-img2 {
	height: 30px;
	width: 50px;
	background: url(images/navi02.gif) no-repeat;
}
/*------naviここまで↑------*/

/*------topicsここから↓------*/
#topics {
	width: 730px;
}

#topics h3 {
	text-indent: -9999px;
	height: 40px;
	margin-top: 10px;
	background: url(images/midashi_01.gif) no-repeat;
	left: 0px;
}

#topics-in {
	width:80%;
	height:200px;
	overflow:auto;
}

#topics-in ul {
	font-size: small;
	line-height: 1.5em;
	margin: 0px;
	padding-left: 20px;
	
}
#topics-in li {
	font-size: small;
	line-height: 1.5em;
	margin: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	list-style-image: url(images/index_2.gif);
}
#topics h5 {
	width:80%;
	text-align: right;
	margin: 2px;
	padding-right: 20px;
}
/*------topicsここまで↑------*/
/*------フッター要素ここから↓------*/
#address {
	width: 730px;
	font-size: small;
	background-color: #FFFFFF;
	text-align: left;
	height: 5em;
	color: #333333;
	margin-top: 1em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
	padding-top: 1.5em;
	padding-bottom: 5px;
}
p.ad {
	padding-left: 1em;
}
#footer {
	width: 730px;
	text-align: center;
	font-size: x-small;
	color: #333333;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1em;
}
/*------フッター要素ここまで↑------*/
