﻿/**
 * 2COLUMN用
 *
 */


#wMM {
	margin-top: 5px;
}


#wContents {
	margin: 10px auto;
	
}


#wPrimary {
	display: inline;
	float: right;
	width: 755px;
	margin: 0;
}


#wSideBar {
	display: inline;
	float: left;
	width: 181px;
	margin: 0;
	/*
	padding: 5px 0 0;
	background: url(/common/images/bgSideBarHeader.gif) top left no-repeat;
	*/
}

.menuText {

}


.menuText ul {
	width: 173px;
	margin: 0 0 30px 0;
	padding: 0;
	border: 4px solid #f0f0f0;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	/*background-color: #fff;*/
}

.menuText ul li {
	clear: both;
	line-height: 1.2;
	letter-spacing: 0;
	width: 173px;
	margin: 0;
	padding: 0;
}

*:first-child+html .menuText ul li {
	display: inline;
	float: left;
}

* html .menuText ul li {
	margin-bottom: -2px;
}

.menuText ul li a {
	display: inline;
	float: left;
	width: 161px;
	margin: 0;
	padding: 10px 0 10px 12px;
	text-decoration: none;
	background: url(/common/images/ico_arrow_sidebar.gif) no-repeat left center #fff;
}

.menuText ul li:first-child a {
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.menuText ul li:last-child a {
	-webkit-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.menuText ul a.curr {
	font-weight: bold;
	background-color: #f9f9f9;
}

.menuText ul ul a.curr {
	background-color: #fcfcfc;
}

.menuText ul li a.toggle {
	/*width: 158px;*/
	width: 148px;
	
}

.menuText ul li img {
	cursor: pointer;
	display: inline;
	float: left;
	margin-left: 1px;
	padding-top: 13px;
	padding-bottom: 10px;
}

*:first-child+html .menuText ul li{
	float: right;
}

.menuText ul li a.active {
	/*background-image: url(/common/images/ico_toggle_minus.gif);
	background-color: #f0f4f8;*/
	background-color: #f9f9f9;
}

.menuText ul a:link, .menuText ul a:visited {
	text-decoration: none;
	color: #666;
}

.menuText ul a:hover, .menuText ul a:active,
.menuText ul a.curr:hover {
	text-decoration: none;
	background-color: #e9eff5;
}

.menuText ul ul {
	clear: both;
	width: 158px;
	margin: 0;
	padding: 0 0 15px 15px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;	
	background-color: #f9f9f9;
	background-image: none;
}

.menuText ul ul li {
	line-height: 1.2;
	width: 158px;
	border-bottom: 1px solid #f0f0f0;
}

.menuText ul ul li a {
	width: 146px;
	background: #fff;/* arrowをキャンセル*/
}

#wSideBar ul.menuBnr {
	/*width: 181px;*/
	width: 171px;
	margin: 0 5px;
}


.menuText ul li a.icoOpen {
	width: 147px;
	padding-left: 11px;
	background-image: url(/common/images/arrow_open_7x7.gif);
	background-repeat: no-repeat;
	background-position: center left;
}


#wSideBar dl {
	clear: both;	
}

#wSideBar dl, #wSideBar dt {
	margin: 0;
	padding: 0;
}

#wSideBar dd {
	line-height: 1.2;
	margin: 2px 0 10px;
	padding: 0;
}

#wSideBar dl a:link, #wSideBar dl a:visited {
	text-decoration: none;
}

#wSideBar dl a:hover, #wSideBar dl a:active {
	text-decoration: underline;
}





/* 2Column専用 */
/* section内で使う */
div.sectionColumnSingle{
	clear: both;
	margin: 0 5px 2.0em 5px;
}
/* section内で使う */
div.sectionColumnDouble{
	display: inline;
	float: left;
	width: 48%;
	min-height: 50px;
	margin: 0 5px 2.0em 5px;
}
/* section内で使う */
div.sectionColumnTriple{
	display: inline;
	float: left;
	width: 31.5%;
	min-height: 50px;
	margin: 0 5px 2.0em 5px;
}

div.sectionColumnSingle div.sectionColumnDouble{
	width: 46%;
}








/* clearfix
----------------------------------------------------------------------------------------------------*/
#wInfo, .menuText ul li, .menuText ul ul {
	zoom: 1;/*for IE 5.5-7*/
}

#wInfo:after, .menuText ul li:after, .menuText ul ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
