/* CSS Document */

@charset "UTF-8";


#container {

}
ul.navi {
	width: 210px;
	margin: 0px;
}
ul.navi, ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body .content_back ul.navi, ul.menu {
	color: #b9b9b9;
}

div.category {
	height: 40px;
	line-height: 40px;
	background-color: #F7F7F7;
	cursor: pointer;
	display: block;
	height: 40px;
	color: #164158;
	list-style-image: url(../images/index/arrow.jpg);
	background-image: url(../images/index/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	line-height: 45px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 2.2em;
	text-align: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-size: 13px;
}

div.category h3 {
	font-size: 12px;
}


div.category_2 {
	height: 40px;
	line-height: 40px;
	background-color: #F7F7F7;
	cursor: pointer;
	display: block;
	height: 45px;
	color: #164158;
	list-style-image: url(../images/index/arrow.jpg);
	background-image: url(../images/index/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	line-height: 48px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 2.2em;
	text-align: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 1px;
	font-size: 13px;
}

div.category_2 h3 {
	font-size: 12px;
}

ul.menu a{
	display: block;
	height: 28px;
	color: #164158;
	list-style-image: url(../images/index/arrow.jpg);
	background-image: url(../images/index/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 25px center;
	line-height: 28px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 2.7em;
	text-align: left;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.menu li{
	background-color: #F7F7F7;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
}

.border {
	background-image: url(../images/index/line_the_left_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 2px;
	width: 208px;
	margin-top: 5px;
	}
.tyosaku{
	display: none;
	}
#youtube{
	float: right;
	/* float: right; */
	/* margin: 30px 20px 0px 0px; */
	width: 100%;
	text-align: center;
}
#youtube h3{
}
#youtube a{
}
#youtube a:hover{
	opacity: 0.6
}
#youtube .second{
	margin-top: 30px;
	margin-bottom: 30px;
}

#youtube2{
	float: right;
	margin: 30px 20px 0px 0px;
	width:350px;
}
#youtube2 h3{
}
#youtube2 img{
	float: left;
}
#youtube2 a{
}
#youtube2 a:hover{
	opacity: 0.6
}
#youtube2 .second{
	margin-top: 30px;
	margin-bottom: 30px;
}
.yahoo {
	position: relative;
	right: 0;
	display: flex;
	text-align: right;
	margin: 7px 0 0px 0px;
}
.colorme{
	position: relative;
	right: -80px;
	margin: 7px 0 0px 0px;
	display: none;
}
a:hover,
.yahoo:hover,
.colorme:hover{
	opacity: 0.7;
	transition: all .2s;
}
.yahoo img{
	padding: 0px 15px 0px 0px;
	right: 0px;
	float: right;
	position: absolute;
}

}