@charset "UTF-8";
@import url("../share/base.css");

/* ----------------------------------
目次
・format style　基本構造
・wrapper style　ワラッパ
・header style　ヘッダ
・navi style　ナビ
・title-img style　タイトル
・content style　コンテンツ
・main style　メイン
・sidebar style　サイドバー
・footer style フッター(footer01-and-footer02)
----------------------------------*/


/* navi style
----------------------------------*/

#navi01 a{background-position:-0px -0px;}
#navi02 a{background-position:-168px 0px;}
#navi03 a{background-position:-336px 0px;}
#navi04 a{background-position:-504px 0px;}
#navi05 a{background-position:-672px 0px;}


#navi01 a:hover{background-position:-0px -30px;}
#navi02 a:hover{background-position:-168px -30px;}
#navi03 a:hover{background-position:-336px -30px;}
#navi04 a:hover{background-position:-504px -30px;}
#navi05 a:hover{background-position:-672px -30px;}


/* content style
----------------------------------*/
#content .stage p{
	margin-bottom: 10px;
}

#content .inq{
	width:500px;
	height:auto;
	background-color: #EDF7FF;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-bottom: 30px;
	line-height: 1.8;
}
