/* CSS Document */
/* メニュー関係のスタイルまとめ */



#menu_containar {
	margin: 0px;
	width:760px;
	height:200px;
}


.halfmoon{
	margin: 0px;
	width:150px;
	float:left;
}

.halfmoon ul{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 14px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
/*
	line-height:1;
*/
	width:150px;
}

.halfmoon li{
	display: block;
	margin: 0px;
}

.halfmoon li a{
	display: block;
	text-decoration: none;
	margin: 0px;
	margin-right: 0; /*distance between each tab*/
	border-left: 1px solid #dddddd;
	color: black;
	font: bold 14px Verdana;
	text-indent: -9999px;
	width: 150px;
	height: 40px;
}

.halfmoon li a:visited{
	color: black;
}


#tabcontentcontainer{
	position:relative;
	width:180px; /*width of 2nd level content*/
	height:200px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	float:left;
	margin:0px;
}

#tabcontentcontainer a {
}


.tabcontent{
	display:none;
	height:200px;
	margin:0px;
}



.fullmoon {
	clear:both;
}



#ddimagetabs ul li#g_menu_01 {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img01.gif) no-repeat;
}

#ddimagetabs ul li#g_menu_02 {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img02.gif) no-repeat;
}

#ddimagetabs ul li#g_menu_03 {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img03.gif) no-repeat;
}

#ddimagetabs ul li#g_menu_04 {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img04.gif) no-repeat;
}

#ddimagetabs ul li#g_menu_05 {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img05.gif) no-repeat;
}


#ddimagetabs ul li#g_menu_01 a:hover, #ddimagetabs ul li#g_menu_01 a.current {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img01on.gif) no-repeat;
}

#ddimagetabs ul li#g_menu_02 a:hover, #ddimagetabs ul li#g_menu_02 a.current {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img02on.gif) no-repeat;
}

#ddimagetabs ul li#g_menu_03 a:hover, #ddimagetabs ul li#g_menu_03 a.current {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img03on.gif) no-repeat;
}

#ddimagetabs ul li#g_menu_04 a:hover, #ddimagetabs ul li#g_menu_04 a.current {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img04on.gif) no-repeat;
}

#ddimagetabs ul li#g_menu_05 a:hover, #ddimagetabs ul li#g_menu_05 a.current {
	width: 150px;
	height: 40px;
	margin: 0px;
	background:url(/e/images/menu_img05on.gif) no-repeat;
}

a.pull{
	width:100%;
	height:25px;
	display:block;
	text-indent:6px;
	padding:3px 0;
	text-decoration:none;
	color:#333333;
	line-height:90%;
	background:url(/e/images/bg_img_menu_l2_5.gif) top left repeat-y;
}

.pulltit{
	font-weight:bold;
	width:100%;
	height:25px;
	display:block;
	text-indent:3px;
	padding:0px 5px 0px 5px;
	text-decoration:none;
	color:#333333;
	background-color:#cccccc;
}
a:link.pull{
	text-decoration:none;
	color:#333333;
}
a:hover.pull, a:active.pull{
	text-decoration:none;
	color:#333333;
	background-color:#FFFFFF;
}
a:visited.pull{
	text-decoration:none;
	color:#333333;
}



