@charset "utf-8";

#web{
	width: 750px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
	background-color: #FFC;
	text-align: left;
}
#web p{
	font-size: 14px;
	margin-left: 20px;
}

#images{
	width: 750px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
	background-color: #FFC;
	text-align: left;
	text-indent: 12px;
}
#images p{
	font-size: 14px;
}

.title{
	text-indent: 24px;
	width: auto;
}
.title a{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-color: #960;
	font-family: "有澤太楷書P", "江戸勘亭流Ｐ", "麗流隷書";
	padding: 10px;
}

.sub_title{
	font-size: 18px;
	color: #F09;
	font-weight: bold;
	margin-bottom: 5px;
}

.small{
	font-size: 14px;
	color: #0CF;
	font-weight: bolder;
	margin-bottom: 20px;
}

.menu_img{
	width: 20%;
}

a{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer_menu{
	text-align: center;
}
#footer a{
	font-size: 16px;
	margin-left: 18px;
	margin-right: 18px;
}


ul li a{
	font-size: 8px;
	color: #999;
}

.new{
	color: #F00;
	text-decoration: blink;
	font-weight: bold;
}