@charset "utf-8";

/* Layout 
*****************************************/
body {
	color: #505050;
	width: 100%;
	padding: 0;
	font-size: 14px;
	font-size: 88%;
	-webkit-text-size-adjust: none;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	line-height: 1.5;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

p {
	margin-bottom:1em;
}
.newsList01 p + ul {
	margin-top:-1em;
}

.hidden {
	display:none;
}


/*	link
*****************************************/
a {
	color:#007dff;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#00326E;
	text-decoration:underline;
}

/*	overLayer
*****************************************/
.overLayer {
	background: rgba(0,0,0,0);
	/*transition: all .5s;*/
}
.overLayer.open {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 150;
}

/* header 
*****************************************/
#headerWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}
#header {
	background:#FFF url(../img/background-01.png) repeat-y 50% 0 ;
}

#header .grayBar {
	background:#7a7a7a ;
}

#header .grayBar .grayBarInner {
	width: 960px;
	margin: 0 auto;
}
#header .grayBar h1 {
	float: left;
	color:#FFF;
	font-size: 86%;
	margin:0 auto;
	padding:6px 0 4px;
	line-height:1.05;
}
#header .grayBar ul {
	float: right;
}
#header .grayBar ul li {
	float: left;
	margin-left: 1px;
	position: relative;
}
#header .grayBar ul li:after {
	content: '';
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);

	width: 0;
	height: 0;
	border-left: 5px solid #b2b2b2;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}
#header .grayBar ul li a {
	color: #b2b2b2;
	display: inline-block;
	font-size: 12px;
	font-size: 86%;
	line-height:1.05;
	background: #000;
	padding: 5px 39px 5px;
}


#header .grayBar ul li a span {
	color: #00b6ff;
}
#header .grayBar ul li a:hover {
	text-decoration: none !important;
	background: #333;
}
#header .headerInner01 {
	background: #f5f5f5;
}
#header .headerInner01 .headerInner02 {
	width:960px;
	height:48px;
	margin:0 auto;
	position:relative;
	_margin-top:0;
}
#header .headerInner01 .headerInner02 .logo {
	position:absolute;
	top:12px;
	left:0;
}
#header .headerInner01 .headerInner02 .tx01 {
	position:absolute;
	top:7px;
	left:135px;
	width: 435px;
}
#header .headerInner01 .headerInner02 .tx01 img {
	width: 100%;
	height: auto;
}
#header .headerInner01 .headerInner02 ul li img {
	vertical-align: inherit;
}
#header .headerInner01 .headerInner02 ul li:nth-child(1) {
	position:absolute;
	top:18px;
	left:575px;
}
#header .headerInner01 .headerInner02 ul li:nth-child(2) {
	position:absolute;
	top:18px;
	left:680px;
}
#header .headerInner01 .headerInner02 ul li:nth-child(3) {
	position:absolute;
	top:7px;
	right:5px;
}

/* navigation 
*****************************************/
/******************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************************************/
#navigation {
	background:url(../header/img/background-107.png) repeat-x 50% 0    ;
	width: 100%;
	z-index:9999;
}
#navigation .navigationInner {
	width:960px;
	margin:0 auto;
	position:relative;
}
#navigation ul#globalNav {
}
#navigation ul#globalNav li {
	float:left;
	background:url(../header/img/globalNav_03.png) no-repeat ;
}
#navigation ul#globalNav li span,
#navigation ul#globalNav li a {
	display:block;
	width:137px;
	height:56px;
	text-indent:-9999px;
}
#navigation ul#globalNav li.nav07 {
	width:138px;
}
#navigation ul#globalNav li.nav07 a {
	width:138px;
}
#navigation ul#globalNav li.nav01 {			background-position:0 0 ;		}
#navigation ul#globalNav li.nav01.hover {	background-position:0 -56px ;	}
#navigation ul#globalNav li.nav01.current {	background-position:0 -112px ;	}

#navigation ul#globalNav li.nav02 {			background-position:-137px 0 ;		}
#navigation ul#globalNav li.nav02.hover {	background-position:-137px -56px ;	}
#navigation ul#globalNav li.nav02.current {	background-position:-137px -112px ;	}

#navigation ul#globalNav li.nav03 {			background-position:-274px 0 ;		}
#navigation ul#globalNav li.nav03.hover {	background-position:-274px -56px ;	}
#navigation ul#globalNav li.nav03.current {	background-position:-274px -112px ;	}

#navigation ul#globalNav li.nav04 {			background-position:-411px 0 ;		}
#navigation ul#globalNav li.nav04.hover {	background-position:-411px -56px ;	}
#navigation ul#globalNav li.nav04.current {	background-position:-411px -112px ;	}

