@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
ol,ul {
    list-style:none;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

a:link {color: #000; text-decoration:underline;}
a:visited {color: #000; text-decoration:underline;}
a:active {color: #000; text-decoration:underline;}
a:hover {color: #666; text-decoration:underline;}

#mainText a[target="_blank"] {
	background: url(../images/blank.gif) no-repeat center right;
	padding: 0 16px 0 0;
}

/*------------------------*/

body {
	background: url(../images/bg.gif) repeat-x center top;
	text-align: center;
	font: 100%/1.4 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
}

#wrapper {
	/*width: 960px;*/
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	position: relative;
	width: 100%;
	z-index: 101;
}

/*
#header .btn1 {
	position: absolute;
	right: 86px;
	top: 5px;
	z-index:102;
}

#header .btn2 {
	position: absolute;
	right: 20px;
	top: 5px;
	z-index:103;
}
*/

#header .btn1 {
	position: absolute;
	right: 177px;
	top: 5px;
	z-index:102;
}

#header .btn2 {
	position: absolute;
	right: 110px;
	top: 5px;
	z-index:103;
}

#header .btn3 {
	position: absolute;
	right: 16px;
	top: 5px;
	z-index:104;
}

/*

#header .btn1 {
	position: absolute;
	right: 86px;
	top: 5px;
	z-index:102;
}

#header .btn2 {
	position: absolute;
	right: 20px;
	top: 5px;
	z-index:103;
}

*/

#footer {
	clear: both;
	margin: 5px 0 0 0;
}

#footNavi {
	text-align: left;
	margin-left: -1em;
	font-size: 70%;
}

#footNavi ul li {
	padding: 0 1em;
	border-left: 1px #000 solid;
	display: inline;
}

#footNavi ul li.first {
	border-left: none;
}

#footNavi a{
	text-decoration: none;
}

#footer .logo {
	margin: 0 0 0 557px;
}