@charset "utf-8";

/* navi
----------------------------------------------- */

div#navi {
	width:100%;
	text-align:center;
	background:#ebebeb url(../images/common/bg_foot1.gif) repeat-x left top;
	overflow:hidden;
	padding:15px 0;
}

div#navi ul{
	width:600px;
	margin:0 auto;
	overflow:hidden;
}
div#navi ul li{
	float:left;
}
div#navi ul li img{
	float:left;
}
div#navi ul li a{
	display:block;
	font-size:0.85em;
	color:#5e5e5e;
	text-decoration:none;
}


/* h2 夢を語り合う社会へ
----------------------------------------------- */

div#social {
	height:120px;
	padding:10px 0 30px 0;
	width:100%;
	overflow:hidden;
}

div#social p{
	width:900px;
	text-align:center;
	margin:0 auto 15px;
}

.border {
    border-top:dotted #CCCCCC 1px;
	border-bottom:dotted #CCCCCC 1px;
	padding-top:30px;
}

/* h2 コンテンツ
----------------------------------------------- */

.red {
    border-left:#ED452F solid 5px;
	padding-left:5px;
}

/* rightContents_about
----------------------------------------------- */


div#rightCont_about {
	float:right;
	width:504px;
	padding:20px 0 50px 0px;
}
div#rightCont_about h2 {
	font-weight:normal;
	font-size:15px;
	margin-bottom:15px;
}
div#rightCont_about ul li{
	width:481px;
	overflow:hidden;
	margin-bottom:5px;
}
div#rightCont_about ul li dl{
}
div#rightCont_about ul li dt{
	padding:20px 0 10px;
	margin-left:20px;
	width:441px;
	border-bottom:dotted 1px #a9a9a9;
	color:#f75935;
	font-weight:bold;
}
div#rightCont_about ul li dt a{
	text-decoration:none;
	color:#f75935;
}
div#rightCont_about ul li dd{
	padding:10px 20px 20px;
}

div#mainCont_about {
	width:900px;
	margin:25px auto 10px;
	overflow:hidden;

}

div#present {
	width:900px;
	margin:0px auto 50px;
	overflow:hidden;	
}

div#present p{
    text-align:right;
}