#navigation ul#globalNav li.nav05 {			background-position:-548px 0 ;		}
#navigation ul#globalNav li.nav05.hover {	background-position:-548px -56px ;	}
#navigation ul#globalNav li.nav05.current {	background-position:-548px -112px ;	}

#navigation ul#globalNav li.nav06 {			background-position:-685px 0 ;		}
#navigation ul#globalNav li.nav06.hover {	background-position:-685px -56px ;	}
#navigation ul#globalNav li.nav06.current {	background-position:-685px -112px ;	}

#navigation ul#globalNav li.nav07 {			background-position:-822px 0 ;		}
#navigation ul#globalNav li.nav07.hover {	background-position:-822px -56px ;	}
#navigation ul#globalNav li.nav07.current {	background-position:-822px -112px ;	}




/*	dropdownmenu
*****************************************/
.dropdownmenu {
	position:absolute;
	top:127px;
	left:0;
	width:100%;
	z-index:200;
	background: #fff;
	display: none;
}
.dropdownmenu .dropdownmenuInner {
	width: 960px;
	margin: 0 auto;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul {
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li {
	float: left;
	padding-bottom: 42px;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li:nth-child(1) {
	width: 320px;
	background:url(/common/header/img/dropdownMenu/d01_img_01.png) no-repeat 0 0    ;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li:nth-child(2) {
	width: 340px;
	background:url(/common/header/img/dropdownMenu/d01_img_02.png) no-repeat 0 0    ;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li:nth-child(3) {
	width: 300px;
	background:url(/common/header/img/dropdownMenu/d01_img_03.png) no-repeat -20px 0    ;
}
/*.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li .img {
	float: left;
	width: 144px;
}*/
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li dl {
	float: left;
	width: 160px;
	margin-left: 144px;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li:nth-child(2) dl {
	width: 180px;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li:nth-child(3) dl {
	margin-left: 124px;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li dl dt {
	font-size: 18px;
	color: #0070ff;
	margin-top: 24px;
	margin-bottom: 4px;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li dl dd {
	font-size: 12px;
	line-height: 1.33;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li dl dd.buttonWrap {
	margin-top: 15px;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li dl dd .button {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	background: #007cff;
	width: 160px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.dropdownmenu#dropdownmenu01 .dropdownmenuInner ul li dl dd .button:hover {
	background: #3296ff;
	text-decoration: none;
}



.dropdownmenu#dropdownmenu02 {
	background: #fff url(/common/header/img/dropdownMenu/d08_img_01.jpg) no-repeat 50% 0 ;
}
.dropdownmenu#dropdownmenu02 .dropdownmenuInner {
	position: relative;
}
.dropdownmenu#dropdownmenu02 .dropdownmenuInner .button {
	position: absolute;
	top: 158px;
	left: 546px;
	background: #007cff;
	color: #fff;
}
.dropdownmenu#dropdownmenu02 .dropdownmenuInner .button:hover {
	background: #3296ff;
	text-decoration: none;
}
.dropdownmenu#dropdownmenu02 .dropdownmenuInner .button span {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	display: table-cell;
	width: 220px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}



.dropdownmenu#dropdownmenu03 {
	background: #000;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner {
	background: url("../header/img/dropdownMenu/d02_bg01.jpg") no-repeat 0 0;
	min-height: 322px;
	padding-right: 21px;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .button {
	display: inline-block;
	background: #007cff;
	width: 220px;
	height: 50px;
	color: #fff;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .button:hover {
	background: #3296ff;
	text-decoration: none;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .button span {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	display: table-cell;
	width: 220px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner p {
	margin-bottom: 0;
	line-height: 0;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .buttonWrap {
	text-align: right;
	margin-top: 103px;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .fColumn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .fColumn .col {
	width: 460px;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .fColumn .fColumn {
	margin-top: 179px;
	margin-left: 25px;
	align-items: flex-end;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .fColumn .fColumn .col {
	width: 188px;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .fColumn .fColumn .col + .col {
	width: 220px;
}
.dropdownmenu#dropdownmenu03 .dropdownmenuInner .fColumn .fColumn .col + .col .buttonWrap {
	margin-top: 0;
	margin-bottom: 0;
}





.dropdownmenu#dropdownmenu04 .dropdownmenuInner {
	position: relative;
}
.dropdownmenu#dropdownmenu04 .dropdownmenuInner .button {
	position: absolute;
	top: 116px;
	left: 740px;
	background: #007cff;
	color: #fff;
}
.dropdownmenu#dropdownmenu04 .dropdownmenuInner .button:hover {
	background: #3296ff;
	text-decoration: none;
}
.dropdownmenu#dropdownmenu04 .dropdownmenuInner .button span {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	display: table-cell;
	width: 220px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}


.dropdownmenu#dropdownmenu05 .dropdownmenuInner {
	position: relative;
}
.dropdownmenu#dropdownmenu05 .dropdownmenuInner ul {
}
.dropdownmenu#dropdownmenu05 .dropdownmenuInner ul li {
	float: left;
	min-height: 294px;
	position: relative;
}
.dropdownmenu#dropdownmenu05 .dropdownmenuInner ul li .button {
	background: #007cff;
	position: absolute;
	width: 220px;
	height: 50px;
	color: #fff;
}
.dropdownmenu#dropdownmenu05 .dropdownmenuInner ul li .button:hover {
	background: #3296ff;
	text-decoration: none;
}
.dropdownmenu#dropdownmenu05 .dropdownmenuInner ul li:nth-child(1) .button {
	top: 209px;
	left: 443px;
}
.dropdownmenu#dropdownmenu05 .dropdownmenuInner ul li:nth-child(2) .button {
	top: 209px;
	left: 24px;
}
.dropdownmenu#dropdownmenu05 .dropdownmenuInner ul li .button span {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	display: table-cell;
	width: 220px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}


