@charset "UTF-8";
/*
制作　株式会社メックコミュニケーションズ　http://www.mec-com.co.jp/ 
*/

body {
	background: url(css/interview-bg.gif) top repeat-x ;
}


/*--------------------------------------------ローカルナビ*/
#local-nav{
	background:#ECF6FD url(css/local-interview.gif) left top no-repeat;
}
#local-nav h2{
	color:#1C6588;
	border-bottom:1px solid #B4DBFA;
}
#local-nav li a{
	border-bottom:1px dotted #B4DBFA;
}
/*--------------------------------------------リスト*/
#list div{
	background:#B4DBFA url(css/ami.gif);
	padding:6px ;
	margin-bottom:20px
}
#list h2{
	padding:5px 10px;
	color:#FFFFFF;
	background:#1C6588;
	font-size:1.2em;
	font-weight:bold;
}
#list dl{
	font-size:100%;
	border:3px double #B4DBFA;
	background:#FFFFFF;
	padding:15px;
	margin-bottom:1px;
}
#list dt{
	float:left;
}
#list dd{
	margin-left:135px;
	min-height:90px;
	height:auto !important;
	height:90px;
}
#list h3{
	font-size:1.4em;
	margin-bottom:3px;
}
#list h3 a{
	font-weight:bold;
}
#list p.genre{
	font-size:1em;
}
#list p.copy{
	font-size:1.2em;
	line-height:125%;
	margin:3px 0;
}
#list p.kotira{
}
/*--------------------------------------------記事*/
#kiji{
	background:#B4DBFA url(css/ami.gif);
}
#kiji div{
	border:3px double #B4DBFA;
}
#kiji h2{
	border-left:5px solid #1C6588;
	margin-bottom:0;
	width:400px;
}
#kiji h3{
	padding:5px 6px 5px 8px;
	border-left:5px solid #1C6588;
	border-top:1px dotted #1C6588;
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:2em;
	width:400px;
}
#kiji p.photo{
	float:right;
	padding:5px 0 10px 10px;
}
#kiji p{
	margin-top:0
}
#kiji p.q{
	padding:2px 0px 3px 30px;
	color:#1C6588;
	font-size:1.2em;
	font-weight:bold;
	background:url(css/interview-q.gif) 0 0 no-repeat;
}
#kiji p.a{
	margin-bottom:1em
}

