/* #######################################################
 * ItemSearch_ver2.0.0
 * [Description]
 *	ItemSearch_ver2.0.0のリンク生成画面のデザインを定義する.
 *
 * [Date]
 *	2007/10/02 ver0.0
 * #######################################################
 * index:
 * 1.ページ内メインボックスの定義
 * 2.ヘッダー内コンテンツのデザイン定義
 * 3.メインコンテンツ内コンテンツのデザイン定義
 * 4.サイドコンテンツ内コンテンツのデザイン定義
 *
 */

/*
 * 1.ページ内メインボックスの定義
 * 構成：
 * wrapper(header,container(maincontents,sidecontents),footer)
 */

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

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

/* コンテンツ全体（サイドコンテンツ + メインコンテンツ） */
#container {
	min-width: 700px;
}

/* メインコンテンツ */
#maincontents {
	width: 100%;
}

/* サイドコンテンツ */
#sidecontents {
	margin-right: 10px; 
	width: 180px;
}






/*
 * 3.メインコンテンツ内コンテンツのデザイン定義
 */

/*ヘッド*/
h2#titlehead{
	padding:0.4em 0.5em 0 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;
}

.partition {
	margin: 10px 0;
	border-top: 3px solid #EECFA1;	
}

#linkcustomize {
	padding: 5px;
	border: 1px solid #EECFA1;
	background:#f7f5e2;		
}


/* テンプレート選択エリア */
.linkselect{
	border:1px solid #CCCCCC;
	background:#eef5ff;
	padding:0.5em;
	margin:3px 0;
}
.linkselect dt{
	float:left;
	width:150px;
	font-weight:bold;
	margin:0;
}
.linkselect dd{
	margin:2px 0.2em;
}


/* テンプレート例 */
.preview{
	clear:both;
	padding:5px 0;
	margin:0 auto;
}
.preview dl{
	float:left;
	height:100%;
	margin:5px 15px;
}
.preview dt{
	margin:3px 0;
	padding:0 0 0 1em;
	background:url(../images/arrow2.gif) 0 5px no-repeat;
	font-weight:bold;
}

/* */
.pasteimage {
	padding: 10px 0 10px 0;
	font-size: 150%;
	font-weight: bold;
	color:#CD5C5C;
}

.linkcodetitle {
	font-size: 120%;
	font-weight: bold;
}


/* リンクコード */
.linkcode{
	margin-top:20px;
}


/* カートの中身 */
.buttonspace {
	margin-top:5px;
}

.goodsname {
	font-size: 110%;
	font-weight: bold;
}
	
/*
 * 4.サイドコンテンツ内コンテンツのデザイン定義
 */
 
#tem_sidenavi {
	margin: 0 0 10px 0;
	border: 1px solid #CCCCCC;
}

#tem_sidenavi th {
	margin:5px 0 0 0;
	padding:0.3em 0 0.3em 2px;
	background:url(../images/bg_head2.gif) 0 bottom repeat-x;
	border-bottom:2px solid #008B00;
	font-weight:bold;
	
}


/*
 * 5.その他
 */
 #linkcart {
 	text-align: right;
 }
