@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_strong */
#mainContents strong{
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}

/* definition_#contents */
#contents{
	float: left;
	width: 550px;
}

/* definition_#sideNavi */
#sideNavi{
	float: right;
	width: 190px;
}

/* definition_p */
#mainContents p{
	margin: 0 0 15px;
}

/* definition_.twtr-hd */
.twtr-hd h3,
.twtr-hd h4
{
	clear: none;
}



















