@charset "EUC-JP";

/*
 * File	: styles.css
 * Version   : 1.02
 * Update	:
 * 1.01 2005.12.02: change background of .date
 * 1.02 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *				and brought property for the title together.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
	border: 0;
}

/* 段落 */
p {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 順序なしリスト */
ul {
}
ul li {
	padding-left: 10px;
	background: url(http://raguweb.net/template/lmark.gif) no-repeat 0px 0.4em;
	list-style-type: none;
}

/* 定義リスト */
dl {}
dt {}
dd {
	padding-left: 8px;
}

/* フォーム */
form {
	margin: 0px;
}
input {
	padding: 1px;
	font-size: 12px;
}

/* 引用 */
blockquote {
	width: auto;
	margin: 15px 20px 0 20px;
	padding: 10px;
	border: 1px solid #666666;
	background: #f6f6f6;
	font-size: 10px;
	line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
	font-size: 10px;
	border-bottom: 1px solid #666666;
	padding: 3px;
}

/* タイトルバナー */
#banner {
	border-right: 1px solid #666699; 
	border-bottom: 1px solid #666699;
	color: #999999;
	background: #F0EBEB;
	background-position: right top;
	background-repeat: no-repeat;
	width: 1004px;
	height: 135px;
	text-align: center;
}

#banner a,
#banner a:link,
#banner a:visited {
	color: #000000;
	font-size: 24px;
	text-decoration: none;
}

#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
	color: #ffffff;
	font-size: 12px;
}

#menuflash{
width:800px;
height:135px;
margin-left:auto;
margin-right:auto;
text-align:justify;
}

/* エントリー全体 */
.blog {
	/*width: 600px;*/
	/*position: relative;*/
	padding: 2px;
	font-size: small;
	color: #36414d;
	background: none;
}

/* エントリー日付 */
.date { 
	margin: 6px 5px 0;
	padding: 2px 0 2px 5px;
	background-position: left; 
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #ffffff;
	background: #8fabbe;
}

/* エントリー */
.entry {
	/*width: 610px;*/
	margin: 0 5px 15px;
	color: #36414d;
	background: #ffffff;
	background-position: right; 
	background-repeat: repeat-y; 
/*	background-image: url(".gif");*/
	font-size: 12px;
	line-height:150%;
}
.entry a:active {}
.entry img {
	margin-right: 8px;
	margin-bottom: 5px;
}

.entry ul li {
	margin-left: 10px;
	padding-left: 10px;
	background: url(http://raguweb.net/template/lmark.gif) no-repeat 0px 0.4em;
	list-style-type: none;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
	width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
	margin: 3px 5px 0px 5px;
	padding: 1px 5px 1px 5px;
	border-left: 4px solid #36414d;
	background-position: left; 
	background-repeat: no-repeat;
	text-align : left;
	color: #333333;
	background: #55a460;
	font-size: 11px;
	font-weight: bold;
}

/* エントリータイトルのリンク */
.entry-header a:link,
.entry-header a:visited,
.entry-header a:hover {
	color: #444444;
	font-size: 12px;
	font-weight: bold;
}

/* 投稿者 */
.entry-footer {
	margin: 10px 0 0 0;
	border-top: 1px dotted #36414d;
	text-align: right;
	color: #36414d;
	font-size: 9px;
}

/* Typekeyコメンタ?画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
	margin: 10px;
	text-align: center;
	font-size: 12px;
}


/* サイドメニュータイトル */
.sidetitle {
	margin-top: 3px;
	padding: 2px 0 1px;
	border: 1px solid  #666666;
	text-align: center;
	color: #444444;
	background: #f6f6f6;
	font-size: 10px;
	line-height: 140%;
}

/* サイドメニュー */
.side {
	margin: 3px 0 20px;
	background: none;
	color: #444444;
	font-size: 12px;
	line-height: 150%;
}
/* サイドPV */
.sidepv {
	margin-top:-11px;
	margin-bottom:10px;
	background: none;
	color: #444444;
	font-size: 12px;
	line-height: 150%;
}

/* サイドバナー */
.sidebanner {
	margin: 3px 0 20px;
	background: none;
	color: #444444;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
	padding-left: 16px;
}
.side #categories ul ul {
	padding-left: 10px;
}
.side #categories li {
	list-style-type: circle;
}

