/******************************************

*******************************************/

:link, :visited{text-decoration:none;}
ul, ol{list-style:none;}
h1, h2, h3, h4, h5, h6, pre, code{font-size:1em;}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{margin:0; padding:0;}
a img, :link img, :visited img{border:none;}
address{font-style:normal;}


body {
	margin: 0px;
	padding: 0px;
	font-family: 'MeiryoKe_PGothic', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', Arial, 'ＭＳ Ｐゴシック', sans-serif;
	repeat-x scroll left top rgb(253, 164, 186);
	color: rgb(0, 0, 0);
}
#pagetitle {
	-moz-box-sizing: border-box;
	width: 100%;
	text-align:center;
	padding:5px 0px;
	background: rgb(224, 42, 106);
	color: rgb(255, 255, 255);
}
h1{
	font-size:1em;
}
#pagetitle img {
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
h2 {
	margin:0px;
	padding: 4px;
	background: url('../images/bg_h2.png') repeat-x scroll left top rgb(167, 26, 62);
	color: rgb(255, 255, 255);
	border-top:1px solid rgb(255, 255, 255);
	font-weight: bold;
	font-size: 15px;
	clear: both;
}
a img {
	border: medium none;
}
a {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style:none outside none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
}
#subtitle {
	width: 100%;
	padding:8px 0px;
	color: rgb(0, 0, 0);
	text-align: center;
	font-size:12px;
}
#navi {
	padding-bottom: 14px;
}
#navi li {
	padding: 7px 0px;
	display: block;
	float: left;
	width: 80px;
	height: 72px;
	text-align: center;
	font-size: 10px;
	line-height: 11px;
}
.contentlist {
	padding-top: 6px;
	background-image: url('../images/bg_contentlist.png');
	background-repeat: no-repeat;
	background-position:97% center;
	min-height: 86px;
	clear: both;
}
.contentlist li.content-img {
	margin: 0pt 8px;
	float: left;
}
.contentlist li.content-tit {
	font-size: 14px;
	font-weight: bold;
	color: rgb(0, 0, 255);
}
.contentlist li.content-txt {
	margin-top: 2px;
	margin-right: 30px;
	font-size: 12px;
	line-height: 14px;
	color: rgb(0, 0, 0);
}

#more{
	margin:5px 0px 0px;
}
#more li.last {
	clear: both;
	padding: 7px;
	background-image: url('../images/bg_contentlist.png');
	background-repeat: no-repeat;
	background-position: 97% center;
	border-bottom: 1px solid rgb(170, 170, 170);
	border-top: 1px solid rgb(255, 255, 255);
	min-height: 16px;
	font-size:14px;
	font-weight: bold;
}
#more li.last a {
	margin: -6px 0pt -6px -6px;
	padding: 6px 0pt 6px 6px;
	display: block;
}

#footer {
	text-align: center;
	padding: 12px;
	line-height: 14px;
	font-size: 12px;
	background: rgb(224, 42, 106);
	color: rgb(255, 255, 255);
}
