/*===============================================================*/
/*general*/

BODY {
	margin: 0px 0px 20px 0px;
	margin: 0px;
	background-color: #ff0;
	text-align: center;
}


H1, H2, H3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

A {
	text-decoration: underline;
}

A:link {
	color: #960;
}

A:visited {
	color: #630;
}

A:active {
	color: #f60;
}

A:hover {
	color: #f60;
}

IMG{
	border: 0px;
	margin: 10px;
	padding: 0px;
}

.entry_header IMG,.entry_footer IMG, .recommend IMG, #banner IMG, .entry TABLE IMG{
	margin: 0px;
}

/*===============================================================*/

#container {
	line-height: 140%;
	margin:0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;

	text-align: left;
	width: 760px;
	
	background-color: #ea0;

	border-left: #000 1px solid;
	border-right: #000 1px solid;

}

#banner{
	padding: 0px;
	margin: 0px;
	background-color: #3f3;
}
#description{
	padding: 1px;
	font-size: 90%;
	background-color: #099;
	color: #fff;
	text-align:center;
}

#main {
	float: left;
	width: 560px;
}


#sub{
	float: left;
	width: 200px;
	background-color:#fff;
}

.navi {
	font-family: verdana, arial, sans-serif;
	color: #000;
	background-color: #000000;
	font-size: 130%;
	border: #999 1px solid;
}
.navi A {
	display: block;
	float:left;
	padding: 4px 20px;
	margin: 0px;
	background-color: #333;
	text-decoration: none;

/*
	border-top: #bbb 3px solid;
	border-left: #999 3px solid;
	border-right: #888 3px solid;
	border-bottom: #666 3px solid;
*/	

	border-right: #999 1px solid;

}
.navi A:link, .navi A:visited {
	color: #fff;
}
.navi A:link{
	color: #fff;
}

.navi A:hover {
	background-color: #f00;
	color: #fff;
}


#trademark{
	padding: 6px 12px 0px 12px;
	font-size: 60%;
	background-color: #333;
	color: #fff;
	line-height:150%;
}
#copyright{
	padding: 0px 12px;
	font-size: 80%;
	background-color: #333;
	color: #fff;
	text-align:right;
}
/*===============================================================*/
/* Side Menu */

.menu {
	padding: 12px;

}

.menu H2{ /*category title*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #ddd;
	background-color: #BCA3A3;
	background-color: #D06666;
	background-color: #799B37;
	color:#fff;
	padding:2px 6px;
}
.menu H2 A:link, .menu H2 A:visited, .menu H2 A:active{
	color:#fff;
}
.menu H2 A:hover{
	color:#cfc;
}

.access{
	text-align:center;
	margin-bottom:12px;
	font-size: 80%;
}


.menu UL {
	margin: 0px;
	margin: 8px 0px 30px 0px;
	padding: 0px;
	list-style-type: none;

	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	line-height: 100%;
	font-size: 80%;

	padding-left: 16px;

}

.menu UL UL{
	margin-left: 16px;
}
.menu LI {
	margin-top: 4px;
	text-indent: 0em;
	line-height: 120%;
}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

TEXTAREA[id="comment-text"] {
	width: 80%;
}




/*===============================================================*/




DIV.prev {
	float: left;
	width: 50%;
	text-align:right;
}


DIV.next {
	float: left;
	width: 50%;
	text-align:left;
}


/*===============================================================*/

/*content*/

.content {
	margin: 10px 10px 0px 10px;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #333333;

}




/* 引用文 */
.content BLOCKQUOTE {
	line-height: 150%;
	border: dotted 1px #999;
	background-color: #ffe;
	padding: 5px;
}

/* 引用元 */
P.cite {
	text-align: right;
	margin: 0em 1em;
	font-size: 80%;
}
/* 整形済みテキスト */
.content PRE {
	border: inset 2px #ffffff;
	color: #00ff00;
	background-color: #000000;
	padding: 5px;
}
/* 脚注関係 */
SPAN.footnote {
	vertical-align:super;
}

UL.footnote {
	 border-top: dotted thin black;
	 list-style-type:none;
}


.content LI {
	line-height: 150%;
}


.content P, .content TABLE{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin: 0.7em 1em;

}
.content P IMG{
	line-height: 100%;
	padding: 0px;
	margin: 12px;
}

P.posted {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	text-align: right;

	margin: 0px;
	padding: 0px;
	line-height: normal;
}


/*カテゴリータイトル*/
.content H2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	

	margin:0px;
	margin-bottom: 4px;
	padding:3px;
	text-align: center;
	font-size: 150%;
	background-color: #663;
	background-color: #d80;
	color:#fff;
}

