@charset "UTF-8";
/* CSS Document */


/*=================================================
/*  index.html
/*=================================================*/
#contents .box01 {
	overflow: hidden;
}
#contents .box01 .left {
	width: 240px;
	float: left;
}
#contents .box01 .right {
	width: 380px;
	float: right;
}
#contents .box01 .right h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
	margin-top: 10px;
}
#contents .box01 .right h3:first-child {
	margin-top: 0px;
}