/* BODY */
BODY {
	color: #666666;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 0;
	margin: 0;
	background-color: #eeeeee;
	text-align: center;
}

/* GENERAL fonts */
P, OL, UL, DIV, {
	/*font-family: verdana, arial;*/
	font-size: 12px;
}

FORM {margin:0}
P,P.bodytext {
	margin-top: 0;
	padding: 0 5px;
}
UL {
	margin-top: 5px;
	margin-left: -20px;
}
* html UL {margin-left: 20px;}
UL LI {
	list-style: none;
	padding-left: 12px;
	background: url(../images/normal_list_marker.gif) left 5px 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: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-bottom: 6px;
	border: 1px solid #cccccc;
	background: url(../images/h1_bg.jpg) bottom repeat-x;
}
H2 {
	color: #333333;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 7px;
	padding-bottom: 3px;
	margin-bottom: 12px;
	background-color: #f5f5f5;
}
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;
}
H4 {
	color: #333333;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 7px;
	margin-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
H5 {
	font-size: 14px;
	color: #333333;
	line-height: 1.4;
	padding-top: 5px;
	padding-left: 14px;
	padding-bottom: 4px;
	margin-top: 6px;
	margin-bottom: 8px;
}
H6 {
	font-size: 13px;
	padding:2px 2px 2px 5px;
	margin-bottom:2px;
	margin-top: 6px;
}
DIV#container {
	position: relative;
	width: 1000px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
* html DIV#container {
	width: 1002px;
}
DIV#print_container {
	position: relative;
	width: 600px;
	font-size: 12px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

DIV#footer {
	clear: both;
	padding:5px;
	font-size: 12px;
	border-top: 1px solid #cccccc;
	background-color:#FE0000;
}
DIV#footer P {
	font-size: 10px;
	text-align: center;
}

DIV.footerInfo {
	float: left;
	line-height: 1.4;
	padding-top: 10px;
	padding-left: 120px;
	background: url(../images/wakuwakuplus.gif) left center no-repeat;
}
DIV#print {
	vertical-align: bottom;
	margin-top: 2em;
	margin-right:2em;
	text-align: right;
}
DIV#printbutton {
	padding: 16px 0;
	text-align: center;
}

/* content header */
DIV#siteHeader {
	width: 1000px;
	height: 82px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff /* url(../images/header_bg.gif) no-repeat */;
	text-align: left;
}

SPAN.corporate_logo {
	float: left;
	margin:11px 0 4px 20px;
	border: 0;
}

.header_search {
	float:right;
	padding: 2px 10px 0 0;
	margin: 11px 0 0;
	vertical-align: text-bottom;
}
.go-button {
	font-size:11px;
	color:#666666;
	padding:2px 2px 0 2px;
	margin-left:3px;
}

DIV.header_m {
	fleat:right;
	padding: 57px 5px 0 0;
	margin: 0;
}
DIV.header_m ul {
	list-style:none;
	padding:0;
	margin: 0;
}
DIV.header_m li {
	float: right;
	padding: 0;
	margin:0 2px 0 0;
	background: none;
}

/* TOP IMAGE SHOT; */
DIV.top_imgshot {
	text-indent: -9999pt;
	font-size: 0;
	height:0;
}
DIV.top_imgshot IMG {
	display: block;
}

/* Content column */
DIV#wrap_contents {
	width: 1000px;
	padding: 0;
	margin: 0;
	background: #ffffff url(../images/content_bg.gif) right repeat-y;
}
DIV#wrap_contents:after {display: block;clear: both;content: " ";}
* html DIV#wrap_contents { width: 1000px;}

DIV#mainColumn {
	float: left;
	width: 750px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin: 0;
	background-color: #ffffff;
}
DIV#mainColumn:after {display: block;clear: both;content: " ";}

DIV#rightColumn {
	float: right;
	width: 230px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	margin: 0;
}
DIV#rightColumn:after {display: block;clear: both;content: " ";}
* html DIV#rightColumn {
	width: 250px
	height: 100%;
}
DIV#content {
	clear: both;
	line-height: 1.6;
	padding-top: 0;
	padding-left: 50px;
	vertical-align: top;
	width: 650px;
	height: 600px;
}
* html DIV#content {
	width: 700px;
}
DIV#content_right {
	padding: 0 0 10px;
	width: 230px;
}
DIV.sbanner {
	padding: 0;
	margin: 0 0 10px;
}

/* Style for the Path-menu: */
DIV#path {
	float:left;
	width: 500px;
	color:#666666;
	white-space: nowrap;
	font-family: verdana, arial;
	font-size: 10px;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}
DIV#path A {
	text-decoration: none;
	color:#555555;
}
DIV#path A:hover {
	text-decoration: underline;
}



