@charset "UTF-8";

div#sideNavi{
	background:url("../../images/common/bg_side.jpg") no-repeat 0 0;
}

div#main div.section h3{
}

/* interview */
div#main div.interview ul{
	background:url("../images/index/bg_interview.jpg") no-repeat bottom right;
}
div#main div.interview li{
	width:335px;
	float:left;
	margin:13px 0 0 0;
}
div#main div.interview li.person-mm{
}
div#main div.interview li.person-ts{
	margin:13px 8px 0 0;
	display:inline;
}

/* qa-interview */
div#main div.qa-interview{
	padding:0 0 10px 0;
	background:url("../images/index/bg_section_bottom.gif") no-repeat 0 100%;
}
div#main div.qa-interview ul{
	width:678px;
	border-right:1px solid #C8C8C8;
	border-left:1px solid #C8C8C8;
}

div#main div.qa-interview ul li{
	width:327px;
	display:inline;
	float:left;
	padding:7px 0 7px 0;
	margin:0 0 0 7px;
	background:url("../../images/common/line_gray.gif") repeat-x 0 100%;
}
div#main div.qa-interview ul li a{
	padding:0 0 0 18px;
	background:url("../images/common/ico_mike.gif") no-repeat 5px 0;
}

/* out-blog */


/* blog */
div#main div.blog{
	padding:0 0 10px 0;
	background:url("../images/index/bg_section_bottom.gif") no-repeat 0 100%;
}

div#main div.blog div.blog-line{
clear:both;
}

div#main div.blog div.blog-left{
	width:330px;
	float:left;
	margin:0 0 0 2px;
	padding:10px 0 10px 8px;
}
div#main div.blog div.blog-right{
	width:330px;
	float:left;
	padding:10px 0 10px 8px;
}

div#main div.blog div.blog-line h4.category{
width:658px;
margin:0 0 0 0;
padding:10px 0 0 10px;
background:none;
}

div#main div.blog h5{
	width:300px;
	padding:0 0 0 20px;
	font-size:117%;
	font-weight:bold;
	background:url("../images/common/ico_book.gif") no-repeat 0 3px;
}

div#main div.blog h4{
	width:300px;
	padding:0 0 0 20px;
	font-size:117%;
	font-weight:bold;
	background:url("../images/common/ico_book.gif") no-repeat 0 3px;
}
div#main div.blog dl{
	width:327px;
	clear:both;
	background:url("../../images/common/line_gray.gif") repeat-x 0 100%;
}
div#main div.blog dl dt{
	width:80px;
	float:left;
	padding:8px 10px 8px 0;
}
div#main div.blog dl dd{
	width:200px;
	float:left;
	padding:8px 0 8px 15px;
	background:url("../../images/common/ico_right_blue.gif") no-repeat 0 12px;
}