@charset "utf-8";

/* Reset Browser
-----------------------------*/
body {
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,address,form {
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6,strong {
    font-size:100%;
    font-weight:normal;
}

em,address {
    font-style:normal;
}

li {
    list-style:none;
}

/* body
-----------------------------*/
body{
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
  /*line-height:1.3;*/
	font-size:100%;
  color:#555555;
	background-color: #f3f8e9;
	background-image: url(../img/common/back.gif);
	background-repeat: repeat-x;
	background-position: top;
}

img{
  border:none;
  vertical-align: bottom;
}

ul{
	list-style:none;
}

ol{
	list-style:none;
}

li{
  list-style-type:none;
}

a {
  text-decoration:underline;
  color:#74ac00;
}

a:link {
  text-decoration:underline;
}

a:visited {
  text-decoration:underline;
}

a:hover {
  text-decoration:underline;
  color:#ff9900;
}

p{
  /*line-height:1.3;*/
}


/* new menu */
ul.sidebanners{
	margin-top:6px;
}
div.sidebanners{
	padding:0 0 20px;
}
div.sidebanners ul{
	margin-top:6px;
}
div.sidebanners ul li.homes{
	margin:10px 0;
}
div.sidebanners ul li.fguide{
	width:190px;
	height:122px;
	background:url(../img/new/guide.png) no-repeat;
}
div.sidebanners ul li.fguide p{
	padding:40px 10px 10px 10px;
}
div.sidebanners ul li.fguide p strong{
	color:#e13801;
}
div.sidebanners ul li.fguide p a{
	text-align:right;
	display:block;
}

div.sidebanners2{
	margin-top:10px;
}

div#globalsign{
	padding:0 0 20px;
}
div#globalsign p{
	margin:0 auto;
	width:130px;
}
