@charset "utf-8";
/* CSS Document */
@import url("../common_css/common_style.css");

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
}
a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}



.color_red{
	color:#FF0000;
	
	}

div#container{
	width:900px;
	margin:0 auto;
    overflow: hidden;
	}

/*-----------------------------------------
/*joytown*/
div#joy_descript{
	margin-top:20px;
	float:left;
	width:700px;
	background-color:#FDFFF0;
	
	}
div#joy_descript img{
	float:left;
	margin-right:20px;
	}

div#joy_descript .text{
	display:block;
	overflow:hidden;
}

div#joy_descript div{
	overflow: auto;
	margin:0 10px 30px 10px;
	clear:both;
	}


/*Title*/
div#joy_descript h1{
	font-size:14px;
	font-weight:500;
	}


div#joy_descript h2{
	font-size:14px;
	font-weight:500;
	
	}


div#joy_descript h3{
	font-size:14px;
	font-weight:500;
	margin-bottom:5px;
	}


.menuTabDouble {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 5px;
	border-color: #E5EC87;
	border-style:solid;
	background:#CBDA10;
	color:#666600;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.menuLineLight {
	width:400px;
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#CBDA10;
	border-style:solid;
	background:#E5EC87;
	color:#8A950B;
	line-height:140%;
	font-weight:bold;
}


.h3_title {
	border-left:solid 8px #E5EC87;
	padding-left:12px;
		font-size:14px;
	font-weight:500;
	margin-bottom:5px;

}