body {
	background: #F0F0F0 url("./images/1-1.gif") repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

body#tinymce {
	background: #FFF;
	margin: 0;
	padding: 3px;
	text-align: left;
}

table {
	font-size: 1em;
	margin-top: 15px;
}

/* ヘッダー */
div#header {
	width: 780px;
	height: 150px;
	margin:0 auto;
	display: block;
}

div.logo_area {
	position:relative;
	top:40px;
}
/* ログイン */
div.login {
	color:#F3393A;
	font-size:0.75em;
	letter-spacing:0.125em;
	margin-bottom:15px;
	margin-top:15px;
	position:relative;
	text-align:right;
	top:40px;
}
div.login a:link, div.login a:visited {
	text-decoration: none;
	color: #F3393A;
}

div.login a:hover {
	color: yellow;
}

/* ラッパー */
table#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}

/* メニューペイン */
div.menu_pane {
	width: 180px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* メインメニュー */
div.dep1 {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 27px;
	font-family: monospace;
	margin-left: 10px;
	padding-left: 14px;
	background: url("images/1-4.gif") no-repeat left bottom;
	border-bottom: 1px #FFF solid;
}

div.dep1 a:link, div.dep1 a:visited {
	color: #333;
	text-decoration: none;
}

div.dep1 a:hover {
	color: red;
}

div.dep2 {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 27px;
	font-family: monospace;
	margin-left: 10px;
	padding-left: 20px;
	background: url("./images/1-4.gif") no-repeat top left;
	border-bottom: 1px #FFF solid;
}

div.dep2 a:link, div.dep2 a:visited {
	color: #666;
	text-decoration: none;
}

div.dep2 a:hover {
	color: red;
}

div.dep3 {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 27px;
	font-family: monospace;
	margin-left: 10px;
	padding-left: 28px;
	background: url("./images/1-4.gif") no-repeat top left;
	border-bottom: 1px #FFF solid;
}

div.dep3 a:link, div.dep2 a:visited {
	color: #666;
	text-decoration: none;
}

div.dep3 a:hover {
	color: red;
}

div.article_pane {
	float: right;
	margin: 15px 15px 10px;
	width: 590px;
}

/* 分類タイトル */
div.cat_name {
	font-size: 1.75em;
	font-weight: normal;
	padding-top: 28px;
	padding-bottom: 4px;
	padding-right: 15px;
	background: #CDDFE7 url("images/1-7.gif") no-repeat left bottom;
	margin-bottom: 15px;
	color: #6DA4B8;
	font-family: monospace;
	text-align: right;
}

/* トップイメージ */
div.topimg {
	margin-bottom: 10px;
}

/* インフォメーション */
div.info {
	border-left: 1px #27434F solid;
	border-right: 1px #27434F solid;
	border-bottom: 1px #27434F solid;
	width: 588px;
}

div.info_text {
	font-size: 0.75em;
	line-height: 1.75em;
	margin: 0 12px 6px;
	padding-top: 6px;
	font-family: monospace;
}

div.info_text p {
	margin-top: 0;
	margin-bottom: 0;
}

/* 石川県代協について */
div.about {
	font-size: 0.75em;
	line-height: 1.5em;
}

/* トップ記事ペイン */
h3.article_toptitle {
	font-size: 0.75em;
	line-height: 1.75em;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.075em;
	background-color: #D81679;
	text-indent: 8px;
	margin-top: 0;
	margin-bottom: 0;
}

div.article_toptext {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 10px 0;
}

div.article_toptext p {
	margin: 0;
}

h3.article_title_member {
	font-size: 0.875em;
	line-height: 2em;
	color: #000;
	letter-spacing: 0.075em;
	margin: 0 25px;
}

h3.article_title {
	font-size: 1em;
	line-height: 1.5em;
	border-bottom: 1px #CCC solid;
	color: #FF6060;
	font-weight: bold;
	letter-spacing: 0.075em;
	margin: 0 10px;
}

div.article_text {
	font-size: 0.75em;
	line-height: 1.75em;
	margin: 0 10px 10px;
}

div.article_text img{
	float: left;
	margin-right: 15px;
}

div.article_footer {
	border-top: 1px #CCC solid;
	padding-top: 3px;
	font-size: 0.75em;
	text-align: right;
	margin-right: 15px;
	letter-spacing: 0.075em;
	font-family: Tahoma, Geneva, sans-serif;
	clear: both;
}

/* 会員紹介 */
table.member {
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 570px;
}

table.member p {
	margin: 5px 0;
}

/* ページ送り */
div.page_feed {
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 0.125em;
}

/* コメント */
div#comment_area {
	font-size: 0.75em;
	margin: 20px;
	width: 500px;
}

div#comment_area h2 {
	font-size: 1.25em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	border-bottom: 1px #666 solid;
	color: #666;
}

div.comment_title {
	background-color: #CCC;
	padding: 5px;
	width: 460px;
	margin-top: 20px;
}

div.comment_text {
	line-height: 1.5em;
	margin: 6px 10px 15px;
}

div#comment_area table {
	font-size: 1em;
}

div#comment_area input {
	border: 1px #666 solid;
}

div#comment_area textarea {
	border: 1px #666 solid;
	font-size: 1em;
}

td.form_title {
	color: #666;
}

/* フッター */
div#footer {
	clear: both;
	background-color: #08232C;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}

table.footer {
	margin: 0 auto;
	text-align: left;
}

td.footer {
	font-size: 0.75em;
	line-height: 1.5em;
	font-family: monospace;
	margin-left: 15px;
	margin-right: 15px;
	width:770px;
	color:#FFF;
}

td.footer img {
	float: right;
}

div.copyright {
	border-top: 1px #999 solid;
	width: 680px;
	padding-top: 4px;
	margin-top: 6px;
	margin-bottom: 5px;
}
