/* *********************************************************************************_

【概要】全ページ共通事項を管理（テキスト以外）。

【詳細】
：body関連：
：パンくず：全ページのパンくずの設定
：ページ内レイアウト：背景、カラムの設定

※全ページのテキスト共通事項の管理は「text.css」で行っています。
※その他のデザインは「maincontents.css」で行っています。

_********************************************************************************* */



/*---------- body関連 ----------*/
h1,h2,h3,h4,h5,h6 {font-size:100%;line-height:100%;font-weight: normal;}
img {border:none;vertical-align:bottom;}

/*---------- TOP画像背景 ----------*/
#slideshow {
	background-image: url(../img/common/top01.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 300px;
}

/*---------- パンくず ----------*/
#pankuzu {
	display: block;
	padding: 1px 5px;
	margin: 0;
	background-color: #3C3C3C;
	color: #FFFFFF;
	font-size: 11px;
}

#pankuzu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#pankuzu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#pankuzu a:hover {
	color: #7D96AF;
	text-decoration: underline;
}

.pankuzu2 {
	margin: 0 0.8em;
}

/*---------- ページ内レイアウト----------*/
#wrap {
	background: url(../img/common/bgimg.gif) top center repeat;
	margin: 0 auto;
}

#container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#navi {
	float: left;
	width: 280px;
	margin: 10px 0 0;
}

#contents {
	float: right;
	width: 680px;
	margin: 10px 0 0;
}

#line {
	width: 98%;
	height: 4px;
	background-image: url(../img/common/l_line.gif);
	background-repeat: repeat-x;
	margin: 1px 5px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
