/*--------------------------------------------------
    +1: Formatting Reset
==================================================*/
 
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
}

strong,
em {
	font-weight: bold;
}

ol,
ul {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}

address,
em {
	font-style: normal;
}

img {
	border: none;
}

tr {
	display: table-row;
}

th,
td {
	display: table-cell;
}

caption {
	display: table-caption;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

input,
select,
textarea,
button {
	font-size: inherit;
}

button {
	cursor: pointer;
}


/*----------------------------------------------------------------------*/
html {
	overflow-x: visible;
}
/*--------------------------------------------------
    +2: Redefine
==================================================*/

/* clearfix
--------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 

/*
==================================================

    class

==================================================
*/


/*--------------------------------------------------
    +1: Float Clear
==================================================*/

.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.clr{
    clear:both;
}
.clr hr,
.clr br{
    display: none;
}

/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +2: Align Set, Valign Set
==================================================*/

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.valignTop {
	vertical-align: top;
}

.valignMiddle {
	vertical-align: middle;
}

.valignBottom {
	vertical-align: bottom;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +3: Color Set
==================================================*/

.colorRed {
	color: #ff0000;
}

.colorGreen {
	color: #00ff00;
}

.colorBlue {
	color: #0000ff;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +4: Fontsize Set
==================================================*/

.fontSize_120 {
	font-size: 120%;
}

.fontSize09 {
	font-size: 9px;
}

.fontSize10 {
	font-size: 10px;
}

.fontSize11 {
	font-size: 11px;
}

.fontSize12 {
	font-size: 12px;
}

.fontSize13 {
	font-size: 13px;
}

.fontSize14 {
	font-size: 14px;
}

.fontSize15 {
	font-size: 15px;
}

.fontSize16 {
	font-size: 16px;
}

.fontSize17 {
	font-size: 17px;
}

.fontSize18 {
	font-size: 18px;
}

.fontSize19 {
	font-size: 19px;
}

.fontSize20 {
	font-size: 20px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +5: Margin Set, Padding Set
==================================================*/

.mT05 {
	margin-top: 5px;
}

.mT10 {
	margin-top: 10px;
}

.mT15 {
	margin-top: 15px;
}

.mT20 {
	margin-top: 20px;
}

.mT25 {
	margin-top: 25px;
}

.mT30 {
	margin-top: 30px;
}

.mT35 {
	margin-top: 35px;
}

.mT40 {
	margin-top: 40px;
}

.mT45 {
	margin-top: 45px;
}

.mT50 {
	margin-top: 50px;
}

.mT100 {
	margin-top: 100px;
}
.mT150 {
	margin-top: 150px;
}

.mR05 {
	margin-right: 5px;
}

.mR09 {
	margin-right: 9px;
}

.mR10 {
	margin-right: 10px;
}

.mR15 {
	margin-right: 15px;
}

.mR20 {
	margin-right: 20px;
}

.mR25 {
	margin-right: 25px;
}

.mR30 {
	margin-right: 30px;
}

.mR35 {
	margin-right: 35px;
}

.mR40 {
	margin-right: 40px;
}

.mR45 {
	margin-right: 45px;
}

.mR50 {
	margin-right: 50px;
}

.mB05 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB15 {
	margin-bottom: 15px;
}

.mB20 {
	margin-bottom: 20px;
}

.mB25 {
	margin-bottom: 25px;
}

.mB30 {
	margin-bottom: 30px;
}

.mB35 {
	margin-bottom: 35px;
}

.mB40 {
	margin-bottom: 40px;
}

.mB45 {
	margin-bottom: 45px;
}

.mB50 {
	margin-bottom: 50px;
}

.mL05 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL12 {
	margin-left: 12px;
}

.mL15 {
	margin-left: 15px;
}

.mL20 {
	margin-left: 20px;
}

.mL25 {
	margin-left: 25px;
}

.mL30 {
	margin-left: 30px;
}

.mL35 {
	margin-left: 35px;
}

.mL40 {
	margin-left: 40px;
}

.mL45 {
	margin-left: 45px;
}

.mL50 {
	margin-left: 50px;
}

.mL55 {
	margin-left: 55px;
}

.mL130 {
	margin-left: 130px;
}

.mL155 {
	margin-left: 155px;
}


/*----------------------------------------------------------------------*/


/*--------------------------------------------------
    +7: FLoat Set
==================================================*/

.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}


/*----------------------------------------------------------------------*/


.ov a:hover img {
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    background: #fff;
    }

	
	
	
/*-----font-----*/

.flh{font-size:110%;line-height:1.5em}
.fl{font-size:110%}
.f2l{font-size:110%}
.f3l{font-size:125%}
.fxl{font-size:134%}

.fxs{font-size:9px}


/*--------------------------------------------------
    common
==================================================*/
html{
	background-color: #cfcfcf;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	min-width: 980px;
}
body{
	color: #333;
	font-size:small;
	line-height:1.5em;
}
p{
    font-size: 90%;
    line-height:1.5em;
    margin-bottom: 20px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
   display: block;
}
.clear{
	clear: both;
}
a{
	color: #2b6fb2;
	text-decoration: none;	
}
a:hover{
	color: #2b6fb2;
	text-decoration: underline;
}

#page-wrap{
	width: 980px;
	margin: 0px auto 0px auto;
	position:relative;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	text-align: left;
}

#header{
	height: 93px;
	background-color: #fff;
}

#globalnavi{
	height: 233px;
	background-color: #fff;
}

