@charset "UTF-8";
/* CSS Document */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */


/* ==========================================================================
   Base
   ========================================================================== */


html {
	font-family: sans-serif; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	/*font-size:77%;*/
	font-size:11px;
	font-family:arial, helvetica, clean, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.6;
	background-color: #eee;
}
/* ==========================================================================
   Links
   ========================================================================== */


a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
	color: #F00;
}

/*--------------------
 サイドナビ
--------------------*/
#navi_Menu {
	/*
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;*/
	width: 145px;
	min-height: 600px;
	/* [disabled]float: left; */
	margin-bottom: 0.5em;
	margin-left: 1px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
#navi_Menu-san {
	/*
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;*/
	width: 145px;
	min-height: 800px;
	/* [disabled]float: left; */
	margin-bottom: 0.5em;
	margin-left: 1px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
#container #naviMenu ul ul ul li {
	list-style: url(../images/yakumono/arrow025_08.gif);
}
#container #naviMenu ul ul .small {
	font-size: 90%;
}
#container #naviMenu table {
	font-size: 80%;
	line-height: 1.3em;
}
#container #naviMenu table tr {
	padding-top: 1em;
}
#navi_Menu p {
	width: 114px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}
/*--------------------
 リンク
--------------------*/
a {
	text-decoration: none;
}
a:hover {
	color:red;
	text-decoration: none;
}
/*--------------------
 end
--------------------*/
#container #naviMenu ul .no_top_border {
	border-top-style: none;
}
#container #naviMenu ul ul li.add_last-border {
	border-bottom: 1px solid #999;
} 
.adjust01 {
	position: relative;
	top: 3px;
	left: 5px;
}
#navi_Menu-san p {
	text-align: center;
	margin: 0em;
}
