/* 文字 */
.akamoji
{
	color: #ff4248;
	font-weight: bold;
}

div.blocks
{
	margin-top: 20px;
	margin-bottom: 50px;
}	
	.blocks h2, h3, h4
	{
		background: url('/images/h.png');
		background-repeat: no-repeat;
		font-size: 20px;
		padding-top: 15px;
		padding-left: 20px;
		height: 40px;
	}
	div.blocks div.inblocks
	{
		margin-left: 20px;
	}	
		div.blocks div.inblocks p
		{
			font-size: 15px;
			line-height: 30px;
		}
		div.blocks div.inblocks p#narrower
		{
			font-size: 15px;
			line-height: 30px;
			width: 850px;
		}
		div.blocks div.inblocks ul
		{
			list-style: none;
			border: 3px dashed white;
			width: 650px;
			padding: 10px;
			background:#fcebee;
		}		
		div.blocks div.inblocks ul li
		{
			text-decoration: none;
			background: url('/images/li.gif') 1px 4px no-repeat;
			padding-left: 20px;
			margin-bottom: 5px;
			font-size: 15px;
			border-bottom: 2px dashed white;
		}
div.centering
{
	margin-left: 50px;
}		
	p#shousai
	{
		width: 650px;
		background: #fcf2e4;
		font-size: 10px;
		padding: 5px;
		border: 1px solid #797979;
	}		
/* ボタン */
.ct {
	height: 62px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.ct a{
	display: block;
	background-image: url('/images/btb_off.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	height: 120px;
	display: block;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: -1000px;
	overflow: hidden;

}


.ct a:hover{
	background-image: url('/images/btb_on.jpg');
}

.ctb {
	height:100px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.ctb a{
	display: block;
	background-image: url('/images/btb_off.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	display: block;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: -1000px;
	overflow: hidden;

}


.ctb a:hover{
	background-image: url('/images/btb_on.jpg');
}









