/*--------------------------------------------------------------------
 合格者の声　top
--------------------------------------------------------------------*/
#main{
	width:530px;
	font-size:12px;
	line-height:1.4;
	color:#666666;
	margin:0 auto;
	text-align : left;
}

#box{
	width:530px;
	margin:0 0 20px 0;
	overflow:auto;
}
#Lbox{
	width:265px;
	float:left;
	margin:0;
}
#Lbox-inner{
	width:260px;
	float:left;
	margin:0;
}

#Rbox{
	width:265px;
	float:right;
	margin:0;
}
#Rbox-inner{
	width:260px;
	float:right;
	margin:0;
}

/* トップページ　リスト */
#main ul#toplist{
	list-style: none;
	margin:2px 0 2px 25px;
	padding:0;
}
#main ul#toplist li {
	list-style :none;
	padding: 0 0 6px 10px;
	font-size: 12px;
}

/* タイトル */
p.bar01{
	background:  url(../img/title_word1.gif) no-repeat;
	width:260px;
	height:31px;
	margin:0 0 6px 0;
	text-indent:-9999px;
}
p.bar02{
	background:  url(../img/title_word2.gif) no-repeat;
	width:260px;
	height:31px;
	margin:0 0 6px 0;
	text-indent:-9999px;
}
p.bar03{
	background:  url(../img/title_excel1.gif) no-repeat;
	width:260px;
	height:31px;
	margin:0 0 6px 0;
	text-indent:-9999px;
}
p.bar04{
	background:  url(../img/title_excel2.gif) no-repeat;
	width:260px;
	height:31px;
	margin:0 0 6px 0;
	text-indent:-9999px;
}
p.bar05{
	background:  url(../img/title_access.gif) no-repeat;
	width:260px;
	height:31px;
	margin:0 0 6px 0;
	text-indent:-9999px;
}
p.bar06{
	background:  url(../img/title_ppt.gif) no-repeat;
	width:260px;
	height:31px;
	margin:0 0 6px 0;
	text-indent:-9999px;
}

h5.ao {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding: 0px 0 0 6px;
	margin:8px 0 6px 15px;
	line-height:120%;
}

h5.green {
	font-size: 14px;
	font-weight: bold;
	color: #669933;
	padding: 2px 0 0 6px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #669933;
	margin:8px 0 6px 15px;
	line-height:120%;
}
h5.purple {
	font-size: 14px;
	font-weight: bold;
	color: #CC3366;
	padding: 2px 0 0 6px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3366;
	margin:8px 0 6px 15px;
	line-height:120%;
}
h5.orange {
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	padding: 2px 0 0 6px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9933;
	margin:8px 0 6px 15px;
	line-height:120%;
}

.goto{
	text-align:right;
	margin:10px 0 0 15px;

}


/*--------------------------------------------------------------------
 エントリー　共通
--------------------------------------------------------------------*/
h1{
	background:  url(../img/mtitlr_voice.gif) no-repeat;
	width:118px;
	height:30px;
	margin:0 0 4px 0;
	text-indent:-9999px;
}

h6.entry-title{
	background:  url(../img/ico_fukidasi.gif) no-repeat;
	height:18px;
	margin:20px 0 6px 15px;
	border-bottom:1px solid #ccc;
	padding:0 0 2px 25px;
	font-size:14px;
	line-height:1.4;
	font-weight:bold;
	color:#003366;
}

p.word{
	background:  url(../img/s_voice_word.gif) no-repeat #0B4FA0;
	height:18px;
	margin:20px 0 6px 0;
	text-indent:-9999px;
}

p.excel{
	background:  url(../img/s_voice_excel.gif) no-repeat #199632;
	height:18px;
	margin:20px 0 6px 0;
	text-indent:-9999px;
}
p.access{
	background:  url(../img/s_voice_access.gif) no-repeat #AF007D;
	height:18px;
	margin:20px 0 6px 0;
	text-indent:-9999px;
}
p.ppt{
	background:  url(../img/s_voice_ppt.gif) no-repeat #FF7300;
	height:18px;
	margin:20px 0 6px 0;
	text-indent:-9999px;
}

#entry-body{
	margin:0 0 30px 15px;
	font-size:12px;
	line-height:1.6;
}
#entry-body img{
	margin:0 8px 8px 0;
	float:left;
	clear:both;
	overflow:auto;
}

#entry-body p{
	margin:0;
}

#menu{
	width:510px;
	background:#FFF7F6;
	border:1px solid #E78178;
	margin:0 0 0 15px;
	overflow:auto;
}
ul#submenu{
	list-style: none;
	margin:0;
	padding:10px 0 0 15px;
}
ul#submenu li {
	list-style :none;
	background: url(../img/ico_arrow.gif) no-repeat 0px 4px;
	float: left;
	padding: 0 15px 8px 10px;
	font-size: 12px;
}



