/*　-----   index   -----　*/
body {
	background-color: #F783C5;
	margin: 0px auto 0px auto;
	text-align: center;
}
p {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka－等幅";
}
img {
border:none;
vertical-align: text-bottom;
}
p , div , img , h1 , h2 , h3 {
	margin: 0px;
	padding: 0px;
	color:#333333;
	font-size: 12px;
	font-weight: normal;
}
#main-wrapper {
	width: 900px;
	margin: auto;
	background-image: url(../images/heart_ptn.gif);
	text-align:left;
}
#momo_right {
	width: 230px;
	float: left;
	margin: 10px 0px 30px 0px;
	text-align:center;
}
#momo_right p {
	text-align: center;
	margin-top: 10px;
}
.link {
	margin-top: 20px;
}
#momo_right #signkai_link h3 {
	font-size: 14px;
	line-height: 200%;
	background-color: #FFFFFF;
	border: 2px solid #FF3399;
	border-top: none;
	width: 226px;
	margin: 0px;
	padding: 10px 0px;
}
#left {
	width: 584px;
	margin: 25px 30px;
	float: left;
}
*html #left {
	margin: 25px 20px;
}
.left_p {
	font-size: 15px;
	color: #91278C;	
	line-height: 150%;
	font-weight:bold;
	margin-bottom:20px;
}
#momo_left {
	background-color:#FFFFFF;
	width: 584px;
}
#momo_left h1 {
	background-image: url(../images/story_title_white.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position:bottom;
	height: 32px;
	width: 561px;
	padding-top: 20px;
	margin-left: 10px;
}
#momo_left .chapter {
	float: left;
	width: 260px;
	height: 80px;
	margin: 20px 0px 0px 20px;
}
*html #momo_left .chapter {
	width: 275px;
	margin-left: 10px;
}
#momo_left .chapter .chap_tit {
	width: 180px;
	float: left;
}
#momo_left .chapter .chap_tit .number {
	padding-bottom: 10px;
}

#cp1 img,#cp2 img,#cp3 img,#cp4 img {
	height: 35px;
	width: 180px;
}
#cp1 a {
	background-image:url(../images/chap1_tit.gif);
}
#cp2 a {
	background-image: url(../images/chap2_tit.gif);
}
#cp3 a {
	background-image:url(../images/chap3_tit.gif);
}
#cp4 a {
	background-image: url(../images/chap4_tit.gif);
}
#cp1 a ,#cp2 a , #cp3 a ,#cp4 a {
	display: block;
	width: 180px;
	height: 35px;
	background-repeat: no-repeat;
	background-position:top;
}
#cp1 a:hover , #cp2 a:hover , #cp3 a:hover , #cp4 a:hover {
	background-position:bottom;
}
#cp1 a:hover{
	background-image:url(../images/chap1_tit.gif);
}
#cp2 a:hover {
	background-image:url(../images/chap2_tit.gif);
}
#cp3 a:hover{
	background-image:url(../images/chap3_tit.gif);
}
#cp4 a:hover {
	background-image:url(../images/chap4_tit.gif);
}

#momo_left #atten {
	color: #FF3399;
	font-size: 10px;
	clear: both;
	text-align: center;
	line-height: 550%;
	padding-bottom: 20px;
}

/*　-----   chapter   -----　*/

#left .story_tit {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
}
#left #momo_left h2 {
	font-family: Georgia, "Times New Roman", Times, serif , "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 17px;
	font-weight: bold;
	color: #91278c;
	padding: 30px 20px 0px 20px;
}
#left #momo_left #story_lead {
padding: 20px 20px 0px 20px;
font-size: 14px;
line-height: 150%;
}
#left #momo_left .pic {
	float: right;
	margin: 0px 5px 10px 10px;
}
ul#navi{
    list-style:none;
	text-align:center;
	margin: 15px 0px 0px 130px ;
	padding-bottom: 30px;
}
*html ul#navi{
	margin-left: 180px;
}
ul#navi2{
    list-style:none;
	text-align:center;
	margin: 15px 0px 0px 170px ;
	padding-bottom: 30px;
}
*html ul#navi2{
	margin-left: 215px;
}
ul#navi li , ul#navi2 li{
    list-style:none;
    float:left;
    width:69px;
	margin-right: 10px;
}
ul#navi a , ul#navi2 a{
    display:block;
    width:69px;
    height:18px;
    background-image: url(../images/navi_btn.gif);
}
#navi a span , #navi2 a span {display:none;}
a.back{
    background-position:0px 0px;
}
a:hover.back{
    background-position:0px -18px;
}
a.top{
    background-position:-69px 0px;
}
a:hover.top{
    background-position:-69px -18px;
}
a.next{
    background-position:-138px 0px;
}
a:hover.next{
    background-position:-138px -18px;
}