/***********************************************/
/* myletter.jp */
/* maincontents.css */
/***********************************************/

/************** キャッチ *****************/
.catch {
	height: 120px;
	width: auto;
	margin: 10px 20px 5px 20px;
	background: url(images/top2.jpg) no-repeat;
}
/************** 中コンテンツ[特集] *****************/
.feature{
	padding: 15px;
	font-size: 80%;
	height: auto;
}

html>body .feature {
	height: auto;
	width: auto;
	padding: 0 20px 5px 20px;
}

.feature h3{
	font: bold 120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial,sans-serif;
	color: #003366;
	padding: 10px 0px 7px 0px;
}

.feature img{
	float: none;
	padding: 10px;
}


/*************** 解説 ******************/
.story {
	padding: 0px 15px 30px 15px;/*余白*/
	font-size: 80%;
}

.story h3{
	font: bold 120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial,sans-serif;
	color: #003366;
	padding: 10px 0px 0px 0px;
	border-bottom: thin dashed #FF6699;
	margin-bottom: 5px;
	height:18px;
}
.story a.tbl_name{
	font: bold 120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial,sans-serif;
	color: #005FA9;
	display:block;
	border-bottom: thin dotted #0000FF;
	border-right: thin dotted #0000FF;
	border-left: 10px solid #FF9900;
	padding: 5px 0;
	background-color: #FFFFFF;
}

.story a.tbl_name:hover{
	text-decoration: underline;
}


.story a.tbl_name2{
	font: bold 120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial,sans-serif;
	color: #005FA9;
	display:block;
	border-bottom: thin dotted #0000FF;
	border-right: thin dotted #0000FF;
	border-left: 10px solid #FF0000;
	padding: 5px 0;
	background-color: #FFFFFF;
}

.story a.tbl_name2:hover{
	text-decoration: underline;
}
td.table1{
	padding:5px 15px 5px 10px;
	border: thin dotted #0099CC;
	background-color: #E1E8FF;
	width: 49%;
}

td.table2{
	width: 2%;
}
td.table3{
	padding:5px 15px 0 10px;
	border: thin dotted #0099CC;
	background-color: #EFDADA;
	width: 49%;
}
td.table4{
	padding:5px 15px 0 10px;
	border: thin dotted #0099CC;
	background-color: #E9FDFF;
	width: 49%;
	line-height: 1.4;
}
/**************** 画像 *****************/

#image{
	padding: 10px;
	background-color: #F5F7F7;
}

#image img{
	display: block;
}
/********************* 終わり **********************/