.header{
	height: 93px;
	width: 100%;
	background-color: #fff;
	background-repeat: repeat;
	position:relative;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #eb5c02;
	z-index:1000;
}
h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 184px;
	}
h1 a {
	height: 40px;
	width: 171px;
	display: block;
	text-indent: -9999px;
	}
.innerNavigation{
	position:absolute;
	top:17px;
	left: 215px;
}	
ul.innerNavigation li {
	float: left;
	padding-left: 15px;
	font-size: 12px;
	}
ul.innerNavigation li a {
	display:block;
	margin-left: -25px;
	padding-left: 25px;
	}
ul.innerNavigation li#in01 a {
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -285px -18px;
	line-height: 2em;
	height: 20px;
	width: 54px;
	}
ul.innerNavigation li#in02 a {
	width: 62px;
	height: 20px;
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -364px -18px;
	line-height: 2em;
	}
ul.innerNavigation li#in03 a {
	width: 67px;
	height: 20px;
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -451px -18px;
	line-height: 2em;
	}
ul.innerNavigation li#in03b a {
	width: 112px;
	height: 20px;
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -958px -18px;
	line-height: 2em;
	}
ul.innerNavigation li#in04b img {
	display: block;
	position: absolute;
	left: 360px;
	}
ul.innerNavigation li#in04b img {
	display: block;
	}
ul.innerNavigation li#in04 a {
	width: 132px;
	height: 20px;
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -558px -18px;
	line-height: 1.7em;
	color: #FFF;
	padding-left: 15px;
	}
ul.innerNavigation li#in04 a:hover {
	color: #f9962c;
	text-decoration: none;
	}
	
ul.innerNavigation li a:hover {
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
ul.innerNavigation li img {display:none;} 


.ser {
	position: absolute;
	left: 720px;
	top: 10px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -700px -11px;
	}

.contents{
	width:100%;
	position:relative;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	_margin-right: -10px;
	margin-bottom: 0;
	margin-left: 0px;
}

.head_outline{
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.main { 
	width:980px;
	background-color: #000;
	height: 270px;
	_height: 265px;
	background: #000;
	background: -moz-linear-gradient(top, #d8d8d8, #040404); 
	background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#040404));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#040404',GradientType=0 ); 
} 

.main_l{
	float: left;
	width: 732px;
	padding-top: 5px;
	_padding-top: 0px;
}
.main_r{
	float: right;
	width: 243px;
	text-align: center;
	padding-top: 10px;
	_padding-top: 5px;
	margin-left:5px;
}

.main_r01 { 
	width: 239px;
	height: 213px; /* バナーある時 145px　バナー1つ 224px */
	padding-top: 4px;
	margin-right: 4px;
	clear: both;
	background: #f7f7f7;
} 

.main_r01_inner{
	width: 213px;
	height: 179px; /* バナーある時 115px　バナー1つ 190px */
	overflow: scroll;
	overflow-x: hidden;
	margin-left: 3px;
	padding-left: 16px;
	margin-top: 2px;
}

ul#top_catalog {
	width: 190px;
	clear: both;
}
ul#top_catalog li {
	clear: both;
	text-align: left;
	margin-top: 9px;
	background-image: url(../../img/top/catalog_border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	*padding-bottom: 9px; /* IE7 and below */
    _padding-bottom: 9px; /* IE6 */
}
ul#top_catalog li img {
	float: left;
	margin-right: 15px;
	border: 1px solid #b6b6b6;
	margin-bottom: 9px;
}

ul#top_catalog li p {
	padding-top: 10px;
}

