@charset "utf-8";
#wrapper {
	padding: 0px;
	width: 320px;
	height: auto;
	margin: 0px;
	background-color: #FFFFFF;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 60px;
	text-align: center;
}
#header img {
	margin: 0px;
	padding: 0px;
}
#header h1 {
	font-size: 16px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#main img {
	margin: 0px;
	padding: 0px;
}
#contents {
	margin: 0px;
	padding: 0px;
	background-image: url(../png/i_bg_li_1.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contents h2 {
	color: #444444;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-image: url(../png/i_bg_li_1.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contents h3 {
	color: #444444;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#contents img {
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}

#contents p {
	color: #444444;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
li {
	list-style-type: none;
}
#topics li {
	/*height: 80px;*/
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-position: bottom;
	background-image: url(../png/i_bg_li_1.png);
	background-repeat: repeat-x;
}
#topics img {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#topics a {
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
	color: #444444;
	background-image: url(../png/listArrow_tr.png);
	background-repeat: no-repeat;
	background-position: right;
	/*↓ボックスからあふれたテキストを非表示...にするなどの設定*/
	overflow:hidden;
	/*white-space:nowrap;*/
	white-space:normal;
	text-overflow: ellipsis;
}
#topics  p  {
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-color: #3B921F;
}

#footer {
	padding: 10px;
	margin: 0px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	margin: 0px;
	color: #999999;
	padding: 0px;
}
