@charset "Shift_JIS";
/*
  Site Name: 
  Description: initial setting
  Version: 
  Author: 
*/

*{
    margin:0;
    padding:0;
    font:normal normal normal 100%/1.3;
    border:none;
}


BODY {
  margin: 0px auto;
  padding: 0px;
  text-align:center;
  width: 100%;
}

img{border:0px;}



/*
===== CONTAINER ==========================================
*/

div#container {
	text-align:center;
	margin:0px auto;
	width:  756px;
	height: 850px;
}



/*
===== HEADER ==========================================
*/

  div#head {
    width: 756px;
    height: 137px;
	padding-top: 10px;
    margin: 0px auto;
  }


/*
===== GROBAL NAVI ====================================
*/

 div#GNavi {
 margin-top: 5px;
 height: 40px;
 }

 div.menu {
 float: left;
 margin: 0px 3px;
 }

 div.menu1 {
 float: left;
 margin: 0px 3px 0px 12px;
 }

/*
===== CONTENTS ====================================
*/

 div#contents {
 margin-top: 20px;
 }

 div.text {
 margin-bottom: 20px;
 width: 700px;
 padding-left: 30px;
 font-size: 12px;
 line-height: 1.6;
 text-align: left;
 }

 span.text {
 font-size: 18px;
 font-weight:bold;
 color: #000066;
 }

 td.name {
 color: #333333;
 font-weight: 700;
 }

/*
===== FOOTER ==========================================
*/

 div#foot{
  background-image:url(../img/share/foot.jpg);
  width: 756px;
  height: 1px;
  clear: both;
  }

 div#wrap {
 width: 756px;
 height: 20px;
 font-size: 11px;
 }