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

body {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	/* 文字要素 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	font-size: x-small;
	text-align: right;
}

/* ----------ヘッダ／ヨドガワ／プロフィール---------- */

.titletop {
	width: 1000px;
	height: 228px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	width: auto;
	padding-top: 20px;
	height: auto;
	overflow: hidden;
	margin-left: 160px;
}

#header .yodogawa {
	color: #6A3906;
	text-align: left;
	line-height: 230%;
	font-size: 12.5px;
	float: left;
	width: auto;
}

#header .yodogawa2 {
	color: #6A3906;
	text-align: left;
	line-height: 230%;
	font-size: 12.5px;
	width: auto;
	float: left;
	padding-left: 25px;
}

#profbtn {
	width: 100px;
	height: 96px;
	position: relative;
	top: -95px;
	right: -680px;
}

/* ----------メイン---------- */

#main {
	background: url(../images/illusut_frame.gif);
	width: 928px;
	height: 662px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.illust {
	padding-left: 14px;
	padding-right: 14px;
}

/* ----------ヒント+回答欄---------- */
.credit {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	font-size: x-small;
	color: #8F734F;
	margin-top: -10px;
	margin-bottom: 30px;
}
	
.bottom {
	width: 1000px;
	margin-bottom: 10px;
	height: auto;
	margin-top: 20px;
}

#hint {
	background: url(../images/hint.gif);
	width: 280px;
	height: 216px;
	margin-right: auto;
	margin-left: 60px;
	margin-bottom: 0;
	margin-left: 60px;
	z-index: 1;
	left: 25px;
	float: left;
	margin-top: -30px;
}

#answer {
	width: 630px;
	z-index: 2;
	display: inline-block;
	float: left;
	margin-top: -15px;
}

.answerbtn {
	width: 129px;
	float: left;
	margin-left: 20px;
}

.midashi {
	width: 550px;
	height: 24px;
	float: left;
	z-index: 1;
}

.right {
	width: 630px;
	height: auto;
	margin-left: 370px;
}

#giveup {
	width: 129px;
	float: left;
}

#howto {
	width: 250px;
	margin-left: 100px;
	height: 30px;
	margin-top: -60px;
	}


.date {
	width: 200px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	color: #6A3906;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	clear: both;
	margin-left: 350px;
	margin-right: 350px;
	padding-top: 35px;
	top: 0px;
	}

#averagespace {
	width: 250px;
	height: 40px;
	font-weight: normal;
	font-size: 135%;
	padding-top: 30px;
	color: #6A3906;
	text-align: center;
	float: left;
	margin-left: 370px;
	background-image: url(../images/average.gif);
	margin-top: 10px;
}

#averagespace_100 {
	width: 250px;
	height: 40px;
	font-weight: normal;
	font-size: 135%;
	padding-top: 30px;
	color: #6A3906;
	text-align: center;
	float: left;
	margin-left: 370px;
	background-image: url(../images/average.gif);
	margin-top: 10px;
	margin-bottom: 30px;
}


#average {
	font-weight: bold;
	color: #FF6846;
	}
/* ------------------ボタン+日付+アーカイブ------------------ */

.archive {
	width: 900px;
	margin-left: 50px;
	margin-right: 50px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A3906;
	font-size: 10pt;
	text-align: center;
}

.table_btn {
	padding-top: 20px;
	padding-bottom: 30px;
}

/* ------------------フッター------------------ */
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	clear: both;
}

#footer ul {
	padding-top: 50px;
	padding-bottom: 50px;
	list-style-type: none;
	text-align: center;
}

#footer .copyright {
	font-size: 10px;
	ont-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #6A3906;
	margin-top: 50px;
	padding-bottom: 50px;
}

.boader {
	border: medium solid #FFFFFF;
	border-spacing: 1px 1px;
}

.mail {
}

.tweet {
}

.fblike{
}

.home {
}

/* ------------------リンク色変更------------------ */
A:link { 
	color: #FF63E3;
	text-decoration: none     /* 下線を消す */
}   /* リンク */

A:visited {                 /* 既に見たリンク */
	color: #FF922D;
	text-decoration: none     /* 下線を消す */
}

A:active {
	color: #CC6E0A
} /* クリック時のリンク */

A:hover {                   /* カーソルが上にある時のリンク */
	color: #CC6E0A;
	text-decoration: none     /* 下線を消す */;
	float: none;
}

/* ------------------IEで枠線消す------------------ */

img {
	border-color: #FFFFFF;
	border-spacing: 1px 1px;
}

/* -----フロート解除----- */ 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* -----おやすみのお知らせ----- */ 

#oshirase {
	width: 650px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-size: 14px;
	color: #6A3906;
	padding-bottom: 30px;
	clear: both;
	background-color: #FFFEF8;	/*border-bottom: 2px dotted #FA67AA;*/
	margin-top: 30px;/*	background-image: url(../images/oshirase_bg.png);
	background-repeat: repeat-y;*/
	}

#oshirase p{
    margin-top: 15px;
    margin-bottom: 5px;
	}

.oshirase_header {
	position: relative;
	text-align: center;
	width: 700px;
	height: 177px;
	left: -15px;
	margin-bottom: 10px;
	}

#oshirase_btn {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}

h3 {
	font-size: 16px;
    margin-bottom: 0px;
    margin-top: 30px;
	}		

.text_small {
	font-size: 13px;
	line-height: 1.6em;
	margin-top: 10px;
	}
