/*初期化*/
body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,table,a{
	margin:0;
	padding:0;
	}
img{
	border:0;
	vertical-align:middle;
	margin:0;
	}
br{
	letter-spacing:0;
	}
.clear{
	clear:both;
	line-height:0;
	height:0;
	margin:0;
	}
	
/*全体*/
body {
	background-color: #FFFFFF;
	text-align: center;
}
* { 
	font-family: Verdana, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", Osaka, sans-serif ;
}
#wrap {
	width:970px;
	margin:0 auto;
	text-align: left;
	color: #333333;
	font-size: 0.84em;
	line-height: 160%;
}

a:link	{color: #0F3193; text-decoration: underline;}
a:visited	{color: #0F3193; text-decoration: underline;}
a:hover	{color: #0F3193; text-decoration: none;}
a:active	{color: #0F3193; text-decoration: none;}

a.gray:link	{color: #333; text-decoration: none;}
a.gray:visited	{color: #333; text-decoration: none;}
a.gray:hover	{color: #0099CC; text-decoration: none;}
a.gray:active	{color: #0099CC; text-decoration: none;}

.txtr {
	text-align:right;
}
.txtc {
	text-align:center;
}
.big {
	font-size:1.1em;
}
.small {
	font-size:0.9em;
	line-height:1.5em;
}
.box01 {
	padding:5px 15px;
}
.box02 {
	padding:15px 30px;
}
.box03 {
	padding-left:30px;
}
.margin01 {
	margin:15px 25px;
}
.margin02 {
	margin:0 10px;
}
.margin03 {
	margin-top:10px;
}
.bblue {
	font-weight:bold;
	color:#0099CC;
}
.height {
	height:100%;
}
.lt {
	float:left;
	margin-right:10px;
}
.rt {
	float:left;
}
.style1 {
	color: #0099CC;
	font-size:1.1em;
}
.ptop {
	display:block;
	float:right;
	padding:0 10px 0 10px;
	font-size:8pt;
	font-weight:normal;
	background-image:url(../images/ico_arrow2.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
}
div .ptop, td .ptop {
	_font-size:8pt;
}

dl dt {
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
}
dl dd {
	padding-left:30px;
	padding-bottom:15px;
}
h4 {
	margin-top:15px;
	font-size:1.5em;
	font-weight:bold;
}
h5 {
	margin-top:25px;
	padding-left:5px;
	border-left:solid 8px #E5AA00;
	font-size:1.1em;
}

/*ヘッダ・グローバルメニュー*/
#head table {
	background-image:url(../images/hd_bk.jpg);
	background-repeat:repeat-x;
}

#head td a {
/*\*/
	overflow: hidden;
/**/
	display:block;
	text-indent: -9999px;
	outline: none;
	font-size:0px;
}

#head h1 a {
	text-indent:0;
}
#toplink a{
	background-image:url(../images/hd_btn_top.gif);
	width:37px;
	height:10px;
}
#toplink a:hover{
	background-position:0px -10px;
	background-repeat: no-repeat;
}
#gsc .sbox {
	width:150px;
}
#gsc .sbox {
	margin-top:3px;
}

#mainnavi ul {
	margin:0;
	padding:0;
}
#mainnavi ul:after {
  	height: 0;
  	visibility: hidden;
  	content: ".";
  	display: block;
  	clear: both;
}

#mainnavi li {
	float: left;
	position: relative;
	list-style:none;
}
#mainnavi ul {
	background-color: #2984BE;
	margin-top: 0px;
	padding:10px 0;
	margin:0;
	position: absolute;
	width:200px;
	top: -999em;
	left: 3px;
	border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
#mainnavi li:hover ul,
#mainnavi li.sfHover ul {
	top: 24px;
}
#mainnavi ul li {
	border: 0;
	float: none;
	padding:0 0 0 10px;
	margin:0;
	background-image:none;
}
#mainnavi li ul a {
	text-indent: 0;
	font-size:12px;
	text-decoration: none;
	border-left: solid 5px #E5AA00;
	margin:0;
	padding:5px 5px 0 5px;
}
#mainnavi li:hover ul a, 
#mainnavi li.sfHover ul a {
	background-image:none;
	color: #FFF;
	text-decoration: none;
}
#mainnavi li:hover ul li:hover, 
#mainnavi li.sfHover ul li.sfHover {
	background-image:none;
	background: #3EB2D9;
}
#mainnavi li:hover ul a:hover, 
#mainnavi li.sfHover ul a.sfHover {
	color: #FFF;
	text-decoration: none;
	background: #3EB2D9;
}

#mainnavi li a{
	background-image:url(../images/hd_navi.gif);
	background-repeat: no-repeat;
	height:25px;
}

