﻿/*共通
--------------------------------------------------------------------*/

p{
	font-size:80%;
	line-height:1.5em;
	padding:10px;
	}
	

/*ローカルナビゲーション
--------------------------------------------------------------------*/
div.navBox{
	margin:0 auto;
	width:755px;
	height:40px;
	background:url(../i/story_nav_bg.gif) bottom no-repeat;
	}
	
 ul.local{
	margin:0 auto;
	width:547px;
	text-align:center;
}

	ul.local li{
	float:left;
	display:inline;
	list-style:none;
	padding:0;
	margin:0;
	line-height:0;
}
	ul.local li a{
	display:block;
	text-decoration: none;
	margin:0;
	color:#000;
	font-size:85%;
	line-height:normal;
	
}

/*IE hack*/

*html ul.local{
	width:550px;
	}

/*見出し
-------------------------------------------------------------------*/
h2{
	padding:0;
	margin-right:60px;
	margin-top:30px;
	text-align:right;
}
.marginTop{
  margin-top:15px;
  }
