/* ページ全体 */ 

body {
	margin : 0px;
	padding : 0px;
	background-color : #FFFFFF;
	background-image: url(http://www.plus81.com/ecode/img/common/back_right.gif);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: normal;
}

/* タグの再定義 */ 

h1 {
　font-size: small;
　color: #666666;
}
h2 {
	　font-size: small;
	　color: #666666;
	font-size: small;
}

/* 文字の定義 */ 

.entry_text {
	　font-size: small;
	　color: #666666;
	line-height: 160%;
	font-size: x-small;
}
.entry_footer {
	　font-size: small;
	line-height: 140%;
	font-size: x-small;
	color: #3399CC;
}
.entry_title {
	padding-top: 5px;
	font-size: small;
	font-weight: bold;
	color: #333333;
}
.top_category {
	　font-size: small;
	　color: #3399CC;
	line-height: 180%;
}


/* ページレイアウト */ 

#container {
	width : 790px;
	background-color: #FFFFFF;
	background-image: url(http://www.plus81.com/ecode/img/common/back_left.gif);
	background-repeat: repeat-y;
	display: block;
}
#banner {
	width : 755px;
	padding-left: 35px;
}
#contents {
	width : 535px;
	float : left;
}
#contents_1col {
  width : 720px;
}
#menu {
  width :185px;
  float : left;
}
#copyrights {
	width : 755px;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: x-small;
	color: #666666;
	text-align: right;
}

/* 各divの設定 */

.bannerinner {
  overflow: hidden;
}
.menuinner {
  overflow: visible;
}
.contentsinner {
	overflow: visible;
	padding-left: 35px;
}

/* banner divの設定 */

/* カレンダー */ 

/* 箇条書きの書式 */ 

ul {
  margin-top : 0px
  margin-left : 0px;
	padding-left : 0px;
	text-align: left;
	margin-left: 0px;
	padding-top: 3px;
	margin-top: 0px;
	font-size: small;
}
li {
	font-size: x-small;
	　color: #3399CC;
	margin-left : 0px;
	padding-left : 5px;
	list-style-type : none;
	line-height: 130%;
	padding-top: 5px;
}
ul ul {
	font-size: x-small;
	margin-left : 0px;
	padding-left : 10px;
	　color: #666666;
	margin-left : 0px;
	list-style-type : disc;
	line-height: 130%;
	margin-top: 0px;
	padding-top: 0px;
}


/* エラーメッセージ */

.errormessage {
  padding : 5px;
  border : 1px solid black;
  font-weight : bold;
}
form {
	margin: 0px;
	padding: 0px;
}
.entry_top_margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 説明文用 */
.text10 {
	font-size: 10px;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
}
.entry_box {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #95B994;
}
