@charset "UTF-8";
/* CSS Document */


#menu {
	float: left;
	width: 260px;
	padding-left: 30px;
}


#menu_service {
	background: #F7FEE8;
	width: 250px;
	border: 1px solid #32A172;
	border-radius: 4px;
	/* -webkit-border-radius: 4px;
	-moz-border-radius: 4px; */
	margin-bottom: 6px;
}

#menu_shisetsu {
	background: #E9FEF5;
	width: 250px;
	border: 1px solid #F8BC22;
	border-radius: 4px;
	/* -webkit-border-radius: 4px;
	-moz-border-radius: 4px; */
}
#title_service, #title_shisetsu {
	margin-top: 4px;
	border-bottom: 1px solid #9AC0B3;
	margin-left: 4px;
}
#menu ul {
	list-style: none;
	padding: 6px;
	margin: 0px;
}
#menu li {
	display: block;
	margin-bottom: 3px;
	list-style: none;
}
#menu li a {
	background: url(../img/btn_bar.jpg) no-repeat left bottom;
	display: block;
	padding-bottom: 4px;
	padding-left: 6px;
	text-decoration: none;
	color: #339;
	font-size: 110%;
	font-weight: bold;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CCC; */
}
#menu li a:hover, #menu li.etoile a:hover {
	background: url(../img/btn_bar.jpg) no-repeat right top;
	color: #603;
}
#menu .etoile a {
	background: url(../img/btn_bar_etoile.jpg) no-repeat left bottom;
}

#menu_service li a {
	height: 1.4em;
	padding-top: 12px;
}

#menu_shisetsu li a {
	height: 1.3em;
	padding-top: 6px;
}


/* nolink */
#menu li.nolink {
	background: url(../img/btn_bar.jpg) no-repeat;
	padding-bottom: 4px;
	text-decoration: none;
	color: #333;
	font-size: 110%;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 16px;
}

#menu li.nolink ul {
	list-style: disc;
	margin-top: 10px;
}
#menu ul .nolink .submenu li a {
	font-size: 90%;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 26px;
	background: url(../img/bullet_leaf1.gif) no-repeat;
	height: 1.8em;
}
#menu ul .nolink .submenu li a:hover {
	color: #C03;
	background: #FFF;	
	background: url(../img/bullet_leaf1.gif) no-repeat;
}


/* etoile */
#menu li.etoile {
	padding-bottom: 4px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
}

#menu li.etoile ul {
	list-style: disc;
	margin-top: 10px;
}
#menu_service ul .etoile_bk  {
	background: url(../img/btn_bar_etoile.jpg) no-repeat left top;
	padding-top: 16px;
	padding-left: 6px;
	font-weight: bold;
}
#menu ul .etoile_bk .submenu {
	padding-top: 10px;
}
#menu ul .etoile_bk .submenu li a {
	padding-top: 8px;
	padding-left: 26px;
	background: url(../img/bullet_star.gif) no-repeat 0px 6px;
	padding-bottom: 0px;
	font-size: 90%;
	height: 1.8em;
}
#menu ul .etoile_bk .submenu li a:hover {
	color: #C03;
	background: #FFF;	
	background: url(../img/bullet_star_red.gif) no-repeat 0px 4px;
}


/* Text Size Change */

#btn_txtchange {
	width: 180px;
	background: #CDECE3;
	border-top: 2px solid #CCC;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #CCC;
	padding-top: 4px;
	text-align: center;
	padding-bottom: 2px;	/* -webkit-border-radius: 6px;
	-moz-border-radius: 6px; */
	position: absolute;
	top: 82px;
	left: 774px;
}
#btn_txtchange_top {
	width: 180px;
	background: #CDECE3;
	border-top: 2px solid #CCC;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #CCC;
	padding-top: 4px;
	text-align: center;
	padding-bottom: 2px;	/* -webkit-border-radius: 6px;
	-moz-border-radius: 6px; */
	position: absolute;
	top: 82px;
	left: 774px;
}
/* プリント時
@media print {
	#btn_txtchange {
	display: none;
	}
} */
#btn_txtchange h5, #btn_txtchange_top h5 {
	color: #600;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

#btn_txtchange ul, #btn_txtchange_top ul {
	list-style:none;
	padding: 0px;
	margin: 8px 0px 0px;
}
#btn_txtchange ul li, #btn_txtchange_top ul li {
	padding:0;
	display:inline;
	height: 30px;
}
#btn_txtchange ul li a,#btn_txtchange_top ul li a {
	text-decoration:none;
	color:#333;
	background:#FFFFFF;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	height: 30px;
	width: 30px;
	padding: 3px 10px;
}
#btn_txtchange ul li a:hover, #btn_txtchange_top ul li a:hover{
	background:#336666;
	color: #FFF;
}

.small-text {font-size:x-small;}
.medium-text {font-size:small;}
.large-text {font-size:large;}
.larger-text {font-size:x-large;}
#btn_txtchange noscript {
	font-size: 80%;
	margin-top: 8px;
	display: block;
	text-align: left;
}
.underline_grey {
	border-bottom: 1px solid #999;
}


/*footer_menu*/
#footer_menu {
	font-size: 90%;
	text-align: left;
	color: #999;
	padding-left: 26px;
	border-top: 2px dotted #69C;
	padding-top: 6px;
	margin: 10px;
}#footer_menu a {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
