@charset "UTF-8";

/*
 Title Set [
----------------------------------------------------------- */
h3{
 font-size:1.2em;
	font-weight:bold;
	margin:30px 0 15px 0;
}

h4{
 font-size:1.4em;
	font-weight:bold;
	color:#999999;
	margin:0 0 10px 0;
}

/*
 Contents Layout Set [
----------------------------------------------------------- */
.contentsAll {
 width:900px;
}

.contentsHalfL {
 width:440px;
	float:left;
}

.contentsHalfR {
 width:440px;
	float:right;
	text-align:left;
}

.contentsL {
	width:280px;
	float:left;
}

.contentsR {
	width:600px;
	float:right;
	text-align:left;
}

.columnL {/*inside contentsL*/
	width:220px;
	float:left;
}

.columnR {/*inside contentsL*/
	width:680px;
	float:right;
	text-align:left;
}

.columnHalfL {/*inside contentsL*/
	width:440px;
	float:left;
}

.columnHalfR {/*inside contentsL*/
	width:440px;
	float:right;
	text-align:left;
}

