@charset "Shift_JIS";

/*
* 
* 	2-baselayout.css　：サイトコンテンツの枠組み
*	
*	1ヘッダー
*	2メインコンテンツ２段組み
*	3フッター
*	
*/

 
/* =1ヘッダー
----------------------------- */
#branding{
	position: relative;
	height: 140px;
	margin-bottom: 2px;
	}
#logo,
#language{
	position: absolute;
	}
#logo{
	top: 14px;
	left: 0;
	}
#language{
	top: 5px;
	right: 0;
	}
#language li{
	display: inline;
	margin-left: 10px;
	}
	
/* =2メインコンテンツ２段組み
----------------------------- */
#topContainer,
#container,
#siteInfo{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	}
#topContainer,
#container{
	text-align: left;
	}
#topMaincontent{
	background: #006;
	}
#mainContent{
	margin-top: 30px;
	}
#main{
	float: right;
	width: 775px;
	overflow: hidden;
	padding-bottom: 4em;
	}
#leftContent{
	float: left;
	width: 180px;
	}

/* =3フッター
----------------------------- */
#footerContainer{
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: 20px;
	padding: 20px 0 40px;
	background: #003;
	color: #fff;
	}
/* フッターメニュー */
#footerMenu{
	margin-bottom: 0.9em;
	font-size: 84%;
	}
#footerMenu li{
	display: inline;
	margin-right: 14px;
	padding-right: 14px;
	border-right: 1px solid #fff;
	color: #fff;
	}
.fmenuFirst{
	martin-left: 14px;
	padding-left: 14px;
	border-left: 1px solid #fff;
	}
/* フッターメニューのリンク色 */
#footerMenu a,
#footerMenu a:visited{
	color: #fff;
	text-decoration: none;
	}
#footerMenu a:hover{
	color: #fc0;
	text-decoration: underline;
	}