body {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	border: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif;
	color: #333333;
	background-color: #DDDDDD;
	background: url(../images/bg.png);
}

div#container {
	width: 680px;
	margin: 0px;
	padding: 0px;
}

div#leftColumn {
	float: left;
	width: 230px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
/*	background-color: red; */
}

div#rightColumn {
	float: left;
	width: 440px;
	padding: 0px;
}

div#footer {
	clear: both;
	width: 680px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
}

div#navi {
	margin: 0px;
	text-align: center;
}


.clear {
	clear:both;
	display:none;
}


/* twitter表示部分*/
div#tweet {
	float: center;
	margin-left: auto;
	margin-right: auto;
	width:200px;
	background: url(../images/tw_body.gif);
	text-align:left;
	font-size:12px;
	line-height: 1em;
}

/* リスト全体を囲む領域 */
ul#twitter_update_list {
	margin: 8px 15px;
	padding: 0;
}

/* リストの項目一つ一つの領域 */
ul#twitter_update_list li {
	margin-top: 12px;
	margin-left: 6px;
	margin-right: 6px;
	clear: both;
	list-style-type: disc;
}

ul#twitter_update_list li span {
	text-align:right;
	font-size: 12px;
	color: #666666;
}

/* リンク全般指定 */
ul#twitter_update_list li a {
	text-align:right;
	font-size: 10px;
	color: #ff2200;
}

/* トップページの画像 */
img.top {
	margin-top: 20px;
}

/* 各ページのタイトル */
h1.pageTitle {
	text-align: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 24px;
	color: #ffffff;
	font-family: arial, sans-serif;
	border-top:1em solid #cc0000;
	border-bottom:2px solid #cc0000;
	background-color: #cc0000;
}

/* logs日付 */

h2.headline {
	font-size: 14px;
	color: #cc0000;
	padding-left:0.5em;
	padding-top:0.1em;
	padding-bottom:0.1em;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
	background-color: #ffffff; 
	border-left:12px solid #cc0000;
	border-top:1px solid #cc0000;
	border-right:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
}

h3.caption {
	font-size: 12px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:3px double #666666;
}

h4.date {
	padding-right: 5px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
	margin-bottom: 0px;
	text-align: right;
	border-bottom:1px solid #666666;
}

p:first-letter {
	color: #cc0000;
	font-weight: bold;
	line-height:1.5em;
}

p.text {
	margin-left:10px;
	margin-right:10px;
	font-size: 12px;
	padding-left: 0.5em;
	background: url(../images/bg_log.gif);
	border-left:12px solid #666666;
}

p.illust {
	margin-left:5px;
	margin-right:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:0px;
	text-align:center;
}

/* アコーディオン用 */
/* 親リスト */
ul.acc {
	display: block;
	margin:10px;
	padding: 0px;
	list-style: none;
	background-color: #cc0000;
	color: #ffffff;
}

ul.acc a{ 
	display: block; 
	height: 30px; 
	line-height: 30px; 
	color: #ffffff;
	padding-left:0.5em;
	text-decoration: none;
}

ul.acc a:hover{ 
	display: block; 
	height: 30px; 
	line-height: 30px; 
	color: #ffffff;
	background-color: #000066;
}

/* 子リスト */

ul.acc li ul {
	background-color: #dddddd;
	margin:0px;
	padding: 0px; 
	list-style: none;
	color: #333333;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:0.5em solid #dddddd;
}

ul.acc li ul a{
	display: inline;
	color: #cc0000;
	padding-left:0.5em;
	text-decoration: none;
}

ul.acc li ul a:hover{
	display: inline;
	color: #cc0000;
	text-decoration: underline;
}

span.link {
	border-left:1em solid #dddddd;
}

/* リンク */

a.authority {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	text-align: right;
}


