@charset "UTF-8";

/* リンク
-----------------------------------------*/
a{
	color:#0066CC;
	text-decoration:none
}

a:visited{
	color:#0066CC;
	text-decoration:none
}
a:hover,a:active{
	color:#0066CC;
	text-decoration:underline;
}

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
}


/* 共通仕様
-----------------------------------------*/
html, body, div, span, iframe, h1, p, pre, a, img, strong, b, u, center, ul, li, form, table, tr, th, td, header, menu {
    border: 0 none;
    margin: 0;
    outline: 0 none;
}

html {
	overflow-y:scroll;
}

body, div, ul, li, h1, pre, form, textarea, p, th, td {
	margin: 0;
	padding: 0;
}

body{
  font-family: 'ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
  color:#333333;
  font-size:12px;
  line-height:18px;
}

h1 {
	font-size: 100%;
	font-weight: normal;
}

p {
	color:#666666;
}

ul {
	list-style: none;
}

input, textarea {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* float解除
-----------------------------------------*/
.clear{
	clear:both;
}


/* IE余白のバグ対策 
-----------------------------------------*/
ul li img{
  vertical-align:bottom;
}


/*ここからはスライディングフローティングバナー用
上部フローティングバナーがあるときヘッダー部分余白70px
#ipnsh-header{
	margin-top:70px;}*/
	
/* ヘッダー部分 */

#floatHeader_move {
display: block;
width: 100%;
height: 60px;
line-height: 60px;
margin: 0;
padding: 0;
position: fixed;
top: 0;
right: 0;
color: #FFF!important;
text-align: center;
font-weight: bold;
background-color: rgba(0,0,0,0);
z-index: 2147483647;}	
	

/* フッターバナー */

#floatFooter_move {
display: block;
width: 100%;
height: 50px;
line-height: 50px;
margin: 0;
padding: 0;
position: fixed;
bottom: 0;
right: 0;
color: #FFF!important;
text-align: center;
font-weight: bold;
background-color: rgba(0,0,0,0);
z-index: 1;}