#mainnavi li li a{
	background:none;
	height:auto;
	width:auto;
	zoom:1;
	color:#FFF;
}

#mainnavi li.menu01 a{
	background-position:0px 0;
	background-repeat: no-repeat;
	width:87px;
}
#mainnavi li.menu01 a:hover{
	background-position:0px -25px;
	background-repeat: no-repeat;	
}
#mainnavi li.menu01b a{
	background-position:0px -25px;
	background-repeat: no-repeat;
	width:87px;
}
#mainnavi li.menu02 a{
	background-position:-87px 0;
	background-repeat: no-repeat;
	width:115px;
}
#mainnavi li.menu02 a:hover{
	background-position:-87px -25px;
	background-repeat: no-repeat;
}
#mainnavi li.menu02b a{
	background-position:-87px -25px;
	background-repeat: no-repeat;
	width:115px;
}
#menu03 a{
	background-position:-202px 0;
	background-repeat: no-repeat;
	width:130px;
}
#menu03 a:hover{
	background-position:-202px -25px;
	background-repeat: no-repeat;	
}
#menu03b a{
	background-position:-202px -25px;
	background-repeat: no-repeat;
	width:130px;
}
#menu04 a{
	background-position:-332px 0;
	background-repeat: no-repeat;
	width:108px;
}
#menu04 a:hover{
	background-position:-332px -25px;
	background-repeat: no-repeat;	
}
#menu04b a{
	background-position:-332px -25px;
	background-repeat: no-repeat;
	width:108px;
}
#menu05 a{
	background-position:-440px 0;
	background-repeat: no-repeat;
	width:144px;
}
#menu05 a:hover{
	background-position:-440px -25px;
	background-repeat: no-repeat;	
}
#menu05b a{
	background-position:-440px -25px;
	background-repeat: no-repeat;
	width:144px;
}
#menu06 a{
	background-position:-584px 0;
	background-repeat: no-repeat;
	width:75px;
}
#menu06 a:hover{
	background-position:-584px -25px;
	background-repeat: no-repeat;	
}
#menu06b a{
	background-position:-584px -25px;
	background-repeat: no-repeat;
	width:75px;
}

#mainnavi li.menu02 li a{
	width:auto;
}

/*コンテンツ*/
#contents, contentsind {
	width: 970px;
	text-align:left;
	margin:0;
	padding:0;
}

#title{
	width:970px;
}

#txttit {
	margin:25px 75px 0 75px;
	height:60px;
}
#conttext {
	margin:0 100px;
	width:770px;
}
#conttxt2 {
	width:910px;
	margin:0 30px;
}
#bbtxt ul,#echotxt ul,#conttext ul,#cconts ul,#casel ul,#conttxt2 ul,
#bbtxt ol,#echotxt ol,#conttext ol,#cconts ol,#casel ol,#conttxt2 ol {
	margin-left:30px;
	margin-top:10px;
}
#contents td ol, #contents td ul {
	margin-left:0;
	_margin-left:30px;
}
*:first-child+html #contents td ol, #contents td ul {
	margin-left:30px;
}

/*フッタ*/
#footer {
	width: 970px;
	height:35px;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
	clear: both;
	font-size: 0.85em;
	padding:5px 0 0 0;
}
*:first-child+html #footer {
	font-size: 0.7em;
}
#ftlt {float:left;}
#ftrt {float:right;}
#footer a:link,#footer a:visited {color: #666666; text-decoration: none;}
#footer a:hover {color: #0099CC; text-decoration: none;}

/*top*/
#main {
	text-align:center;
	margin:0;
	padding:0;
}
#topics {
	margin:20px 0;
}
#topics td {
	line-height:120%;
}
.tpbk {
	background-image:url(../images/toptopics_bk.gif);
	background-repeat:repeat-y;
}
.tpbox {
	padding:10px 15px 0 15px;
}
.tpnewshd {
	background-image:url(../images/topnews_hd.gif);
	height:35px;
	padding-top:13px;
	padding-left:185px;
}
.tpnewsft {
	background-image:url(../images/topnews_ft.gif);
	height:18px;
}
.tpnews {
	padding:0 10px 0 15px;
	background-image:url(../images/ico_arrow.gif);
	background-repeat:no-repeat;
	float:right;
	height:11px;
	line-height:normal;
	font-size:10px;
}
.tptpift {
	background-image:url(../images/toptopics_ft.gif);
	height:18px;
}
.tpbox p {
	margin:0;
}
#contents .tpbox ul {
	margin-left:0;
	_margin-left:0;
	padding:0;
}
.tpbox li {
	margin-bottom:10px;
	list-style:none;
}
.ttitle {
	margin:15px 0 5px 0;
	font-weight:bold;
	line-height:110%;
}
td .ttitle {
	_margin:10px 0 5px 0;
	_line-height:110%;
}