/* Font size Selector: */
#fontsize {
	float:right;
	width :80px;
	display:inline;
	padding-bottom:10px;
	margin-right:30px;
}
.smallfont_button A {
	float:left;
	text-indent: -9999pt;
	height: 26px;
	width: 26px;
	background: url(../images/small_font_button.gif) right bottom no-repeat;
}
.smallfont_button A:HOVER,.smallfont_button A:ACTIVE {
	background: url(../images/small_font_button_on.gif) right bottom no-repeat;
}
.normalfont_button A {
	float:left;
	text-indent: -9999pt;
	height: 26px;
	width: 26px;
	background: url(../images/normal_font_button.gif) bottom no-repeat;
}
.normalfont_button A:HOVER,.normalfont_button A:ACTIVE  {
	background: url(../images/normal_font_button_on.gif) bottom no-repeat;
}
.largefont_button A {
	float:left;
	text-indent: -9999pt;
	height: 26px;
	width: 26px;
	background: url(../images/large_font_button.gif) no-repeat;
}
.largefont_button A:HOVER,.largefont_button A:ACTIVE  {
	background: url(../images/large_font_button_on.gif) no-repeat;
}
/*  HEADER MENU, level 1, general for all table cells: */

DIV#hMenu {
	height: 12px;
	background: #FE0000 /* #eb6101 url(../images/navi-bg.gif) top repeat-y */;
	padding: 0;
	margin: 0;
	/*border-top: 1px solid #999999;border-bottom: 1px solid #f8b500; */
}



/* Menu 1 column */
DIV#menu_1_Bg {
	padding: 0 0 10px;
	/* background: url(../images/menu_bg.jpg) repeat-y; */
}
DIV#menu_1 {	
	width: 230px;
	vertical-align: top;
}
DIV#menu_1 DIV {
	width: 100%;
}
DIV#menu_1 DIV A {
	color: #336699;
	text-decoration: none;
}

/*  MENU 1, level 1, normal state (NO) */
DIV#menu_1 DIV.menu1-level1-no {
  font-size: 14px;
  margin: 0 0 6px;
  padding: 0;
}
DIV#menu_1 DIV.menu1-level1-no A {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  /* width: 216px; */
  height: auto;
  display:block;
  padding-top:10px;
  padding-bottom:6px;
  /* padding-left:14px; */
  background: url(../images/menu1_bg.gif) no-repeat;
}
* html DIV#menu_1 DIV.menu1-level1-no A {
  height: 32px;
  width: 230px;
}
DIV#menu_1 DIV.menu1-level1-no A:HOVER {
  color: #f5f5f5;
  text-decoration: underline;
}

/*  MENU 1, level 1, active state (ACT) */
DIV#menu_1 DIV.menu1-level1-act {
  font-size: 14px;
  margin: 0 0 6px;
  padding: 0;
}
DIV#menu_1 DIV.menu1-level1-act A {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  /* width: 216px; */
  height: auto;
  display:block;
  padding-top:10px;
  padding-bottom:6px;
  /* padding-left:14px; */
  background: url(../images/menu1_bg.gif) no-repeat;
}
* html DIV#menu_1 DIV.menu1-level1-act A {
  height: 32px;
  width: 230px;
}


/*  MENU 1, level 2, normal state (NO) */
DIV#menu_1 DIV.menu1-level2-no {
  background: url(../images/list-maker_level2.gif) 6px 10px no-repeat;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

DIV#menu_1 DIV.menu1-level2-no A {
  color: #333333;
  width: 138px;
  height: auto;
  display: block;
  padding-top: 7px;
  padding-bottom: 3px;
  padding-left: 20px;
}
* html DIV#menu_1 DIV.menu1-level2-no A {
  width: 230px;
  height: 19px;
}
DIV#menu_1 DIV.menu1-level2-no A:HOVER {
  text-decoration: underline;
}

/*  MENU 1, level 1, active state (ACT) */
DIV#menu_1 DIV.menu1-level2-act {
  color: #333333;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #eeeeee url(../images/list-maker_level2.gif) 6px 10px no-repeat;
}
DIV#menu_1 DIV.menu1-level2-act A {
  color: #333333;
  width: 138px;
  height: auto;
  display:block;
  padding-top:7px;
  padding-bottom:3px;
  padding-left:20px;
}
* html DIV#menu_1 DIV.menu1-level2-act A {
  width: 230px;
  height: 19px;
}
/* DIV#menu_1_foot { */
/*	height: 13px; */
/*	background: url(../images/menu_1_foot.jpg) bottom no-repeat; */
/*}  */




/* add style */

LI.csc-menu {
	padding: 5px 0;
}

.csc-caption {
	font-size: 11px;
	color: #777777;
	text-align: center;
	padding:2px;
}
.csc-textpic-caption {
	font-size: 10px;
	color: #777777;
	text-align: center;
	padding:1px;
}

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.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;
}

embed {border: 1px solid #cccccc;}


DIV#path_3 {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	width: 228px;
	text-align: center;
	display:block;
	padding-top:10px;
	padding-bottom:8px;
	margin: 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background: #FF0000;
}
* html DIV#path_3 {width: 230px;}

