@charset "utf-8";
/*------------------------------------------------------------------*/
/*     コンテストページ用CSS                                        */
/*------------------------------------------------------------------*/


/* 他サイトリンク領域
-------------------------------------------------- */
#cntLinkField {
  width: 950px;
  height: 65px;
  margin: 0 auto;
  position: relative;
}

  #cntLinkField ul {
    width: 325px;
    position: absolute;
    top: 0;
    right: 0;
  }

    #cntLinkField ul li {
      float: left;
    }

    #cntLinkField ul li a {
      margin: 0 0 0 5px;
      top: -2px;
      position: relative;
    }

      #cntLinkField ul li a:hover {
        top: 0;
      }





/* ヘッダ領域
-------------------------------------------------- */
#headerField {
  width: 100%;
  height: 300px;
  margin: 0 auto 30px auto;
  text-align: center;
  background: url("../images/bg_mainvisual.png") repeat-x;
}





/* 情報表示 領域
-------------------------------------------------- */
body {
  background: #fff url("../images/bg_main.gif") repeat-y center top;
}

.clear{clear:both;}

    /* ボタン */
    #btnField {
      margin: 0 0 40px 0;
    }

    #btnField img{
      margin: 0 10px 0 10px;
    }

/*      #btnField a:hover img {
        background: #fff;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
      }
*/
	/* 写真 */
	#photoField{
		width:840px;
		height:auto;
		margin:0 auto 20px auto;
		}

	#photo_l{
	float:left;
	width:414px;
	height:520px;
	background:#FFF;
	margin-bottom:12px;
		}


  	#photo_r{
	float:right;
	width:414px;
	height:520px;
	background:#FFF;
	margin-bottom:12px;
		}
		
	#photoArea{
	margin:8px auto 20px auto;
	width:400px;
	height:300px;
	border:1px solid #EEE;
		}

	#photoArea img{
  vertical-align:middle;
  }

	#commentArea{
		width:360px;
		height:160px;
		margin:0 auto;
		}
	#commentArea #com_ttl{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	line-height: 1.2em;
		}
	#commentArea #comment{
	font-size:14px;
	text-align:left;
	letter-spacing: 0.1em;
	line-height: 1.2em;
		}
	#nickname{
		width:380px;
		margin:0 auto;
		font-size:14px;
		text-align:right;
		font-weight:bold;
		}
	
	#footerNavi{
	width:854px;
	height:50px;
	margin:40px auto 40px auto;
	}
	#footerNavi li{
		font-size:14px;
    letter-spacing:-0.1em;
		float:left;
		padding:0 6px 0 6px;
		/*border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #666;*/		
	}
	#footerNavi li a{
    text-decoration:underline;
  }
	#footerNavi li a:hover{
    text-decoration:none;
  }