@charset "utf-8";
/* CSS Document */








*{
	margin:0;
	padding:0;
}

body{
	color:#333;
	line-height:150%;
	margin:0px;
	padding:0px;   
    text-align:center;
}

#main
    {
     margin-left:auto;
     margin-right:auto;
     text-align:left;
     width:750px;
}


img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}



/*
メインコンテナ
-----------------------------------------------*/
#main_container{
	width:750px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(http://www.stia.jp/towel_db/image/bg_main_container.png);
	background-repeat:repeat-y;
	background-position:left top;
	font-size:13px;
}

#main_container h2{
	text-align:left;
	font-size:17px;
}

#main_container a{
	text-decoration:none;
}

#main_container a:hover{
	text-decoration:underline;
}


/*
左カラム
-----------------------------------------------*/
#left_container{
	width:150px;
	float:left;
	display:inline;
}

/*
検索
*/

#search_box{
	width:150px;
	margin-bottom:30px;
}

#search_box table{
	width:100%;
}

#s{
	border:1px solid #013467;
	width:100px;
}

#search_box table th{
	text-align:center;
	vertical-align:middle;
}

#search_box table td{
	text-align:center;
	vertical-align:middle;
}


/*
アーカイブ
*/

#arc_box{
	width:150px;
	overflow:hidden;
	margin-bottom:30px;
}

#arc_box dd{
	padding-left:15px;
}

#arc_box dd ul{
}

#arc_box dd ul li{
	list-style-type:none;
	background-image:url(http://www.stia.jp/towel_db/image/li_arc.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	text-align:left;
}

#arc_box dd ul li a{
	color:#333333;
}


/*
右カラム
-----------------------------------------------*/
#right_container{
	width:598px;
	float:left;
	display:inline;
}


#content{
	width:598px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}


#content h2{
	background-image:url(http://www.stia.jp/towel_db/image/title.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	line-height:30px;
	padding:17px 0px 19px 29px;
}

#content h2 a{
	color:#000;
}

.post{
	margin-bottom:30px;
}

.entry table{
	width:581px;
	margin:0px 0px 0px 15px;
}

.entry table th{
	text-align:left;
	font-weight:normal;
	color:#FFF;
	background-color:#909CA0;
}

.entry table th p{
	padding:2px 5px;
}

.entry table td{
	background-color:#EEF0F1;
	color:#333;
	vertical-align:top;
}

.entry table td p{
	padding:2px 5px;
}


/**/

#not_found{
	text-align:center;
	margin-bottom:50px;
}

.center{
	display:block;
	margin:10px auto;
	text-align:center;
}