.main_r02{
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	/*background-color: #e9e9e9;*/
	-webkit-border-radius: 2px;     /* for Safari and Chrome */
	-moz-border-radius: 2px;    /* for Firefox */
	-o-border-radius: 2px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:2px;   /* Linux browsers */
	border-radius: 2px;     /* CSS3 */
	behavior: url(border-radius.htc);   /* for IE */
}

.main_r02 p{
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
}
.main_r02 p span{
	background-image: url(../point_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

.main_r03{
	width: 238px;
	height: 33px;
	margin-top: 5px;
	margin-right: 4px;
}



.category {
	clear: both;
	height: 254px;
	width: 980px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -253px;
	}
ul#category_list {
	padding-top: 18px;
	padding-left: 20px;
	_width: 960px;
	}
	
ul#category_list li {
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 9px;
	padding: 0px;
	margin-top: 0px;
	}
	
ul#category_list li img {
	vertical-align: bottom;
	}


/*-----バナーエリア-----*/
.banner01 {
	width: 960px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.banner02 {
	width: 960px;
	margin-left: 10px;
	padding-top: 5px;
	margin-bottom: 15px;
	}
	
/*-----ニュースエリア-----*/
.news {
	width: 960px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	}
.information {
	width: 312px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 297px;
	border: 1px solid #c5c4c4;
	float: left;
	}
.info_outline {
	margin: 5px;
	height: 252px;
	overflow: scroll;
	overflow-x: hidden;
	}
.info_list {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	}
.info_list_l {
	float: left;
	width: 160px;
	margin-left: 5px;
	}
.info_list_r {
	float: right;
	width: 108px;
	}
.info_list_r img {
	border: 1px solid #CCC;
	padding: 1px;
	}
.info_list_r img.b_none {
	border: none;
	padding: 0px;
	margin-top: 3px;
	_margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	
	
.tab_outline {
	width: 635px;
	margin-top: 8px;
	margin-bottom: 0px;
	height: 299px;
	float: right;
	}
	
	
ul#textblock01 li a{
	color: #143d66;
	text-decoration: none;	
}

ul#textblock01 li a:hover{
	color: #ff7b52;
	text-decoration: underline;
}

/*-----Tab-----*/	

.ui-tabs-hide,
.tab-hide { display: none; }

.tab-btn {
	width: 636px;
	background-image: url(../../img/top/tab-btn_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.tab-btn img {
	vertical-align: bottom;
}

.tab-btn li {
	float: left;
}

.tab-box {
	clear: both;
	width: 634px;
	border-right: 1px solid #eb5c02;
	border-bottom: 1px solid #eb5c02;
	border-left: 1px solid #eb5c02;
	font-size: 112%;
	height: 251px;
	background-image: url(../../img/top/tab-box_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}


#tab2-btn {
	display: block;
	float: right;
}

.text_outline {
	width: 628px;
	height: 242px;
	overflow: scroll;
	overflow-x: hidden;
	}

ul#textblock01 {
	padding-left: 10px;
	}
ul#textblock01 li {
	background-image: url(../point_02.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	}

	
/*-----FOOTER STYLES-----*/
.pagetop {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 18px;
	padding-right: 25px;
	}

/*-----FOOTER STYLES-----*/

.footer {
	color:#fff;
	background: #333333;
	background: -moz-linear-gradient(top, #525252, #030303);
	background: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#030303));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#030303',GradientType=0 );
	height: 135px;
	position: relative;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #eb5c02;
} 
 
footer p{
	font-size: 12px !important;
}
.sign {
	position: absolute;
	left: 820px;
	top: 29px;
	}
.vsign {
	position: absolute;
	top: -10px;
	left: 5px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 114px;
	background-position: -867px -187px;
	}
.vsign p {
	margin-top: -8px;
	margin-left: 5px;
	}
.sign span {
	font-size: 75%;
	color: #999;
	position: absolute;
	top: 60px;
	width: 180px;
	left: -20px;
	line-height: 1.2em;
	}
.footnavi_outline {
	padding-top: 20px;
	}
ul#footnavi {
	padding-top: 5px;
	padding-left: 18px;
	clear: both;
	}
ul#footnavi li {
	float: left;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #858585;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	}
ul#footnavi li a {
	color: #FFF;
	}
