@CHARSET "UTF-8";
/* CSS infomation

	Site URI       http://e-navigator.jp
   	File name      style.css(http://e-navigator.jp/style/style.css)
   	Summary        base style
   	Create         2009-11-03
   	Last update	   2011-04-20
   	Autor          Marketingsamurai CO., LTD.   

	
	Order of description
    
    Default style clear   
   	BASIC DESIGN
   	header
   	footer
*/

/*	####################################################################

	BASIC DESIGN 

	#################################################################### */
*    {
	margin: 0;
	padding: 0;
}
body {  
	margin: 0;
	padding: 0;
	border: 0;
	background: #cccccc;
	color: #010E22;
	font-size: 1em;
	font-family: "MS ゴシック", Osaka, sans-serif;
}
p { 
	margin-top: 0; 
	color: #010E22;
	font-size: 1em;
	font-family: "MS ゴシック", Osaka, sans-serif;
	text-align: left;
}
img {
	border:0;
}
a:link { 
    color: #2222FF;
	font-weight: bold; 
	text-decoration: none; 
}
a:visited { 
    color: #6600FF;
	font-weight: bold; 
	text-decoration: none; 
}
a:hover, a:active { 
    color: #000044;
	text-decoration: underline; 
}


/*	#######################################################################
	
	WRAPER & HEADER & NAVi
	
	#################################################################### */
#wraper {
	width: 764px;
	height: auto;
	margin: 20px auto;
	padding: 0;
	border: 0;
	background: #ffffff;
	text-align: left;
}

#top {
	width: 764px;
	height: 93px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 0px 0px;
	background: #ffffff;
}
#top h1 span {
    display: none;
}
#top img {
	width: 16%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0xp;
	display:block;
}

#header {
	width: 520px;
	height: 390px;
	margin: 0px auto;
	padding: 0px;
	background: transparent url(../images/Top520.jpg) no-repeat;
}
#header h2 {
	margin: 0px auto;
	padding: 347px 0px 0px 312px;
	color: #FFFFFF;
	font-size: 19px;
	font-family: "MS ゴシック", Osaka, sans-serif;
	line-height: 1.2;
	text-align: left;
}

/* NAVI DESIGN */
.navi {
  	width: 520px;
    height: auto;
  	margin: 0 auto 70px auto;
  	padding: 0;
	list-style-type: none;
}
.navi li { 
	float: left;
	display: inline;
}
.navi li a {
	margin-right: 0px;
  	padding: 6px 0 5px 0;
  	display: block;
  	width: 104px;
  	text-decoration: none;
  	border-left: 0px solid #000000;
  	background-color: #999999;
  	font-family: "MS ゴシック", Osaka, sans-serif;
	color: #F0F0F0;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
}
.navi li a:hover {
  	background-color: #eeeeee;
  	color: #009900;
  	border-left: 0px solid #ff0000;*
}

/* NAVI DESIGN */
#newcontents {
	width: 520px;
	height: 360px;
	margin: 0px auto 30px auto;
	padding: 0;
}
#newcontents h3 {
	margin: 0px auto 0px auto;
	padding: 0 0 0 3px;
	border-left: 5px solid #ff0000;
}
 
/*	#######################################################################
	
	FOOTER
	
	#################################################################### */
#footer {
	width: 764px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	background: transparent url(./../imgs/footer.gif) no-repeat top center;
}
#footer address{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

/*	####################################################################

	FONTE & LINE
	
	#################################################################### */
.stylep {
	margin: 0px 0px 0px 0px;
    padding: 1em 0px 0px 0.5em;
	font: 16px "MS 明朝", "細明朝", sans;
	text-align: left;
	line-height: 160%;
}
