
h1,h2,h3{margin:0;padding:0;}
img{border:none;}
html *{
	/* font-size:1em; */
	font-size:12px;
}
a:link,a:visited{
	color:#06f;
}
strong{

}
/*-------------------------------------------------
  Layout
-------------------------------------------------*/

body{
	margin:0;
	padding:0;
	background:#fff url(../../img/bg01.jpg) repeat-x;
	text-align:center;
	font-family: normal arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}
#content{
	margin:0;
	padding:0;
	border-top:4px solid #0c3;
	border-bottom:4px solid #0c3;
}
#container{
	margin:0px auto;
	padding:0px auto;
	width:780px;
	text-align:left;
}
#header{
	position:relative;
	margin-top:20px;	
}

#main{
	float:center;
	text-align:center;
	width:780px;
	background:#fff;
	margin-top:20px;
	text-align:left;
}

#footer{
	clear:both;
	text-align:center;
	padding-top:40px;
	width:100%;
}

/*-----------------------------------------------------
header detail
-------------------------------------------------------*/

#header h1{
	color:#333;	
	background:url(../../img/MU_Logo_s.GIF) no-repeat;
	height:70px;
}

#header h1 a:link,#header h1 a:visited{
	display:block;
	height:70px;
	color:#000;
	text-decoration:none;
	text-indent:-5000px;
	outline:none;
}
#header .top-navi{
	position:absolute;
	top:0;
	right:15px;
}
/*--global menu ----------------------------------*/
#global-menu {
  margin: 0;
  padding: 2px 0;
  background: #fff url(../../img/bg01.jpg) repeat-x;
  border:1px solid #cfcfcf;
  _width:100%;
  overflow:hidden;
  text-align:center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#global-menu li {
  float:left;
  width:auto;
  height:30px;
  list-style:none;
  line-height:30px;
  font-weight:bold;
  border-right:1px solid #cfcfcf;
}
/* main level link */
#global-menu a {
  display:block;
  margin:0px 2px;	
  padding:0 30px;
  font-size:12px;
  color:#333;
  text-decoration:none;
  outline:none;
}
#global-menu a:hover {
  color: #fff;
  background:url(../../img/bg-globalm.jpg) repeat-x;
}
/* main level link hover */
#global-menu .current a, #global-menu li:hover > a {
  background:url(../../img/bg-globalm.jpg) repeat-x;
  color: #fff;
  border-top: solid 1px #f8f8f8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  box-shadow: 0 1px 1px rgba(0,0,0, .2);
  text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
/* sub levels link hover */
#global-menu ul li:hover a, #global-menu li:hover li a {
  background: #fff url(../../img/bg01.jpg) repeat-x;
  border: none;
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#global-menu ul a:hover {
  background:url(../../img/bg-globalm.jpg) repeat-x !important;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0 1px 1px rgba(0,0,0, .1);
}
/* dropdown */
#global-menu li:hover > ul {
  display: block;
}
/* level 2 list */
#global-menu ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 150px;
  position: absolute;
  top: 104px;
  left: 200;
  background: #ddd repeat-x 0;
  border: solid 1px #b4b4b4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
  box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#global-menu ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#global-menu ul a {
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
}
/* level 3+ list */
#global-menu ul ul {
  left: 146px;
  top: -1px;
  width: 450px;
}
/* rounded corners of first and last link */
#global-menu ul li:first-child > a {
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
}
#global-menu ul li:last-child > a {
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
}
/* clearfix */
#global-menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#global-menu {
  display: inline-block;
}
html[xmlns] #global-menu {
  display: block;
}
* html #global-menu {
  height: 1%;
}

