@charset "shift_jis";

ul.sftemp_tabs {
	margin: 0px 5px;
	padding: 0px;
}
ul.sftemp_tabs li {
	border: 1px solid #666666;
	margin: 0 2px 0 0;
	padding: 5px 1em;
	border-bottom: 0;
	display: block;
	float: left;
	list-style-type: none;
	width: auto;
	text-align: center;
	position: relative;
	bottom: -1px;
	z-index: 99;
}
ul.sftemp_tabs li.current {
	font-weight: bold;
	font-style: normal;
	background-color: #DCEAFA;
	border-bottom: 0;
}
.pict_thumb {
	border: 1px solid #999999;
	margin: 5px;
}
.pict {
	border: 1px solid #999999;
	margin: 20px 0 8px 0;
}

/* FAX送付状ダウンロード H2背景 */

TABLE.temp_fax,
TABLE.temp_biz {
	background-color: #666666;
}


TABLE.temp_fax H2,
TABLE.temp_biz H2 {
	background-image: url(img/bk_download_h2.gif);
	font-size: 90%;
	padding: 3px 5px;
	width: 200px;
	line-height: 24px;
	min-height: 24px;
}

TABLE.temp_fax H2 A,
TABLE.temp_biz H2 A {
	color: #000000;
	text-decoration: none;
}

TABLE.temp_fax H2 A:hover,
TABLE.temp_biz H2 A:hover {
	color: #000000;
	text-decoration: underline;
}


/*------------------
2011.03.01 追加
------------------*/

/* テンプレート一覧ページ */

.tempContents{
	 margin:15px 29px;
}

.tempContents .tempArea {
	background:url(img/line_dot.gif) repeat-x left bottom;
}

.tempContents .tempBox {
	float:left;
	width:170px;
	margin:5px auto 10px auto;
	text-align:center;
}

.tempContents .tempBox h2{
	font-size:75%;
	font-weight:normal;
	margin:0;
	padding:0;
	background:none;
	width:170px;
}

/* テンプレートDLページ */

.tempBtn{
	width:450px;
	margin:0 auto;
	text-align:center;
}

.tempShousai{
	width:450px;
	margin:10px auto;
	padding:10px 0 0 0;
	text-align:center;
	font-size:75%;
	background:url(img/line_dot.gif) repeat-x left top;
}

.tempCaution{
	width:430px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	font-size:75%;
	background:#eee;
}

.tempCaution p{
	text-align:left;
}

.tempCaution ul{
	padding-left:14px;
	margin:0;
}

.tempCaution li{
	text-align:left;
}




