

/*------------メインコンテンツ------------*/

.content {
	padding:0 0 20px 0;
	width: 715px;
	float: left;
    display:table;
	margin:0;
    text-align:left;
}
	
.content h1 {
	margin:0;
	display:none;
}

/*.content h2 {
	margin-top:25px;
	margin-bottom:0;
	padding-bottom:2px;
	border-bottom:#000 1px solid;
	font-size:15px;
}*/


.content h2 {
	font-size:15px;
    color:#c60;
    font-weight:bold;
    margin-top:0;
}

.content #topics {
    width:660px;
    height:200px;
    overflow:auto;
    display:block;
    margin-left:25px;
    margin-bottom:20px;
}

.content #topicsArt {
    width:640px;
    display:block;
}

.content #topics img {
    border:2px solid;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    clear:both;
}

.content #topics img:hover {
    border:2px solid #c60;
}

.content #topics p {
    margin-left:134px;
    margin-bottom:20px;
}

.content #info {
    width:685px;
    /*padding-left:235px;*/
    background-image:url(../images/home/2cyu.png);
    background-repeat:no-repeat;
    display:block;
    /*height:370px;*/
}

.content #infoTxt {
    width:450px;
    margin-left:235px;
    border-bottom:#000 1px solid;
}

.content #infoTxt p {
    font-size:12px;
    padding:5px 3px 5px 180px;
    margin:0;
    line-height:150%;
    font-size:12px;
}

.content #infoTxt a:link {
	color: #666;
	text-decoration:underline;
}

.content #infoTxt a:hover {
	color: #000;
	text-decoration:none;
}

.content #infoImg {
    float:left;
    margin-top:5px;
}

.content dt {
	margin-top:5px;
	font-size:13px;
	font-weight:bold;
}

.content dd {
	margin-top:0;
	font-size:11px;
	margin-left:15px;
	font-weight:normal;
}

.content dd a:link {
	color: #666;
	text-decoration:underline;
}
.content dd a:visited {
	color: #666;
	text-decoration:none;
}
.content dd a:hover, a:active, a:focus {
	text-decoration:underline;
	color: #000;
}

.content #banner {
	float:right;
	margin-bottom:10px;
	clear:right;
}

.pagetop {
    float:right;
    clear:both;
    margin:20px 10px;
}


