* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	color: #333333;
	background: #331111;
}
/*==========*/
/* タイトル */
/*==========*/
h1 {
	text-align: left;
	font-size: 24px;
	color: #ff3333;
	font-family:ＭＳ Ｐゴシック,ＭＳ ゴシック,arial,vetica,sans-serif;
	line-height: 1.5;
}
h1 a:link {
	color: #ff3333;
	font-weight: bold;
	text-decoration: none;
}
h1 a:visited {
	color: #ff3333;
	font-weight: bold;
	text-decoration: none;
}
h1 a:hover {
	color: #ff9999;
	font-weight: bold;
	text-decoration: none;
}
h1 a:active {
	color: #ff9999;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	text-align: left;
	font-size: 18px;
	color: #ff6666;
	font-family:ＭＳ Ｐゴシック,ＭＳ ゴシック,arial,vetica,sans-serif;
}

/*==========*/
/* 記事背景 */
/*==========*/
.bodybackground {
	font-size: 14px;
	color:#666666;
	text-align: left;
}
/*==========*/
/* テーブル */
/*==========*/
.tbl_hed {
	font-size: 14px;
	color: #ffffff;
	align: left;
	border: 1px solid #ffcccc;
}
.tbl_hed a:link {
	font-size: 14px;
	color:#eeeeee;
	text-decoration: underline;
}
.tbl_hed a:visited {
	font-size: 14px;
	color:#eeeeee;
	text-decoration: underline;
}
.tbl_hed a:hover {
	font-size: 14px;
	color:#ccccff;
	text-decoration: underline;
}
.tbl_hed a:active {
	font-size: 14px;
	color:#ccccff;
	text-decoration: underline;
}
/*==========*/
/* テーブル */
/*==========*/
.tbl_body {
	font-size: 12px;
	color: #333333;
	align: left;
	border: 1px solid #ffcccc;
}
.tbl_body a:link {
	font-size: 12px;
	color:#003333;
	text-decoration: underline;
}
.tbl_body a:visited {
	font-size: 12px;
	color:#003333;
	text-decoration: underline;
}
.tbl_body a:hover {
	font-size: 12px;
	color:#009999;
	text-decoration: underline;
}
.tbl_body a:active {
	font-size: 12px;
	color:#009999;
	text-decoration: underline;
}
/*==========*/
/* テーブル */
/*==========*/
.tbl_ranking {
	font-size: 12px;
	color: #333333;
	align: left;
	line-height: 1.5;
}
.tbl_ranking a:link {
	font-size: 12px;
	color:#003333;
	text-decoration: underline;
}
.tbl_ranking a:visited {
	font-size: 12px;
	color:#003333;
	text-decoration: underline;
}
.tbl_ranking a:hover {
	font-size: 12px;
	color:#009999;
	text-decoration: underline;
}
.tbl_ranking a:active {
	font-size: 12px;
	color:#009999;
	text-decoration: underline;
}
/*==========*/
/* メイン */
/*==========*/
.main_body {
	font-size: 14px;
	color: #333333;
	align: left;
	line-height: 1.5;
}
.main_body a:link {
	font-size: 14px;
	color:#0000cc;
	text-decoration: underline;
}
.main_body a:visited {
	font-size: 14px;
	color:#0000cc;
	text-decoration: underline;
}
.main_body a:hover {
	font-size: 14px;
	color:#009999;
	text-decoration: underline;
}
.main_body a:active {
	font-size: 14px;
	color:#009999;
	text-decoration: underline;
}


.main_body2 {
	font-size: 14px;
	color: #333333;
	line-height: 1.5;

	text-align: left;
	padding-top:    20px;
	padding-left:   10px;
	padding-right:  10px;
	padding-bottom: 20px;
}

/*========*/
/* 追記分 */
/*========*/
.pickup01 {
	padding-bottom: 10px;
}
.pickup01 a:link {
	font-size: 16px;
	line-height: 1.5;
}

/*--------*/
/* ボタン */
/*--------*/
.btn a{
	line-height: 40px;
	font-size: 16px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;

	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #666666;
	display: block;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cccccc 0%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666',GradientType=0 );
}

.btn a:visited {
	color: #FFFFFF;
}

.btn a:link {
	color: #FFFFFF;
}

/*------------*/
/* カテゴリー */
/*------------*/
.category {
	padding: 5px;
	line-height: 1.5;
	color:#777777;

}
.category a{
	line-height: 38px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

/*------------*/
/* 縮小＆拡大 */
/*------------*/
.setimg100 img{
	float: left;
	width:  100px;
}

.setimg250{
	text-align: center;
}
.setimg250 img{
	width:  250px;
	margin-bottom: 10px;
}

.setimgzoom80{
	text-align: center;
}
.setimgzoom80 img{
	width:  80%;
	height:  80%;
	margin-bottom: 10px;
}

/*--------*/
/* ボタン */
/*--------*/
.btn a{
	line-height: 40px;
	font-size: 16px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;

	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #999999;
	display: block;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cccccc 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 );
}
