@charset "Shift_JIS";
/* --------------------------------------------------
   共通部分
-------------------------------------------------- */

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

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

/*作業範囲*/
#main_body{
	width: 950px;
	font-size: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#deco_top{
	font-size: 120%;
	color: #6666ff;
	font-weight: bold;
	text-align: center;
}

/* --------------------------------------------------
   装飾部分
-------------------------------------------------- */
table{
	width: 650px;
	border: solid 2px #cccccc;
	border-collapse: separate;
	line-height: 200%;
}

th.htitle{
	border: solid 1px #ffffff;
	text-align: center;
	padding: 10px;
	font-size: 100%;
	color:  #000000;
}

td.img_link{
	border: solid 1px #ffffff;
	text-align: center;
	padding: 4px;
	color:  #000000;
}

td.nomal{
	border: solid 1px #ffffff;
	text-align: left;
	padding: 10px;
	font-size: 100%;
	font-weight: bold;
	color:  #000000;
/*	white-space: nowrap	*/
}

.info{
	font-size: 120%;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	padding: 12px 12px 12px 12px;
}

.album_ti{
	font-size: 130%;
	color:  #000000;
	font-weight: bold;
}

.kasen{
	border-bottom:dotted;
	border-color:#909090;
	border-width:1px;
}

/* --------------------------------------------------
   リンク色
-------------------------------------------------- */
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
}
