/*
THEME NAME: Sandbox for parlia
*/

/* Reset basic CSS elements */
body,div,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,ol,ul,blockquote{
	margin:0;
	padding:0;
}
img{ border:0; }
h1,h2,h3,h4,h5,h6{ font-size:100%; }

/*
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
*/

/* Global */
body{
	text-shadow: 0 0 0 #000;/*<- This compensates for variations in Safari's font-rendering. Otherwise, everything looks bold.*/
	background-color: #ffffff;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", "Osaka", Arial, sans-serif;
/*
	background-color: #000;
*/
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
div#content div.clear { clear: both; }

/* Layout */
div#wrapper {
	padding: 5px 10px;
}

div#container {
	float:left;
	margin:0 -210px 0 0;
	width:100%;
}

div#content {
	margin:0 210px 0 0;
}

div.sidebar {
	float:right;
	overflow:hidden;
	width: 200px;
}

div#secondary {
	clear:right;
}

div#footer {
	clear:both;
}

/* adsense */
div.ads_header {
	padding-left: 5px;
}

div.ads_footer {
	margin: 0 10px 10px;
	border-bottom: #888 1px solid;
}

div.ads_single {
	padding: 5px 0;
}

/*
div.ads_page {
	padding-top: 20px;
}
*/

div.ads_sidebar {
	text-align: center;
}

/*
form#cse-search-box .button {
	background: url(image/search.png) no-repeat left 1px;
	border: none;
	width: 26px;
	height: 21px;
	margin: 0;
	cursor: pointer;
}
*/

form#cse-search-box .text {
	width: 200px;
/*
	margin: 0;
	background-color: #ccc;
	border:1px solid #222;
*/
}

.widgetbody form#cse-search-box .text {
	width: 150px;
}

/* header */
div.header_container {
	background: #000 url(image/header-bg.png) left top repeat-x;
	padding-top: 15px;
}
div#header {
	background: url(image/logo2.png) no-repeat 15px 0px;
	color: #c0c0c0;
	padding-top: 2px;
	padding-left: 85px;
	height: 45px;
}

div#header #blog-title a {
	color: #e0e0e0;
	font-size: large;
	text-decoration: none;
}

div#access div.meta {
	position:absolute;
	height: 25px;
	right: 50px;
	top: 0px;
}

div#access div.meta-left {
	float:left;
	background: url(image/meta-l.png) no-repeat left 0;
	width: 25px;
	height: 25px;
}

div#access div.meta-right {
	float:left;
	background: url(image/meta-r.png) no-repeat right 0;
	height: 25px;
	padding-right: 25px;
}

div#access div.meta-right div {
	float:left;
	background: url(image/meta-c.png) repeat-x;
	color: #c0c0c0;
	height: 25px;
	padding-top: 5px;
}

div#access div.meta-right div a{
	background: url(image/meta-list.png) no-repeat left 4px;
	padding-left: 10px
}

div#access a {
	color: #c0c0c0;
	text-decoration: none;
}

div#access a:hover {
	color: #ffffff;
}

div.menu {
	background: url(image/menu.png) repeat-x;
	height: 70px;
	padding-left: 10px;
}


div#menu {
	font-size: 90%;
	height: 32px;
}

div#menu ul a {
	float:left;
	margin: 6px 0 0;
	padding: 3px 10px;
	border-right: solid 1px #606060;
}

div#menu ul li {
	float:left;
}

div#menu ul,div#menu ul ul {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
}

/*

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}
*/

/* sidebar */
div.sidebar li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

div.sidebar li.widget h3 {
	background: url(image/sidebar-title.png) repeat-x 3px;
	color: #000;
	font-size: small;
	padding: 0 0 0 15px;
}

div.sidebar li.widget h3 span {
	background: #ffffff none;
	padding: 0 3px;
}

div.sidebar li ul {
	list-style-type: none;
	margin: 0 3px;
	padding: 0;

}

div.sidebar li ul li {
	padding-left: 5px;
	margin: 0;
}

