/******************************************

*******************************************/

: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);
}

.waku {
	width:100%;
	max-width:640px;
	margin:0 auto;
}

#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: 0.8em;
}
#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;
	line-height:1.5em;
}
#subtitle p {
	padding:5px 0;
}

#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;
}
.content-img {
	margin: 10px auto;
	/*float: left;*/
	font-size: 0.6em;
	text-align: center;
}
.content-tit,dt {
	font-size: 1em;
	font-weight: bold;
	color: #ff1493;
	margin:10px 10px 5px 10px;
	display:block;
}
.content-txt,dd {
	margin: 5px 10px 10px 20px;
	font-size: 0.9em;
	font-weight: lighter;
	line-height: 1.6em;
	color: rgb(51,51,51);
	display: block;
}

#more{
	margin:5px 0px 0px;
	border-top: 1px solid rgb(170, 170, 170);
}
#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:10.5px;
	font-weight: normal;
}
#more li.last a {
	margin: -6px 0pt -6px -6px;
	padding: 6px 0pt 6px 6px;
	display: block;
}

#footer {
	text-align: center;
	padding: 12px;
	line-height: 18px;
	font-size: 10px;
	background: rgb(224, 42, 106);
	color: rgb(255, 255, 255);
}
.mainlist {
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	text-align: left;
}
.mainlist ul {
	margin:10px 5px;
}
.mainlist ul li {
	margin: 10px 5px;
	background-image: url('../images/bg_contentlist.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 10px 5px 5px 35px;
}
.navigate {
	font-size: 0.6em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 20px 0 20px 10px;
}
.navigate p {
	line-height: 1.8em;
}
.mainlist ul p {
	font-size: 0.8em;
	line-height: 1.5em;
	text-decoration: none;
	margin: 5px 5px 10px 35px;
}
.content-img p a img {
	max-width: 300px;
}
.red {
	font-weight: bold;
	color: #F00;
}
