/* BODY */
BODY {
	color: #333333;
	text-align: center;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #fefefe url(../images/body-bg.jpg) repeat-x;
	background-attachment: fixed;
}

/* GENERAL fonts */
P, OL, UL, DIV, {
	/*font-family: verdana, arial;*/
	/*font-size: 11px;*/
}
TABLE {border-color:transparent;}

FORM {margin:0}
P.bodytext {
	margin-top: 0;
	padding: 0 5px;
}
UL {
	margin-top: 10px;
	margin-left: -20px;
}
* html UL {margin-left: 20px;}
UL UL { margin-top: 0px;}
UL LI {
	list-style: none;
	padding-left: 12px;
	background: url(../images/normal_list_marker.gif) left 8px no-repeat;
}
OL {
	margin-top: 5px;
}
TD { font-size: 12px;}
A:LINK, A:VISITED { text-decoration: none;}
A:HOVER { text-decoration: underline;}
H1 {
	font-size: 18px;
	color: #333333;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom: 6px;
	border: 1px solid #cccccc;
	background: url(../images/h1_bg.jpg) bottom repeat-x;
}

H2 {
	clear: both;
	color: #333333;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 2px;
	margin-bottom: 7px;
	background-color: #f6f6f6;
	border-left: 8px solid #2685BD;
}

H3 {
	color: #333333;
	font-size: 16px;
	line-height: 1.4;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	margin-top: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

H4 {
	color: #333333;
	font-size: 15px;
	background: url(../images/h4_bg.gif) bottom repeat-x;
	padding-top: 5px;
	padding-left: 7px;
	margin-top: 10px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

H5 {
	font-size: 14px;
	color: #333333;
	line-height: 1.4;
	padding-top: 5px;
	padding-left: 14px;
	padding-bottom: 4px;
	margin-top: 6px;
	margin-bottom: 3px;
	border: 1px solid #cccccc;
	background: url(../images/h5_bg.jpg) 1px 2px no-repeat;
}

H6 {
	font-size: 13px;
	color: #333333;
	padding:2px 2px 2px 5px;
	margin-bottom:2px;
	margin-top: 6px;
	background: #efefef;
	border-bottom: 1px solid #cccccc;
}
DIV#container {
	position: relative;
	width: 982px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
* html DIV#container {
	width: 982px;
}
DIV#print_container {
	position: relative;
	width: 760px;
	font-size: 12px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}
DIV.print_header {
	padding-bottom:12px;
}
DIV.print_wrap {
	background: url(../images/print_content_bg.gif) right repeat-y;
	border-bottom: 1px solid #cccccc;
}

DIV#footer {
	text-align: left;
	font-size: 12px;
	line-height: 1.2;
	padding: 0;
	margin:0 0 0 390px;
}
DIV#print {
	float: left;
	vertical-align: bottom;
	width: 160px;
	padding: 0 20px 20px 25px;
	margin-top: 20px;
}
DIV#printbutton {
	padding: 16px 0;
	text-align: center;
}

DIV.gototop {
	float:right;
	padding: 0;
	margin-top: 20px;
	margin-right:20px;
}

/* content header */
DIV#siteHeader {
	width: 980px;
	height: 57px;
	margin: 0 auto 6px;
	padding: 0;
	background: none;
	text-align: left;
}
SPAN.corporate_logo h1 {
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	border: 0;
}
SPAN.corporate_logo h1 A {
	float: left;
	diplay: block;
	height: 49px;
	width: 356px;
	margin:7px 0 0 20px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	border: 0;
}
DIV#headerImage p {
	text-indent: -9999px;
}
.header_search {
	float:right;
	padding:6px 10px 0 0;
	margin: 0;
	vertical-align: text-bottom;
}
.go-button {
	font-size:11px;
	color:#666666;
	padding:2px 2px 0 2px;
	margin-left:3px;
}

DIV.header_m {
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	margin:0;
}
DIV.header_m ul {
	list-style:none;
	padding:0;
	margin:0;
}
DIV.header_m li {
	float: right;
	list-style: none;
	padding:0;
	margin:0;
	background: none;
	border-left: 1px solid #cccccc;
}
DIV.header_m li a {
	display:block;
	color:white;
	text-decoration:none;
	padding: 2px 10px 1px 10px;
	margin:0;
}

