@charset "Shift_JIS";

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

body{
-webkit-text-size-adjust: 100%;
}

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

/*タイトル*/
#titleImage{
	padding: 0px;
	margin: 0px;
	border: none;
}


/*オンエアリスト全体*/
.all{
	width: 950px;
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/*MIRAIに残したいリスト*/
.sectionList{
	font-size: 90%;
        overflow: hidden;
}


/*文字サイズ変更*/
.up30{
	font-size: 120%;
	font-weight: bold;
	color: #cc0000;
}

.down10{
	font-size: 90%;
	color: #2b2b2b;
}

.aka{
 color:#cc0000;
}



/*ゲスト*/

.name{
        color: #d83473;
        font-weight: bold;
}


.mirais{
        color: #043c78;
        font-weight: bold;
}


.gestname{
        color: #d83473;
        font-weight: bold;
}

.nikki_mida{
	background-color: #25b7c0;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	width: 892px;
	vertical-align: middle;
	padding: 10px 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.nikkiBox1{
	background-color: #fff;
	width: 890px;
	border: solid 1px #e0e0e0;
	font-size: 100%;
	vertical-align: middle;
	padding: 10px 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.nikkiBox2{
	background-color: #e6e6fa;
	width: 890px;
	border: solid 1px #e0e0e0;
	font-size: 100%;
	vertical-align: middle;
	padding: 10px 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.nikkiBoxBottom{
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
	width: 890px;
	border: solid 1px #e0e0e0;
	font-size: 100%;
	vertical-align: middle;
	padding: 10px 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.img_nikki{
	padding: 0px;
	margin: 5px 30px 5px 0px;
	border: none;
	float: left;
      }

/*文字サイズ変更 など*/
.sectionSanjuan{
	font-size: 110%;
	color: #ea5506;
	font-weight: bold;
}

.sectionCaution{
	font-size: 100%;
	color: #ff1493;
	font-weight: bold;
	background-color: #99ffff;
}

.sectionTitle{
	font-size: 130%;
	color: #007bbb;
	font-weight: bold;



.clearBoth{
	clear:both;
}


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