/* 全般的な項目 */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 10px;
   text-align:center;
}

td
{
	width:180px;
	
	text-align:center;
	vertical-align:middle;
}

.container
{
	width:1140px;
	text-align:center;
}

	
/* header項目 */

.header
{
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
}

.description
{
	margin:20px 20px 40px 20px;
}
.description a:link {color: black;}
.description a:visited {color: black;}
.description a:hover {color: black;}
.description a {text-decoration: underline;}

/* 写真の列の項目 */

.link-ad
{
	margin-top:10px;
	margin-bottom:10px;
}

.photo-row
{
	text-align:center;
}


.cell-inner
{

}
	.cell-inner img {border: 2px solid black; }
	
.k-maru
{
	background-image:url("http://awazo.com/parts/kadomaru.jpg");
	background-repeat:no-repeat;
}

.search-box
{
	text-align:center!importrant;
}

/* ブログ一覧 */
.table_title
{
	margin:30px 20px 20px 140px;
	text-align:left;
	font-size: 1.6em;
}
.table_title a:link {color: black;}
.table_title a:visited {color: black;}
.table_title a:hover {color: black;}
.table_title a {text-decoration: underline;}

.blog_title
{
	margin:10px;
	padding-left:200px;
	width:270px;
	height:60px;
	text-align:left;
	font-size: 1.5em;
}

.blog_url
{
	margin:10px;
	padding-left:10px;
	width:540px;
	height:60px;
	text-align:left;
	font-size: 1.5em;
}
.blog_url a:link {color: black;}
.blog_url a:visited {color: black;}
.blog_url a:hover {color: black;}
.blog_url a {text-decoration: underline;}

.return
{
	margin:10px 50px 20px;
	padding-left:10px;
	height:60px;
	text-align:center;
	font-size: 1.6em;
}
.return a:link {color: black;}
.return a:visited {color: black;}
.return a:hover {color: black;}
.return a {text-decoration: underline;}

/* 最後尾の項目 */

.footer
{
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}
