@charset "utf-8"; 

/*
コンテンツボックス詳細設定CSS


【1】メイン・センター


【2】サイド

【3】1カラム


【各ページ固有クラス名】

*/


/*【1】メインカラム*/
/*1-0　共通*/
.searchweb .main {
	float:left;
	width: 810px;
}

.searchweb .main .title {
	text-indent: 0px;
	height: auto;
	background: transparent none;
	line-height: 1.5;
}
.searchweb #right .title {
	background:#FFDB00 url(../images/osaka_o2.gif) no-repeat 0 0;
	text-indent: 0px;
	line-height: 1.5;
	padding: 4px 0 4px 30px;
	height: auto;
	border: 1px solid #FF7A00;
}
.searchweb .content {
}
.searchweb .sw {
	position: static;
	background: transparent none;
	color: #000;
	height: auto;
}
.searchweb .sw {
	text-align:right;
}
.searchweb .sw a:link ,
.searchweb .sw a:visited {
	color: #0AA2C7;
}
.searchweb .sw a:hover ,
.searchweb .sw a:active {
	color: #0E2784;
}

.searchweb .unit .content {
	border:none;
}
/*1-2　検索結果*/
#searchresult {
	border: 0;
}
#searchresult strong {
	font-weight:bold;
}
#searchresult em {
	font-style:normal;
}
#searchresult .title {
	line-height:1.5;
	background-color: #EEF8F9;
	color: #000;
	border:0;
	border-top: 1px solid #84D0E3;
	padding: 3px;
}
#searchresult .content {
	border: none;
}
#searchresult .sw {
	text-align: right;
	font-size: 1em;
	margin: 0 0 10px;
}

#searchresult .rw {
	margin:0 0 1em;
	color:#666;
}
#searchresult .otad101 {
	text-align:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 5px 0 0;
}

#searchresult .unit {
	margin: 0 5px 1.5em;
}
#searchresult .unit .content {
	padding:0;
}
#searchresult .unit .title {
	background:transparent none;
	border:0;
	display: inline;
	padding: 0 1em 0 0;
	font-size: 1.16em;
	margin: 0;
	font-weight: bold;
}
#searchresult .unit .title a:link ,
#searchresult .unit .title a:visited {
	color:#000099;
}
#searchresult .unit .title a:hover ,
#searchresult .unit .title a:active {
	color:#FF00FF;
}
#searchresult .blogtitle {
	display: inline;
}
#searchresult .date {
	margin:0;
	display: inline;
}
#searchresult .excerpt {
	margin:0;
	display: block;
	color: #333;
}
#searchresult .url {
	margin:0 0.5em 0 0;
	color: #990000;
	display: inline;
}
#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 #84D0E3;
	border-left:0;
	border-right:0;
	background-color: #EEF8F9;
}
.searchform label {
	margin:0 2px 0;
}
.searchform .bt {
	color: #000;
	text-align: center;
}
.searchform .sw {
	border:1px solid #84D0E3;
	color: #000000;
	text-indent: 0px;
	line-height: normal;
	padding: 5px;
	font-size: 1em;
	text-align: center;
}
.searchform .cw {
	vertical-align:top;
	border-top:2px solid #666;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:2px solid #666;
	width: 350px;
	margin: 0 3px 0 0;
	padding: 2px 5px 3px;
	min-height:16px;
}
.searchform select {
	vertical-align:top;
	border-top:2px solid #666;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:2px solid #666;
	background-color: #FFFFFF;
}
.searchform .button {
	vertical-align:top;
	border-top:1px solid #999;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid #999;
	padding: 3px 20px 2px;
	min-height:17px;
}

/*1-4　検索フォーム上*/
#searchform1 {
	background:transparent none;
	border:0;
}
#searchform1 .bt {
	text-align:left;
}

/*1-5　検索フォーム下*/
#searchform2 {}
#searchform2 .content {
	border:0;
}

/*1-6　人気キーワード*/
.searchwebhotkeys #searchresult .unit {
	font-size:1.33em;
}
.searchwebhotkeys #searchresult .unit a {
	margin:0 1em 0 0;
}


/*【2】サイド*/
.searchweb .side1 {
	float:right;
	width: 200px;
}

