@charset "utf-8";


/* ================================================================
   サイトHOME #home
================================================================ */
#home{}

/* .unit
------------------------------------------------- */
#home #content .unit{
	margin-bottom: 15px;
}


/* #newsInfo
------------------------------------------------- */
#home #newsInfo{
	background: url(../img/dot02.gif) repeat-y center top;
	border-top: 3px solid #a7a7a7;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

#home #newsInfo dl{
	width: 218px;
	line-height: 1.2;
	font-size: 90%;
}
#home #newsInfo dl dt{}
#home #newsInfo dl dd{
	clear: both;
	margin-top: 5px;
	padding-left: 8px;
	background: url(../img/arr03.gif) no-repeat 0px 0.4em;
}
#home #newsInfo dl dd.more{
	background-image: none;
}
#home #newsInfo dl span.date{
	padding-left: 3px;
	font-size: 90%;
	color: #666;
}

#home #newsInfo dl.left{
	float: left;
	padding: 12px 0px 8px 8px;
}
#home #newsInfo dl.left dd.topnews{
	width: 218px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
	border-bottom: 1px solid #c0c0c0;
	zoom:1;
} 
#home #newsInfo dl.left dd.topnews:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}
#home #newsInfo dl.left dd.topnews img.clipping{
	float: left;
	padding-right: 8px;
	background-image: none;
}

#home #newsInfo dl.right{
	float: right;
	padding: 12px 8px 8px 0px;
}
#home #newsInfo dl.right dd{
	margin-top: 5px;
}


/* .newsList
------------------------------------------------- */
#home .newsList{
	padding: 12px 8px 8px 8px;
	border-top: 3px solid #a7a7a7;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

#home .newsList dl.newsListNext{
	margin-top: 2px;
	padding-top: 12px;
	background: url(../img/dot01.gif) repeat-x left top;
}
#home .newsList dt{	margin-bottom: 3px;}
#home .newsList dd.clipping{
	float: left;
	width: 60px;
}

#home .newsList dd.right{
	float: right;
	width: 385px;
	line-height: 1.5;
	font-size: 90%;
}
#home .newsList dd.right h3{
	margin-top: 3px;
	margin-bottom: 10px;
}

#home .newsList dd.right .txt .btn{
	display: block;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
}
#home .newsList dd.right .txt .btn a:link,
#home .newsList dd.right .txt .btn a:visited{
	display: block;
	padding: 2px;
	background: url(../img/_bk_01.jpg) repeat-x left bottom;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	font-weight: bold;
	color: #036;
}
#home .newsList dd.right .txt .btn a:hover,
#home .newsList dd.right .txt a:active{
	background-image: none;
	color: #f30;
}




/* .newsList2
------------------------------------------------- */

#home .newsList2{
	padding: 8px 8px 8px 8px;
	border-top: 3px solid #a7a7a7;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
#home .newsList2 dl{	width: 320px;}
#home .newsList2 dd{
	margin-top: 5px;
	padding-left: 8px;
	background: url(../img/arr03.gif) no-repeat 0px 0.4em;
}
#home .newsList2 .more{	margin-top: 8px;}


/* newsList2Self */
#home .newsList2 .newsList2Self{}
#home .newsList2 .newsList2Self dd{
	margin-top: 0px;
	padding-left: 0px;
	background: none;
}
#home .newsList2 .newsList2Self dd.clipping{
	float: left;
	width: 60px;
	
}
#home .newsList2 .newsList2Self dd.right{
	float: right;
	line-height: 1.5;
	width: 250px;
}
#home .newsList2 .newsList2Self dd.right h3{
	margin-top: 3px;
	margin-bottom: 10px;
}
#home .newsList2 .newsList2Self dd.right .txt .btn{
	display: block;
	text-align: center;
	margin-top: 10px;
}
#home .newsList2 .newsList2Self dd.right .txt .btn a:link,
#home .newsList2 .newsList2Self dd.right .txt .btn a:visited{
	display: block;
	padding: 2px;
	background: url(../img/_bk_01.jpg) repeat-x left bottom;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	font-weight: bold;
	color: #036;
}
#home .newsList2 .newsList2Self dd.right .txt .btn a:hover,
#home .newsList2 .newsList2Self dd.right .txt a:active{	background-image: none;	color: #f30;}
#home .newsList2 .newsList2Self span.date{
	display: block;
	font-size: 85%;
	text-align: right;
}


/* newsList2Line */
#home .newsList2 .newsList2Line{
	padding-left: 15px;
	background: url(../img/dot02.gif) repeat-y left top;
}
#home .newsList2 .newsList2Line dd{
	margin-top: 0px;
	padding-left: 0px;
	background: none;
}
#home .newsList2 .newsList2Line dd.arrList{
	margin-top: 5px;
	padding-left: 8px;
	background: url(../img/arr03.gif) no-repeat 0px 0.4em;
}
#home .newsList2 .newsList2Line dd.more{	margin-top: 8px;}


/* newsList2List */
#home .newsList2 .newsList2List .more{	background: none;}
#home .newsList2 .newsList2List span.date{
	font-size: 85%;
	padding-left: 5px;
}





											
											
											





/* ================================================================
   #homeTop100824
================================================================ */
#homeTop100824{
	margin-bottom: 8px;
	padding: 5px;
	background-color: #06c;
}
#homeTop100824 li{
	display: block;
	float: left;
}
#homeTop100824 li img{	margin-top: 2px;}
#homeTop100824 li.list01 img{	margin: 0px 0px 2px 0px;}
#homeTop100824 li.list02 img{	margin-right: 2px;}




/* ================================================================
   #homeTopAWN
================================================================ */
#homeTopAWN{
	margin-bottom: 15px;
	padding: 5px;
	background-color: #c0c0c0;
}
#homeTopAWN li{
	display: block;
	float: right;
}
#homeTopAWN li img{	margin-bottom: 3px;}
#homeTopAWN li.face{	float: left;}
#homeTopAWN li.face img,
#homeTopAWN li.last img{	margin-bottom: 0px;}























/**/

