/**************************************************
	＜ファイルの役割＞
	トップページのスタイルシート

	＜履歴＞
	2009/03/10	川崎康輔　ファイル新規作成
	2010/08/24　井筒慎也　LayoutHeader　ボトムマージン追加
		
**************************************************/

/*** 文字コードの設定 ***/
@charset 'utf-8';


/*** クリアフィックスのセット ***/
.clearfix:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	margin:0px 0px 0px 0px;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/*** タグのデザイン ***/
body{
	margin:0px auto;
	padding: 0px;
	color: #333333;
	text-align: center;
}



/*** 各パーツのデザイン ***/
#LayoutBody{
	width: 758px;
	margin:0px auto;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: left;
	background-color: White;
	position: relative;
}

#LayoutHeader {
	width:750px;
	float:left;
	margin:5px 0px 5px 5px;
}

#LayoutNavi{
	background-image:url(/home/img/pic_BgNaviBar.jpg);
	background-repeat:repeat-x;
	margin:10px 0px 0px 2px;
	border-right:#F4D188 solid 1px;
	border-bottom:#F4D188 solid 1px;
	border-top:#F4D188 solid 1px;
	width:750px;
	float:left;
}

.NaviBar{
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
	line-height:40px;
	margin:0px 0px 0px 0px;
	text-align:center;
	border-left:#F4D188 solid 1px;
	width:123px;
	float:left;
}

.NaviBar a{
	color:#996600;
	text-align:center;
}

.TiTleIndex {
	width:10px;
	float:left;
	background-color:#FFCC00;
}

.TitleComment {
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#996600;
	padding:8px 0px 5px 10px;
	margin:0px 0px 0px 0px;
	background-color:#F4E188
}


#LayoutIptInfo{
	float:left;
	margin:15px 0px 0px 10px;
}

#LayoutContents{
	margin:25px 0px 0px 5px;
	border:solid 1px #CCCCCC;
	float:left;
}

#LayoutOBMenu{
	margin:10px 0px 5px 5px;
	float:left;
	width:290px;
}

#LayoutOBTopic{
	margin:10px 0px 5px 15px;
	float:left;
	width:410px;
}

.OBMenu{
	width:290px;
	height:45px;
	float:left;
	margin:0px 0px 2px 0px;
	border:solid 1px #F4D188;
}

.OBMenuSub{
	font-size:13px;
	font-weight:bold;
	margin:5px 0px 0px 10px;
}

.OBTopic{
	float:left;
	margin:0px 5px 10px 0px;
	width:130px;
	height:93px;
	border:0px;
}


#LayoutWhatsNew{
	float:left;
	margin:5px 0px 0px 5px;
	width:390px;
	font-size:14px;
	color:#666666;
	vertical-align:text-top;
	line-height:20px;
}

#LayoutPickUp {
	float:left;
	width:280px;
	margin:10px 0px 0px 5px;
}

.LayoutFit{
	float:left;
	height:10px;
	line-height:5px;
}

.LayoutBanner {
 width:285px
 float:left;
 margin:0px 0px 6px 0px;
 border:0px;
}

@media screen {
	.FooterBar{
		margin:10px 0px 0px 0px;
		padding:3px 0px 5px 0px;
		text-align:center;
		border-top:#CCCCCC solid 1px;
		border-bottom:#CCCCCC solid 1px;
		width:758px;
		float:left;
		font-size:14px;
		letter-spacing:1px;
		line-height:20px;
		color:#666666;
	}
}

@media print {
	.FooterBar{
		visibility:hidden;
	}
}

.FooterBar a{
	color:#666666;
}

