/*
stp1スキン
by スキンテンプレ劇場
http://stp.happy.nu/
#右バーの２カラムスキンです。幅は760pxで設定。
*/
@chareset "EUC-JP";

/*  color  */
.form-preview {
   width: 400px;
   border: 1px solid #666666;
}
.form-name {
   border: 1px solid #CCCCCC;
   background-color: #EEEEEE;
   width: 120px;
}
.form-value {
   border: 1px solid #CCCCCC;
}
.formerror {
   font-weight:bold;
   color:red;
}
.form-notice {
   font-weight:bold;
   color:#FF3300;
}


/* 基本の文字色と背景色 */
body {
color: #00033;
background-color: #ffffff;
background-image: url(http://www.honjo-udon.com/skins/stp1/d014bcg.gif);
background-repeat: repeat;
}

/* リンクスタイル */
A {text-decoration: none; }
A:link{text-decoration: none; }
A:visited{}
A:active{ color: #336699; text-decoration: none; }
A:hover{ color: #ff0033; text-decoration:underline;}

/* 外枠の色と背景色(すべてをいれている大きな箱) */
#container {
	background-image: url(http://www.honjo-udon.com/skins/stp1/back.gif);
	background-repeat: repeat;
}

/* ブログの名前の部分(一番上の箱) */
#header {
	background-image: url(http://www.honjo-udon.com/skins/stp1/back.gif);
	background-repeat: repeat;

}
#header img{
	border : 0px;
}

/* メニュー部分(左側の箱) */
#menu {
	background-color: #efefef;
	color: #000033;
}
	.line{ /* メニュー項目の下線 */
	border-bottom: 1px solid #000033;
	padding-left:5px;
}

/* アイテム表示の部分(真ん中の箱) */
#contents {
	background-color: #ffebff;
	color: #000033;
}
	.date{ /*日付ヘッダーの部分*/
		border-top: 0px solid #ffffff;
		border-left: 10px solid #025814;
		border-right: 0px solid #ffffff;
		border-bottom: 1px solid #025814;
	}
	.subject{ /*アイテムの件名＆カテゴリーの部分*/
		border-top: 1px solid #eaeaea;
		border-left: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;
		border-bottom: 1px dashed #eaeaea;
	}
	.item{ /*アイテムの部分*/
		border-left: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
	}

/*フッターの部分(一番下の箱)*/
#footer {
	background-color: #f7ffed;
	color: #000033;
	border-top: 1px solid #eaeaea;
}

/* general */
div.tb {
	background-color : #ffffff;
}
body {
margin: 0;
padding: 0;
font: 95% arial, hevetica, sans-serif;
text-align: center;
}

#container {
	margin: 1em auto;
	width: 850px;
	text-align: left;
}

#header {
	font: 100%/100% "ＭＳ Ｐ ゴシック" ,"osaka",verdana ,arial ,sans-serif;
	padding: 0;
	margin-bottom: 0;
}

#menu {
	float: left;
	width: 200px;
	font: 90%/180% "ＭＳ Ｐ ゴシック" ,"Osaka",verdana ,arial ,sans-serif;
}
#new {
		font: 90%/100% "ＭＳ Ｐ ゴシック" ,"Osaka",verdana ,arial ,sans-serif;
		background-color: #eaead6;
}
#new ul{
	list-style: none;
	font: 90%/150% "ＭＳ Ｐ ゴシック" ,"Osaka",verdana ,arial ,sans-serif;

}
	ul.nobullets {
		font: 85%/150% "ＭＳ Ｐ ゴシック" ,"Osaka",verdana ,arial ,sans-serif;
		list-style: none;
		margin-left: 5px;
		padding-left: 5px;
	}

#contents {
	margin-right: 20px;
	margin-left: 220px;
	font: 95%/180% "ＭＳ Ｐ ゴシック" ,"Osaka",verdana ,arial ,sans-serif;
	padding: 5px;
}
	.date{ 
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	background-color:#ffffff
	}
	.subject{ 
	font-weight: bold;
	padding: 5px;
	}
	.item{ 
	padding: 10px;
	}
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}
img {
	border: none;
	}

/*コメント*/	
#commment {
	font:79%/140% "ＭＳ Ｐ ゴシック" ,"Osaka",verdana ,arial ,sans-serif;
}
	.posted{ 
		font: 79%/140% "ＭＳ Ｐ ゴシック" ,"Osaka",verdana ,arial ,sans-serif;
		padding: 5px;
	}
	.commentlist { 
		font: 75%/140% "ＭＳ Ｐ ゴシック" ,"Osaka",verdana ,arial ,sans-serif;
	}
#footer {
	clear: both;
	height: 20px;
	margin-right:20px;
	text-align:center;
	font: 80%/150% "ＭＳ Ｐ ゴシック" ,"Osaka",verdana ,arial ,sans-serif;
}