/* Content column */
DIV.wrapper {
	clear: both;
	padding: 0;
	margin: 0;
}
DIV#mainContent {
	margin-top: 20px;
	background: url(../images/content-bg.gif) right repeat-y;
}
DIV#mainContentFoot {
	clear: both;
	width: 100%;
	height: 10px;
	background: url(../images/contentFoot-bg.gif) right bottom no-repeat;
}
DIV#mainColumn {
	float: right;
	width: 762px;
	padding: 0;
	margin: 0;
	background: none;
}
* html DIV#mainColumn {
	width: 762px;
}
DIV#leftColumn {
	float: left;
	width: 218px;
	margin: 0;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/menuBg.jpg) repeat-y;
}
* html DIV#leftColumn {width: 220px;}

DIV#content {
	clear: both;
	line-height: 1.8;
	min-height: 500px;
	padding: 30px 20px 40px 30px;
	vertical-align: top;
	width: 712px;
	background: url(../images/content-head-bg.gif) right top no-repeat;
}
* html DIV#content {width: 762px; height: 500px;}

DIV#content_left {
	padding-top: 15px;
	vertical-align: top;
	line-height: 1.6;
	width: 160px;
	min-height: 160px;
	background: none;
}
* html DIV#content_left {width: 160px; height: 160px;}

/* Style for the Path-menu: */
DIV#path {
	float:left;
	width: 500px;
	color:#666666;
	white-space: nowrap;
	font-family: verdana, arial;
	font-size: 10px;
	padding-top: 2px;
	padding-left:8px;
	background: #ffffff;
}

* html DIV#path {width: 510px;}
DIV#path A {
	text-decoration: none;
	color:#555555;
}
DIV#path A:hover {
	text-decoration: underline;
}

/* Font size Selector: */
DIV#efafontsize {
	float:right;
	height:23px;
	width :90px;
	padding:2px 0 0 58px;
	background: #ffffff url(../images/fontsize_bg01.gif) no-repeat;
}
* html DIV#efafontsize {
	height:25px;
	width :148px;
}
/*  HEADER MENU, level 1, general for all table cells: */
DIV#hMenu {
	background: ;
	padding: 0;
	margin: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

DIV#headerMenu {
	padding-left: 2px;
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/h-menuspace-bg.jpg);
}
DIV#headerMenu ul {
	height: 32px;
	list-style: none;
	margin:0;
	padding: 0;
}
DIV#headerMenu ul li {
	font-size:12px;
	float: left;
	list-style: none;
	padding:0;
	margin: 0;
	background-image: url(../images/h-menu-bg.gif);
	background-position: right top;
}
DIV#headerMenu ul li a {
	float: left;
	padding: 10px 36px 0px;
	height: 22px;
	display: block;
	color: #333333;
	text-decoration: none;
}
* html DIV#headerMenu ul li a {
	height: 32px;
}
DIV#headerMenu ul li a:hover {
	color: #333333;
	background: url(../images/h-menu-on-bg.jpg) right top no-repeat;
}
DIV#headerMenu .headerMenu-level1-act {
	background: url(../images/h-menuspace-act-bg.jpg) right top no-repeat;
}
DIV#headerMenu .headerMenu-level1-act a ,DIV#headerMenu .headerMenu-level1-act a:hover {
	color: #555555;
	background: url(../images/h-menu-act-bg.gif) right top no-repeat;
}

DIV#path_1 {	
	width: 980px;
	min-height: 10px;
	padding: 0;
	margin:0;
}
DIV#path_1 DIV.path_1-menu {
	padding:0;
	margin:0;
}

DIV#menu_1_head {
	height: 11px;
	background: url(../images/menuTop.jpg) no-repeat;
}

/* Menu 1 column */

DIV#menu_1 {	
	width: 218px;
	vertical-align: top;
	padding-bottom: 120px;
}
DIV#menu_1 DIV {
	width: 100%;
}
DIV#menu_1 DIV A {
	color: #333333;
	text-decoration: none;
}


/*  MENU 1, level 2, normal state (NO) */
DIV#menu_1 DIV.menu1-level2-no {
	font-size: 13px;
	margin: 0;
}
DIV#menu_1 DIV.menu1-level2-no A {
	color: #ffffff;
	font-weight: bold;
	width: 193px;
	height: auto;
	display:block;
	padding-top:16px;
	padding-bottom:12px;
	padding-left:25px;
	background: url(../images/menu-l1-marker.gif) 10px 18px no-repeat;
}
* html DIV#menu_1 DIV.menu1-level2-no A {
	height: 38px;
	width: 218px;
}
DIV#menu_1 DIV.menu1-level2-no A:HOVER {
	text-decoration: underline;
}