/* カウンター */
.counter {
	margin: 8px 0 25px;
	padding: 2px;
	background: none;
	font-size: 9px;
}

/* RSSフィード */
.syndicate {
	margin-bottom: 5px;
	text-align: left;
	color: #666666;
	font-size: 9px;
	line-height: 150%;
}

/* クレジットバナー */
.powered {
	margin-top: 50px;
	text-align: left;
	color: #666666;
	font-size: 9px;
	line-height: 150%;
}
.powered img {
	margin-top: 3px;
}

.clear {
	clear: both;
}

/* カラム切り替え */

/* 2/3カラム用フッタ */
.layout-three-column-liquid #footer-liquid,
.layout-two-column-liquid-left #footer-liquid,
.layout-two-column-liquid-right #footer-liquid,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
clear: both;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color: #444444;
	border-top: 1px solid #666699;
}
.layout-three-column-liquid #footer,
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer,
.layout-three-column #footer-liquid,
.layout-two-column-left #footer-liquid,
.layout-two-column-right #footer-liquid {
	display: none;
}


/* 3カラム(リキッドレイアウト) */

.layout-three-column-liquid #box{
   width: 1004px;
   border-right: 1px solid #666699; 
}

.layout-three-column-liquid #links-left{
	float:left;
	padding: 5px 12px 20px 9px;
	/*margin-left: 9px;*/
	padding-right: 10px;
	width: 170px;
	border-right: 1px solid #666699; 
	color: #ffffff;
}

.layout-three-column-liquid #links-right{
	float:right;
	width: 160px;
	padding: 5px 7px 20px 12px;
	/*margin-right: 7px;*/
	border-left: 1px solid #666699;
	color: #ffffff;
}

.layout-three-column-liquid #content {
	margin:0 0 0 187px;
	padding-bottom: 20px;
	/*border-right: 1px solid #666699;*/
	/*border-left: 1px solid #666699;*/
}

.new-site { 
	margin: 3px 5px 0px 5px;
	padding: 1px 5px 1px 5px;
    /*margin: 0px 5px 0px;*/
    /*padding: 2px 0 2px 5px;*/
    background-position: left; 
    background-repeat: no-repeat;
/*    background-image: url(".gif");*/
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    background: #a999c5;
}

.notice { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    background-position: left; 
    background-repeat: no-repeat;
/*    background-image: url(".gif");*/
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    background: #c5494d;
}

.red {
    color: #e50003;
}
.blue {
    color: blue;
}


/*一覧表示の列*/

td.c1{
    font-size:11px;
    border: 1px solid #606060;
}

td.c2{
    font-size:11px;
    text-align:center;
    border: 1px solid #606060;
}

td.c3{
    font-size:11px;
    border: 1px solid #606060;
    background:#ffa244;
    height: 25px;
    text-align:center;
}

td.c4{
    background:#ffa244;
    height:25px;
    border: 1px solid #606060;
}

td.c5{
    width:32px;
    height:32px;
}

td.c6{
    border: 1px solid #606060;
    border-style:solid;
    border-color:#606060;
    text-align:right;
}

td.c7{
    border-width: 0 1px 1px 1px;
    border-style:solid;
    border-color:#606060;
    text-align:right;
}

td.c8{
    border: 1px solid #606060;
    border-style:solid;
    border-color:#606060;
    text-align:center;
}

td.c9{
    border-width: 0 1px 1px 1px;
    border-style:solid;
    border-color:#606060;
    text-align:center;
}

td.c10{
    border: 1px solid #606060;
    border-style:solid;
    border-color:#606060;
    text-align:left;
    width:80px;
}

td.c11{
    background:#ffa244;
    height:25px;
    border: 1px solid #606060;
    text-align:center;
}

.dtitle{
	position:absolute;
	text-align:right;
	z-index:2;
}
