﻿/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	/*font-family:Verdana,sans-serif;*/
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}


hr{
	visibility:hidden;
	clear:both;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#77510F;
}

a:hover {	
	color:#B4873A;
	text-decoration: underline;
}



.clr {
zoom:1;/*for IE 5.5-7*/
display: inline-table;
}

.clr:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

* html .clr {
	height: 1%;
	display:inline-table;
	/*\*/display:block;/**/
}

/* Hides from IE-mac \*/
* html .clr {
	height: 1%;
}

.clr {
	display: block;
}
/* End hide from IE-mac */





/* style */

#box02{
	width:551px;
}

#box02 .title{
	margin:6px 0px 0px 10px;
}

#box02 .title_main{
	margin-left:10px;
	font-weight:bold;
}

#box02 .box02_1{
	width:545px;
	padding-left:0px;
}

#box02 .box02_1 dt{
	width:505px;
	height:28px;
	background:url(./bg_headline.gif) no-repeat;
	margin:3px 0px 3px 0;
	padding: 6px 0 0;
	font-size: 12px;
}

#box02 .box02_1 dd {
	width:495px;
	margin:3px 0px 3px 12px!important;
	margin:3px 0px 3px 6px;
	font-size: 12px;
}

/*
#box02 .text01{
	width:470px;
	margin:5px 0px 10px 25px!important;
	margin:5px 0px 10px 15px;
}
*/

/*
#box02 .text01 img{
	width:120px;
	margin: 0 5px 5px 0;
}

#box02 .text01 p{
	margin-left:10px;
	width:340px;
}
*/



/*
写真が2枚の時
*/

.image02 {
	float: left;
	width: 120px;
	margin-right: 5px;
}

	.image02 img {
		margin-bottom: 6px;
	}

.text02 {
	float: left;
}

/*
写真が1枚の時
*/
.image01 {
	float: left;
	width: 120px;
	margin: 0 5px 5px 0;
}

.image01 {
	float: left;
}


/* 新着JavaScript用 */

dd.clsHidden {
	display: none;
}

dd.clsShow {
	display: block;
}