@charset "utf-8";

/* =======================================

	
　　　　トップページ用
	

========================================== */





/* main
========================================== */
#main {
    width: 373px;
	height:920px;
	padding: 5px 30px;
	border-right: solid 2px #999999;
	float: left;
}

#main h2 {
    background: url(../../img/h2.jpg) no-repeat;
	padding: 0 10px 8px 10px; 
	border-bottom: dashed 1px #999;
	color: #999;
	font-size: 116%;
	font-weight: bold;
}

#main p.color_g {
    font-weight: bold;
	color: #666;
	margin: 1em 0;
}

#main p{
	margin: 1em 0;
}




/* side
========================================== */
#side {
    float: right;
	width: 280px;
	padding: 5px 30px 5px 23px;
}

#side iframe{
	margin-top:10px;
}	

#side h2 {
    background: url(../../img/h2.jpg) no-repeat;
	padding: 0 10px 8px 10px; 
	border-bottom: dashed 1px #999;
	color: #999;
	font-size: 116%;
	font-weight: bold;
}

#side dl {
    margin-top: 12px;
	overflow: auto;
	height: 190px;
}

#side dt {
    font-weight: bold;
	color: #92b127;
}

#side dd {
    padding-bottom: 12px;
}

#side .baner img{
	margin-top:10px;
    text-decoration: none;
	text-align:right;
}


