div.sidebar li .liststyle a {
	display: block;
	background: url(image/sidebar-list.png) no-repeat 2px 7px;
	border-bottom:#d8d8d8 1px solid;
	margin: 0;
	padding: 2px 5px 2px 10px;
}

div.sidebar li .liststyle a:hover {
	background-color: #e0e0e0;
	color: #0000ff;
}

div.sidebar li .liststyle div.children a {
	padding-left: 20px;
	background-position: 12px 7px;
}

div.sidebar li .liststyle div.children div.children a {
	padding-left: 30px;
	background-position: 22px 7px;
}


/*
form.blog-search .button {
	background: url(image/search.png) no-repeat left 1px;
	border: none;
	width: 26px;
	height: 21px;
	margin: 0;
	cursor: pointer;
}

form.blog-search .text {
	background-color: #ccc;
	width: 200px;
	margin: 0;
	border:1px solid #222;
}

form.widget_search .text {
	width: 160px;
}

form.widget_search {
	margin-bottom: 10px;
}
*/

table.counter {
	border:#c8c8c8 1px solid;
	width: 100%;
}

table.counter th {
	padding: 2px;
	background-color:#e0e0e0;
	border-bottom:#d0d0d0 1px solid;
}

table.counter td {
	padding: 2px;
	background-color:#f3f3f3;
	border-bottom:#d0d0d0 1px solid;
}

table.counter td.no-border {
	border: none;
}

table.counter td.right {
	text-align: right;
}

table.counter td.center {
	text-align: center;
}

table.counter th.center {
	width: 37%;
	text-align: center;
}

.counter iframe {
	width: 100%;
	height: 80px;
	border: none;
}

/* footer */
div.footer-top {
	clear: both;
	height: 20px;
}

div#footer {
	color: #c0c0c0;
	background: #000 url(image/footer-bg.png) repeat-x;
	text-align: center;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#footer address {
	font-style: normal;
}

div#footer a {
	color: #e0e0e0;
}

div#footer a:hover {
	color: #ffffff;
}


/* container */

div#content {
	padding: 0 10px;
}

h2.page-title,
h2.entry-title,
h2.category-title {
	background: url(image/titlebar.png) repeat-x;
	font-size: medium;
	padding: 5px 0 4px 7px;
	border: #888 1px solid;
	border-top: none;
}
h2.page-title,
h2.entry-title,
h2.category-title {
	margin-bottom: 10px;
}

div#content div.entry-date {
	float: left;
	width: 70px;
	height: 22px;
	padding-top: 3px;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 5px;
	background: url(image/entry-date.png) no-repeat 5px 0px;
	color: #404040;
	font-family: "Times New Roman",fantasy;
	font-size: 10pt;
	font-weight: bold;
/*
	text-align: center;
*/
}

div#content div.entry-head {
	margin-left: -5px;
	margin-bottom: 15px;
}

div#content div.entry-title {
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	padding: 1px;
}

div#content h1.entry-title {
	background: url(image/entry-title.png) no-repeat 5px 8px;
	font-size: large;
	background-color: #efefef;
	border-bottom:#ccc 1px solid;
	padding: 5px 0 2px 25px;
}

div#content div.entry-detail {
	background-color: #efefef;
	padding-left: 10px;
}

div#content div.sitemap div.entry-head {
	margin: 7px 0;
}

div#content div.sitemap div.entry-title {
	margin-left: 0px;
}

div#content div.sitemap h1.entry-title {
	background-image: none;
	font-size: small;
	padding: 3px 0 1px 10px;
}

div#content div.sitemap div.entry-detail,
div#content div.sitemap li.cat-item {
	font-size: small;
}

div#content div.entry-meta {
	background: url(image/entry-meta.png) repeat-x;
	margin: 15px 0;
	padding: 1px 15px;
	text-align: right;
	border-top:#b8b8b8 1px solid;
}

div#content div.entry-detail .meta-sep,
div#content div.entry-meta .meta-sep {
	color: #d8d8d8;
}