.dropdownmenu#dropdownmenu06 .dropdownmenuInner {
	position: relative;
}
.dropdownmenu#dropdownmenu06 .dropdownmenuInner p {
	vertical-align: bottom;
}
.dropdownmenu#dropdownmenu06 .dropdownmenuInner ul {
	/* 2カラムの場合
	padding-left: 120px; */
}
.dropdownmenu#dropdownmenu06 .dropdownmenuInner ul li {
	float: left;
	width: 320px;
	min-height: 345px;
	position: relative;
}
.dropdownmenu#dropdownmenu06 .dropdownmenuInner ul li:first-child {
	/* 2カラムの場合
	margin-right: 80px; */
}
.dropdownmenu#dropdownmenu06 .dropdownmenuInner ul li dl {
	position: absolute;
	top: 227px;
	left: 0;
	width: 320px;
	text-align: center;
}
.dropdownmenu#dropdownmenu06 .dropdownmenuInner ul li dl dt {
	font-size: 14px;
	line-height: 1.28;
}
.dropdownmenu#dropdownmenu06 .dropdownmenuInner ul li dl dd.button {
	width: 220px;
	height: 50px;
	margin: 8px auto 0;
}
.dropdownmenu#dropdownmenu06 .dropdownmenuInner ul li dl dd.button a {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	display: table-cell;
	width: 220px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	background: #007cff;
}
.dropdownmenu#dropdownmenu06 .dropdownmenuInner ul li dl dd.button a:hover {
	background: #3296ff;
	text-decoration: none;
}



.dropdownmenu#dropdownmenu07 .dropdownmenuInner {
	position: relative;
}
.dropdownmenu#dropdownmenu07 .dropdownmenuInner .button {
	position: absolute;
	top: 190px;
	left: 704px;
}
.dropdownmenu#dropdownmenu07 .dropdownmenuInner .button a {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	display: table-cell;
	width: 220px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	background: #000000;
}
.dropdownmenu#dropdownmenu07 .dropdownmenuInner .button a:hover {
	background: #3b3b3b;
	text-decoration: none;
}




/* topicPath 
*****************************************/
#topicPath {
	clear:both;
	width:960px;
	height:40px;
	margin:127px auto 0;
	background:#FFF url(../img/background-04.png) repeat-y 50% 0 ;
	position:relative;
}
#topicPath ul {
	width: 100%;
	padding-top: 13px;
	background: url(../img/icon-01.png) no-repeat 0 13px;
	padding-left: 15px;
}
#topicPath ul li {
	font-size: 86%;
	line-height:1.05;
	float:left;
	color:#505050;
	margin-right:1em;
}
#topicPath #siteSearch {
	position:absolute;
	top:6px;
	right:0;
}
#topicPath #siteSearch #srchtxtBg {
	display:block;
	width:254px;
	height:28px;
	/*
	background:url(../img/background-05.png) no-repeat 0 0 ;
	*/
}
#topicPath #siteSearch #srchtxtBg.focus {
	/*
	background:url(../img/background-05on.png) no-repeat 0 0 ;
	*/
}
#topicPath #siteSearch #srchtxt {
	min-height:23px;
	_height:23px;
	padding:0px 5px 2px;
	line-height:1.5;
	position:absolute;
	top:2px;
	left:2px;
	width:227px;
	border:none;
	background:url(../img/background-07.png) no-repeat 0 0 ;
}
#topicPath #siteSearch #srchtxt.focus {
	border:none;
	background:url(../img/background-07on.png) no-repeat 0 0 ;
}
#topicPath #siteSearch #srchtxt:focus {
	outline:none;
}
#topicPath #siteSearch #srchbtn {
	position:absolute;
	top:2px;
	right:2px;
	width:23px;
	height:23px;
}

