/* all style---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  font-weight: normal;
  list-style: none;
}

IMG {
	border: none;
	text-decoration : none;
	margin-bottom: 0px;
}
/* link color---------------------------------------------*/
a {
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	background-color: #CCCCCC;
	color: #990000;
}
/* P and DL---------------------------------------------*/
#main P {
	margin: 1em 20px;
}
#main dl,ul,ol {
	margin: 1em 30px;
}
#main ul li{
	list-style-type: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 2px;
}
#main ol li{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 10px 5px;
	border-bottom: 1px dotted #CCCCCC;
}
/* DL ---------------------------------------------*/
#main dl {
	display: block;
}
#main dt {
	border-bottom: thin solid #999999;
}
#main dd {
	padding-left: 20px;
}

/* heading, p, list---------------------------------------------*/
#main STRONG{
	  color : black;
	  background-color : #ffff80;
}
#main EM{
	font-style: italic;
}
.attention {/* box_textcolor-border:darkred---------------------------------------------*/
	padding: 5px;
	border: 1px solid #990000;
	color: #990033;
	display: block;
	font-size: smaller;
	width: 90%;
	margin: 10px 30px;
}

sup {
	font-size: smaller
}
sub {
	font-size: smaller
}
.right {
	text-align : right;
}
.italic {
	background-color: #FFFFFF;
	font-style: italic;
}
.small {
	font-size: smaller;
	display: inline;
}
.large {
	font-size: larger;
	display: inline;
}

/* Layout ID---------------------------------------------*/
#all_wrapper{
	width: 812px;
	position: relative;
	background-image : url(../imgs/item/back.gif);
	background-repeat : repeat-y;
	text-align : left;
	margin: 0px auto;
	padding: 0px 4px;
}
/* header---------------------------------------------*/
#header {
	text-align : left;
	border-bottom-width: thin;
	border-bottom-style: groove;
	background-color: #99CCFF;
	width: 812px;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	padding-left: 110px;
	font-size: 26px;
	color: #FFFFFF;
	background-color: #3366CC;
	vertical-align: middle;
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header h2 {
	font-size: 18px;
	background-color: #FFFFFF;
	margin-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #999999;
	text-align: center;
	vertical-align: middle;
	display: block;
	font-weight: bold;
}
#header .form {
	font-size: 14px;
	text-align: right;
	padding: 5px 10px;
}
#logo {
	text-align : left;
	float: left;
	margin: 0px;
	vertical-align: middle;
	padding: 10px;
}
/* layout id--------------------------------------------*/
#contentWrapper {
	width : 812px;
	background-image: url(../imgs/item/leftside_bg180.gif);
	background-repeat: repeat-y;
	background-position: 5px top;
	background-color: #FFFFFF;
}
#main {
	float: right;
	text-align : center;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#colum {
	float: left;
	width: 190px;
	text-align: center;
	font-size : 90%;
	overflow: visible;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* ------------main style-------------------------*/
#main .form{
  background-color : #ffff80;
  padding : 5px;
  margin : 20px;
  width : 480px;
  left : auto;
  border : medium double #ff8040;
  position : relative;
  text-align : center;
}
#main a.go_to_top {
	text-align: right;
	margin : 15px 10px;
	background-image: url(../imgs/item/a_blue-top.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 20px ;
	display: block;
	clear: both;
}
/* ------------colum H4-------------------------*/
#colum h4 {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #3366CC;
	margin: 10px 5px 5px 0px;
	width: 85%;
	text-decoration: none;
	border-left: 8px solid #0000A0;
	border-bottom: 1px groove #0000A0;
	padding: 2px 0px 2px 5px;
	text-align: left;
	display: block;
	left: auto;
	right: auto;
}
#colum h4 A {
	color: #FFFF66;
	font-size: 14px;
	display: inline;
	font-weight: bold;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#colum h4 A:HOVER {
	color: #000000;
	background-color: #99CCFF;
	display: inline;
	margin: 0px;
	padding: 0px;
}
/* colum UL--------------------------------------------*/
#colum UL {
	font-size : 14px;
	margin: 0px 0px 0px 5px;
	list-style-type: none;
	width: 155px;
	padding: 0px;
}
#colum li {
	background-image: url(../imgs/item/a_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#colum li A {
	Display: block;
	width: 150px!important;
	width /**/: 180px
	color: green;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
}
#colum li A:HOVER {
  color:#990000;
  background-color: #CCCCCC;
}
/* ------------colum corner-------------------------*/
#colum .corner {
	list-style: none;
	display: block;
	padding: 5px;
	left: auto;
	right: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 85%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#colum .corner a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
}
#colum .corner H5 {
	color : #000000;
	font-size : 12px;
	text-align : left;
	border-bottom-width : 1px;
	border-bottom-style : groove;
	font-weight : bold;
	background-color: #A6CFE6;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-color: #666699;
}
#colum .corner P {
	color : #000000;
	font-size : 100%;
	text-align : left;
	font-weight : normal;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}
/* footer--------------------------------------------*/
#footer {
	clear: both;
	text-align: right;
	background-color : #3366CC;
	margin : 0px;
	width: 812px;
	color: #FFFFFF;
	padding: 0px;
}
#footer P {
	font-size: 110%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer A{
	font-size : 100%;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
#footer A:HOVER{
	background-color : #99CCFF;
	color: #003366;
}
.box_left_flow {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 250px;
}

