@charset "utf-8";

/*

メーンコンテンツスタイル（トップページ）

------------------------------*/

div#main {
	margin-bottom: 3em;
	width: 500px;
}
div#main div {
	margin-bottom: 5em;
}
div#main div div{
	border: 1px solid #ededed;
}
div#main div div div.rss-box {
	padding: 0.5em;
	border: none;
}

div#main dl#welcome {
	padding-left: 262px;
	height: 200px;
	background-image: url(000all-image/shop-p.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
div#main dl#welcome dt {
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	line-height:1.5;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-left: 6px solid #666;	
}
div#main dl#welcome dd {
	line-height: 1.5;}
	
/*
定義リストの表2段組
.dList2Column
Use.
<dl class="twoColumn">
	<dt>title</dt>
	<dd>
		<div>contents</div>
	</dd>
</dl>
*/
.dList2Column dl {
	height: 1%;
	overflow: hidden;
	/*
	need property
	margin-bottom: -x;	//offset dd margin-bottom value .
	*/
}
.dList2Column dl dt {
	float: left;
	/*
	need property
	width: ;
	text-indent: ;
	*/
}
.dList2Column dl dd {
	/*
	need property
	margin-bottom: x;
	padding-left: ;
	border-bottom: ;
	*/
}
.dList2Column dl dd div {
	display: inline-block;	/*IE6 fix*/
}


/* =#upDateTopics and =#upDateBlog */
#upDateTopics {}
#upDateTopics .detail {
	margin: 1em 0 0;
}
#upDateTopics .detail p {
	text-align: right;
}
#upDateTopics h2 {
	background-position: -1000px 0;
}
#upDateTopics div,
#main #upDateBlog div,
#main #upDateTopics div {
border: none;
}

#upDateTopics div dl,
#upDateBlog div dl {
	margin-bottom: -1em;
}

#upDateTopics div dl dt,
#upDateBlog div dl dt,
#upDateTopicsDetail div dl dt {
	width: 9em;
	text-indent: 6px;
}

#upDateTopics div dl dd,
#upDateBlog div dl dd,
#upDateTopicsDetail div dl dd {
	margin: 0 0 1em;
	padding: 0 0 0 9em;
	border-bottom: 1px dashed #999999;
}
#upDateTopics div dl dd p strong {
color: #ff0000;
font-weight: bold;
}
#upDateTopics div dl dd div {}
#upDateTopics div dl dd div p,
#upDateTopicsDetail div dl dd p {
	padding: 0 6px 0 0;
}
#upDateTopics div dl dd div p strong,
#upDateTopicsDetail div dl dd p strong {
	display: block;
	color: #ff3300;
	font-weight: bold;
	font-size: 1.2em;
}
#upDateTopics div dl dd div .upDateDetailLink {
	width: 340px;
	text-align: right;
}
#upDateTopicsDetail div dl dd div .upDateDetailLink {
	width: 548px;
	text-align: right;
}

/* =#upDateBlog */
#upDateBlog {}
#upDateBlog h2 {
	background-position: -1000px -64px;
}