DIV#path_menu {
	color:#666666;
	width: 230px;
	font-family: verdana, arial;
	font-size: 10px;
	padding: 0;
	margin-bottom:;
}
DIV#path_menu A {
	text-decoration: none;
	color:#555555;
}
DIV#path_menu A:hover {
	text-decoration: underline;
}
DIV#path_menu .path_menu1 {
	padding: 0;
	margin: 0;
}
DIV#path_menu .path_menu1 A {
	display: block;
	padding: 16px 10px 8px 36px;
	width: 184px;
	border-bottom: 1px solid #eeeeee;
	background: #ffffff url(../images/path_menu1_bg.gif) no-repeat;
}
* html DIV#path_menu .path_menu1 A {
	width: 230px;
}

DIV#path_menu .path_menu2 {
	padding: 0;
	margin: 0;
}
DIV#path_menu .path_menu2 A {
	display: block;
	color: #555555;
	font-weight: bold;
	padding: 16px 10px 8px 36px;
	width: 184px;
	border-bottom: 1px solid #eeeeee;
	background: #f5f5f5 url(../images/path_menu2_bg.gif) no-repeat;
}
* html DIV#path_menu .path_menu2 A {
	width: 230px;
}


/*  MENU act, level 1, normal state (NO) */
DIV#menu_act DIV.menuAct-level1-no {
  font-size: 12px;
  margin: 0 0 1px;
  padding: 0;
}
DIV#menu_act DIV.menuAct-level1-no A {
  color: #333333;
  width: 189px;
  height: auto;
  display:block;
  padding-top:10px;
  padding-bottom:6px;
  padding-left:40px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  /*border-left: 20px solid #ff0000;*/
}
* html DIV#menu_act DIV.menuAct-level1-no A {
  width: 230px;
}
DIV#menu_act DIV.menuAct-level1-no A:HOVER {
  background: #f3f3f3;
}

/*  MENU 1, level 1, active state (ACT) */
DIV#menu_act DIV.menuAct-level1-act {
  font-size: 12px;
  margin: 0 0 1px;
  padding: 0;
}
DIV#menu_act DIV.menuAct-level1-act A {
  color: #555555;
  width: 189px;
  height: auto;
  display:block;
  padding-top:10px;
  padding-bottom:6px;
  padding-left:40px;
  background: #fefefe;
  border: 1px solid #eeeeee;
  border-left: 20px solid #ff0000;
}
* html DIV#menu_act DIV.menuAct-level1-act A {
  width: 230px;
}


/*  MENU act, level 2, normal state (NO) */
DIV#menu_act DIV.menuAct-level2-no {
  background: url(../images/list-maker_level2.gif) 6px 10px no-repeat;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

DIV#menu_act DIV.menuAct-level2-no A {
  color: #333333;
  width: 210px;
  height: auto;
  display: block;
  padding-top: 7px;
  padding-bottom: 3px;
  padding-left: 20px;
}
* html DIV#menu_act DIV.menuAct-level2-no A {
  width: 230px;
  height: 19px;
}
DIV#menu_act DIV.menuAct-level2-no A:HOVER {
  text-decoration: underline;
}

/*  MENU 1, level 1, active state (ACT) */
DIV#menu_act DIV.menuAct-level2-act {
  color: #333333;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #eeeeee url(../images/list-maker_level2.gif) 6px 10px no-repeat;
}
DIV#menu_act DIV.menuAct-level2-act A {
  color: #333333;
  width: 210px;
  height: auto;
  display:block;
  padding-top:7px;
  padding-bottom:3px;
  padding-left:20px;
}
* html DIV#menu_act DIV.menuAct-level2-act A {
  width: 230px;
  height: 19px;
}


DIV.csc-frame-frame1 {
	padding: 10px 0 0 0;
	margin: 0;
	border-left: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	background: #ffffff;
}
DIV.csc-frame-frame1 IMG {padding:0;margin:0;}
DIV.csc-frame-frame1 P.bodytext {
	margin:0;
	padding:0 0 5px;
}
DIV.csc-frame-frame1 H3 {
	color: #555555;
	font-size: 14px;
	padding: 0 0 0 6px;
	margin: 0 0 8px 8px;
	border-left: 20px solid #cccccc;
}
DIV.csc-frame-frame1 SPAN.detail { padding-right: 20px;}
DIV.csc-frame-frame2 {
	font-size: 12px;
	line-height: 1.2;
	padding: 5px;
	border: 1px solid #cccccc;
	background: #ffffff;
}
DIV.csc-frame-frame2:after {display: block;clear: both;content: " ";}
DIV.csc-frame-frame2 h1 {
	font-size:15px;
	color: #333333;
	padding: 5px 0 5px 2px;
	margin:0 0 5px;
	border: none;
	border-bottom: 1px solid #cccccc;
	background: none;
}
DIV.csc-frame-frame2 .bodytext {
	margin: 0 0 5px 0;
	padding: 0 5px;
}
DIV.csc-frame-frame2 .align-right {
	text-align: right;
	margin: 0 0 5px 0;
	padding: 0 5px;
}
DIV.csc-frame-frame2 a {color:#24869B;}

SPAN.detail a { color:#24869B;font-size:12px; padding:0 10px 2px 16px; background: url(../images/marker_srlist.gif) no-repeat;}
