@charset "utf-8";


/*-----------------------------------------------------
  mp CSS
-----------------------------------------------------*/
/*-----------------------------
	- 全体
-----------------------------*/
* {
	margin:0;
	padding:0px;
}
body {
	color:#333;
	font-size:80%;
	font-family: "ＭＳ Ｐゴシック", "Arial", Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
	line-height:120%;
	color:#464646;
	background: ;/*url(../img/bg.gif) repeat-y center top;*/
}
img {
	border:0px;
       vertical-align:bottom; 
}
hr {
	display:none;
}
h1 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#0000ff;
}
h2 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#000099;
}
h3 {
	font-size:100%;
	letter-spacing:.1em;
	margin-left:10px;
	color:#ff9900;
}
h4 {
	font-size:120%;
	letter-spacing:.1em;
	margin-left:0px;
       padding: 0 0 10px 20px;
	color:#000099;
       background : url(../img/h4.gif) no-repeat;
}
h5 {
	font-size:120%;
	letter-spacing:.1em;
	margin-left:0px;
       padding: 0 0 10px 20px;
	color:#000099;
       background : url(../img/h5.gif) no-repeat;
}
h6 {
	font-size:120%;
	letter-spacing:.1em;
	margin-left:0px;
       padding: 0 0 10px 20px;
	color:#000099;
       background : url(../img/h6.gif) no-repeat;
}


ul li {
	list-style-type:none;
}
a {
	color:#000099;
        text-decoration:none;
}
a:hover {
	color:#ff8000;
}
.hid {
	display:none;
}
p {
	margin-bottom:.8em;
}
#container {
	width: 940px;
	margin: 20px auto;
	border: 1px solid #cccccc;
	background: #ffffff;
}

/*-----------------------------
	- ヘッダー
-----------------------------*/
div#header {
	margin: 10px 0 0 0;
	padding:10px 40px 0px 0;
}
div#header h1 {
	height:30px;
	padding-top:20px;
	font-size:160%;
}
div#header h1 a {
	text-decoration:none;
}
div#header h1 a:hover {
	position:relative;
	top:1px;
	left:1px;
}
div#header h2 {
	font-weight:normal;
}
#header li {
  margin : 0px 0px 0px 9px;
  padding: 0;
  height: 19px;
  list-style: none;
  text-indent: -9999px;
}
#header li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  height: 19px;
}
#header li#info    {
  float: right;
  width: 41px;
  background : url(../img/info.gif) no-repeat;
}
#header li#sitemap {
  float: right;
  width: 61px;
  background : url(../img/sitemap.gif) no-repeat;
}
#header li#www_site {
  float: right;
  width: 51px;
  background : url(../img/www.gif) no-repeat;
}
/*----------------------------
      -トップ ロゴ
------------------------------ */
div#edr_top {
  margin: 0 0 0 30px;
  float:left;
  width: 600px;
}
div#edr_top ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
div#edr_top li {
  width:600px;
  float:left; /* li_HIDARI Yose */
  list-style-type:none;
  text-indent: -9999px;

}
div#edr_top li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  width: 600px;
  height: 70px;
}
div#edr_top li#top_logo      {
  background : url(../img/mp_logo21.gif) no-repeat 0px 0px;
}

/*-------------------------------
      -Navigation menu メインメニュー
--------------------------------- */
#navigation {
  padding: 0 0 0 38px;
  float:left;
  width: 870px;
}
#navigation ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
#navigation li {
  width:143px;
  float:left; /* li_Hidariyose */
  list-style-type:none;
  text-indent: -9999px;

}
#navigation li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  width: 140px;
  height: 18px;
}
#navigation li#home      {
  background : url(../img/nav_01_off.gif) no-repeat 0px 0px;
}
#navigation li#aboutus    {
  background : url(../img/nav_02_off.gif) no-repeat;
}
#navigation li#ourproducts  {
  background : url(../img/nav_03_off.gif) no-repeat;
}
#navigation li#recruit {
  background : url(../img/nav_04_off.gif) no-repeat;
}
#navigation li#tous      {
  background : url(../img/nav_05_off.gif) no-repeat;
}
#navigation li#groupwear  {
  background : url(../img/nav_06_off.gif) no-repeat;
}

#navigation li#home a:hover   {
  background : url(../img/nav_01_on.gif) no-repeat 0px 0px;
}
#navigation li#aboutus a:hover {
  background : url(../img/nav_02_on.gif) no-repeat;
}
#navigation li#ourproducts a:hover {
  background : url(../img/nav_03_on.gif) no-repeat;
}
#navigation li#recruit a:hover {
  background : url(../img/nav_04_on.gif) no-repeat;
}
#navigation li#tous a:hover {
  background : url(../img/nav_05_on.gif) no-repeat;
}
#navigation li#groupwear a:hover {
  background : url(../img/nav_06_on.gif) no-repeat;
}

#navigation address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: xx-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}

/*-------------------------------
      -Navigation_sub menu サブメニュー
--------------------------------- */
div#navigation_sub {
  margin: 0 0 0 38px;
  padding: 0 0 0 25px;
  float:left;
  width: 828px;
  font-size : 80% ;  /*文字の大きさを指示する時に数値を記述*/
  line-height : 25px ;  /*行の高さを指示する時に数値を記述*/
  background : #f5f5f5;
  border : solid 1px #dcdcdc;
}

