/* #######################################################
 * ItemSearch_ver2.0.0
 * [Description]
 *	ItemSearch_ver2.0.0のws_id設定画面のデザインを定義する.
 *
 * [Date]
 *	2007/10/10 ver0.0
 * #######################################################
 * index:
 * 1.ページ内メインボックスの定義
 * 2.ヘッダー内コンテンツのデザイン定義
 * 3.メインコンテンツ内コンテンツのデザイン定義
 * 4.サイドコンテンツ内コンテンツのデザイン定義
 */
 
 
/*
 * 1.ページ内メインボックスの定義
 * 構成：
 * wrapper(header,container(sidecontents,maincontents),footer)
 */

/* ページコンテンツ全体 */
#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/* ヘッダー */
#header {
	width: 100%;
}

/* コンテンツ全体（サイドコンテンツ + メインコンテンツ） */
#container {
	width: 100%;
}

/* メインコンテンツ */
#maincontents {
	width: 610px;
	min-height:500px;
	float: right;
}

/* サイドコンテンツ */
#sidecontents {
	width: 180px;
	float: left;
}

/* フッター */
#footer {
	margin-top: 50px;
	clear: left;
	text-align: center;
	width: 100%;

}


#setwsid {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #B5B5B5;
	background:#E8F3FF;	
}

.explanation-image {
	margin: 10px 0;
	text-align: center;
}

/*
 * 2.ヘッダー内コンテンツのデザイン定義
 */
#topsubtitle {
	color: #8DB6CD;
}

#headernote {
	margin:10px 0;
}



/*
 * 3.メインコンテンツ内コンテンツのデザイン定義
 */
h2#titlehead{
	padding:0.4em 0.5em;
	margin:0px 0px 5px 0;
	font-size:120%;
	height:100%;
	background:url(../images/bg_head3.gif) 0 bottom repeat-x;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:3px solid #3690f0;
}

.contents_inner{
	clear:both;
	width:600px;
	padding:0.3em;
	margin:0 0 1em 0;
	border:1px solid #CCCCCC;
}
.contents_inner dl{
	height:50px;
	margin:1em 0.3em 1em;
}
.contents_inner dt{
	float:left;
	width:380px;
	font-size:100%;
} 
.contents_inner dd img{
	margin:0 0 0 5px;
}

ol{
	background:#E8F3FF;
	padding:0.5em 1em;
	margin:0 0 10px 0;
	list-style-position:inside;
}
ol li{
	margin:0 0 3px 0;
}

/* Q&A */
.qabox{
	margin:0 0 5px 0;
	padding:0 0 8px 0;
	background:url(../images/dotline.gif) 0 bottom repeat-x;
}
.qabox dl dt{
	font-weight:bold;
	font-size:110%;
	background:url(../images/icon_q.gif) 0 bottom no-repeat;
	padding:0 0 4px 26px;	
	margin:0 0 3px 0;
}
.qabox dl dt img{
	vertical-align:middle;
}
.qabox dl dd{
	color:#333333;
	background:url(../images/icon_a.gif) 0 top no-repeat;
	padding:0 0 5px 25px;	
	margin:0 0 3px 0;
}

.qabox_inner{
	margin:10px 0 8px 10px;
}
.qabox ul{
	margin:0 0 5px 0.3em;
}

/* ws_id設定 */
.explanation h3{
	background:url(../images/wsid_head3.gif) 0 0 no-repeat;
	height:26px;
	padding:0.3em 0.5em 0.1em;
	margin:1em 3px 0 0;
}
.explanation p{
	margin:0 0.5em;
}

.notation {
	font-size: 130%;
	font-weight: bold;
	padding: 5px 0;
}

.guidance {
	font-size: 110%;
	color: #7A67EE;
	font-weight: bold;
	margin-top: 0.5em;
	padding: 0.3em;
	border-top:1px solid #CCCCCC;
}

/*
 * 4.サイドコンテンツ内コンテンツのデザイン定義
 */
 


