@charset "Shift_JIS";

/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */

/*
	1 : Initialize
	2 : Common
	3 : Form
	4 : Clear Fix
	5 : Other
 */



/* ***********************************************************************
	1 : Initialize
*********************************************************************** */
html { 
	min-width: 800px;
}

/*
* {
	margin: 0;
	padding: 0;
}
*/
img {
	display: block;
	border: 0;
}

ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

ol {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
}

hr {
	display: none;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

/* ******************** Menu Left ******************** */
#menuLeft ul {
	padding-top: 5px;
	background: #FFEDD2;
}
#menuLeft li a {
	display: block;
	height: 1.7em;
	padding: 5px 10px 7px;
	/*background: #FFF url(../images/line-menu_left.gif) bottom left no-repeat;*/
	text-decoration: none;
}
#menuLeft li a#menuLeftOn,
#menuLeft li a:hover {
	background: #FF9933;
	color: #FFFFFF;
	
}
#menuLeft ul#innerList {
	margin: 0px;
	padding: 0;
	background: #FFEDD2;
}
#menuLeft ul#innerList li a {
	display: block;
	height: 1 em;
	margin: 5px 0 0 0;
	padding: 0 0 0 7px;
	border-left: 3px solid #d3d3d3;
	background: none;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #DE5C06;
	
}
#menuLeft ul#innerList li a:hover {
	border-left: 3px solid #DE5C06;
	color: #DE5C06;
	font-weight: bold;
}
#menuLeft ul#innerList li a.menuLeftOn {
	border-left: 3px solid #93b80a;
	color: #93b80a;
}