@charset "utf-8";
/* CSS Document */

/* =============================================================================
   Reset
   ========================================================================== */

*{
	padding:0px;
	margin:0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img{
	vertical-align:bottom;
}
form {
	margin: 0px;
	padding: 0px;
}

/* =============================================================================
   Base
   ========================================================================== */

body {
	background:url(../img/index/index_bg_shinyoko.png) #ccffff no-repeat center top;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	line-height:1.6;
	letter-spacing:0;
	color:#b08458;
}

#op_wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
	height:724px;
}

#bg-wrr{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

#mainImg {
	margin:0;
	width: 700px;
	height: 700px;
	text-align: left;
	overflow: hidden;
	position: relative;
	z-index:10;
}

#mainImg img {
	top: 0;
	left: 0;
	position: absolute;
}

h1 {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 3px;
	z-index:1000;
}

.mark18 {
    left: 5px;
    position: absolute;
    top: 644px;
	z-index:1000;
}

.p_box {
    left: 50px;
    position: absolute;
    top: 644px;
	z-index:1000;
}

.enter {
    position: absolute;
    right: 0;
    top: 600px;
	z-index:1000;
}

/**************************/
/**　　フッターＣＳＳ　　**/
/**************************/

#footer{
	padding: 20px 0;
	background: url(../img/footerBG.jpg) repeat-x;
	width:100%;
}

#footer a{
	color:#b08458;
}

#footer ul {
	text-align: center;
}

#footer ul li{
	font-size: 90%;
	display:inline-block;
	margin:0 5px;
}

.Notes {
	margin-top: 20px;
	color: #b08458;
	font-size: 85%;
	text-align: center;
}

address {
	margin-top: 20px;
	font-size: 85%;
	text-align: center;
}

#footer address a{
	color:#b08458;
}

#op_wrapper .p_box a{
	color:#333;
	font-weight:bold;
}

#op_wrapper .p_box a:hover{
	color:#b08458;
}

/* =============================================================================
   Link
   ========================================================================== */

a:link, a:hover ,a:visited{   
	text-decoration:underline;
	color:#b08458;
}

a:hover img {
	filter:Alpha(opacity=70) ;
	opacity:0.7 ;
	-moz-opacity:0.7;
}








/**link.cssから

    margin: 20px 0 0 56px;
    overflow: hidden;
    padding: 0 0 20px;
	width:1000px;

**/

#link_box {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	font-size:6pt;	
	border:none;
	overflow: hidden;
}

/**
    float: left;
    margin: 0 -1px 10px 0;
    padding: 12px 0;
**/
#link_box li {
	float: left;
	margin: 0 6px;
	padding: 0;
	height:90px;

}
/**
    display: block;
    margin: 0 auto 3px;
    margin:30px 6px 30px 6px;
    padding: 0;
**/

#link_box img {
	display: block;
	/* margin: 0 auto 3px; */
}