ul#footnavi li a:hover {
	color: #ccc;
	text-decoration: underline;
	}
ul#footnavi li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #858585;
	}
.copyright {
	padding-left: 18px;
	}


/*-----search-----*/
#keywords1	{
	width: 130px;
	height: 21px;
	border: 1px solid #CCC;
	padding: 2px;
	margin-left: 28px;
	line-height: 21px;
}
#searchBtn1	{
	position: absolute;
	top: 0;
	left: 170px;
	height: 27px;
	line-height: 27px;
	width: 80px;
	background-image: url(../images/search_bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	cursor: pointer;
	display: block;
	border-width: 0px;
}

/*-----common-----*/
.head01 {
	background-image: url(../../img/top/head01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	}
	


#container {
    height:100%;/* for IE6 */
	min-height:100%;
	background-color:#000;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


table {
	text-align: left;
	}


/*--------------------------------------------------
    dropdown
==================================================*/
/* CSS Document */

/* this is a CSS answer to fix the hover/focus '~' and hover/focus '+' problem in safari and chrome */
html {
	-webkit-animation: safariSelectorFix infinite 1s;
}
@-webkit-keyframes safariSelectorFix {
0% {zoom:1;} 
100% {zoom:1;}
}

.nav {
	width:980px;
	height:42px;
	position:absolute;
	margin:0 auto;
	top: 51px;
}
.menu,
.menu ul {padding:0; margin:0; list-style:none;}
.menu {width:980px;}

.menu ul.sub {
	position:absolute;
	left:-9999px;
	top:42px;
	z-index:-1;
	background-color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ec5800;
	border-bottom-color: #ec5800;
	border-left-color: #ec5800;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.menu ul.sub1 {width:220px;}
.menu ul.sub2 {width:300px;}
.menu ul.sub3 {width:920px;}
.menu ul.sub h5 {
	margin:0;
	color:#333;
	font-size:13px;
	line-height:20px;
	font-weight: bolder;
}

.menu ul.sub h5 a {
	padding:10px 0 5px 0;
	margin:0;
	color:#333;
	font-size:13px;
	line-height:20px;
	font-weight: bolder;
	text-decoration: underline;
	background-image: none;
}

.menu ul.sub h5 a:hover {
	padding:10px 0 5px 0;
	margin:0;
	color:#333;
	font-size:13px;
	line-height:20px;
	font-weight: bolder;
	text-decoration: none;
	background-image: none;
}

.nav_head01 {
	background-image: url(../../img/top/head01.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left:14px;
}
.nav_head02 {
	background-image: url(../../img/top/head01.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	*background-position: left 12px; /* IE7 and below */
    _background-position: left 12px; /* IE6 */
	padding-left: 14px;
}

ul#submenu li {
	background-image: url(../point_02.gif);
	background-repeat: no-repeat;
	background-position: left 1em;
	padding-left: 0px;
	margin-left: 5px;
	padding-top: 2px;
	line-height: 1em;
}

ul#submenu li a {
	background-image: none;
	color: #333;
	text-decoration: underline;
}
ul#submenu li a:hover {
	background-image: none;
	text-decoration: none;
}


.menu li.top-li {
	float:left;
	position:relative;
	z-index:50;
	width: 115px;
}
.menu li.top-li02 {
	float:left;
	position:relative;
	z-index:50;
	width: 175px;
}
.menu li.top-li a.top-a {
	display:block;
	float:left;
	width:115px; /* リンク領域を広げる */ 
	height: 42px; /* リンク領域を広げる */ 
	line-height:42px;
	padding:0 0px 0 0px;
	text-decoration:none;
	text-indent: -9999px;
}
.menu li.top-li02 a.top-a {
	display:block;
	float:left;
	width:175px; /* リンク領域を広げる */ 
	height: 42px; /* リンク領域を広げる */ 
	line-height:42px;
	padding:0 0px 0 0px;
	text-decoration:none;
	text-indent: -9999px;
}

#g01 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: 0 -51px;
	background-repeat: no-repeat;
}
#g01 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: 0 -93px;
	background-repeat: no-repeat;
}
#products #g01 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: 0 -135px;
	background-repeat: no-repeat;
}
#products #g01 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: 0 -93px;
	background-repeat: no-repeat;
}


