@charset "EUC-JP";
/*--------------------｜文字コードはEUCで｜*/


ul#pulldown-menu {
	color: #FFFFFF;
	text-decoration: none;
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}

ul#pulldown-menu a {
	color: #FFFFFF;
	text-decoration: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
	color: #FFFFFF;
	background-color: #0066FF;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	line-height: 2em;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
	background-color: #33FFFF;
	color: #000000;
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	height: 25px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 120px;
	font-size: 12px;
}
ul#pulldown-menu li a {
	display: block;
	width: 120px;
	height: 25px;
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}

/* 下層メニューを不可視 */
ul#pulldown-menu li ul,
ul#pulldown-menu li ul li ul {
	display: none;
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視 */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

* html ul#pulldown-menu li:hover ul {
        vertical-align: bottom; /* IE6 で隙間が空く対策 */
}

ul#pulldown-menu li:hover ul li ul {
        display: none;
}

/* 疑似要素 :hover で孫メニュー可視 */
ul#pulldown-menu li ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 78px;
	z-index: 200;
}

ul#pulldown-menu { /* IE6 対策 */
        behavior: url("csshover.htc");
}








/* -------------------------------------- */

ul#pulldown-menu-girl {
	color: #FFFFFF;
	text-decoration: none;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

ul#pulldown-menu-girl a {
	color: #FFFFFF;
	text-decoration: none;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
ul#pulldown-menu-girl a:link,
ul#pulldown-menu-girl a:visited {
	color: #FFFFFF;
	background-color: #33CC00;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	line-height: 2em;
	padding-left: 10px;
}
ul#pulldown-menu-girl a:hover,
ul#pulldown-menu-girl a:active {
	background-color: #33FF00;
	color: #000000;
}

ul#pulldown-menu-girl li {
	float: left;
	position: relative;
	height: 25px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 80px;
	font-size: 12px;
}
ul#pulldown-menu-girl li a {
	display: block;
	width: 180px;
	height: 25px;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#category {
	background-color: #FF3399;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 210px;
	margin-bottom: 3px;
	height: 22px;
	line-height: 1.8em;
	background-image: url(../img/common/categori_back.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


ul#pulldown-menu-girl li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}

/* 下層メニューを不可視 */
ul#pulldown-menu-girl li ul,
ul#pulldown-menu-girl li ul li ul {
	display: none;
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視 */
ul#pulldown-menu-girl li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

* html ul#pulldown-menu-girl li:hover ul {
        vertical-align: bottom; /* IE6 で隙間が空く対策 */
}

ul#pulldown-menu-girl li:hover ul li ul {
        display: none;
}

/* 疑似要素 :hover で孫メニュー可視 */
ul#pulldown-menu-girl li ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 78px;
	z-index: 200;
}

ul#pulldown-menu-girl { /* IE6 対策 */
        behavior: url("csshover.htc");
}






/* -------------------------------------- */

ul#pulldown-menu-category {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	float: right;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	line-height: 2em;
	border: 1px solid #CCCCCC;
}

ul#pulldown-menu-category a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
ul#pulldown-menu-category a:link,
ul#pulldown-menu-category a:visited {
	color: #FFFFFF;
	background-color: #0066FF;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	line-height: 2em;
}
ul#pulldown-menu-category a:hover,
ul#pulldown-menu-category a:active {
	background-color: #33FFFF;
	color: #000000;
}

ul#pulldown-menu-category li {
	float: left;
	position: relative;
	height: 25px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 80px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
ul#pulldown-menu-category li a {
	display: block;
	width: 80px;
	height: 25px;
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

ul#pulldown-menu-category li ul li {
	float: none;
	margin: 0;
	font-weight: normal;
}

/* 下層メニューを不可視 */
ul#pulldown-menu-category li ul,
ul#pulldown-menu-category li ul li ul {
	display: none;
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視 */
ul#pulldown-menu-category li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

* html ul#pulldown-menu-category li:hover ul {
        vertical-align: bottom; /* IE6 で隙間が空く対策 */
}

ul#pulldown-menu-category li:hover ul li ul {
        display: none;
}

/* 疑似要素 :hover で孫メニュー可視 */
ul#pulldown-menu-category li ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 78px;
	z-index: 200;
}

ul#pulldown-menu-category { /* IE6 対策 */
        behavior: url("csshover.htc");
}



#index_area_menu{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3366FF;
}