div#content div.post {
	margin-bottom: 30px;
}

div.entry-content {
	line-height: 1.5em;
}

div.post div.entry-content {
	font-size: medium;
}

div.error404 div.entry-content,
div.page div.entry-content {
	font-size: 105%;
}

div.entry-content a.more-link {
	background: url(image/more-link.png) no-repeat 3px 3px;
	font-size: small;
	padding: 3px;
	padding-left: 22px;
	height: 21px;
}

div.entry-content a.more-link:hover {
	background-image: url(image/more-link-hover.png);
	background-color: #e0e0e0;
}

div.entry-content span.edit-link {
	font-size: small;
}

div.entry-content h2 {
	background: url(image/h2.png) repeat-x bottom;
	font-size: medium;
	padding-left: 10px;
	margin: 30px 0 15px -10px;
}

div.entry-content h3 {
	font-size: medium;
	border-bottom:#c0c0c0 1px solid;
	padding-left: 5px;
	margin: 20px 0 10px;
}

div.entry-content li {
	margin: 1px 0 1px 30px;
}

div.page div.entry-content ol li {
	margin: 10px 0 15px 30px;
}

div#content p {
	margin: 10px 0;
}

div#content table {
	border:#c0c0c0 1px solid;
	margin: 5px 0;
}

div#content th {
	padding: 2px;
	background-color:#d0d0d0;
}

div#content td {
	padding: 2px;
	background-color:#f0f0f0;
}

div#content pre {
	border-top:#808080 1px solid;
	border-bottom:#000000 1px solid;
	border-left:#808080 1px solid;
	border-right:#000000 1px solid;
	padding:.5em;
	margin: 5px 0px;
	font-size: 75%;
	font-family: "ＭＳ ゴシック",monospace;
	line-height: 130%;
	color: #ffffff;
	background-color:#404040;

	white-space:pre;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

/* comments */
div.commenttitle {
	background: url(image/comment-title.png) repeat-x;
	height: 30px;
	margin-top: 20px;
}
div.commenttitle h3 {
	color: #e0e0e0;
	padding: 5px 15px 0;
	font-size: small;
}
div#comments .short { float: left; }
div#comments .clear { clear: both; }


div.trackback_url input.url {
	font-size: small;
	width: 400px;
	padding: 0.2em;
}

div.comments ol {
	list-style-type: none;
}

div.comments ol li {
	margin-bottom: 1em;
	padding: 3px;
	padding-left: 1.5em;
	background-color:#f3f3f3;
}
div.comments ol li .comment-author {
	margin-left: -1em;
}

div.comment-meta {
	margin-bottom: 1em;
}

form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform span.required {
	background:#fff;
	color:#c30;
}

form#commentform,form#commentform p {
	padding:0;
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
}

.alignright,img.alignright,
.alignleft,img.alignleft,
.aligncenter,img.aligncenter{
	border: #d8d8d8 1px solid;
}

.alignright,img.alignright{
	float:right;
	margin: 10px 0 0 10px;
}

.alignleft,img.alignleft{
	float:left;
	margin: 10px 10px 0 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin: 10px auto;
	text-align:center;
}

div#nav-above {
	margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
}

div#nav-images {
	height:150px;
	margin:1em 0;
}

div.navigation {
	text-align:center;
	height:1.25em;
}

div.navigation div.nav-next,div.navigation div.nav-previous {
	display: inline;
	margin: 0 10px;
}

/*
div.navigation div.nav-next {
	float:right;
}

div.navigation div.nav-previous {
	float:left;
}
*/




div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div.gallery dl {
float:left;
}

/*
input#author,input#email,input#url,div.navigation div {
width:50%;
}
*/

/*
div.gallery *,div.sidebar div,div.sidebar div.sidebar ul {
margin:0;
padding:0;
}
*/

/* recent-posts-tab */
#recentposts-modified {
	display: none;
}

.widget_recent_entries .radionavs {
	border-bottom:#d8d8d8 1px solid;
	padding-left: 3px;
}

