@charset "Shift_JIS";

/***************■全体構造*********************/

/*背景色の指定 #21583b*/
#backcolor{
	background-color: #68bd00;
	text-align: center;
}

#backcolor a{color:#00f;}
#backcolor a:hover{color:#f00;}

/*メイン*/
#back_decow{
	max-width: 780px;
	background-color: #ffffff;
	text-align: left;
	padding: 0 5% 20px;
	margin-left: auto;
	margin-right: auto;
}

/*告知*/
.info_box{
	max-width: 780px;
	background-color: #f8e58c;
	text-align: left;
	border-radius: 30px;
	border: 2px dotted #ff8c00;
	padding: 10px 5%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.mini_title{
	color:  #ff0000;
	font-size: 15pt;
	font-weight: bold;
}

/*タイトル（画像）*/
#img_title{
	padding: 0px 0px 10px 0px;
	border: none;
}

/*パーソナリティ（画像）*/
#img_personality{
	padding: 5px 0px 5px 5%x;
	max-width: 55%;
	border: none;
	float:right;
}

/*画像*/
.img_deco{
	padding: 0px;
	border: none;
}

.clearBoth{
	clear:both;
}


/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	text-decoration:none;
	color:#0000ff
}
a:visited{
	text-decoration:none;
	color:#0000ff
}
a:hover{
	text-decoration:none;
	color:#ff6600
}
a:active{
	text-decoration:none;
	color:#ccccff
}
