/* Base Weblog (base-weblog.css) */

/* ベーシックエレメント */

body
{
   font-family: verdana, 'trebuchet ms', sans-serif;
   color:#333333;
}

a:link {
	color:#333333;
	text-decoration:none;
	}

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

a:active {
	color:#b20000;
	text-decoration:none;
	}

a:hover {
	color:#b20000;
	text-decoration:underline;
	}

a img { border: 0; }

/* リンクにアンダーラインをつける */
a.u-line {
	text-decoration:underline;
	}

h1 {
	font-size:.75em;
	color:#ffffff;
	font-weight: normal;
	padding-top: 4em;
	padding-bottom: 1em;
	margin-bottom:0;
	}
h2 {
	font-size:.75em;
	margin-bottom:1.5em;
	}

h3 {
	font-size:.75em;
	}

p {
	font-size:.75em;
	line-height:160%;
	}

ul {
	font-size:.75em;
	margin-left:0;
	padding-left:0;
	list-style-position:inside;
	}

form {
	font-size:.75em;
	line-height:160%;
	}

address {
	font-size:.75em;
	font-style:normal;
	border-top:6px solid #b20000;
	padding-top:1.33em;
	padding-left:.75em;
	margin-bottom:4em;
	}

/* 全体のセンタリング */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   text-align: left;
}

/* 全体の横幅設定 */

#container {
	width: 780px;
	}


/* 2段組み横幅設定 */

#center {
	padding:0 .75em;
	width:560px;
/*	border:1px solid #000000;*/
	}

#right {
	width:190px;
/*	border:1px solid #000000;*/
	}

/* 右サイドバー横幅設定 */

#right div {
	margin-left:20px;
	padding-left: 0;
	}

#right div h3 {
	border: 1px solid #b20000;
	padding: .5em;
	margin-bottom:0;
	background-color:#b20000;
	color:#ffffff;
	font-size:.7em;
	}

#right div p {
	padding: 1em;
	margin-top: 0;
	margin-bottom: 0;
	border-right: 1px solid #b20000;
	border-bottom: 1px solid #b20000;
	border-left: 1px solid #b20000;
	}

#right div ul{
	margin-top:0;
	list-style-type: none;
/*	border-top: 1px solid #b20000;*/
	}

#right div li{
	padding-bottom:.5em;
	padding-top:.5em;
	padding-left:.5em;
	border-right: 1px solid #b20000;
	border-bottom: 1px solid #b20000;
	border-left: 1px solid #b20000;
	}

#right div div {
	margin-left:0;
	margin-right:0;
	}

/* 右サイドバーパーツ上下間隔設定 */

#right div {
	margin-bottom:30px;
	}

/* 回り込み設定 */
#center {
	float:left;
	}

#right {
	float:right;
	}

#footer {
	clear:both;
	}

/* バナー */
#banner {
	background-image:url(images/silvers-head-logo.gif);
	background-repeat:no-repeat;
	background-position:2% 20%;
	margin-top:1em;
	margin-bottom:0;
	padding-left: 1em;
	color: #ffffff;
	background-color: #b20000;

	}

#banner a {
	text-decoration:none;
	color:#ffffff;
	}

/* ナビ */
#navi {
	margin-bottom:2em;
	padding:0 1em;
	font-size: .875em;
	}

#navi p {
	margin-top:.5em;
	}

/* センター */
#center div{
	float:left;
	margin-bottom:30px;
	}

#center h2{
	clear:both;
	border-left: .5em solid #b20000;
	border-top: 1px solid #b20000;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1em;
	}

/* トップページサムネイルＳ */
.thumbs img {
	margin-bottom:10px;
	margin-right:5px;
	}

/* 右サイドバー検索フォーム */


/* フッターパーツ書式 */
#footer {
	padding:0 .75em;
	margin-top:5em;
	}

#footer p span{
	padding-left:10px;
	padding-right:10px;
	border-right:solid 1px #000000;
	}
	
#footer p span.lft{
	padding-left:0;
	}

#footer p span.rgt{
	border-right:none 1px #000000;
	}

