@charset "utf-8";


#content {
    width:100%; /* 600px以下は幅いっぱいに広げる */
    max-width:1000px; /* 最大幅の指定 */
    height:430px; /* 高さの指定 */
    margin:auto; /* ブロック要素の中央揃え */
    text-align:left; /* インライン要素の中央揃え */
	padding:50px 0;
}

#title{
	margin:0 0 50px;
}
.topics{
	margin:30px 0 0 0;
}
.topicsImg{
	width:200px;
	float:left;
	margin:20px 0 0 0;
}
#content .btnUnder {
	width:1000px;
	height:5px;
	background-image:url(../../images/ajibil_headerLine.png);
	background-repeat:repeat-x;
}
.topicsTitle{
	width:780px;
	float:left;
	font-size:129%;
	line-height:24px;
	letter-spacing:1px;
	margin:20px 0 0 20px;
}
.topicsCont{
	width:780px;
	float:left;
	line-height:18px;
	letter-spacing:1px;
	margin:20px 0 0 20px;
}
a{
	color:#00CCFF;
}

#footer {
    margin:50px auto 0;
	height:50px;
	width:100%;
}
#footer .inner {
    margin:auto;
	height:14px;
	padding-top:22px;
	color:#fff;
}

#copyright {
	margin:auto;
	color:#565656;
	bottom:30px:
}