/*news*/
#newshd,#newstit {
	margin:20px 100px 0 100px;
}
#newstit {
	margin:25px 100px 30px 100px;
}
#newstit h3 {
	font-size:1.5em;
	font-weight:bold;
	padding:3px 0 0 20px;
	float:left;
	line-height:110%;
	margin-bottom:0;
}
#newstit span {
	float:left;
}
#newstit span img {
	margin-top:5px;
}

#newstit .newscaption {
	font-size:120%;
}
#newslist li {
	margin-bottom:5px;
	list-style:none;
}

/*products*/
#prodimg {
	width:970px;
	height:235px;
	background-image:url(../images/prod_prodbk.gif);
	background-repeat:repeat-x;
}
.prodpad {
	padding:15px;
	text-align:center;
}
.prodboxbk {
	background-image:url(../images/prod_ind_boxbk.gif);
	background-repeat:repeat-y;
}

#bbtxt {
	width:668px;
	float:left;
	padding:0 30px 0 30px;
}
#bbside {
	width:236px;
	float:right;
	border-left:1px solid #EEEEEE;
	padding-left:4px;
}
#bbside img {
	margin-bottom:3px;
}
#bbside ul{
	margin:0 0 15px 10px;
}
#bbside li {
	list-style:none;
	padding-left:17px;
	background-image:url(../images/ico_arrow.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
}
#echotxt {
	width:920px;
	padding:0 20px 0 30px;
}
#echotxt h5 {
	margin:10px 0 3px 10px;
	padding:0 0 0 10px;
	border:none;
	background-image:url(../images/ico_arrow2.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
}

/* EVENT - LINK */
#divcase,#divsub,#divsub2,#divsub3 {
	width:910px;
	margin:0 30px;
}
#divcase .evel span {
	display:block;
	margin:15px 0 0 0;
	float:left;
}
#divcase .evel span {
	display:block;
	margin:0;
	float:left;
}
#divcase .evel ul {
	margin:0 0 0 10px;
	float:left;
}

#divl,#divl2,#divl3 {
	float:left;
	width:440px;
	margin:0px;
}
#divr,#divr2,#divr3 {
	float:right;
	width:440px;
	margin:0;
}
#divl ul,#divr ul,
#divl2 ul,#divr2 ul,
#divl3 ul,#divr3 ul,
#contentsind .evel ul,
#contentsind .ever ul, {
	margin:0;
}
#divcase li,#divsub li,#divl li,#divr li,
#divsub2 li,#divl2 li,#divr2 li,
#divsub3 li,#divl3 li,#divr3 li,
#contentsind .evel li,
#contentsind .ever li,
.point {
	margin-bottom:3px;
	list-style:none;
	padding-left:19px;
	background-image:url(../images/ico_arrow.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
}

/* イベント詳細 */
#evetit {
	padding:15px 30px;
	background-image:url(../images/prod_bar.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#evetit01 {
	float:left;
	width:360px;
}
#evetit02 {
	float:left;
	width:520px;
}
.evesub {
	width:910px;
	height:100%;
	margin:0 30px 25px 30px;
}
.eveimg {
	margin:3px 10px 5px 0;
	float:left;
}
.evel {
	float:left;
	width:445px;
	margin:0px;
}
.ever {
	float:right;
	width:440px;
	margin:0;
}
#evecontents h4 {
	margin:0 0 5px 0;
	padding:5px 0 5px 5px;
	border-left:solid 10px #78C9E4;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	font-size:1.2em;
}
#wrap h4 a {
	display:block;
	float:right;
	padding:0 10px 0 10px;
	font-size:8pt;
	font-weight:normal;
	background-image:url(../images/ico_arrow2.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
}
#evecontents h5 {
	margin:10px 0 3px 10px;
	padding:0 0 0 10px;
	border:none;
	background-image:url(../images/ico_arrow2.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	font-size:1em;
	line-height:1.2em;
}
#evecontents p {
	margin:0 0 5px 10px;
	padding:0 0 0 10px;
}
#evecontents .btn {
	margin:5px 10px 5px 0;
	float:left;
}
#evecontents .btn img {
	margin:0;
}
.btnbox {
	height:100%;
	padding:3px 0 5px 20px;
}
.btnbox td {
	line-height:1.3em;
}
.evemidasi {
	margin:0 0 3px 0;
	padding:2px 5px;
	font-weight:bold;
	background-color:#EFEFEF;
}
.x-small {
	font-size:10px;
	line-height:1.2em;
	color:#666;
}

