@charset "utf-8";

@import "../../css/base.css";
@import "../../css/common.css";


/*		Plan
----------------------------------------------------*/
div#section-right h2 {
    margin: 10px 0 0 15px;
    width: 420px;
    height: 57px;
    background: url(../images/h2_plan.png) top left no-repeat;
    text-indent: -9999px;
}

h3 {
	width: 630px;
	height: 40px;
    text-indent: -9999px;
}

h3.place {
	margin: 10px 0 20px 17px; 
	background: url(../images/title_plan01.png) top left no-repeat;
}
h3.scene{
	margin: 30px 0 20px 17px; 
	background: url(../images/title_plan02.png) top left no-repeat;
}
h3.life{
	margin: 20px 0 20px 17px; 
	background: url(../images/title_plan03.png) top left no-repeat;
}

ul.plan {
	padding: 0 0 10px 17px;
	width: 640px;
	overflow: hidden;
}

ul.plan li {
	padding-right: 9px;
	float: left;
    display: inline;
	width: 151px;
}

p.pagetop {
    margin: 10px 0 0;
    border: 0;
}
