@charset "utf-8"; 

/*
コンテンツボックス詳細設定CSS


【1】メイン・センター


【2】サイド

【3】1カラム


【各ページ固有クラス名】

*/


/*【1】トップページ*/
/*1-0　共通*/
.searchweb .title {
}
.searchweb .content {
	padding:1px 5px;
}
.searchweb .unit .content {
	border:none;
}
/*1-2　検索結果*/
#searchresult {}
#searchresult strong {
	font-weight:bold;
}
#searchresult em {
	font-style:normal;
}
#searchresult .unit {
	margin: 0 0 1.5em;
}
#searchresult .unit a:link ,
#searchresult .unit a:visited {}
#searchresult .unit a:hover ,
#searchresult .unit a:active {}
#searchresult .unit .title {
	background:none;
	border:0;
	display: inline;
	padding: 0 1em 0 0;
	font-size: 1.33em;
	color: #000000;
}
#searchresult .content {
}
#searchresult .blogtitle {
	display: inline;
}
#searchresult .date {
	margin:0;
	display: inline;
}
#searchresult .excerpt {
	margin:0;
	display: inline;
}
#searchresult .url {
	margin:0 1em 0 0;
	color: #666;
	display: block;
}
#searchresult .pager {
	margin:20px 0 20px;
	text-align:center;
}
#searchresult .pager a {
	border:1px solid #ccc;
	background-color: #fff;
	padding:3px;
}
#searchresult .pager strong {
	border:1px solid #ccc;
	background-color: #ccc;
	padding:3px;
}


/*1-3　検索フォーム*/
.searchform {
	padding: 5px;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
}
.searchform label {
	margin:0 2px 0;
}
.searchform .bt {
	width:260px;
	float:left;
	color: #666666;
	text-align: left;
}
.searchform .bt .button{
	height: 19px;
	width: 42px;
	background:url(http://funai-web.com/img/btn_search.jpg) no-repeat 0 0;
	text-indent:-9999px;
	border:none;
	margin:0 0 0 3px;
}
.searchform .sw {
	width:350px;
	float:right;
	border:1px solid #ccc;
	font-size: 10px;
	color: #666666;
	margin: 0;
}
.searchform .sw select {
	font-size:10px;
}

/*1-4　検索フォーム上*/
#searchform1 {}
#searchform1 .bt .button{
	height: 19px;
	width: 42px;
	background:url(http://funai-web.com/img/btn_search.jpg) no-repeat 0 0;
	text-indent:-9999px;
	border:none;
	margin:0 0 0 3px;
}

/*1-5　検索フォーム下*/
#searchform2 {}
#searchform2 .bt .button{
	height: 19px;
	width: 42px;
	background:url(http://funai-web.com/img/btn_search.jpg) no-repeat 0 0;
	text-indent:-9999px;
	border:none;
	margin:0 0 0 3px;
}

/*1-6　人気キーワード*/
#hotkeys {}
#hotkeys .content {
}
#hotkeys .sw {
	text-align:right;
}
#hotkeys .unit {
	font-size:1.33em;
}
#hotkeys .unit a {
	margin:0 1em 0 0;
}


/*【2】サイド*/
#left .box .title {
	background-image: url(../images/bg_sidetitle.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F98013;
	height:20px;
	padding:7px 5px 0 10px;
	color:#FFFFFF;
}

/* hotkey */
.hotkeySpace {margin:0 auto 20px; padding:0; text-align:left; width:100%;}
.hotkeySpace ul { margin:0; padding:10px 0 0 10px;}
.hotkeySpace li {
	margin:0 auto 5px;
	padding:0;
	width:180px;
	list-style-image: none;
	list-style-type: none;
}
.hotkeySpace img {border:none; vertical-align:middle;}
.sLink {font-size:83.4%; margin:10px 10px 5px 0; padding:0; text-align:right;}

