@charset "utf-8";
body,html {
	margin:0;
	padding:0;
	position:relative;
	height:100%;
}

/* CSS Document */
/******************************************************
	トップページ
******************************************************/

/*------------------------------------------------------
 ■ トップ画像
------------------------------------------------------*/
#top-image {
	width:850px;
	margin:0 auto;
}


/*------------------------------------------------------
 ■ 全体
------------------------------------------------------*/
#contents {
	margin-bottom:10px;
}

/*------------------------------------------------------
 ■ 最新のお知らせ
------------------------------------------------------*/
#cont-left {
	width:600px;
	float:left;
	padding-top:20px;
}
#cont-left div#title_h2{
	margin-left:15px;
	width:580px;
	border-bottom: 2px solid #c9de8a;
}
#cont-left div#title_h2 h2{
	float:left;
	
}
#cont-left div#title_h2 div#tit_h2_right {
	float:right;
}

/*------------------------------------------------------
 ■ 最新のお知らせ
------------------------------------------------------*/
#cont-left {
	width:595px;
	float:left;
	padding-top:20px;
}
#cont-left div#title_h2-topics{
	margin-left:20px;
	width:580px;
	border-bottom: 2px solid #c9de8a;
	margin-top:30px;
}
#cont-left div#title_h2-topics h2{
	float:left;
	
}
#cont-left div#title_h2-topics div#tit_h2_right {
	float:right;
}

/* リスト */
#cont-left div#list-area {
	clear:both;
	height:160px;
	width:580px;
	margin-left:15px;
	padding:10px 0;
	overflow: auto;
	/*border-bottom: 2px solid #c9de8a;*/
	border-bottom: 1px solid #c9de8a;
}
#list-area dl {
	padding:8px 0;
	line-height:1em;
	width:550px;
	border-bottom:1px dotted #1E575B;
}
#list-area dl dt{
	color:#1E575B;
	float:left;
	width:7em;
	padding-top:1px;
}
#list-area dl dd{
	margin-left:7em;
	line-height:1.3em;
}
#list-area dl dd ul li {
	line-height:1.3em;
	padding-left:1em;
}
#list-area dl.last-list {
	border:0px;
	padding-bottom:15px;
}

/* リスト */
#cont-left div#list-area-topics {
	clear:both;
	height:100px;
	width:580px;
	margin-left:20px;
	padding:10px 0;
	overflow: auto;
	/*border-bottom: 2px solid #c9de8a;*/
	border-bottom: 1px solid #c9de8a;
}
#list-area-topics dl {
	padding:8px 0;
	line-height:1em;
	width:550px;
	border-bottom:1px dotted #1E575B;
}
#list-area-topics dl dt{
	color:#1E575B;
	float:left;
	width:7em;
	padding-top:1px;
}
#list-area-topics dl dd{
	margin-left:7em;
	line-height:1.3em;
}
#list-area-topics dl dd ul li {
	line-height:1.3em;
	padding-left:1em;
}
#list-area-topics dl.last-list {
	border:0px;
	padding-bottom:15px;
}

/*------------------------------------------------------
 ■ 右サイド　コメントなし作成バナーリスト（ul） 
------------------------------------------------------*/
#cont-right {
	float:right;
	padding-top:20px;
	width:225px;
}

#cont-right div#title_h2 {
	border-bottom: 2px solid #c9de8a;
}

#cont-right dl {
	border-bottom: 1px dotted #1E575B;
}

#cont-right dl dt {
	color:#1E575B;
	line-height:1.2em;
}

#cont-right dl dd {
	line-height:1.4em;
	margin-bottom:5px;
}

#cont-right div.right-list-area {
	padding-top:10px;
	height:170px;
	overflow:auto;
	border-bottom:1px solid #c9de8a;
}

#cont-right #tit_h2_right {
	float:right;	
}

#banner-ul ul{
	margin:0;
	padding:0;
	width:200px;
	border:1px solid red;
}
#banner-ul ul li{
	padding:0;
	margin:0;
	display: inline;
}
#banner-ul ul li img{
	margin-bottom:10px;
}
/* AdobeReaderダウンロード */
#cont-right div#download {
	width:150px;
	padding-right:10px;
	padding-left:5px;
	border:1px solid red;
}
#cont-right div#download p{
	font-size: 0.8em;
	margin: 0 auto;
	line-height:1.2em;
}
#cont-right div#download a {
	font-size: 1em;
}

/*------------------------------------------------------
 ■ コメント付き継続バナーリスト（dl）
------------------------------------------------------*/
#banner-dl {
	/*padding:10px 0 0 10px;*/
	width:840px;
	padding-left:10px;
	margin-bottom:20px;
}
#banner-dl dl {
	width:200px;
	padding:0;
	float:left;
	margin-right:6px;
}
#banner-dl dl dt a img{
	display:block;
	padding-top:2px;
	float:left;
}
#banner-dl dl dt a{
	margin:0;
	/*font-size:0.8em;*/
	padding-top:3px;
	line-height:20px;
	font-size:11px;/*フォントサイズ変更しない*/
}

/*------------------------------------------------------
 ■ CM部分
------------------------------------------------------*/
#cm-area {
	margin:0px 15px;
	padding:10px 0;
	clear:both;
}

#cm-area #cm-left{
	width:545px;
	float:left;
}

#cm-area #cm-left div.sec a {
	display:block;
	width:220px;
	float:left;	
	margin:10px 0 10px 35px;
}

#cm-area #cm-right{
	width:259px;
	float:right;
}

#cm-area #cm-right a.sec {
	display:block;
	width:220px;
	margin:10px auto 0 auto;
}

#cm-area div.desc {
	clear:both;
	margin:0px ;
	padding:10px;
	font-size:95%;
	color:#3e8f38;
	line-height:1.2em;
	background-color:#f7f7f7;
}

#cm-area div.desc p{
	width:610px;
	float:left;	
	margin-right:10px;
}


#glayLayer {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: black;
/*	opacity:0.70;
	filter: alpha( opacity=70 );
	
*/
	z-index:100;
}
#overLayer {
	display:none;
	position:absolute;
/*	top:50%;*/
	top:20px;
	left:50%;
/*	margin-top:-400px;*/
    margin-left:-325px;
	z-index:101;
}

* html #glayLayer{
	position:absolute;
}

* html #overLayer{
	position: absolute;
} 


