/*stylek.css /haihatu用 2022.04.18*/
@charset "utf-8";
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font: 80%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #f5f5f5 url(images/bg.gif);
	text-align: center;
}
a {
	color: #333333;
}
a:hover {
	color: #5d9808;
}

h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style-type: none;
}

img {
	border: none;
}

#container {
	text-align: left;
	width: 806px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/top/container_bg_camp.jpg) no-repeat left top; 
	height: 220px; 
	width: 806px;
}

.box{
  position: relative;
}
.top-left {
  position: absolute;
  top: 185px;
  left: 20px;
  font-size: 20px;
  color: gray; /* グレー */
}


/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
background: url(images/container_bg_02.gif) repeat-y;
}
#contents #sub {
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-left: 20px;
/*	margin-bottom: 80px;*/
}

#contents #face { /* 似顔絵 */
	display: block;
	width: 225px;
	margin-top: 15px;
	margin-left: 60px;

}

#contents #profile {/* コメント */
	display: block;
	margin-left: 10px;
	font-size: 12px;
}

#contents #profile li{
	list-style-type: disc;
}


#contents #main {
	float: left;
	width: 504px;
	margin-top: 10px;
	margin-bottom: 0px; 
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(images/midashi_bg.gif) no-repeat left top;
	height: 24px;
	width: 504px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 24px;
}
#main p {
	padding: 5px 10px;
}
#main #new p {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom: 5px solid #5d9808;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #5d9808;
	text-decoration: none;
	background: #FFFFFF url(images/menu_bg.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	background: #5D9808 url(images/menu_bgn.gif) no-repeat left bottom;
	color: #FFFFFF;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
    background: url(images/container_bg_03.gif) no-repeat bottom;

	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 140px;
	padding-top: 0px;
	margin-bottom: 0px;
	color: gray; /* グレー */
}

/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*** 2010.07.13 追加 ********************************************************/
/* 右側見出画像(≒130x88)用エリア */
DIV.pr1 {
  position : relative;
  left : 20px;
  top : 10px;
  float:left; /* 右側文字回り込みさせるため */
}

/*文字表示位置*/
DIV.pr2 {
  position : relative;
  left : 30px;
  top : 20px;
  height:120px; /* 次の項目まで行送り */
}

/*更新日*/
SPAN.orange {
	position : relative;
	left : 6px;
	font-size: 11px;
	color: orange; /* オレンジ */
}

SPAN.gray {
	position : relative;
	left : 6px;
	font-size: 11px;
	color: gray; /* グレー */
}

SPAN.blue {
	position : relative;
	left : 6px;
	font-size: 11px;
	color: skyblue; /* 青 */
}
