/*
THEME NAME: RSSbeaT
THEME URI: http://www.rssbeat.jp/
DESCRIPTION: for RSSbeaT
VERSION: 1.0b
AUTHOR: Richard Choi
AUTHOR URI: http://devich.husband.be/
*/

/*
	define html tag design
*/
body{
	font-family: Verdana, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/slash.png);
}
#container {
	font-size:13px;
	width:820px;
	margin: 0 auto;
	background-image: url(images/mainbg.png);
	background-repeat: repeat-y;
}
#backbg {
	width: 800px;
	margin: 0 0 0 11px;
}
#header {
}
#contents {
	background-image: url(images/notebg.gif);
	background-repeat: repeat-x;
	padding:5px 10px;
	height:500px;

}
#sidebar {
	/*
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	width:180px;
	float:left;
	margin-bottom:10px;
	padding:10px;
}
#sidebar #pages {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar #pages li {
	margin:0 0 15px 0;
}
#sidebar #pages li a {
	font-size:1.3em;
	color:#333333;
	display:block;
	border-top:3px solid #EDB02E;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	border-bottom:3px solid #E5E5E5;
	padding:5px;
	font-weight:bold;
	background-color:#FFFFFF;
}
#sidebar #pages li a:hover {
	color:#000000;
	background-color:#FFE79D;
}
#sidebar #pages li ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar #pages li ul li {
	margin:0;
}
#sidebar #pages li ul li a {
	display:block;
	color:#666666;
	border:0;
	font-size:1em;
	background-color:#F5F5F5;
	border-top:1px solid #FFFFFF;
	border-left:0px solid #E5E5E5;
	border-right:0px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	padding:5px 0 5px 1em;
	font-weight:normal;
}
#sidebar #pages li ul li a:hover {
	background-color:#E6E6E6;
}
#contents #main-content {
	float:right;
	width:530px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	padding:20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#contents #main-content h2 {
	font-size:1.4em;
	margin:3px 0;
	border-bottom:1px dashed #CCCCCC;
}

#contents #main-content #childpages {
	border:1px dashed #999999;
	float:left;
	padding:10px;
	margin-right:15px;
}
#contents #main-content #childpages h3 {
	margin:0 0 6px 0;
}
#contents #main-content #childpages ul {
	margin:0;
	padding:0 0 0 1.5em;

}
#contents #main-content #childpages ul li {
}

#contents #main-content .article {
	margin:10px 0;
	border-bottom:1px dashed #CCCCCC;
}
#contents #main-content .article p {
	color:#666666;
	margin:6px 0;
	font-size:1.1em;
	line-height:1.5em;
}
#contents #main-content .article a {
}
#contents #main-content .article a:hover {
}

#footer {
	clear:both;
	background-color:#333333;
	padding:8px;
	border-top:5px solid #000000;
}

p {
	margin:5px 0 5px 0;
}
a {
	text-decoration: none;
	color: #C60;
}
a:hover {

}

#header #logo {
	height:42px;
	background-image: url(images/titlebar.png);
	background-repeat: repeat-x;
}
#header #logo #little-menu {
	float:right;
}
#header #logo #little-menu a {
	display:inline;
}
#header #logo a {
	display:block;
	padding:5px;
	width:150px;
}

#header #title {
	height:260px;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
}

#header #hometitle {
	height:468px;
	background-image: url(images/hometitle.gif);
	background-repeat: no-repeat;
}
#header #hometitle #twin-menu {
	position: absolute;
	padding-top: 215px;
	width: 800px;
}
#header #hometitle #twin-menu #advertiser {
}
#header #hometitle #twin-menu #user {
}					
#header #hometitle #twin-menu .pop {
	background-image: url(images/pop.gif);
	float: right;
	background-repeat: no-repeat;
	width: 244px;
	height: 255px;
	margin-right:3px;
}
#header #hometitle #twin-menu .pop h2 {
	margin:15px 0 5px 0;
	padding:0 20px;
	font-size:1.3em;
	color:#FFFFFF;
}
#header #hometitle #twin-menu .pop p {
	margin:5px 0;
	padding:0 20px;
	color:#FFFFFF;
	line-height:1.3em;
	height:130px;
	text-align:justify;
}
#header #hometitle #twin-menu .pop .iconbtn {
	padding:5px 0 0 7px;
}
#header #hometitle #twin-menu .pop .iconbtn a {
	font-size:1.3em;
}
#header #hometitle #twin-menu .pop .iconbtn a:hover {
}
#header #hometitle #note {
	width:295px;
	margin-top: 260px;
	height: 195px;
	position: absolute;
}
#header #hometitle #note h2 {
	margin:15px 0 10px 0;
	padding:0 20px;
	font-size:1.5em;
	color:#FFFFFF;
}
#header #hometitle #note p {
	font-size:1.2em;
	line-height:1.5em;
	margin:5px 0;
	padding:0 20px;
	color:#FFFFFF;
	height:130px;
	text-align:justify;
}

#contents #introduce {
	width:700px;
	margin:20px auto;
	background-color:#FFFFFF;
	padding:20px;
}
#contents #introduce h2 {
	margin:0;
	font-size:1.9em;
}
#contents #introduce h2 small {
	font-size:0.6em;
	font-weight:normal;
}
#contents #introduce a {
	color:#FF6600;
}
#contents #introduce a:hover {
	text-decoration:underline;
}

#contents #introduce table {
	width:100%;
}

#contents #introduce table tr {
}

#contents #introduce table tr td {
	width:33.3%;
	vertical-align: top;
}

#contents #introduce table tr td h3 {
	margin:10px 0;
}

#contents #introduce table tr td img {
	border:1px solid #CCCCCC;
}

#contents #introduce table tr td p {
	margin:5px 0;
	line-height:1.5em;
	color:#666666;
	text-align:justify;
	padding:0 20px 0 0;
}

#footer p {
	color:#FFFFFF;
	text-align:right;
	font-size: 1em;
	margin:0;
	line-height: 1.5em;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
