@charset "utf-8";

/* ============================================
					reset
============================================ */
*{
margin:0px;
padding:0px;
}

/* ============================================
					リンク下線非表示
============================================ */
a {
text-decoration: none;
}

/* ============================================
					bodyの壁紙
============================================ */
body{
	background-image:url(../bg_wall1.png);
	background-size:auto;
}



/* ============================================
					zentai
============================================ */
div#zentai{
width:auto;
/*min-width:1012px; */
height:auto;
/* border:solid 3px red; */
}

/* ============================================
					wrap
============================================ */
div#wrap{
width:1002px; /* 中央寄せに必要 */
height:auto;
margin:auto; /* 中央寄せに必要 */
/* border:solid 3px blue; */
}



/* /////////////  ル　ビ /////////////  */
ruby rt{
font-size:50%;
}




/* ============================================
					header
============================================ */
div#header{
	height: 200px;
	width: auto;
/* 	border: thin solid #00FF00; */
	}

div#header img{
	height: 200px;
	width: auto;
/* 	border: thin solid #00FF00; */
	}


/* ============================================
					main_menu
============================================ */
div#main_menu{
	height: 30px;
	width: 1002px;
/* 	border: thin solid #00FFFF; */
	}
		
/* ============================================
					contents
============================================ */
div#contents{
height:auto;
}

h2{
text-align:center;
}


/* ============================================
					left_contents
============================================ */
div#left_contents{
	height: auto;
	width: auto;
/* 	border: thin solid #FF0000; */
	float:left;
	}
	
/* ============================================
					main_contents
============================================ */
div#main_contents{
	height: auto;
	width: 540px;
/*  border: 1px solid silver; 	 */
	float:left;
 background-color:white; /* #FFFFCC */

	}

#pankuzu_list{
margin-top:5px;
}
/*	
div#monogatari{
margin:15px auto auto 5px;
 border: 1px solid red;	 
} */

div.result{
width:540px;
 /* border: 1px solid blue;	*/
margin-left:0px;
}

dl div{
 /* border: 1px solid red;	*/
width:165px;
float:left;
margin-top:10px;
margin-left:10px;
}

dl dd{
border:solid 1px black;
height:99px;
width:140px;
}

dd.kara_img{
border:solid 1px white;
}

dl img{
	width:140px;
	height:99px;
	border-style:none; /* imgのリンク枠線を消す */
	}

dl dt{
	margin-top:10px;
	}
	
.kara_div{
clear:both;
}

.new{
	color:red;
	}
	
.wasuu{
color:white;
background-color:#009900;
font-size:89%;
letter-spacing: 0.2em;
padding:2px 0px 0px 0px;
/* font-weight:bold; */
}	
	
/* ============================================
					right_contents
============================================ */
div#right_contents{
	height: auto;
	width: auto;
/* 	border: thin solid #FF0000; */
	float:left;
	}


/* ============================================
					Facebook
============================================ */
div#fb_sp{
	display:none;
}



/* ============================================
					footer
============================================ */
div#footer{
	height: 100px;
	width: 1002px;
border: thin solid black; /* 	*/
	clear:both; /* float:leftを解除 */
	background-color: #339933;
	font-size:100%;
	color:white;
	text-align:center;
	padding-top:20px;
	margin-top:30px;
	}

#footer a:link {
 color:white;
 text-decoration: none;
 }

#footer a:visited {
 color:white;
 text-decoration:none;
 }

#footer a:hover {
 color:orange;
 text-decoration:underline;
 }

#footer span{
display:block;
font-size:80%;
margin-top:20px;
font-weight:nomal;
}
/**/
a#pc,a#sp{
	display:none;
}

div#main_menu_sp{
	display:none;
}

div#footer_sp{
	display:none;
}

	