@charset "UTF-8";
/* ==============================
	top.css
	インポート用CSS
	トップ
============================== */


@import "common.css";

/*トップ　photo*/
.topphoto {
clear: both;
}



/*トップ　ニュース*/
.mainspace ul {
	margin: 0;
	padding: 0px 5px 0 5px;
	text-align: left;
}

.mainspace li {
list-style: none;
margin: 0;
padding: 3px 0 3px 10px;
background-image: url(../images/common/icon3.gif);
background-position: center left;
background-repeat: no-repeat;
}


.mainspace_gray {
margin: 0 0 10px 0;
width: 630px;
text-align: left;
font-size: 90%;
background-color:#E9EAE8;
padding: 10px;
}

/*トップ　Q&A*/

.qa {
overflow: hidden;
clear: both;
}

.qaphoto {
float: left;
margin-right: 10px;
}

.qacomment {
float: left;
width: 530px;
}


