@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #333333; /* 全体の文字色 */
	background-color: #999999; /* 全体の背景色 */
}

/* no repeat------------------------------------------------------------ */
/* container */
.cont #container {
	width: 920px;
	margin: 0 auto;
	border: 1px solid #FFFFFF; /* 外側ボックスの境界線 */
	border-top: none;
	text-align: left;
	background-color: #FFFFFF; /* 外側ボックスの背景色 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
} 

.cont #header {
	margin: 0;
	padding: 0;
	height: 120px;
	background-image: url(../images/keyv.jpg);
	background-repeat: no-repeat;
} 
.cont #header h1 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.cont #header h2 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.cont #header a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.cont #header a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.cont #header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FFFFC0;
}
.cont #header a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.cont #sidebar {
	float: right; 
	width: 220px;
	padding: 15px 0;
	text-align: center;
}
.cont #sidebar h3 {
	margin-left: 10px;
	margin-right: 10px;
}
.cont #sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}
.cont #sidebar a:link {
	color: #419696;
	text-decoration: underline;
}
.cont #sidebar a:visited {
	color: #419696;
	text-decoration: underline;
}
.cont #sidebar a:hover {
	color: #419696;
	text-decoration: underline;
	background-color: #FFFFC0;
}
.cont #sidebar a:active {
	color: #419696;
	text-decoration: underline;
}

.cont #mainContent {
  margin: 0 230px 0 10px;
} 

.cont #footer {
	padding: 10px 10px;
	background-color: #EFEFEF; /* フッターの背景色 */
	text-align: center;
	vertical-align: middle;
} 
.cont #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
}

.cont #searchbx {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}
.cont #searchbx a:link {
	color: #666666;
	text-decoration: none;
}
.cont #searchbx a:visited {
	color: #666666;
	text-decoration: none;
}
.cont #searchbx a:hover {
	color: #666666;
	text-decoration: none;
}
.cont #searchbx a:active {
	color: #666666;
	text-decoration: none;
}

a:link {
	color: #419696; /* リンク文字色 */
	text-decoration: underline;
}
a:visited {
	color: #419696; /* 訪問済リンク文字色 */
	text-decoration: underline;
}
a:hover {
	color: #419696; /* マウスオーバー時リンク文字色 */
	text-decoration: underline;
	background-color: #FFFFC0; /* マウスオーバー時リンク文字背景色 */
}
a:active {
	color: #419696; /* 押下時リンク文字色 */
	text-decoration: underline;
}

/* img */
a img {
	margin: 0px;
	border: none;
	vertical-align: bottom;
}

/* repeat------------------------------------------------------------ */
/* contbx */
.contbx1 {
	margin: 0 0 10px 0;
	padding: 0;
}

.contbxad1 {
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: center;
	background-color: #EFEFEF;
}


/* others */
.combutton {
 margin: 6px 0 0 0;
}

/* float */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearlft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* 記事編集 */
.contbxresd3{
	width: 500px;
	margin: 0 auto;
	padding: 10px 10px;
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
}
h3 {
	font-size: 14px;
	color: #666666;
	margin: 10px;
}