/*  MENU 1, level 2, active state (ACT) */
DIV#menu_1 DIV.menu1-level2-act {
	font-size: 13px;
	font-weight:bold;
	margin: 0;
	background: url(../images/menu-l1-act-bg.jpg) repeat-y;
}
DIV#menu_1 DIV.menu1-level2-act A {
	color: #ffffff;
	font-weight:bold;
	width: 193px;
	height: auto;
	display:block;
	padding-top:16px;
	padding-bottom:12px;
	padding-left:25px;
	background: url(../images/menu-l1-marker.gif) 10px 18px no-repeat;
}
* html DIV#menu_1 DIV.menu1-level2-act A {
	height: 38px;
	width: 218px;
}

/*  MENU 1, level 3, normal state (NO) */
DIV#menu_1 DIV.menu1-level3-no {
	font-size: 12px;
	width: 211px;
	padding-left: 7px;
	margin: 0;
	background: url(../images/menu-l2-Bg.jpg) repeat-y;
}
* html DIV#menu_1 DIV.menu1-level3-no { width: 218px;}

DIV#menu_1 DIV.menu1-level3-no A {
	color: #ffffff;
	width: 187px;
	height: auto;
	display:block;
	padding-top:10px;
	padding-bottom:6px;
	padding-left: 23px;
	background: url(../images/menu-l2-marker.gif) 10px 14px no-repeat;
}
* html DIV#menu_1 DIV.menu1-level3-no A {
	width: 210px;
	height: 22px;
}
DIV#menu_1 DIV.menu1-level3-no A:HOVER {
	text-decoration: underline;
}

/*  MENU 1, level 3, active state (ACT) */
DIV#menu_1 DIV.menu1-level3-act {
	font-size: 12px;
	width: 211px;
	padding-left: 7px;
	background: url(../images/menu-l2-Bg.jpg) repeat-y;
}
* html DIV#menu_1 DIV.menu1-level3-act { width: 218px;}

DIV#menu_1 DIV.menu1-level3-act A {
	color: #ffffff;
	width: 187px;
	height: auto;
	display:block;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:6px;
	padding-left: 23px;
	background: url(../images/menu-l2-marker.gif) 10px 14px no-repeat;
}
* html DIV#menu_1 DIV.menu1-level3-act A {
	width: 210px;
	height: 22px;
}
DIV#menu_1_foot {
	height: 100px;
	background: url(../images/menuFoot.jpg) bottom no-repeat;
}


/* フッターメニュー設定　*/
DIV#footer_menu {
	clear: right;
	height: 21px;
	min-height: 31px;
	font-size:10px;
	text-align: left;
	padding: 0;
	margin:0 0 0 90px;
	background: url(../images/content-bg.gif) right repeat-y;;
	border-bottom: 1px solid #cccccc;
}
DIV#footer_menu ul {
	list-style:none;
	padding:0;
	margin:0 10px;
}
DIV#footer_menu li {
	float: left;
	list-style: none;
	padding: 8px 10px 7px 10px;
	margin:0;
	background: none;
}
DIV#footer_menu li a {
	color: #555555;
	text-decoration:none;
}
DIV#footer_menu li a:hover {
	text-decoration:underline;
}

/* 追加　テーブル設定　*/

.csc-header IMG {
	margin-bottom:20px;
}

LI.csc-menu {
	padding: 5px 0;
}

.csc-textpic-caption {
	font-size: 10px;
	color: #333333;
	line-height: 1.2;
	padding:2px;
}

