@charset "utf-8";
html{
    height:100%;
}
body {
	font: 12px "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS P Gothic", sans-serif ;
	color:#505050;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
    background: #fff url("../../img/shared/base_bg.gif") repeat-y center;
}

a:link { color: #6495ed ;
  text-decoration: none ;}   
a:visited { color: #36648b;
  text-decoration: none ;}
a:active { color: #a2b5cd;
  text-decoration: underline ;}
a:hover { color: #ff6600;
  text-decoration: none;}
  
img {
    border:0;
}
p{	padding: 0px 0px;
	margin: 10px 0px;
	}
h1{	padding: 0px 0px;
	margin: 10px 0px;
	border-bottom: 2px #93cdff solid;
	font-size:14px;
	line-height: 14px;
	color: #1C86EE;
	background:url("../../img/shared/h_bg.gif") no-repeat 0% 50%;
padding-left:20px;
}
h2{	padding: 0px 0px;
	margin: 10px 0px;
	border-bottom: 2px #93cdff solid;
	font-size:12px;
	font-weight:400;
	color: #63B8FF;
	background:url("../../img/shared/h2_bg.gif") no-repeat 0% 50%;
padding-left:15px;
}

ul {
	margin: 0px 5px;
	padding: 0px 5px;
}

.orange{
	color:#ff6600;}
.orange_b{
	color:#ff6600;
	font-weight:700;}