#header h1{
	text-align: center;
	margin-bottom: 20px;
}

#content h2 {
	overflow: hidden;
	font-size: 1.5em;	
}
#content h2.title_end{
	margin-bottom: 40px;	
}

#content .img_area{
	text-align: center;	
}

#content h4{
/*	font-size: 80%;*/
	color: #cc0000;
	line-height: 150%;
	border-bottom: 2px solid #cc0000;
	padding-left: 10px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 5px #000, 1px 1px 3px #000;
}
#content h5{
/*	font-size: 80%;*/
	color: #ffffff;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 10px;	
}
#content h5.tab_name{
	text-align: center;
}
#content h5.as_code{
	color: #cc0000;
	background-color: #111111;	
}
#content p{
/*	font-size: 80%;
	color: #ffffff;
	line-height: 150%;
	padding-bottom: 10px;*/
}
#content p.supplyment{
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
}
#content p strong{
	font-weight: bold;
	color: #990000;
}
#content ul{
	margin-bottom:20px;
}
#content ul li{
	list-style: none;
	background: url("../images/list_mark.png") no-repeat scroll left 3px transparent;
  	font-size: 80%;
	color: #ffffff;
	line-height: 130%;
	padding: 0px 0px 10px 20px;
	padding-bottom: 10px;
}
#content ul li span{
	padding-top: 10px;
	font-size: 90%;	
}

#content table {
    border-collapse: collapse;
    width: 100%;
    font-size: 80%;
    line-height: 150%;
    margin-bottom: 50px;
	 border-top: 1px solid #CCCCCC;
	 border-left: 1px solid #CCCCCC;
}
#content table th {
	width: 150px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
	vertical-align: top;
    font-weight: bold;
    padding: 4px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#content table td {
	color: #ffffff;
	vertical-align: top;
    padding: 4px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#content table td span{
	font-size: 90%;	
}
#content table td span.attention{
	color: #990000;
}

#content .img_area{
	text-align: center;
	margin-bottom: 30px;
}
#content p.to_index{
	text-align: center;
	padding-bottom: 50px;
}
#content p span.attention{
	font-size: 90%;
	color: #cc0000;
}
#content p span.attention a{
	color: #cc0000;
}
#content p span.attention a:hover{
	color: #ff0000;	
}

#content dl{
	margin-bottom: 50px;
	font-size: 70%;
	line-height: 150%;
	color: #ffffff;
	padding:10px;
	background-color: #111111;
	border: 1px solid #999999;
}
#content dl dt{
	font-weight: bold;	
}
#content dl dd{
	padding-left: 10px;	
}
#content p.writeby{
	text-align: right;
	padding-bottom:50px;
}

/*HONEBITOサイトの作り方*/
#content #area_slide{
	width:100%;
	text-align: center;
	margin-bottom: 50px;
}
#content p.sitemake{
	margin-bottom: 10px;
}

#content .item_bottom{
	margin-bottom: 30px;
}

@media (max-width: 800px) {
	#content h2 {
		font-size: 1em;	
	}
}