@charset "UTF-8";

/*==========================*/
/* キャラクタープロフィール */
/*==========================*/

body{
	font-size: 80%;
}

h1{
	width: 300px;
	margin: 10px auto 0 auto;
	text-align: center;
}

h2{
	display: none;
}


/*==========================*/
/* page1 */

#page1{
	position: relative;
	width: 280px;
	margin: 0 auto 15px auto;
	padding: 40px 20px 35px 20px;
	background-image: url(../img/common/bg_top.png), url(../img/common/bg_bottom.png), url(../img/common/bg_middle.png);
	background-position: top center, bottom center, center;
	background-repeat: no-repeat, no-repeat, repeat-y;
}

	#berry{
		margin-bottom: 30px;
	}
	
		#berry h3{
			margin-bottom: 3px;
		}
	
		#berry p.image{
			float: right;
			margin: -50px 0 0 0;
		}
	
	#gokko{
		position: relative;
		margin-bottom: 40px;
	}
	
		#gokko h3{
			position: absolute;
			top: -10px;
			right: 0;
		}
		
		#gokko p{
			padding-top: 30px;
		}
		
		#gokko p.image{
			float: left;
			margin: 0 15px 0 -5px;
			padding: 0;
		}

	
	#owner{
		margin-bottom: 20px;
	}
	
		#owner h3{
			margin-bottom: 3px;
		}
	
		#owner p.image{
			float: right;
			margin-top: -80px;
		}


/*==========================*/
/* page2 */

#page2{
	position: relative;
	width: 260px;
	margin: 0 auto 15px auto;
	padding: 40px 30px 35px 30px;
	background-image: url(../img/chara_profile/page2_top.gif), url(../img/chara_profile/page2_bottom.gif), url(../img/chara_profile/page2_middle.gif);
	background-position: top center, bottom center, center;
	background-repeat: no-repeat, no-repeat, repeat-y;
}

	#tsukune{
		margin-bottom: 20px;
	}
	
		#tsukune h3{
			text-align: right;
			margin-bottom: 3px;
		}
	
		#tsukune p.image{
			float: left;
			margin: -15px 10px 0 0;
		}
	
	#peechiku{
		margin-bottom: 20px;
	}
	
		#peechiku h3{
			margin-bottom: 3px;
		}
	
		#peechiku p.image{
			float: right;
			margin: -35px -20px 0 0;
		}


/*==========================*/
/* page3 */

#page3{
	position: relative;
	width: 255px;
	margin: 0 auto 15px auto;
	padding: 40px 25px 35px 40px;
	background-image: url(../img/chara_profile/page3_top.gif), url(../img/chara_profile/page3_bottom.gif), url(../img/chara_profile/page3_middle.gif);
	background-position: top center, bottom center, center;
	background-repeat: no-repeat, no-repeat, repeat-y;
}

	#bao{
		position: relative;
		margin: 70px 0 55px 0;
	}
	
		#bao h3{
			margin-bottom: 10px;
		}
	
		#bao p.image{
			position: absolute;
			top: -80px;
			right: 0;
		}
	
	#mumu{
		margin-bottom: 20px
	}
	
		#mumu h3{
			padding-right: 30px;
			text-align: right;
		}

		#mumu p{
			clear: both;
			padding-right: 30px;
		}

		#mumu p.image{
			float: left;
			margin: -85px 0 0 0;
			padding: 0;
		}


/*==========================*/
/* page4 */

#page4{
	position: relative;
	width: 265px;
	margin: 0 auto 20px auto;
	padding: 50px 35px 35px 20px;
	background-image: url(../img/chara_profile/page4_top.gif), url(../img/chara_profile/page4_bottom.gif), url(../img/chara_profile/page4_middle.gif);
	background-position: top center, bottom center, center;
	background-repeat: no-repeat, no-repeat, repeat-y;
}

	#charary_bot{
		margin-bottom: 20px;
	}
	
		#charary_bot h3{
			text-align: right;
			margin-right: -6px;
		}
		
		#charary_bot p.image{
			float: left;
			margin: -35px 10px 0 5px;
		}
	
	#dr_charary{
		margin-bottom: 20px;
	}
	
		#dr_charary h3{
			margin-left: 7px;
		}
		
		#dr_charary p{
			margin-left: 20px;
		}
		
		#dr_charary p.image{
			float: right;
			margin: -50px -7px 0 0;
		}


/*==========================*/
/* page5 */

#page5 h2{
	display: block;
	margin-bottom: 15px;
	text-align: center;
}