/*レイアウト用CSS*/

.sub_menu a{
	margin-left:10px;
	font-size:60%;
	line-height:18px;
	color:#330000;
	}

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


h5{
	margin:5px 2px;
	border-top:double 3px #999999;
	border-bottom:double 3px #999999;
	font-size:80%;
	color:#000000;
	line-height:130%;
	}

.thumbnail{
	width:130px;
	margin:10px 5px;
	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;
	}

.detail{
	margin:5px 10px;
	}

.detail img{
	float:left;
	margin:0px 10px;
	}

.detail td{
	padding:5px 0px;
	border-bottom:solid 1px #999999;
	line-height:120%;
	color:#000000;
	font-size:80%;
	}


.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");
	}