#g02 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -115px -51px;
	background-repeat: no-repeat;
}
#g02 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -115px -93px;
	background-repeat: no-repeat;
}
#solution #g02 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -115px -135px;
	background-repeat: no-repeat;
}
#solution #g02 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -115px -93px;
	background-repeat: no-repeat;
}

#g03 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -230px -51px;
	background-repeat: no-repeat;
}
#g03 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -230px -93px;
	background-repeat: no-repeat;
}
#new #g03 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -230px -135px;
	background-repeat: no-repeat;
}
#new #g03 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -230px -93px;
	background-repeat: no-repeat;
}

#g04 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -345px -51px;
	background-repeat: no-repeat;
}
#g04 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -345px -93px;
	background-repeat: no-repeat;
}
#event #g04 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -345px -135px;
	background-repeat: no-repeat;
}
#event #g04 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -345px -93px;
	background-repeat: no-repeat;
}

#g05 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -520px -51px;
	background-repeat: no-repeat;
}
#g05 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -520px -93px;
	background-repeat: no-repeat;
}
#school #g05 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -520px -135px;
	background-repeat: no-repeat;
}
#school #g05 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -520px -93px;
	background-repeat: no-repeat;
}

#g06 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -635px -51px;
	background-repeat: no-repeat;
}
#g06 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -635px -93px;
	background-repeat: no-repeat;
}
#technology #g06 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -635px -135px;
	background-repeat: no-repeat;
}
#technology #g06 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -635px -93px;
	background-repeat: no-repeat;
}


#g07 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -750px -51px;
	background-repeat: no-repeat;
}
#g07 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -750px -93px;
	background-repeat: no-repeat;
}
#support #g07 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -750px -135px;
	background-repeat: no-repeat;
}
#support #g07 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -750px -93px;
	background-repeat: no-repeat;
}

#g08 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -865px -51px;
	background-repeat: no-repeat;
}
#g08 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -865px -93px;
	background-repeat: no-repeat;
}
#corporate #g08 a.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -865px -135px;
	background-repeat: no-repeat;
}
#corporate #g08 a:hover.gnavi_tit {
	background-image: url(../images/sprite.png);
	background-position: -865px -93px;
	background-repeat: no-repeat;
}

.menu li.top-li a.top-a:hover,.menu li.top-li02 a.top-a:hover {background:#444; color:#fff;}
.menu li.top-li:hover > a.top-a,.menu li.top-li02:hover > a.top-a {background:#444; color:#fff;}
.menu li.has-sub a.top-a:hover {height:42px;}
.menu li.has-sub:hover > a.top-a {height:42px;}

.menu li.close a {position:absolute; left:50%; top:-30px; width:100px; height:30px; line-height:30px; color:#fff; font-weight:bold; font-size:12px; padding:0; margin:0 0 0 -50px; background:#ff8000; text-align:center; text-decoration:none; display:none;}

.menu ul li {
	width:220px;
	_width:180px;
	float:left;
	padding-right: 10px;
}
.menu ul li a {
	line-height:2em;
	color:#fff;
	margin-bottom:1px;
	text-decoration:none;
	font-size:12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
}

.menu ul li a:hover {color:#000;}

.menu :hover ul.sub {left:0;}
.menu :hover ul.left1 {left:-129px;}
.menu :hover ul.left2 {left:-300px;}
.menu :hover ul.left3 {left:-115px;}

/* for IE6 */
.menu table {border-collapse:collapse; margin-bottom:-1px;}
* html .menu ul.sub {}
* html .menu ul li.bottomLine {padding:5px 0 5px 10px;}


.snavi {
	}
.snavi_h5 {
	padding-left: 4px;
	}
	
.border_b {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.menu ul li img {
	vertical-align: text-bottom;
	}
	
