/* ================== top ================== */
/* 枠設定 */
.top		{ margin-left: 300px; }
.topleft	{ width: 45%; float:left;  padding: 50px 50px 50px 140px;}
.topright	{ width: 55%; float:right; padding: 90px 50px 20px 20px; }

/* リンク */
.top a:link	{ color: #000; }
.top a:visited	{ color: #000; }
.top a:hover	{ color: #000; }
.top a:active	{ color: #000; }


/* ================== media ================== */
/* 枠設定 */
.medialeft	{ width: 80%; float:left; }
.mediaright	{ width: 20%; float:right; }


