@charset "UTF-8";
/* CSS Document */
/*===================================
author：Mutsuhiro OYAMA
mail: m@mograph.jp
lastUpdate: 2010.03.29
===================================*/


/*------------sidebar----------------*/
#sidebar1 {
	float: left;
	width: 150px;
}
#sidebar1 div.navi_shiryo {
}
#sidebar1 div.navi_shiryo a {
width:150px;
height:40px;
display:block;
overflow:hidden;
margin-bottom:5px;
text-indent:-9999px;
background:url(../images/bana_01.gif) left top;
}
#sidebar1 div.navi_shiryo a:hover {
background:url(../images/bana_01.gif) left bottom;
}
#sidebar1 div.navi_schedule {
}
#sidebar1 div.navi_schedule a {
width:150px;
height:40px;
display:block;
overflow:hidden;
margin-bottom:5px;
text-indent:-9999px;
background:url(../images/bana_02.gif) left top;
}
#sidebar1 div.navi_schedule a:hover {
background:url(../images/bana_02.gif) left bottom;
}
#sidebar1 div.navi_salon {
}
#sidebar1 div.navi_salon a {
width:150px;
height:40px;
display:block;
overflow:hidden;
margin-bottom:5px;
text-indent:-9999px;
background:url(../images/bana_salon.gif) left top;
}
#sidebar1 div.navi_salon a:hover {
background:url(../images/bana_salon.gif) left bottom;
}
#sidebar1 div.navi_voice {
}
#sidebar1 div.navi_voice a {
width:150px;
height:40px;
display:block;
overflow:hidden;
margin-bottom:5px;
text-indent:-9999px;
background:url(../images/bana_voice.gif) left top;
}
#sidebar1 div.navi_voice a:hover {
background:url(../images/bana_voice.gif) left bottom;
}

#sidebar1 ul, li{
list-style:none;
}

#sidebar1 ul{
border-top: #ff4d12 solid 1px;
}
#sidebar1 li{
border-bottom: #ff4d12 solid 1px;
padding:4px 2px 2px 10px;
background:url(../images/sidebar_arrow.gif) left center no-repeat;
font-size:11px;
}
.mainnavi{
}

#s_select{
margin-bottom:5px;
font-size:10px;
border: #311605 solid 1px;
background-color:#311605;
padding:2px;
}
#s_select h3{
background: #ffcc00;
text-align:center;
padding:2px 0;
color:#311605;
}
#s_select p{
color:#fcdfdc;
}
#s_select a {
text-decoration:none;
color:#ff9933;
}
#s_select a:visited {
text-decoration:none;
color:#ff9933;
}
#s_select a:hover {
text-decoration:none;
color:#ffcc00;
}
#s_select .gt {
margin:5px 0;
border-bottom: #ffcc00 dotted 1px;
}
.side_marg{
	margin:0 0 5px 0;
	padding:0;
	line-height:0;
}
/*------------sidebar　end----------------*/

