/*OWSCSSｖ1.5 11.08.2007*/

/*------ページ共通設定------*/
*{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 1.3em;
}


body {
	text-align: center;
	background: #333333;
}

ul {
	margin-left: 23px;
}	

/*------格納コンテナ設定------*/
#container {
	position: relative;
	margin: auto;
	width: 768px;
	background: #393939 url(img/back01.gif);
	text-align: left;
}

/*------ヘッダー設定------*/
div #header {
	position: relative;
	width: 768px;
	height: 24px;
	background: #393939 url(img/back01.gif);
}

.homeicon {
	position: absolute;
	left: 680px;
	top: 6px;
}

.sitemapicon {
	position: absolute;
	left: 710px;
	top: 6px;
}

.contacticon {
	position: absolute;
	left: 740px;
	top: 6px;
}

div #header img {
	border: none;
}

/*------メニュ－設定------*/
div #menu {
	width: 768px;
	height: 248px;
	background: #333333;
	z-index: 0;
}

/*------サブコンテンツ設定------*/
div #sub {
	width: 768px;
	height: 128px;
	background: #414141 url(img/back02.gif);
}

/*------メインコンテンツ設定------*/
div #main {
	width: 768px;
	margin-top: 10px;
}

/*メイン左側ボックス設定*/
div #leftbox {
	float: left;
	width: 256px;
	font-size: smaller;
}

.headline {
	margin-left: 4px;
}

.illust {
	margin-left: 78px;
}

div #leftbox ul {
	padding-top: 8px;
	padding-bottom: 8px;

}

div #leftbox p {
	padding: 8px;
}



/*メイン右側ボックス設定*/
div #rightbox {
	float: left;
	width: 511px;
	border-left: #666666 dotted 1px;
	background: #393939 url(img/back01.gif);
}

.contentsbox {
	width: 496px;
	margin-left: 7px;
	margin-bottom: 10px;
	padding: 8px;
	background: #2e2e2e url(img/back03.gif);
	border-top: #999999 solid 2px;
}

#rightbox > .contentsbox {
	width: 480px;
}

.content {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.webimg {
	margin-left: 8px;
	margin-bottom: 15px;
}

/*------フッター設定------*/
div #footer {
	clear: both;
	width: 768px;
	height: 56px;
	padding-top: 10px;
	background: #414141 url(img/back02.gif);
	text-align: center;
	font-size: 11px;
}

.submenu {
	margin: 0 auto;
}
.submenu li {
	display: inline;
}

.submenu li a {
	text-decoration: none;
}

.submenu li a:hover {
	color: #339900;
}


.copyright {
	margin-top: 10px;
}

.footlink {
	text-decoration: none;
	font-size: inherit;
	color:#FFFFFF;
}

/*------その他設定------*/
.txtbold {
	font-weight: bold;
}


#seal {
	position: absolute;
	left: -56px;
	top: 203px;
	z-index: 100;
}

.txtcenter {
	text-align: center;
}

.bunner {
	margin-top: 10px;
}

.bunner a img {
	border: none;
}

/*相互リンク*/

ul.linkitem {
	line-height: 18px;
}	
ul.linkitem a {
	color: #009933;
}
ul.linkitem a:hover {
	color: #ffffff;
}

dl.linkitem {
	margin-top: 16px;
}	

dl.linkitem dt {
	margin-top: 8px;
}

dl.linkitem dt a {
	color: #009933;
	font-size: 16px;
	font-weight: bold;
}
dl.linkitem dt a:hover {
	color: #ffffff;
}

dd {
	margin-top: 2px;
	margin-left: 1em;
}