/*　フレーム２の設定　*/
.csc-frame-frame2 {clear:both;}
.csc-frame-frame2 IMG {margin-bottom: 15px; padding-right: 10px;}
.csc-frame-frame2 a IMG {border: 1px solid #ccc; padding: 2px; }
.csc-frame-frame2 H4 {padding-top:0;margin-top: 0;margin-left: 0;margin-bottom: 6px;}
.csc-frame-frame2 H4 A:LINK, .csc-frame-frame2 H4 A:VISITED {color: #333333;}
.csc-frame-frame2 p.bodytext {padding:0;margin:0;}
.csc-frame-frame2 p.bodytext A:LINK, .csc-frame-frame2 p.bodytext A:VISITED {line-height: 1.4;color: #555555;}
.csc-frame-frame2 p.bodytext A:HOVER {color: #cc0033;}

TABLE.contenttable-0 {
	width:100%;
	font-size: 12px;
	line-height: 1.5;
}
TABLE.contenttable-0 caption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left:8px;
}
TABLE.contenttable-0 TD.td-0 {
	padding: 5px 5px 3px 10px;
	border-bottom: 1px solid #eeeeee;
}
TABLE.contenttable-0 TD.td-1 {
	padding: 5px 5px 3px 12px;
	border-bottom: 1px solid #eeeeee;
}
TABLE.contenttable-0 TD.td-2 {
	padding: 5px 5px 3px 12px;
	border-bottom: 1px solid #eeeeee;
}
TABLE.contenttable-0 TR.tr-even {
	background: #ffffff;
}
TABLE.contenttable-0 TR.tr-odd {
	background: #ffffff;
}
TABLE.contenttable-0 TR.tr-odd TD.td-1 {
	background: #ffffff;
}
	
TABLE.contenttable-1 {
	width:100%;
	font-size: 12px;
	line-height: 1.5;
}
TABLE.product {
	border: 1px solid #cccccc;
}
TABLE.contenttable-1 caption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left:8px;
}
TABLE.contenttable-1 TD.td-0 {
	width: 20%;
	padding: 5px 5px 3px 10px;
	border-left: 4px solid #009900;
	border-bottom: 1px dotted #cccccc;
}
TABLE.contenttable-1 TD.td-1 {
	padding: 5px 5px 3px 12px;
	border-bottom: 1px dotted #cccccc;
}
TABLE.contenttable-1 TD.td-2 {
	padding: 5px 5px 3px 12px;
	border-bottom: 1px dotted #cccccc;
}
TABLE.contenttable-1 TR.tr-even {
	background: #FFFFFF;
}
TABLE.contenttable-1 TR.tr-odd {
	background: #f5f5f5;
}
TABLE.contenttable-1 TR.tr-odd TD.td-1 {
	background: #f5f5f5;
}

TABLE.contenttable-2 {
	width:100%;
	font-size: 12px;
	line-height: 1.5;
	border-collapse: collapse；
}
TABLE.contenttable-2 caption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left:8px;
}
TABLE.contenttable-2 TD.td-0 {
	width: 20%;
	padding: 5px 5px 3px 10px;
	border-left: 4px solid #0099FF;
	border-bottom: 1px dotted #cccccc;
}
TABLE.contenttable-2 TD.td-1 {
	padding: 5px 5px 3px 12px;
	border-bottom: 1px dotted #cccccc;
}
TABLE.contenttable-2 TD.td-2 {
	padding: 5px 5px 3px 12px;
	border-bottom: 1px dotted #cccccc;
}
TABLE.contenttable-2 TR.tr-even {
	background-color: #FFFFFF;
}
TABLE.contenttable-2 TR.tr-odd {
	background-color: #f5f5f5;
}
TABLE.contenttable-2 TR.tr-odd TD.td-1 {
	background-color: #f5f5f5;
}
TABLE.contenttable-3 {
	width:100%;
	font-size: 12px;
	line-height: 1.5;
	border-collapse: collapse；
}
TABLE.contenttable-3 caption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left:8px;
}
TABLE.contenttable-3 TD.td-0 {
	padding: 8px 5px 6px 35px;
	background: #ffffff url(../images/contenttable-3_marker.gif) left center no-repeat;
	border-bottom: 1px dotted #cccccc;
}
TABLE.contenttable-3 TD.td-1 {
	padding: 5px 5px 3px 12px;
	border-bottom: 1px dotted #cccccc;
}
TABLE.contenttable-3 TD.td-2 {
	padding: 5px 5px 3px 12px;
	border-bottom: 1px dotted #cccccc;
}
TABLE.contenttable-3 TR.tr-even {
	background-color: #FFFFFF;
}
TABLE.contenttable-3 TR.tr-odd {
	background-color: #ffffff;
}
TABLE.contenttable-3 TR.tr-odd TD.td-1 {
	background-color: #ffffff;
}

TD.side_banner { padding-top: 10px; }


