@charset "utf-8";
/* ============================================ */
/* [全体の指定] */
/* ============================================ */
* {
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	/*フォント指定*/
	font-family:"Verdana","Arial",sans-serif;
}

.ayapon_news {
	/*全体の幅*/
	width:500px;
	height: 4000px;
}

/* ============================================ */
/* [配信タイトルの設定] */
/* ============================================ */
h1 {
display: none;
}

/* ============================================ */
/* [配信情報の設定] */
/* ============================================ */
.ayapon_news table{
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
	height: 1300px;
}

.ayapon_news a {
	/*リンク文字列の色*/
	color:#388642;
}

.ayapon_news table tr{
	background: url(http://blog-imgs-23.fc2.com/a/d/a/adarutoadaruto/dotted.jpg) bottom repeat-x;
	}

td{
	/*テーブル内の垂直位置*/
	vertical-align:top;
	/*テーブル内の隙間*/
	/*ライン*/
	height: 130px;
}

/* ============================================ */
/* [サムネイルの設定] */
/* ============================================ */
.thumb{
	width: 112px;
	}

.thumb img {
	/*サムネイルの周りに入る線の太さ・スタイル・色*/
	border:1px solid #999999;
	margin-top: 10px;
}

/* ============================================ */
/* [更新タイトルの設定] */
/* ============================================ */
.title {
	/*タイトルのフォントサイズ*/
	font-size:14px;
	/*フォントスタイル*/
	font-weight:bold;
	/*フォントの色*/
	color:#1D20EF;
	/*マージン（上→右→下→左と順番に指定）*/
	margin:10px 0px 2px 0px;
}

/* ============================================ */
/* [配信元の設定] */
/* ============================================ */
.source {
	display: none;
}

/* ============================================ */
/* [更新情報の設定] */
/* ============================================ */
.info {
	/*更新情報のフォントサイズ*/
	font-size:12px;
	/*フォントの色*/
	color:#333333;
	/*マージン（上→右→下→左と順番に指定）*/
	margin:0px 0px 5px 0px;
}

/* ============================================ */
/* [リンクキーワードの設定] */
/* ============================================ */
.keyword {
	/*リンクキーワードのフォントサイズ*/
	font-size:12px;
	/*フォントの色*/
	color:#333333;
	/*マージン（上→右→下→左と順番に指定）*/
	margin:0px 0px 2px 0px;
	text-align: right;
}

/* ============================================ */
/* [サイト説明文の設定] */
/* ============================================ */
.intro {
	display: none;
}

address{
	top: 3500px;
	position: absolute;}