	* {
		margin:0;
		padding:0;
	}

	a {
		text-decoration:none;
	}

	a:link { color: #514d20; }
	a:visited { color: #514d20; }
	a:hover { color: #514d20; }
	a:active { color: #514d20; }

	html {
		 height:100%;
	}
	body {
		background-color:#f6eed2;
		/*font-family:"MS PGothic", "Osaka", Verdana, Arial, sans-serif, helvetica; font-size:80%;*/
		font-family:"MS PGothic", "Osaka", Verdana, Arial, sans-serif, helvetica; font-size:15px;
		/*font-weight: bold;*/
		color:#524b21;
		vertical-align:middle;
	}
	body#home {
		background-color:#f7f1d9;
	}
	img {
		margin:0;
		padding:0;
		vertical-align:middle;
		border:none;
		height:auto;
	}

	/*全体枠*/
	div.base {
		margin-top:10px;
		margin-bottom:10px;
		margin-left:5px;
		margin-right:5px;
	}
	/*記事範囲*/
	div.wrap {
		width:560px;
		margin-top:15px;
		margin-left:5px;
		margin-right:5px;
		padding-left:15px;
		padding-right:15px;
		padding-top:5px;
		padding-bottom:10px;
	}
	/*タイトル枠*/
	div.title {
		
		margin-top:5px;
		margin-bottom:5px;
		margin-left:0px;
		margin-right:0px;
		color:#524b21;
		font-size:14px;
		font-weight: normal;

		height: auto;
		line-height: 22px;

	}
	/*タイトル枠*/
	.category {
		position: absolute;
		left: 0px;
		top:3px;

	}
	/*タイトル枠*/
	div.body {
		margin-top:5px;
		margin-bottom:5px;
		margin-left:0px;
		margin-right:0px;

		color:#524b21;
		font-size:14px;
		font-weight: normal;
	}
	/*タイトル枠*/
	div.banner {
		margin-top:6px;
		margin-bottom:2px;
		margin-left:0px;
		margin-right:0px;
	}
	/*タイトル枠*/
	div.banner img {
		width:100%;
	}
	/*ボタン枠*/
	div.button {
		margin-top:6px;
		margin-bottom:2px;
		margin-left:0px;
		margin-right:0px;
	}

	/*オンマウス*/
	a.detail:hover {
		color: #ff0000;
		/*background-image:url("./image/detail_on.png");*/
	}
	/*オンマウス*/
	a.detail {
	   
/*		margin-left:auto;
		margin-right:auto;*/
	/*	display:block;*/
		/*width:84px;
		height:31px;
		background-image:url("./image/detail_off.png");*/

	}

	/*オンマウス*/
	a.back:hover {
		background-image:url("./image/back_on.png");
	}
	/*オンマウス*/
	a.back {
		margin-left:auto;
		margin-right:0px;
		display:block;
		width:84px;
		height:31px;
		background-image:url("./image/back_off.png");

	}

	.layer_top {
		position: absolute;
		left: -20px;
		top:-10px;
	}

	.layer_bottom {
		position: relative;
	}

	div.top{
		top:-10px;
	}

	
	/*左寄せ*/
	div.left {
		float:left;
	}
	/*右寄せ*/
	div.right {
		float:right;
		
	}
	div.text {
		float:left;
		margin-left:5px;
	}
	/*クリア*/
	div.clear {
		clear:both;
	}
	/*枠線*/
	hr.dotted {
		border: 0;
		border-bottom: 1px dotted #b8b7b2;
		margin-left:2px;
		margin-right:2px;
	}
	/*枠線*/
	div.dotted {
		background-image: url("./image/info_line.png");
		height:2px;
		margin-left:2px;
		margin-right:2px;
	}
	/*枠影*/
	div.shadow{
		-webkit-box-shadow: 0px 0px 6px 2px #DDDDCC; /* Safari, Chrome用 */
		-moz-box-shadow: 0px 0px 6px 2px #DDDDCC; /* Firefox用 */
		box-shadow: 0px 0px 6px 2px #DDDDCC; /* CSS3 */
		-webkit-border-radius: 6px; /* Safari, Chrome用 */
		-moz-border-radius: 6px; /* Firefox用 */
		border-radius: 6px; /* CSS3 */
		background:#f4f3ed;
		/*color:#FFF;*/
		/*padding:10px 5px;*/
	}
	/*コピーライト用*/
	.copyright {
		padding:0px 10px;
		text-align:center;
		font-family:"MS PGothic", "Osaka", Verdana, Arial, sans-serif, helvetica; font-size:100%;
		font-weight: normal;
	}
	/*コピーライト用*/
	.copyright div {
		margin:10px 0px;
	}
