/* basic elemnts */
/* -------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background:url(/images/back-ground-liquid800px-750px-18px.gif) repeat-y center top;
	background-color: #EEEEEE;
}

h1,h2,h3,h4,h5,h6,h7,p,ul,ol,dl,dt,dd,p {/*最初に指定しておくと どのUAでもマージンを理解してくれる*/
	margin: 0em;
	padding: 0em;
	font-style:normal
}

a {
	text-decoration:none;
}

a img {
	border: 0;
}

a:link {
	color:#111111;
}

a:visited {
	color: #999999;
}

a:active {
	color: #0000FF;
}

a:hover {
	color:#0099FF;
}

/* attribute */
/* -------------------------------------------------------------------*/
.align_left {
	text-align:left;
}

.align_right {
	text-align:right
}

.align_center {
	text-align:center
}

.enable_inline{
display:inline;
}

.padding5px{
	padding:5px;
}

.indent_1 {
	text-indent: 1em;
}

.indent_2 {
	text-indent: 2em;
}

.indent_3 {
	text-indent: 3em;
}

.indent-all_1 {
	margin-left: 1em;
	margin-right: 2em;
}

.indent-all_2 {
	margin-left: 2em;
	margin-right: 2em;
}

.indent-all_3 {
	margin-left: 3em;
	margin-right: 2em;
}

.clr {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* page layout */
/* -------------------------------------------------------------------*/
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: auto;
}

/* page layout header */
/* -------------------------------------------------------------------*/
#header {
	position: relative;
	height: 60px;
	background-image: url(/images/header_01j.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header h1 {
	text-indent: -5000em;
	margin: 0em;
	padding: 0em;
	left: 10px;
	width: 300px;
	bottom: 5px;
}

#header #to_home {
	width:50px;
	height:13px;
	text-indent: -5000em;
	background-image: url(/images/to_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 580px;
	bottom: 5px;
}

#header #to_sitemap {
	width:100px;
	height:13px;
	text-indent: -5000em;
	background-image: url(/images/to_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 640px;
	bottom: 5px;
}

#header #lang {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

/* page layout main navi */
/* -------------------------------------------------------------------*/

#main-navi {/*NN関係のマージンは emで指定すること*/
	position: relative;
	height: 25px;
	background-image: url(/images/main-navi-bkg.gif);
	display: block;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 25px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#main-navi li {
	display: inline;
	letter-spacing: 0.1em;
}
#main-navi a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	width: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
	color: #FFFFFF;
}
#main-navi a:hover {
	color: #FFCC00;
	background-image: url(/images/main-navi-bkg_hover.gif);
	background-repeat: repeat-x;
	border-bottom: thin solid #FFCC00;
}

/* page layout topic path */
/* -------------------------------------------------------------------*/

#topic-path {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topic-path h4 {
	text-indent: -5000em;
	display: none;
}

#topic-path dt {
	background-image: url(/images/pointer.gif);
	background-repeat: no-repeat;
}

/* page layout main content */
/* -------------------------------------------------------------------*/

#main-content {
	position:relative;
	clear: both;
	height: 100%;
	width: 100%;
}

#main-content #side-bar-left {
	float: left;
	height: 100%;
	width: 160px;
	padding: 5px;
	top: 0px;
	left: 0px;
}

#main-content #side-bar-left h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #009933;
	height: 1em;
	width: 155px;
	margin-bottom: 2px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #009933;
	padding-left: 4px;
	padding-bottom: 2px;
}

#main-content #side-bar-left dd {
	margin-left: 5px;
}

#main-content #side-bar-left dt {
	font-weight: bold;
	margin: 2px;
}

#main-content #side-bar-left #products {
	background-color: #EEEEEE;
	border: 1px dotted #666666;
	margin-bottom: 5px;
	width: 145px;
}

#main-content #main_article_index {
	float: right;
	height: 100%;
	width: 565px;
	padding: 5px;
}

#main-content #main_article {
	float: left;
	height: 100%;
	width: 98%;
	padding: 1%;
}

#main-content #main_article p {
	line-height: 1.3em;
}

#main-content #main_article h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	height: 1em;
	width: 700px;
	border: 1px dotted #DDDDDD;
	line-height: 1em;
	padding: 0.2em 0.2em 0.2em 30px;
	background-image: url(/images/h1_pointer_orange_rect.gif);
	background-repeat: no-repeat;
	color: #333333;
	background-position: 5px center;
}

