body{ font-family: Arial, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.topbtn{
}
.topbtn ul {
	padding:0;
	margin: 0 auto;
	width: 155px;
}
.topbtn ul li {
	width: 77px;
	table-layout: fixed;
	display: table-cell;
	vertical-align: middle;
	background: #db4c77; /* Old browsers */
	background: -moz-linear-gradient(top,  #db4c77 0%, #96344e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db4c77), color-stop(100%,#96344e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #db4c77 0%,#96344e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #db4c77 0%,#96344e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #db4c77 0%,#96344e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #db4c77 0%,#96344e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db4c77', endColorstr='#96344e',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}
.topbtn ul li:hover {
	background: #BB2255;
}
.topbtn ul li:nth-child(1){
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-right: 1px solid #d5d5d5;
	color: #FFFFFF;
}
.topbtn ul li:nth-child(2){
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
/*	border: 1px solid #d5d5d5;*/
	color: #FFFFFF;
}
.topbtn ul li a {
	display: block;
	padding: 5px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}



.menu {
	list-style-type:none;/*「・」を消す*/
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin:0px 0px 0px 0px;
	width:178px;
	height:19px;
	text-align:left;
	float:center;
	line-height:19px;
	font-weight:bold;
	background-repeat: no-repeat;
	
}

.menu a {
	text-decoration:none;/*下線消し*/
	display:block;/*ブロック要素に変更*/
	border-collapse: collapse;
	color:#CC3366;
	padding-top:2px;
	padding-left:24px;
	font-size:12px;
	background:url('/img/menu/m-arrow.gif') no-repeat left top;
}

.menu a:visited {
	color:#a2384f;
}

.menu a:hover {
	background: #CC3366;
	color:#FFFFFF;
}

.menu2 {
	list-style-type:none;/*「・」を消す*/
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin:0px 0px 0px 0px;
	width:178px;
	height:19px;
	text-align:left;
	float:center;
	line-height:13px;
	font-weight:bold;
	background-repeat: no-repeat;
	
}
.menu2 a {
	text-decoration:none;/*下線消し*/
	display:block;/*ブロック要素に変更*/
	border-collapse: collapse;
	color:#FF6600;
	padding-top:2px;
	padding-left:24px;
	font-size:12px;
	background:url('/img/menu/m-arrow2.gif') no-repeat left top;
}

.menu2 a:visited {
	color: #ff3300;
}

.menu2 a:hover {
	background: #FF6600;
	color:#FFFFFF;
}

.menu2-1 {
	list-style-type:none;/*「・」を消す*/
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin:0px 0px 0px 0px;
	width:178px;
	height:19px;
	text-align:left;
	float:center;
	line-height:13px;
	font-weight:bold;
	background-repeat: no-repeat;
}

.menu2-1 a {
	text-decoration:none;/*下線消し*/
	display:block;/*ブロック要素に変更*/
	border-collapse: collapse;
	color:#ff6600;
	padding-top:2px;
	padding-left:24px;
	font-size:10px;
	background:url('/img/menu/m-arrow2.gif') no-repeat left top;
}

.menu2-1 a:visited {
	color: #ff3300;
}

.menu2-1 a:hover {
	background: #FF6600;
	color:#FFFFFF;
}

.menu3 {
	list-style-type:none;/*「・」を消す*/
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin:0px 0px 0px 0px;
	width:178px;
	height:19px;
	text-align:left;
	float:center;
	line-height:13px;
	font-weight:bold;
	background-repeat: no-repeat;
	
}
.menu3 a {
	text-decoration:none;/*下線消し*/
	display:block;/*ブロック要素に変更*/
	border-collapse: collapse;
	color:#ff3399;
	padding-top:2px;
	padding-left:24px;
	font-size:12px;
	background:url('/img/menu/m-arrow3.gif') no-repeat left top;
}

.menu3 a:visited {
	color: #FF33CC;
}

.menu3 a:hover {
	background: #FF3399;
	color:#FFFFFF;
}

.menutitle{
	font-family:inherit;
	font-weight:bold;
	color:#653741;
	line-height: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width:100%;
	height:30px;
	background: #ffe4e4;
	border-top: 2px solid #A2384F;
	border-left: 1px solid #A2384F;
	border-right: 1px solid #A2384F;
	border-bottom: 1px solid #A2384F;
	box-sizing: border-box;
}
.menuframe{
	/*
	background: #fff7f7;
	width:168px;
	border-left: 1px solid #A2384F;
	border-right: 1px solid #A2384F;
	border-bottom: 1px solid #A2384F;
	padding:5px;
	*/
}

.menucommon {
	list-style-type:none;/*「・」を消す*/
	border-left: 1px solid #A2384F;
	border-right: 1px solid #A2384F;
	border-bottom: 1px solid #A2384F;
	margin:0px 0px 0px 0px;
/*	width:178px;*/
	height:19px;
	text-align:left;
	float:center;
	line-height:13px;
	font-weight:bold;
	background-repeat: no-repeat;
}
.menucommon a {
	text-decoration:none;/*下線消し*/
	display:block;/*ブロック要素に変更*/
	border-collapse: collapse;
	color:#A2384F;
	padding-top:2px;
	padding-left:24px;
	font-size:12px;
	background:url('/img/menu/m-arrow-common.gif') no-repeat left top;
}

.menucommon a:visited {
	color: #CC0066;
}

.menucommon a:hover {
	background: #A2384F;
	color:#FFFFFF;
}

.menucart {
	list-style-type:none;/*「・」を消す*/
	border-left: 1px solid #A2384F;
	border-right: 1px solid #A2384F;
	border-bottom: 1px solid #A2384F;
	margin:0px 0px 0px 0px;
	width:100%x;
	height:15px;
	text-align:left;
	float:center;
	line-height:13px;
	font-weight:bold;
	background-repeat: no-repeat;
	
	text-decoration:none;/*下線消し*/
	display:block;/*ブロック要素に変更*/
	border-collapse: collapse;
	color:#A2384F;
	padding-top:4px;
	padding-left:24px;
	font-size:12px;
	background:url('/img/menu/m-arrow-common.gif') no-repeat left top;
}