/* CSS Document */

body {
	margin:0;

/*	background:#ae8e6f;
	background-image:url(img/background.gif);
	background-repeat:repeat-y;
	background-position:center;
*/
}

p,ul {
	font-size:85%;
	line-height:150%;

}
ul {
	list-style-image: url(img/arrow.gif);
}
a:link {
	color:#69c;
	text-decoration:none;
}
a:visited {
	color:#69c;
	text-decoration:none;
}
a:hover {
	color:#69c;
	text-decoration:underline;
}
a:active {
	color:#69c;
	text-decoration:underline;
}

h1 {
	font-size:80%;
	color:#ccc;
	font-weight:normal;
	text-align:right;
	margin:0;
	text-decoration:none;
}

/* lay out */

#container {
	width:800px;
	text-align:left;
	background:#fff;
	background-image:url(img/headline.gif);
	background-repeat:repeat-x;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
#headline {
	padding-top:20px;
	color:#999;
	margin:0;
}
#headline dl {
/*
	background-image:url(img/navi-background.gif);
	height:19px;
*/
	float:right;
	font-size:80%;
	padding-top:5px;
	margin:0;
	margin-top:15px;
}
#headline dd {
	width:85px;
	text-align:center;
	margin-left:0;
	float:left;
}
#headline a:link {
	color:#633;
	text-decoration:none;
}
#headline a:visited {
	color:#633;
	text-decoration:none;
}
#headline a:hover {
	color:#633;
	text-decoration:underline;
}



.line{
	background-image:url(http://www.yama-ya.jp/img/headline-under.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:800px;
	height:5px;
	clear:both;
	margin:0;
}

.consept {
	background-color:#f4e9df;
	background-image:url(img/consept-back.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:325px;
	color:#383636;
}
.consept img {
	float:right;
	padding-left:20px;
}
.consept h2 {
	margin:0;
	padding-top:35px;
	padding-left:20px;
	font-size:150%;
}

.consept p {
	padding-left:30px;
}


#main {
	margin-top:10px;
	float:left;
	width:600px;
	background:#fff;
	padding-bottom:10px;
}
#main h2 {
	font-size:110%;
	border-left:7px double #900;
	padding-left:10px;
}

/*コンテンツ*/

.contents {
	width:285px;
	margin-right:5px;
	margin-left:5px;
	float:left;
	margin-bottom:10px;
	color:#383636;
}
.contents h3 {
	font-size:120%;
	color:#383636;
	background-image:url(img/contents-back.gif);
	background-repeat:repeat-x;
	height:40px;
	padding-top:13px;
	padding-left:10px;
	margin-bottom: 0;
}
.contents img,.craftman-category img,.example-category img {
	padding-right:5px;
	float:left;
}
.contents p {
	font-size:85%;
	line-height:150%;
	margin-top: 0;
}
.new {
	clear:both;
	margin-left:5px;
	margin-right:5px;
}

.new h3 {
	background-image:url(img/new-point.gif);
	background-repeat:no-repeat;
	background-color:#eee;
	padding-left:30px;
	padding-top:5px;
	height:20px;
	margin-bottom:0;
	border-bottom:1px solid #ccc;
	border-top:2px solid #300;
	letter-spacing: 0.04em;
}
.new h3 span {
	float:right;
	font-size:80%;
	font-weight:normal;
	float:right;
}
.new ul {
	clear:both;
	margin-top:0;
}
.new li {
	border-bottom:1px #ccc dotted;
	padding:-left:10px;
	margin-right:15px;
}

/*エントリー*/

.space {
	padding:5px;
}
.craftman-category,.example-category {
	width:250px;
	margin-right:5px;
	margin-left:5px;
	float:left;
	padding-bottom:10px;
	padding-top:10px;

}
.craftman-category img {
	width:80px;
	height:120px;
	border:0;

}
.example-category img {
	height:80px;
	width:120px;
	border:0;
}
.craftman img,.example img,.event img {
	padding-right:10px;
	float:left;
}



dl.data {
	font-size:80%;
	background-color:#eee;
	border-bottom:1px solid #ccc;
}
.data dt,.data dd {
	background-color:#eee;
	margin-left:0;
	margin-bottom:0;
}

.data dt {
	float:left;
	width:120px;
	border-top:1px solid #ccc;
	clear:left;
	padding-left:5px;
}
.data dd {
	background-color:#fff;
	margin-left:125px;
	margin-bottom:0;
	border-top:1px solid #ccc;
	padding:2px 0px 1px 5px;
}

.event h3 {
	background-image:url(img/contents-back.gif);
	background-repeat:repeat-x;
	height:40px;
	padding-top:13px;
	padding-left:10px;
	margin-bottom: 0;
}

/*ナビゲーション*/
#side {
	float:right;
	width:190px;
	margin-top:10px;
}
#side dl {
	background-color:#eee;
/*
	background-image:url(img/side-background.gif);
	background-position:bottom right;
	background-repeat:repeat-y;
*/
}
#side dt {
	background-image:url(img/sideindex-back.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:32px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-top:0;
	padding-left:30px;
	padding-top:5px;
	color:#fff;


}

#side dd {
	font-size:85%;
	line-height:250%;
	color:#fff;
	border-bottom:1px #ccc dotted;
	margin-left:0;
	padding-left:20px;
}
#side a:link {
	color:#633;
	text-decoration:none;
}
#side a:visited {
	color:#633;
	text-decoration:none;
}
#side a:hover {
	color:#633;
	text-decoration:underline;
}



/*フッター*/

#footer {
	clear:both;
	border-top:1px solid #ccc;
	margin-top:20px;
	color:#383636;
	line-height:150%;
	font-size:85%;
	text-align:right;
}
address{
	color:#383636;
	line-height:150%;
	font-size:85%;
	font-style: normal;

}