#main-content #main_article h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	height: 1em;
	width: 700px;
	background-image: url(/images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1em;
	line-height: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
}

#main-content #main_article h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 25px;
	width: auto;
	padding-left: 20px;
	margin-top: 0.7em;
	background-image: url(/images/note.gif);
	background-position: 1em center;
	background-repeat: no-repeat;
	line-height: 25px;
	text-indent: 1em;
}

#main-content #main_article h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 20px;
	width: auto;
	background-image: url(/images/h4_attension.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	margin-left: 1em;
	margin-top: 0.7em;
	text-indent: 27px;
	color: #FF0000;
}

#main-content #main_article hr {
	height: 1px;
	border-top: 1px dotted #666666;
}

#main-content #main_article dl {
	background-color: #ececec;
	margin: 0.5em 1.2em 1em;
	border: 1px solid #cccccc;
	border-top: none;
}

#main-content #main_article dt {
	color: black;
	margin: 0;
	padding: 0.5em 0 0.5em 0.5em;
	border-top: 1px solid #cccccc;
	width: 7em;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#main-content #main_article dd {
	background-color: white;
	margin: 0 0 0 8em;
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#main-content #main_article ul {
	margin-top: 0em;
	margin-bottom: 0em;
}

#main-content #main_article ol {
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#main-content #main_article blockquote {
	background-color: #EEEEEE;
	border: 1px dotted #666666;
	padding: 0.5em;
	height: 100%;
	width: auto;
	overflow: auto;
}

#main-content #main_article img.thumbnail{
	margin-left: 2em;
	margin-right: 2em;
	height: 150px;
	width: 150px;
	float: left;
}

#main-content #main_article img.thumbnail_s{
	margin-left: 2em;
	margin-right: 2em;
	height: 50px;
	width: 50px;
	float: left;
}

/* page layout table */
/* -------------------------------------------------------------------*/

table {
	color: #7F7F7F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border:solid 1px #666;
	border-collapse: collapse;
}

thead th {
	background-color: #C30;
	color: #FFFFFF;
	text-align: center;
}

th,td{
	padding: 3px;
	border:solid 1px #666;
}

tr.odd {
	background-color: #F7F7F7;
	color: #666;
}

table a {
	padding: 3px;
	color: #333;
	text-decoration: none;
}

table a:active,table a:hover,table a:focus,table a:visited {
	color: #666;
}

tr:hover {
	background-color: #EEE;
	color: #333;
}

table a:visited:after {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	content: "\00A0\221A";
}

/* page layout footer */
/* -------------------------------------------------------------------*/

#footer {
	font-size: 0.9em;
	padding: 5px;
	border: thin dotted #CCCCCC;
	height: 5.5em;
	background-color: #EEEEEE;
	position: relative;
	clear: both;
	width: 720px;
	margin: 0 auto;
}

/* page layout footer sub navi */
/* -------------------------------------------------------------------*/

#footer #sub-navi {
	float: left;
	width: 100%;
}

#footer #sub-navi ul {
	display: inline;
}

#footer #sub-navi li {
	display: inline;
	list-style-type: none;
}

#footer #sub-navi a {
	display: block;
	height: 1em;
	width: 20%;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}

#footer #lastupdate {
	float: right;
	width: 30%;
	display: block;
	white-space: nowrap;
	height: 1em;
	text-align: right;
}

#footer #contact {
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	clear: left;
	width: 100%;
}

#footer #copyright {
	float: left;
	clear: left;
	white-space: nowrap;
	width: 70%;
}

/* tree
----------------------------------------------- */
ul.tree {
    margin: 0!important;
    padding: 0!important;
    font-size: 11px;
    list-style: none!important;
}

ul.tree ul {
    margin: 0!important;
    padding: 0!important;
}

ul.tree li {
    margin: 0!important;
    padding: 0 0 0 16px!important;
    background-image: url('/images/tree_lst_dotted.gif');
    background-repeat: no-repeat!important;
    list-style: none!important;
}

ul.tree li.tree_end {
    background-image: url('/images/tree_end_dotted.gif');
    list-style: none;
}
