/* www.airlink.co.jp css */


/* 通常cssの上書き -------------------------------------- */

#left-side {
	float: none;
}



/* ブログ左サイド -------------------------------------- */

.blog-widget-a-top {
	padding: 5px 0px;
	border-top: #cccccc dotted 1px;
	border-bottom: #cccccc dotted 1px;
}

.blog-widget-a {
	padding: 5px 0px;
	border-bottom: #cccccc dotted 1px;
}

h3.widget-icon {
	padding-left: 17px;
	background: url(/images/blog/icon-airp-yellow.gif) no-repeat left top;
}

.widget-list ul {
	margin: 0px;
	padding: 0px;
}

.widget-list-item {
	/*margin-left: -15px;*/
	padding-left: 8px;
	background: url(/images/blog/arrow-blue-s-l.gif) no-repeat left 5px;
	list-style-type: none;
}

/* ブログ左サイド end -------------------------------------- */


/* ブログコンテンツ -------------------------------------- */

/* タイトル -------------------------------------- */
.blog-contents-tit {
	width: 565px;
	height: 50px;
	text-indent: -9999px;
	background: url(/images/blog/blog-tit01.jpg) no-repeat;
}

.blog-contents-tit-txt {
	width: 599px;
	height: 55px;
	margin-bottom: 30px;
	padding: 10px 17px 5px 17px;
	background: url(/images/blog/blog-tit02.jpg) no-repeat;
}
/* タイトル end -------------------------------------- */

/* 記事内容 -------------------------------------- */
.asset-header {
	margin-bottom: 10px;
	padding: 1px 5px;
	/*height: 21px;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	border: #999999 solid 1px;
	background: url(/images/subtit-frame-bg.gif) repeat-x;
}
		
.asset-header a:link {
	color: #333333;
	text-decoration: none;
}

.asset-header a:hover {
	color: #333333;
	text-decoration: none;
}

.asset-header a:visited {
	color: #333333;
	text-decoration: none;
}

.asset-name {
	float: left;
}

.byline {
	font-weight: normal;
	/*float: right;*/
}


.asset-content {
	margin-bottom: 30px;
}

.name-icon {
	padding-left: 17px;
	background: url(/images/blog/icon-airp-blue.gif) no-repeat left top;
}

.asset-body {
	margin: 5px 0px;
	padding: 5px 0px;
	/*border-top: #cccccc dotted 1px; */
	/*border-bottom: #cccccc dotted 1px;*/
}

.asset-body strong.fl {
	font-size: 1.25em;
}

.asset-more-link {
	margin-right: 10px;
	text-align: right;
	padding-right: 12px;
	background: url(/images/blog/arrow-blue-s-l.gif) no-repeat right 5px;
}


.asset-content-link {
	width: 100%;
	margin-bottom: 30px;
	text-align: right;
}

h4.entry-tags,
.entry-tags-header {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.entry-tags-list {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.entry-tag {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
/* 記事内容 end -------------------------------------- */


/* リンク -------------------------------------- */
.blog-cont-link {
	width: 100%;
	margin-bottom: 15px;
}

.blog-front-link {
	padding-left: 8px;
	background: url(/images/blog/arrow-blue-s-r.gif) no-repeat left 5px;
}

.blog-next-link {
	padding-right: 10px;
	background: url(/images/blog/arrow-blue-s-l.gif) no-repeat 5em 5px;
}


.blog-archives-link {
	padding-left: 8px;
	background: url(/images/blog/arrow-blue-s-l.gif) no-repeat left 5px;
}
/* リンク end -------------------------------------- */


/* 記事一覧ページ -------------------------------------- */
.archive-title,
.archive-header {
	padding-left: 17px;
	background: url(/images/blog/icon-airp-yellow.gif) no-repeat left top;
}

.archive-content {
	margin-bottom: 10px;
	padding: 5px 0px 10px 0px;
	border-bottom: #cccccc dotted 1px;
}

.archive-list {
	margin: 0px;
	padding: 0px;
}

.archive-list-item {
	padding-left: 8px;
	background: url(/images/blog/arrow-blue-s-l.gif) no-repeat left 5px;
	list-style-type: none;
}
/* 記事一覧ページ -------------------------------------- */
