body {
	background: #FC54CE;
}
#contents_wrapper {
	width: 950px;
	height:100%;
	margin: 0 auto;
	text-align: left;
}
p{
margin-bottom: 1em;
}
/* ヘッダー
--------------------------------------------------------------------------	*/
#header {
	width: 950px;

}
h1{
	float: left;
}
#head_navi{
	float: right;
	text-align: right;
	padding: 60px 20px 0 0;
}
#head_navi ul li{
	display: block;
	float: left;
	padding: 0 5px;
}
#head_navi a{
	color: #fff;
	font-size: 108%;
	text-decoration: none;
}
#head_navi a:hover{
	text-decoration: underline;
}

/* メニュー
--------------------------------------------------------------------------	*/
/* menu::base */
div#menu {
    height: 51px;
    width: 100%;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 950px;
}
div#menu ul.menu {
    background: url(/img/common/right.png) no-repeat right 0;
    _background: url(/img/common/right.gif) no-repeat right 0;
}

div#menu li {
    position: relative;
    display: block;
    float: left;
    z-index: 101;
    width: auto;
    border-right: 1px solid #fe9df4;
}
div#menu ul ul li {
    z-index: 9;
}
div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top: 51px;
    left: -13px;
    visibility: hidden;
    width: 194px;
	margin: 0px 0 0 -4px;
    padding: 0;
    background: url(/img/common/subsubmenu-top.png) no-repeat 0px 0;
    _background: url(/img/common/subsubmenu-top.gif) no-repeat 0px 0;
}
div#menu ul ul {
	  z-index: 12;
    padding: 0px 4px 10px 4px;
    background: url(/img/common/submenu-bottom.png) no-repeat 0px bottom;
    _background: url(/img/common/submenu-bottom.gif) no-repeat 0px bottom;
    margin: 10px 0 0 0;
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 51px;
    display: block;
    float: left;
    line-height: 50px;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    padding-right:5px;
    text-align:center;
}
div#menu span {
    margin-top: 2px;
    padding: 0 15px 0 25px;
    font: bold 15px 'ＭＳ Ｐゴシック', sans-serif;
    background: none;
    line-height: 50px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 0;
    line-height: 50px;
    height: 51px;
    _margin-right: 1px;
    background: none;
    color: #fff;
}
div#menu a:hover {
    background:  url(/img/common/selected.png)  repeat-x right -1px;
    color: #8e5761;
  }
div#menu li.current a,
div#menu ul.menu>li:hover>a {
    background: url(/img/common/selected.png)  repeat-x right -1px;
}
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li {
    background: none;
    padding: 0;
}
div#menu ul ul a {
    padding: 0px;
    height: auto;
    float: none;
    display: block;
    line-height: 25px;
    z-index: -1;
    padding-left: 5px;
    white-space: normal;
    width: 164px;
    margin: 0 8px;
    text-transform: none;
    border-top: 1px solid #fc72d8;
    border-bottom: 1px solid #fc72d8;
}

div#menu ul ul a span {
    font-weight:bold;
	  padding: 0 5px;
    line-height: 25px;
    font-size: 93%;
    color: #5b0458;
}
div#menu li.current ul a,
div#menu li.current ul a span {
    background:#f9bee0;
}
div#menu ul ul a:hover {
 background:none;
 background-color: #fc6cc7;
}
div#menu ul ul a:hover span {
	background:none;
	color: #FFFFFF;
}
div#menu ul ul a.parent {
  background: url(/img/common/submenu-pointer.png) no-repeat right bottom;
  _background: url(/img/common/submenu-pointer.gif) no-repeat right bottom;
}
div#menu ul ul a.parent span {
  background:#f9bee0;
}
div#menu ul ul a.parent:hover {
  background: url(/img/common/submenu-pointer.png) no-repeat right bottom;
  _background: url(/img/common/submenu-pointer-hover.gif) no-repeat right bottom;
  background-color: #184A56;
	color: #FFFFFF;
}
div#menu ul ul a.parent:hover span {
  background:#f9bee0;
}
div#menu ul ul span {

    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul div {
	  width: 194px;
	  padding: 0;
    margin: -51px 0 0 192px !important;
    margin-left: 192px;
}
div#menu ul ul ul {
    padding: 10px 4px 0 4px;
}
div#menu ul ul div li {
    position:relative;
    top:-10px;
}

/* lava lamp */
div#menu li.back {
    background: url(/img/common/selected.png) repeat-x 0 0;
    width: 5px;
    height: 51px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0px 0 0 0;
}

div#menu li.back .left {
    padding:0;
    width:auto;
    background: url(/img/common/selected.png) repeat-x right 0;
    height: 51px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}
/* コンテンツ
--------------------------------------------------------------------------	*/
div#contents {
	width: 100%;
	overflow:hidden;
}
div#main_contents{
	width:100%;
	padding:5px 0 40px 0;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}



div#footer{
	margin: 0 auto;
	padding:10px;
	text-align: center;
}
/* googlemap
--------------------------------------------------------------------------	*/
.ginfo a{
	font-weight: bold;
	text-decoration: underline;
}
.ginfo p{
	padding: 0;
	margin: 0;
	text-align: left;
}


/* システムエラー画面
--------------------------------------------------------------------------	*/
#sysErr{
	margin: 100px auto;
	text-align: center;
	width: 600px;
}
#sysErr h1 {
	color: #FF0000;
	font-size: 174%;
	font-weight: bold;
}
#sysErr p.message {
	margin-top: 30px;
	font-size: 116%;
	border-bottom: 1px #808080 solid;
	border-top: 1px #808080 solid;

}
#sysErr p.message strong {
	font-weight: bold;
}
}
/* NN4.x message -------------------------------------------------------- */

.texthidden { display: none }


/* (5) media aural (nav) -------------------------------------------------------- */


div.navihidden {
position: absolute;
z-index: 100;
top: 0px;
right: 0px;
display: run-in;
width: 1px;
height: 1px;
border-style: none;
margin: 0px;
padding: 0px;
overflow: hidden;
}



.clearfix {width:100%;}
.clearfix:after{
    content: "";
    display: block;
    clear: both;}
.summary{
	text-align: center;
	margin: 50px auto;
}
.summary p{
	padding:10px;
}
.flo_l{
	float: left;
}
.flo_r{
	float: right;
}
.disp_b{
	display: block;
}
.preparation{
	text-align: center;
	margin: 0 auto;
	padding: 60px 0;
}
.center{
	text-align: center;
}
.txt_l{
	text-align: left;
}
.txt_r{
	text-align: right;
}
.txt_c{
	text-align: center;
}
.hidden{
	visibility:hidden;
}
.bold {
	font-weight: bold;
}
.imgBd {
	border: 1px solid #ccc;
}
.m5 {
	margin: 5px 0;
}


.fs_l {
	font-size: 21px;
}