/*entry title*/
.content H3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	
	text-align: left;
	font-weight: bold;
	font-size: 150%;
}

.entry H4{
	font-size:medium;
	background-color: #eea;
	padding: 2px;
}
.entry H4 A, .entry H5 A, .entry H6 A{
	text-decoration: none;
}
.entry H5{
	font-size:small;
	border-top: 1px solid #999;	
	border-bottom: 1px solid #999;	
	padding: 0px;
	text-align:center;

}
.entry H6{
	font-size:small;
	padding: 0px;
	margin:0px;
	margin-top:1em;
	margin-left:8px;
}

H3.date{
	font-size: 100%;
	text-align: right;
}


.content TABLE{
	font-size:90%;
	border-collapse: collapse;
	empty-cells: show;
	line-height: 150%;
}
.content TD{
	border: 1px solid #666;
}

P.extended{
	text-align: right;
}

/*===============================================================*/




DIV.prev_next{
	text-align:center;
}

/*===============================================================*/
/* Gamelist Category */

.gamelist_entry .entry_body IMG{
	float:left;
	margin: 0px 10px 0px 0px;
}
.gamelist_entry .entry_body{
	padding-bottom: 12px;
}


.gamelist_entry H3 {
	font-size: 140%;
	background-color:#696;
	padding: 1px 10px 2px 10px;
}
.gamelist_entry H3 A:link, .gamelist_entry H3 A:visited, .gamelist_entry H3 A:active{
	color:#fff;
}
.gamelist_entry H3 A:hover{
	color:#ff0;
}


/*===============================================================*/

DIV.edit{
	text-align: right;
	font-size:40%;
}


DIV.edit A:link, DIV.edit A:visited, DIV.edit A:active, DIV.edit A:hover {
	color: #ea0;
}





/*===============================================================*/


/*entry balloon*/

DIV.entry{
	padding: 0px;
	margin-bottom:20px;
	width:100%;
}


/*
DIV.entry_header, DIV.entry_body, DIV.entry_footer{
	background-color:#fff;
}
*/

DIV.entry_header, DIV.entry_footer{
/*
	height:22px;
	position:relative;
	margin: 0px 22px;
*/
	padding: 0px;
	margin:0px;
	border:0px;
}
DIV.entry_body{
	padding: 0px 18px;
	margin: 0px;
	border-left:2px solid #000;
	background-image: url(http://www.t-p.jp/miyan/archives/res/balloon/R.png);

	background-color:#fff;
	
	border:0px;

	background-image: url(http://www.t-p.jp/bakagame/archives/res/balloon/middle.gif);
	background-repeat: repeat-y;
	background-position: right;

}
/*
DIV.entry_header{
	background-image: url(http://www.t-p.jp/miyan/archives/res/balloon/T.png);
	background-repeat: repeat-x;
	background-position: top;
}
DIV.entry_footer{
	background-image: url(http://www.t-p.jp/miyan/archives/res/balloon/B.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
IMG.balloon{
	position:absolute;
}
IMG.lt{
	top:0px;
	left:-22px;
}
IMG.rt{
	top:0px;
	right:-22px;
}
IMG.lb{
	bottom:0px;
	left:-22px;
}
IMG.rb{
	bottom:0px;
	right:-22px;
}
*/

.clear{
	margin:0px;
	clear:both;
	line-height:0%;
}

.index_next{
	width:100%;
	text-align:center;
	font-size:120%;
	padding:0px;
	margin:0px;
	margin-bottom:24px;
}

.index_next A {

	
	background-color: #333;
	text-decoration: none;

	border: #999 1px solid;
	padding:2px 32px;
	margin:0px;

}
.index_next A:link, .index_next A:visited {
	color: #fff;
}
.index_next A:link{
	color: #fff;
}

.index_next A:hover {
	background-color: #f00;
	color: #fff;
}