/* ケース詳細 */
#casehd1 {
	float:left;
	width:460px;
	padding:0 0 0 30px;
	margin:0;
}
#casehd2 {
	float:right;
	width:475px;
	margin:0;
}
#cconts {padding-left:30px;}
#casel {
	float:left;
	width:600px;
	margin:0;
}
#caser {
	float:right;
	width:270px;
	margin:0;
	border:solid 1px #CCC;
	padding:22px;
}
#caser ol {
	margin-left:0;
	_margin-left:30px;
}
*:first-child+html #caser ol {
	margin-left:30px;
}

/* sitemap */
#sml {
	float:left;
	width:380px;
	padding:0;
}
#smr {
	float:right;
	width:380px;
	padding:0;
}
#sml a:link,#smr a:link	{color: #333; text-decoration: none;}
#sml a:visited,#smr a:visited	{color: #333; text-decoration: none;}
#sml a:hover,#smr a:hover	{color: #0099CC; text-decoration: none;}
#sml a:active,#smr a:active	{color: #0099CC; text-decoration: none;}

#sml dl,#smr dl {
	margin:0;
	padding:0;
}
#sml dt,#smr dt {
	margin:20px 0 10px 20px;
	padding:0 0 0 5px;
	border-left:solid 8px #0099CC;
	border-bottom:dotted 1px #CCCCCC;
}
#sml dd,#smr dd {
	margin:0 0 5px 30px;
	padding:0 0 0 10px;
	background-image:url(../images/ico_arrow2.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
}
#sml ul,#smr ul {
	margin:0;
	padding:0;
}
#sml li,#smr li {
	margin:0 0 5px 40px;
	padding:0 0 0 5px;
	list-style:none;
	border-left:dotted 2px #CCCCCC;
	line-height:1em;
}

/* knowledge */
#divsub .adlist {
	margin:10px 0 0 10px;
}
#divsub .adlist li {
	padding:0 0 0 10px;
	background-image:url(../images/ico_arrow2.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	line-height:1.2em;
}
.knowsub {
	float:left;
	margin-left:100px;
}

/* for WinIE4 - IE6 and MacIE4 - IE5 */
body,td {
	_font-size:10pt;
	_line-height:160%;
	_color:#333;
}
* { 
	_font-family: "Verdana, ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", Osaka, sans-serif ; 
}
td a:link,ul a:link,p a:link		{_color: #0F3193; _text-decoration: underline;}
td a:visited,ul a:visited,p a:visited	{_color: #0F3193; _text-decoration: underline;}
td a:hover,ul a:hover,p a:hover	{_color: #0F3193; _text-decoration: none;}
td a:active,ul a:active,p a:active	{_color: #0F3193; _text-decoration: none;}
td ul,td li,td form,td h1,td h2,td h3,td h4,td h5,td h6 {
	_margin:0;
}
td a.gray:link,ul a.gray:link,div a.gray:link	{color: #333; text-decoration: none;}
td a.gray:visited,ul a.gray:visited,div a.gray:visited	{color: #333; text-decoration: none;}
td a.gray:hover,ul a.gray:hover,div a.gray:hover	{color: #0099CC; text-decoration: none;}
td a.gray:active,ul a.gray:active,div a.gray:active	{color: #0099CC; text-decoration: none;}
div .box01,td .box01 {
	_padding:5px 15px;
}
div .box02,td .box02 {
	_padding:15px 30px;
}
div .box03,td .box03 {
	_padding-left:30px;
}
div .big,td .big {
	_font-size:14px;
	_line-height:140%;
}
div .small,td .small {
	_font-size:9pt;
	_line-height:1.6em;
}
div h5 {
	_padding-left:5px;
	_border-left:solid 8px #E5AA00;
	_font-size:1.1em;
}
div .txtr, td .txtr {
	_text-align:right;
}
div .style1, td .style1 {
	_color: #0099CC;
	_font-size:14px;
}

/* for WinIE7 */
*:first-child+html .small {
	font-size: 0.8em;
}

/* BbnewsTable */
#bbtable {
	border:solid 2px #CCC;
}
#bbtable td {
	border:solid 1px #CCC;
}
#conttext #bbtable tr .th {
	color: #FFF;
	background-color:#999;
	font-weight:bold;
	text-align:center;
}
#conttext #bbtable tr .pth {
	color:#FF0;
	background-color:#999;
	font-weight:bold;
	text-align:center;
}
#conttext #bbtable tr .ncell {
	background-color:#CCC;
	text-align:center;
}
#conttext #bbtable tr .nncell {
	background-color:#EFEFEF;
	text-align:center;
}
#conttext #bbtable tr .pcell {
	background-color:#FFC;
	text-align:center;
}

/* ie center */

#head li{
	text-align:left;
}
