@charset "shift-jis";

body  {
	color: #000000;
	text-align: center;
	line-height: 150%;
		 padding: 0;
		 margin: 0px;
	background-color:  #ffffff;
	background-image: url("../img_base/mws_back02.jpg"); 
		background-repeat: repeat-x; 

	}

a:link  {
	color: #000000;
	}
	
a:visited {
	color: #000000;
	}
	
a:hover {
	color: #eb6100;
	}

div.container {
	width: 1000px;
	height: auto; 
	text-align: center;
	padding:  0px 0px;
	border-style: solid;
	border-width: 0px;
	border-color:  #999; 
	-moz-box-shadow: 5xp 5xp 5xp #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	}
	
#header  { 
	width: 1000px; 
	height: 75px; 
	float: center; 
	}
		
#menu  { 
	width: 1000px; 
	height: 50px; 
	float: center; 
	}
	
#contents01 {
	width: 1000px;
	height: auto; 
	float: left;
	margin-left:  1px;
	background-color: #fff;
	}
	
	
#bottom {
	width: 950px;
	height: auto; 
	float: left;
	background-color: #fff;
	}
	
		
#footer  { 
	visibility: visible; 
	width: 950px; 
	clear: both ;
	float: center;
	background-color:  #eee;
	}
	
h1  { 
	height: auto; 
	color: #fff; 
	text-shadow: 0px 0px 3px #000;
	font-size: 18px; 
	font-weight: bold; 
	letter-spacing: 2px;
	margin-top: 0px
	}

h2  { 
	width: 480px;
	height: 24px; 
	margin-top: 10px;
	margin-bottom: : 0px;
	padding-top:  0px;
	text-align: left;
	background-color:  #fee8f2;
	color: #EE0000; 
	font-size: 16px; 
	font-weight: bold; 
	letter-spacing: 2px;
	border-style: solid;
	border-width: 0px;
	border-color:  #999; 
	text-shadow: 1px 1px 1px #c9c9c9;
	}
