@charset "UTF-8";
a:link{ color: #695F2A; }/*リンク文字の色*/
a:visited{ color: #695F2A; }/*訪問済みリンクの色*/
a:hover{ color: #ff0000; }/*カーソルがリンク文字上に来たときの色*/


/*--------------------------------------------------------
■最上部帯の設定
--------------------------------------------------------*/

/*●見出し*/
h1{
	margin-top: 15px;
}


/*●最上部メニューリスト（サイトマップ、個人情報保護方針等）*/
#top-menu-list{
	height: 431px;
	background: url(images/header_index.jpg) center top;
}
#top-menu-list ul{
	left: 410px;
	top: 3px;
}


/*--------------------------------------------------------
■ヘッダーロゴの設定
--------------------------------------------------------*/

#header{
	margin-top: 270px;
	margin-left: 40px;
	width: 760px;
	height: 160px;
	font-size: 100%;
	}

/*●サブテキスト*/
#sub-text{
	top: 0px;
	left: 20px;
	margin-top: 80px;
	width: 740px;
}


/*--------------------------------------------------------
■パン屑ナビの設定
--------------------------------------------------------*/

#navi{
	margin: 492px 0px 0px 40px;
}


/*--------------------------------------------------------
■センターメニューの設定
--------------------------------------------------------*/

/*●センター全体（※センターレイアウトの位置とサイズ）*/
#center-navi{
	top: 432px;
}

/*--------------------------------------------------------
■サイドメニューの設定
--------------------------------------------------------*/

/*●サイド全体（※センターレイアウトの位置とサイズ）*/

#side{
	margin: 520px 0px 0px 10px;
}


/*--------------------------------------------------------
■メインコンテンツの設定
--------------------------------------------------------*/

/*●メイン全体（※メインレイアウトの位置とサイズ）*/
#main{
	margin-top: 515px;
}

