@charset "utf-8";

/* Basis style
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #666666;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #F6F6F6;
}	
a {
	color: #FF7F00;
}
a:visited {
	color: #FB9834;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 800PX;
/*レイアウト中央---------------*/	
	margin:auto
	
}
#framework {
	background: #FFFFFF;
	width: 800px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

/* LOGO
---------------------------------------------*/

#logo {
	float: left;

}
#logo img{
	margin-left: 20px;
	margin-top: 45px;
}

#link img{
	margin-left: 20px;
	margin-top: 45px;
	position: relative;
	left: 350px;
}

/*NAVI
---------------------------------------------*/
#globalNav {
	list-style-type: none;
	padding: 0px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
#globalNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#globalNav li a {
	color: #FFFFFF;
}

/*footer
---------------------------------------------*/
#footer {
	text-align:center;
	font-size: 90%;
	line-height: 2;
	margin-bottom: 20px;

}





/*ページの先頭へ
---------------------------------------------*/
#pagetop{
	text-align: right;
	vertical-align: bottom;
	height: 100%;

}

/*フローと解除
---------------------------------------------*/
.floatclear
      {
         clear: both;
      }
	  
/*見出し
---------------------------------------------*/  
.lead{
	font-size: 110%;
	line-height: 160%;
}