/*--global menu ----------------------------------*/ /*
#global-menu {
    font-size:14px;
    margin: 0;
    padding: 0px 0px 0;
    border:1px solid #cfcfcf;
    background: #fff url(../../img/bg01.jpg) repeat-x;
    line-height: 100%;
    width:100%;
    text-align:center;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#global-menu li {
    margin: 0 5px;
    padding: 0 0 0px;
    float: left;
    position: relative;
    list-style: none;
}

/* main level link */ /*
#global-menu a {
    /* font-weight: bold; */ /*
    font-weight: normal;
    color: #666;
    text-decoration: none;
    display: block;
    padding:  8px 16px;
    margin: 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#global-menu a:hover {
  color: #fff;
  background:url(../../img/bg-globalm.jpg) repeat-x;
}

/* main level link hover */ /*
#global-menu .current a, #global-menu li:hover > a {
    background:url(../../img/bg-globalm.jpg) repeat-x;
    color: #fff;
    border-top: solid 1px #f8f8f8;

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);

    text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */ /*
#global-menu ul li:hover a, #global-menu li:hover li a {
    background: #fff url(../../img/bg01.jpg) repeat-x;
    border: none;
    color: #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#global-menu ul a:hover {
    background:url(../../img/bg-globalm.jpg) repeat-x !important;
    color: #fff !important;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */ /*
#global-menu li:hover > ul {
    display: block;
}

/* level 2 list */ /*
#global-menu ul {
    display: none;

    margin: 0;
    padding: 0;
    width: 150px;
    position: absolute;
    top: 29px;
    left: 0;
    background: #ddd url(gradient.png) repeat-x 0 0;
    border: solid 1px #b4b4b4;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#global-menu ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#global-menu ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */ /*
#global-menu ul ul {
  left: 150px;
  top: 0px;
  width: 460px;
}

/* rounded corners of first and last link */ /*
#global-menu ul li:first-child > a {
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;

    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
}
#global-menu ul li:last-child > a {
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;

    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
}

/* clearfix */ /*
#global-menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#global-menu {
    display: inline-block;
}
html[xmlns] #global-menu {
    display: block;
}

* html #global-menu {
    height: 1%;
}
/*--------------------------------------------------
  CONTENT detail
----------------------------------------------------*/

/*#main******************************/

.path{
	margin:8px 0;
	background:url(../../img/ico03.gif) no-repeat 4px 8px;
	padding:5px 1em 10px 20px;
	font-size:12px;
}
.path a:link ,.path a:visited{
	color:#000;
}
.path span{
	padding:0 4px;
}

#main h2{
	color:#333;
	font-weight:bold;
	font-size:16px;
	margin:1em 0em;
}

#main h3{
	font-weight:bold;
	font-size:20px;
	margin:1em 0em;
}

#main h4{
	padding:8px 10px 8px 30px;
	color:#333;
	font-size:24px;
}#main ul{
	padding:6px 15px 15px 15px;
	margin:0 0 15px 0;
}
#main li{
	padding:4px;
	list-style:none;
}
#main li a:link,#main li a:visited{
	font-size:12px;
	color:#444;
	text-decoration:none;
	outline:none;
}
#main li a:hover{
	text-decoration:underline;
	color:#06f;
}

#main p{
	line-height:1.6;
	font-size:12px;
}
}

/*--sub menu ----------------------------------*/

#sub-menu{
	background:#fff url(../../img/bg01.jpg) repeat-x;
	border:1px solid #cfcfcf;
	margin:0px;
	padding:2px 0;
	_width:100%;
	overflow:hidden;
	text-align:center;
}
#sub-menu li{
	float:left;
	width:auto;
	height:30px;
	list-style:none;
	line-height:30px;
	font-weight:bold;
	border-right:1px solid #cfcfcf;
	

}
#sub-menu li a:link,#sub-menu li a:visited{
	display:block;
	margin:0px 2px;
	padding:0 30px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	outline:none;

#sub-menu li a:hover,#sub-menu .current a:link,#global-menu .current a:visited{
	color:#fff;
	background:url(../../img/bg-globalm.jpg) repeat-x;
}
}


/*footer detail****************************/

#footer address{
	width:780px;
	margin:0 auto;
	font-style:normal;
	font-size:12px;
	border-top:1px solid #cfcfcf;
	color:#666;
	text-align:center;
	padding:10px 0px 20px 0px;
}
/**********clearfix*******************
子要素のfloatを解除するCSSクラス　
必要に応じて使用・削除してください。
**************************************/
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