/* contentsWrap 
*****************************************/
#contentsWrap {
	margin:20px 0 30px;
	margin:20px 0 2px;
}

/* mainContents 
*****************************************/
.mainContents {
	width:960px;
	margin:0 auto;
}
.mainContents .section {
	clear:both;
	width:924px;
	margin:0 auto 1em;
}

.layoutType01 {
	width:980px;
	margin:0 auto;
	clear:both;
}
.layoutType01 .mainContents {
	float:left;
	width:755px;
	width:785px;
	_width:780px;
	/*
	margin-left:10px;
	_margin-left:5px;
	*/
}
.layoutType01 .mainContents .wraper {
	margin-left:10px;
}




.layoutType01 .sideContents {
	float:right;
	width:195px;
}
.layoutType01 .mainContents .section {
	width:735px;
	margin:0 0 1em 20px;
	margin:0 0 1em 30px;
}
.layoutType01 .mainContents .section .section {
	width:695px;
	margin:0 0 2em 20px;
}
.layoutType01 .mainContents .section .section2 {
	width:715px;
	margin:0 0 2em 20px;
}
.layoutType01 .mainContents .section .section .section {
	width:675px;
	margin:0 0 2em 20px;
}


.layoutType01 .mainContents .section .section02 {
	width:715px;
	margin:0 0 1em 20px;
}
.layoutType01 .mainContents .section .section02 .section02 {
	width:695px;
	margin:0 0 1em 20px;
}


.layoutType02 {
	width:960px;
	margin:0 auto;
	clear:both;
}


/* rightNavigation 
*****************************************/
#rightNavigation {
	background:url(../img/background-22.png) no-repeat 50% 100% ;
}
#rightNavigation .inner {
	background:url(../img/background-32.png) no-repeat 50% 0 ;
	padding-top:13px;
	padding-bottom:5px;
}
#rightNavigation .inner.guide_bto {
	background:url(../img/background-21.png) no-repeat 50% 0 ;
}
#rightNavigation .inner.guide_kit {
	background:url(../img/background-26.png) no-repeat 50% 0 ;
}
#rightNavigation .inner.guide_msi_note {
	background:url(../img/background-31.png) no-repeat 50% 0 ;
}
#rightNavigation .inner.guide_parts {
	background:url(../img/background-74.png) no-repeat 50% 0 ;
}



#rightNavigation .inner.support_bto {
	background:url(../img/background-71.png) no-repeat 50% 0 ;
}
#rightNavigation .inner.support_kit {
	background:url(../img/background-72.png) no-repeat 50% 0 ;
}
#rightNavigation .inner.support_parts {
	background:url(../img/background-73.png) no-repeat 50% 0 ;
}
#rightNavigation .inner .section {
	width:163px;
	margin:0 auto;
}
#rightNavigation .inner .section dl dt {
	font-weight:bold;
}
#rightNavigation .inner .section dl dd {
	font-size:86%;
	margin:2px 0 18px;
}


#rightNavigation2Wrap {
	position:relative;
	z-index:2;
						padding:0 10px;
}
#rightNavigation2Wrap.fixed {
	position:fixed;
	top: 10px;
}
#rightNavigation2 {
	background:url(../img/background-51.png) no-repeat 50% 100% ;

						background:none;
						border:1px solid #d9d9d9;
						border-radius:6px;
}
#rightNavigation2 .inner {
	background:url(../img/background-52.png) no-repeat 50% 0 ;
	padding-top:13px;
	padding-bottom:5px;
						background:#fafaf8 url(../img/background-100.png) repeat-x 50% 0 ;
						border:1px solid #fff;
						border-radius:5px;
}
#rightNavigation2 .inner.bto {
	background:url(../img/background-21.png) no-repeat 50% 0 ;
}
#rightNavigation2 .inner.kit {
	background:url(../img/background-26.png) no-repeat 50% 0 ;
}
#rightNavigation2 .inner.msi_note {
	background:url(../img/background-31.png) no-repeat 50% 0 ;
}
#rightNavigation2 .inner .section {
	width:155px;
	margin:0 auto;
}
#rightNavigation2 .inner .section .price {
	background:url(../../bto/img/line-01.png) no-repeat 50% 100%    ;
	margin-bottom:4px;
	padding-bottom:2px;
}
#rightNavigation2 .inner .section .price p {
	color:#DB0000;
}
#rightNavigation2 .inner .section .price p span.total {
	font-size:172%;
	margin-right:0.2em;
	line-height:1;
}
#rightNavigation2 .inner .section .price p span.yen {
	font-size:86%;
}
#rightNavigation2 .inner .section dl dt {
	font-weight:bold;
}
#rightNavigation2 .inner .section dl dd {
	font-size:86%;
	margin:2px 0 18px;
}



