@charset "UTF-8";
/* 
 File name:	1st.css
 Author:	icat:design02
 Info:		第一階層目用CSS　index用
------------------------------------------------------------*/
@import url("dammy.css"); 
@import url("common.css"); 	/*__共通.css__*/
@import url("navi.css"); 	/*__共通ナビゲーション.css__*/
@import url("layout.css"); 	/*__共通レイアウト.css__*/
/*
------------------------------------------------------------*/
/*
-----------------------------*/
#body1st #categoryHead{
	height:400px;
}
#body1st #categoryHead div{
	border-top:solid 1px #fff;
	margin:0px auto;
	width:840px;
}
/*
------------------------------------------------------------*/
#contBox #entryBody #bnBox{
	display:block;
	float:right;
	width:350px;
	margin:0px;
	padding:0px;
}
#contBox #entryBody #bnBox ul{
	margin:0px;
	padding:0px;
}
#contBox #entryBody #bnBox ul li{
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
}
#contBox #entryBody #infoBox{
	display:block;
	background:url(../img/index/bgInfoBox.gif) repeat-x 0px 0px;
	border:solid 1px #b8b8b8;
	margin:0px;
	padding:0px;
	width:450px;
	height:180px;
	float:left;
}
#contBox #entryBody #infoBox .h2Tit{
	margin:5px;
	padding:6px 10px;
	display:block;
	background:#060;
}
#contBox #entryBody #infoBox #infoListBox{
	margin:10px;
	color:#686868;
	font-size:12px;
	line-height:16px;
}
#contBox #entryBody #infoBox #infoListBox dt{
	display:block;
	margin:0px;
	padding:3px 0px 0px 15px;
	height:2em;
	font-size-adjust: 0.58;
	background:url(../img/common/arw01.gif) no-repeat 2px 5px;
	/*width:110px;*/
}
#contBox #entryBody #infoBox #infoListBox dd{
	display:block;
	margin:-2em 0px 3px 0px;
	padding:0px 10px 3px 13em;
}
#contBox #entryBody #infoBox #infoListBox dd strong{
	color:#ea601c;
}
/*
-----------------------------*/
#contBox #entryBody .entryMore{}


/*
-----------------------------*/


/*
------------------------------------------------------------*/
body:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/*
-----------------------------*/


