/*レイアウト用CSS*/


/*見出し5　装飾は上下にグレー二重線----------------------------------*/
h5{
	margin:5px 2px;
	border-top:double 3px #999999;
	border-bottom:double 3px #999999;
	font-size:90%;
	color:#000000;
	line-height:130%;
	}


p{
	padding:0px 0px 0px 0px;
	margin:5px 20px 0px 20px;
	}

/*サムネイル-------------------------------------------------------*/
.thumbnail{
	width:220px;
	margin:10px 15px;
	float:left;
	text-align:center;
	border:solid 1px #999999;
	}

.thumbnail a{
	color: #000000;
	font-size:85%;
	display:block;
	}

.thumbnail a:hover{
	color: #FF6600;
	background-color:#FFFFCC;
	}


form{
	width:530px;
	margin:17px;
	font-size:80%;
	text-align:left;
	border:solid 1px #999999;
	}

form div{
	margin:5px;
	padding:5px;
	}

#NAME,#FURIGANA,#ADDRESS01,#ADDRESS02,#EMAIL,#TEL,#OTHER_TEL{
	width:300px;
	}

#MESSAGE{
	width:300px;
	height:50px;
	}

.label01{
	width:180px;
	line-height:160%;
	float:left;
	display:block;
	border-bottom:solid 1px #999999;
	margin-right:5px;
	text-align:center;
	}

.label00{
	width:180px;
	line-height:160%;
	display:block;
	border-bottom:solid 1px #999999;
	margin-left:5px;
	text-align:center;
	}

.button01{
	text-align:center;
	}

.introduction_ul{
	margin:0px 10px 20px 10px;
	padding:0px 20px 0px 20px;
	float:left;
	text-align:left;
	font-size:90%;
	color:#000000;
	line-height:120%;
	list-style-image:url("../images/point.gif");
	}

.tousen_layout{
	margin:5px;
	float:left;
	text-align:left;
	font-size:80%;
	color:#000000;
	}