a:link { color : #fff; text-decoration: none; }
a:visited { color : #fff; text-decoration: none; }
a:active { color : #fff; text-decoration: none; }
a:hover { color : #fff; text-decoration: underline; }

a.page:link { color : #444; text-decoration: none; }
a.page:visited { color : #444; text-decoration: none; }
a.page:active { color : #444; text-decoration: none; }
a.page:hover { color : #f00; text-decoration: underline; }

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background:#ddd;
	font-size:12px;
	color:#444;
	padding:0px;
	margin:0px;
	line-height:150%;
}

h1,h2,h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
	line-height:140%;
}

div.terminate {clear:both;}

#header {
	height:88px;
	background:#444;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#555;
	overflow:hidden;
}

#header .title {
	height:88px;
	display:table-cell;
	vertical-align:middle;
	color:#aaa;
	text-shadow:-1px -1px 0 #000;
	font-size:64px;
	font-weight:bold;
	padding-left:16px;
}
#header .title h1,
#header .title .subtitle
{
	margin:0px;
	padding:0 0 0 16px;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
}

#header .title a:link { color : #aaa; text-decoration: none; }
#header .title a:visited { color : #aaa; text-decoration: none; }
#header .title a:active { color : #aaa; text-decoration: none; }
#header .title a:hover { color : #fff; text-decoration: none; }

#header .pop {
	float:right;
	top:0;
	margin-left:2px;
	width:88px;
	height:88px;
	position:relative;
	background:#000;
	text-align:center;
}
#header .pop .txt {
	position:absolute;
	top:60;
	left:0;
	height:28px;
	background:url('img/alpha.png');
	overflow:hidden;
	color:white;
	text-align:left;
	font-size:10px;
	line-height:120%;
	padding:4px;
}


#footer {
	background:#444;
	text-align:right;
	padding:16px;
	color:#aaa;
	text-shadow:-1px -1px 0 #000;
}

.node {
	border-style:solid;
	border-color:#444;
	border-width:1px;
	background:#fff;
	margin:8px;
}
.node .title {
	background:#444;
	color:#fff;
	font-size:14px;
	padding:8px;
}
.node .title .category {
	color:#ffa;
	font-size:12px;
}

#content_table {
}

/* content td center
---------------------------------------------------- */
#content_td_center {
	padding:4px;
	vertical-align:top;
	width:600px;
}
#content_td_center .title {
	padding:8px;
	margin-bottom:8px;
	background:#444;
	color:#aaa;
	text-shadow:-1px -1px 0 #000;
}
#content_td_center .content {
	line-height : 200%;
}
#content_td_center .content a:link { color : #44f; text-decoration: none; }
#content_td_center .content a:visited { color : #44f; text-decoration: none; }
#content_td_center .content a:active { color : #44f; text-decoration: none; }
#content_td_center .content a:hover { color : #f44; text-decoration: underline; }

/* content td left
---------------------------------------------------- */
#content_td_left {
	padding:0;
	vertical-align:top;
	width:160px;
	background:#444;
	text-align:center;
}
#content_td_left .row-static
{
	padding:16px;
	background:#444;
	border-style:solid;
	border-color:#222 #222 #555 #222;
	border-width:1px 0 1px 0;
	cursor:auto;
	font-size:12px;
}

/* content td right
---------------------------------------------------- */
#content_td_right {
	padding:0;
	vertical-align:top;
	width:200px;
	background:#444;
}
#content_td_right .title {
	padding:8px;
	background:#444;
	color:#ffa;
	text-shadow:-1px -1px 0 #000;
	text-align:center;

	border-style:solid;
	border-color:#222 #222 #555 #222;
	border-width:1px 0 1px 0;
}
#content_td_right .dnode {
	background:#fff;

	border-style:solid;
	border-color:#222 #222 #555 #222;
	border-width:1px 0 1px 0;
}

#content_td_right .dnode .dtitle {
	background:#444;
	color:#fff;
	font-size:14px;
	padding:8px;
}
#content_td_right .category-link {
	background:#484;
	padding:16px 4px 16px 4px;
	font-size:12px;
	text-align:right;

	border-style:solid;
	border-color:#222 #222 #555 #222;
	border-width:1px 0 1px 0;
}




#pager {
	margin:16px 0 16px 0;
}
#prev {
	padding:16px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}
#next {
	padding:16px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.corner-stamp {
	width:200px;
	float:right;
	background:#444;

	color:#aaa;
	font-size:12px;
}
.corner-stamp .row,
.corner-stamp .row-static
{
	padding:16px;
	background:#444;
	border-style:solid;
	border-color:#222 #222 #555 #222;
	border-width:1px 0 1px 0;
	cursor:auto;
}
.corner-stamp .row:hover {
	padding:16px;
	background:#555;
	cursor:pointer;
}