.extraContents {
	clear:both;
	width:980px;
	margin:33px auto 0;
}
.pagetopContents {
	clear:both;
	width:924px;
	margin:0 auto 0;
}



/* footer 
*****************************************/
#footer01 {
	clear:both;
	font-size: 86%;
	/*font-size: 93.75%;*/
	background:url(../img/background-08.png) repeat-y 50% 0 ;
}
#footer01 .inner {
	width:960px;
	margin:0 auto;
	background:url(../img/background-09.png) no-repeat 50% 100% ;
}
#footer01 .inner .logo {
	padding:34px 0 0 11px;
}
#footer01 .inner .footerLink01 {
	margin:-33px 0 0 0;
	padding:0 0 18px 164px;
	overflow:hidden;
}
#footer01 .inner .col {
	float:left;
	width:812px;
}
#footer01 .inner .col.last {
	margin-right:0;
}
#footer01 .inner .col dt {
	font-weight:bold;
	background:url(../img/background-10.png) repeat-x 0 100% ;
	padding-bottom:7px;
	margin-bottom:12px;
	line-height:1.05;
}
#footer01 .inner .col dd {
	line-height:1.5;
	padding-left: 5px;
}
#footer01 .inner .col dd ul li {
	float:left;
	border-left:1px solid #505050;
	border-right:1px solid #505050;
	padding-right:0.7em;
	padding-left:0.7em;
	line-height:1.05;
	line-height:1.25;
	margin-bottom: 14px;
	margin-bottom:0.7em;
	margin-right: -1px;
}
#footer01 .inner .col dd a {
	color:#878787;
}
#footer01 .inner .col dd a:hover {
	color:#007dff;
	text-decoration:underline;
}


#footer02 {
	clear:both;
	width:980px;
	margin:1em auto;
	font-size: 86%;
}
#footer02 #footer02ColLeft {
	float:left;
	width:775px;
	padding-left:10px;
}
#footer02 #footer02ColRight {
	float:left;
	width:195px;
}
#footer02 ul.footerLink02 {
	clear:both;
	border-left:1px solid #505050;
	margin-bottom:0.7em;
}
#footer02 ul.footerLink02 li {
	float:left;
	border-right:1px solid #505050;
	padding-right:0.7em;
	padding-left:0.7em;
	line-height:1.05;
	line-height:1.25;
}
#footer02 ul.footerLink02 a {
	color:#505050;
}
#footer02 ul.footerLink02 a:hover {
	color:#007dff;
	text-decoration:underline;
}


#footer03 {
	clear:both;
	font-size: 86%;
	background:#f7f7f7 url(../img/background-11.png) repeat-x 0 0 ;
	text-align:center;
	padding:0.6em 0 0.6em;
	line-height:1.8;
}
#footer03 .inner {
	width:960px;
	margin:0 auto;
	position:relative;
}
#footer03 .inner p {
	margin-bottom:0;
}





/*	clearfix for this files selectior
*****************************************/
/* Dreamweaver表示崩れ用 */
.clear {
	clear:both;
}


*:first-child+html .dropdownmenu .dropdownmenuInner ul,
*:first-child+html #header .grayBar,
*:first-child+html .twoColumn07,
*:first-child+html .layoutType01,
*:first-child+html #footer01 .inner ul,
*:first-child+html #footer02 ul,
*:first-child+html #topicPath ul,
*:first-child+html #navigation ul {
	display:inline-table;
	zoom:1;
}
.dropdownmenu .dropdownmenuInner ul:after,
#header .grayBar:after,
.twoColumn07:after,
.layoutType01:after,
#footer01 .inner ul:after,
#footer02 ul:after,
#topicPath ul:after,
#navigation ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
* html .dropdownmenu .dropdownmenuInner ul,
* html #header .grayBar,
* html .twoColumn07,
* html .layoutType01,
* html #footer01 .inner ul,
* html #footer02 ul,
* html #topicPath ul,
* html #navigation ul {
	zoom: 1;
} /* IE6 */