/*----------------------------
      -トップ イメージ
------------------------------ */
div#top_image {
  margin: 2px 0 10px 38px;
  float:left;
  width: 855px;

}
div#top_image ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
div#top_image li {
  width:855px;
  float:left; /* li_HIDARI Yose */
  list-style-type:none;
  text-indent: -9999px;
  height: 600px;
}
div#top_image li a {
  text-decoration: none;	/* for FIREFOX Line off */
  display: block;
  width: 920px;

}
div#top_image li#top_image1      {
  background : url(../images/ho_image.gif) no-repeat 0px 0px;
}
div#top_image li#top_image2      {
  background : url(../images/mp_geath.jpg) no-repeat 0px 0px;
}
div#top_image li#top_image3      {
  background : url(../images/pr_image.gif) no-repeat 0px 0px;
}
div#top_image li#top_image4      {
  background : url(../images/rd_image.gif) no-repeat 0px 0px;
}
div#top_image li#top_image5      {
  background : url(../images/fr_image.gif) no-repeat 0px 0px;
}
div#top_image li#top_image6      {
  background : url(../images/us_image.gif) no-repeat 0px 0px;
}

/*-----------------------------
	- コンテンツの囲み
-----------------------------*/
div#main_container {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:0;
	float:left;    /*←Floatを指定する事で、背景画像が伸びます。over-flow:autoでも伸びます。*/
	background:url(../img/bg_side.gif) repeat-y right top;
	/*↑サイドの背景画像を2カラムを囲うdivに指定して繰り返してます。*/
}
/*-----------------------------
	- メインコンテンツ
-----------------------------*/
div#left_container {
	float:left;
	width:650px;
	margin-right:30px;
	padding-left:30px;
	padding-bottom:20px;
	background:url(../img/bg_main.gif) no-repeat right bottom;
}
div#left_container h1 {
	margin: 0 0 10px 0;
	padding:5px 10px;
	font-size:140%;
	border-left:7pt solid #0000ff;
	border-bottom:1pt solid #efefef;
}
div#left_container h2 {
	margin: 0 0 10px 0;
	padding:5px 10px;
	font-size:120%;
	border-left:7pt solid #000099;
	border-bottom:1pt solid #efefef;
}
div#left_container h3 {
	margin: 0 0 10px 0;
	padding:5px 10px;
	font-size:120%;
	border-left:7pt solid #ff9900;
	border-bottom:1pt solid #efefef;
}
div#left_container h4 {
	font-size:120%;
	letter-spacing:.1em;
	margin: 0 0 10px 0;
       padding: 0 0 5px 20px;
	color:#000099;
	border-bottom:1pt solid #efefef;
       background : url(../img/h4.gif) no-repeat;
}
div#left_container h5 {
	font-size:120%;
	letter-spacing:.1em;
	margin: 0 0 10px 0;
       padding: 0 0 5px 20px;
	color:#000099;
	border-bottom:1pt solid #efefef;
       background : url(../img/h5.gif) no-repeat;
}
div#left_container h6 {
	font-size:120%;
	letter-spacing:.1em;
	margin: 0 0 10px 0;
       padding: 0 0 5px 20px;
	color:#000099;
	border-bottom:1pt solid #efefef;
       background : url(../img/h6.gif) no-repeat;
}

div#left_container ul {
	margin-bottom:20px;
}
div#left_container ul li {
	margin-bottom:.5em;
	padding-left:35px;
	background:url(../img/list_triangle.gif) no-repeat 20px 50%;
}
div#left_container ol {
	margin-left:22px;
}
div#left_container ol li {
	margin-bottom:.5em;
}
/*-----------------------------
	- 右のコンテンツ
-----------------------------*/
div#right_container {
	float:left;
	width:200px;
	padding-top:10px;
}
div#right_container li {
	padding:0px;
	text-align:center;
}
div#right_container li img {
	margin-bottom:5px;
	border:1px solid #999;
}
/*-----------------------------
	- 右コンテンナー　Box
-----------------------------*/
.box{
     width : 168px ;
     font-size : 100%; 
     margin:0 0 0 10px;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#efefef;
     background-color: #ffffff;
     padding: 5px;
}
.box1{
     width : 168px ;
     font-size : 100%;
     margin:0 0 0 10px;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#8b0000;
     background-color: #ffffff;
     padding: 5px;
}
.box2{
     width : 168px ;
     font-size : 100%;
     margin:0 0 0 10px;
     border-style:solid;
　　 border-width:1pt 1pt 1pt 1pt;
     border-color:#9999ff;
     background-color: #ffffff;
     padding: 5px;
}
/*-----------------------------
	- フッター
-----------------------------*/
address {
	clear:both;
	margin: 5px 0 0 5px;
	padding: 10px 0 20px 0;
      font-style: normal;
      color:#FFFFFF;
      background:url(../img/footer.gif) no-repeat 0px;
}
address a {
	color:#FFFFFF;
        text-decoration:none;
}
address a:hover {
	color:#ff8000;
}
/*------------------------------
  Author   :  Y.Matsuanga
  Date     :  09/03/03
  Copyright(C)2009 eecoms all rights reserved. 
-------------------------------*/
