@charset "UTF-8";
@import "common.css";
@import "font.css";

/*index
----------------------------------------------- */
/*#container{
	width: 620px;
	margin-right: 20px;
}*/

table {
	width: 100%;
	border-top :1px solid #CCC;
	border-left :1px solid #CCC;
	margin-top: 10px;
}
td {
	border-bottom :1px solid #CCC;
	border-right :1px solid #CCC;
	padding: 10px;
}

h4 {
	padding-bottom: 5px;
	margin-top: 50px;
	margin-bottom: 10px;
	border-bottom:1px dotted #FA8890;
}


a.image {
	width: 400px;
	height: auto;
	text-align: center;
	margin: 50px auto;
	display: block;
}
a.image img {
	width: 400px;
	height: auto;
}

.sakurapht {
	width: 100%;
}
.sakurapht p {
	text-align: center;
}
.sakurapht a {
	width: 400px;
	margin-bottom: 10px;
}
.sakurapht a img {
	width: 400px;
	height: auto;
}