/* 三菱化学メディアブランドサイト：サポート FAQ */



/* 上部メッセージテキスト */
#wrapper #main #contents p.message {
	width:646px;
	padding:0 39px 25px 41px;
	text-align:center;
}


/* 検索フォーム全体 */
#wrapper #main #contents div.search {
	width:556px;
	height:142px;
	margin:0 84px 0px 86px;
	background:url(../../images/support/bg_search.gif) no-repeat;
	position:relative;
}
/* キーワード */
#wrapper #main #contents div.search p.keyword {
	position:absolute;
	top:40px;
	left:120px;
}
#wrapper #main #contents div.search p.keyword input {
	width:190px;
	margin-left:10px;
	vertical-align:middle;
}
/* カテゴリー */
#wrapper #main #contents div.search p.category {
	position:absolute;
	top:80px;
	left:120px;
}
#wrapper #main #contents div.search p.category select {
	width:195px;
	margin-left:10px;
	vertical-align:middle;
}
/* 検索ボタン */
#wrapper #main #contents div.search p.button {
	position:absolute;
	bottom:15px;
	right:30px;
}






/* 検索結果全体 */
#wrapper #main #contents div.result {
	width:556px;
	margin:30px 84px 0px 86px;
}
/* タイトル画像：検索結果 */
#wrapper #main #contents div.result p.subtitle {
	margin:0 0px 0px 0px;
}
/* タイトル画像：各カテゴリータイトル */
#wrapper #main #contents div.result p.subtitle-category {
	margin:0px 0px 15px 0px;
	padding:25px 0 0 0;
}
/* Q全体 */
#wrapper #main #contents div.result div.box-q {
	width:556px;
	margin:0px 0px 1.0em 0px;
}
/* Q画像 */
#wrapper #main #contents div.result div.box-q p.q-icon {
	width:30px;
	padding:0 0 0 20px;
	float:left;
}
/* Qテキスト */
#wrapper #main #contents div.result div.box-q p.q {
	width:506px;
	float:left;
	line-height:1.3em;
}
#wrapper #main #contents div.result div.box-q p.q a {
	color:#0000ff;
}
#wrapper #main #contents div.result div.box-q p.q a:hover {
	color:#ff0000;
	text-decoration:underline;
}


