@charset   "UTF-8";

h1 {
	font-size: 1.5em;
	color: #cc3333;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

div#top_from {
	text-align:center;
	margin:1em 0;
}

div#bottom_from {
	text-align: center;
	margin: 2em 0;
}

div#bottom_from img {
	width: 260px;
	height: 60px;
	border-style: none;
}

div#wall_picup {
	width: 500px;
	margin: 10px auto;
	padding: 10px;
	border-top: 3px double #ff3300;
	border-bottom: 3px double #ff3300;
	background-color: #ffffff;
	font-size: 0.8em;
}

div#wall_picup img {
	width: 480px;
	height: 272px;
	border: 3px solid #cc3333;
}

div#wall_picup p {
	text-align: left;
	color: #666666;
	padding: 0;
	margin: 0;
}

div#wall_picup_end {
	clear: both;
	text-align: right;
	padding: 2px;
}

div#wall_picup_end a {
	color: #0066ff;
}

div#wall_picup_end a:hover {
	color: #00ffff;
}

/* wall_list fd */

div.wall_list {
	margin: 10px 40px;
	line-height: 1.5;
	clear: both;
}

div.wall_list h2 {
	font-size: 1em;
	color: #cc3333;
	border-bottom: 2px solid #cc3333;
	text-align: left;
	padding: 2px 2px 2px 40px;
	margin: 20px 10px 1em 10px;
}

div.wall_list table {
	border-collapse: collapse;
	margin: 2px auto;
}

div.wall_list table td {
	width: 140px;
	text-align: center;
	font-size: 0.8em;
	vertical-align: top;
}

div.wall_list table td a {
	text-decoration: none;
	color: #660000;
}

div.wall_list table td a:hover {
	color: #ff0000;
}

div.wall_list table td a img {
	width: 120px;
	height: 90px;
	border: 1px solid #cccccc;
	border: 1px dotted #666666;
}

div.wall_list table td a img:hover {
	border: 1px solid red;
}

div.wall_list table td ul,ol {
	text-align: left;
	margin: 0;
	padding-left: 2em;
}

/* nextpage size_list */

div.size_list {
	margin: 10px 40px;
	line-height: 1.5;
	clear: both;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}

div.size_list h2 {
	text-align: center;
	color: #990000;
	font-size: 0.8em;
	letter-spacing: 0.5em;
}

div.size_list table {
	width: 100%;
	margin: 0 auto;
	font-size: 0.8em;
}

div.size_list table td {
	text-align: center;
	vertical-align: top;
	text-align: center;
	padding:1em 0  2em 0;
}

div.size_list table td a img {
	width: 160px;
	height: 40px;
	border: 1px solid #000000;
}

div.size_list table td a:hover img {
	width: 160px;
	height: 40px;
	border: 1px solid #ffff00;
}