@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

html{
	background-color: #000000;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(http://shitake-kakuni.co.jp/img/back-brack.jpg);
}

body{
	line-height:1.5;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 70px;
	background-image: url(http://shitake-kakuni.co.jp/img/back-red.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}

h1,h2.h3,h4,h5,h6,
p{
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.line      {
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	padding-left: 10px;
	font-weight: bold;
	font-size: large;
}


img{
	border:0;
}

.comentbox {
	margin-left: 10px;
}
.comentbox-right     {
	padding-right: 5px;
}

