/*
Theme Name: SaisentAnbou
Theme URI:
Description: WordPress theme for www.saisentanbou.com
Version: 1.0.1
Author: Sabias-Blanc
Author URI: http://sabias-blanc.jp/
Tags: red, blue, navy, white, gray, silver, three-columns, right-sidebar, fixed-width, threaded-comments
*/

* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
.pngfix {behavior: url("http://kartz.b15.coreserver.jp/www.saisentanbou.com/wordpress/wp-content/themes/saisentanbou/js/iepngfix/iepngfix.htc");}
body {
  background: #072363;
background-image:url(img/bg-top.jpg);
background-repeat:no-repeat;
background-position:top center;
	font: 13px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #444;
	letter-spacing:0.05em;
	}
#bg {
background-image:url(img/bg-bottom.jpg);
background-position:bottom center;
background-repeat:no-repeat;

}
a {
	color: #000000;
}
a:hover {
	color: #E60000;
}
p {margin: 0 0 18px;}
img {border: 0}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	border-left: 3px solid #DE8D8D;
	background: #F2F2F2;
	height: 1%;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {margin: 0 auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
}
th, td {
  border: 1px solid #CCC;
	padding: 4px 8px;
}
th {
  text-align: left;
	background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

h4 {font-size: 12px}

#wrapper {
	width: 1050px;
	margin: 0 auto;
  background-image:url(img/bg-bd.png);
/background-image:url(img/bg-bd.gif);
  background-repeat:repeat-y;

}




/* Header
-----------------------------------------------------------------------------*/
header {
	height: 142px;
	width:998px;
	border-bottom: 3px solid #EAEAEA;
	margin-bottom: 28px;
	margin-left:  26px;
	position: relative;
	background-color:#FFFFFF;
}

#logo {
	position: absolute;
	top: 23px;
	left: 25px;
	color: #808080;
	line-height: 1;
	font-size: 33px;
	text-shadow: 2px 2px 1px #DDD;
}
#logo a {
  text-decoration: none;
}
#logo span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0 0;
	text-shadow: none;
}
#feed {
	position: absolute;
top:63px;
left:800px;
}
#feed li {
list-style:none;
}

#twitter {
	position: absolute;
}
#facebook {
left:50px;
	position: absolute;
	/margin-top:-18px;
}
#rss {
	position: absolute;
	left:100px;
		/margin-top:-36px;

}
#feed li a:hover#twitter { margin-top:-10px;}
#feed li a:hover#facebook { margin-top:-10px;/margin-top:-28px;}
#feed li a:hover#rss { margin-top:-10px;/margin-top:-46px;}

#nav {
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	height: 38px;
	clear: both;
	background: url(img/bg-gn.gif) repeat-x;
	border-bottom: 1px solid #CCC;
	position: relative;
}
#nav li {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
	padding-top:2px;
}
#nav li a {
	float: left;
	display:block;
	width:124px;
	height:34px;
	line-height:38px;
	color: #FFFFFF;
  text-decoration: none;
  	background: url(img/bg-gn-a.gif) repeat-x;
	border-right:#FFFFFF solid 1px;
	text-align:center;
	/font-weight:bold;

}
#nav li a:hover {
	color: #FFFFFF;
	  	background: url(img/bg-gn-a-link.gif) repeat-x;
}
#nav li a:visited {
color:#FFFFFF;
}


#nav li.current_page_item {

}
#nav li.current_page_item a {
	color: #FFF;
	  	background: url(img/bg-gn-a-link.gif) repeat-x;
}

#search {
	position: absolute;
	top: 43px;
	right: 0;
	display:none;
}
#search input {
	font: 11px "Trebuchet MS", Arial, Sans-Serif;
	float: left;
}
#s {
	width: 175px;
	padding: 3px 6px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
#s:hover {
	border-color: #AAA;
}
#s:focus {
	border-color: #E60000;
}
#searchsubmit {
	background: #E60000;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}
#searchsubmit:hover {
	background: #AA0001;
}

.breadcrumb {
position:absolute;
top:144px;/top:143px;
color:#999;
padding:5px;
padding-left:20px;
background-color:#FFF;
width:973px;

	border-bottom: 1px solid #EEE;

}
.breadcrumb a {
color:#999;
}
/* Content
-----------------------------------------------------------------------------*/
section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#content {
	width: 650px;
	float: left;
	margin-left:26px;
	/margin-left:13px;
	overflow: hidden;
	padding:20px;
	padding-top:20px;
	/padding-top:45px;
}


#content h2 {
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
line-height:120%;
	padding: 1px 0 6px;
	margin-bottom: 12px;
	color:#000000;
}
#content h2 a {
  text-decoration: none;
  border:none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
	font: normal 20px/1.5 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
	margin-bottom: 18px;
	border-bottom: 1px solid #E5E5E5;
	text-shadow: 2px 2px 1px #DDD;
}
#content .post {
	margin: 0 0 45px;
	padding-bottom:20px;
/padding-bottom:10px;
font-size:120%;
color:#000000;
	
}
#content .post h2,
#content .post h3 {
	font-size: 16px;
}
.pmeta {
	font-size: 12px;
  line-height: 16px;
	margin: -13px 0 0px;
	color: #888;
float:right;
}
.pmeta span {
  margin: 0 3px;
}
.pmeta a,
.ptags a {
	color: #888;
	text-decoration: underline;
}
.pmeta a:hover,
.ptags a:hover {
	color: #AA0001;
}
.entry {
  text-align: justify;
  line-height:200%;
}
#content .entry h2,
#content .entry h3,
#content .entry h5,
#content .entry h6 {
	font: normal 23px/1.4 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 4px;
	margin: 25px 0 18px;
	text-shadow: 2px 2px 1px #DDD;
	border: none;
}
#content .entry h3 {
font-weight:bold;
font-size: 16px;
text-shadow:none;
color:#000000;
border-left:#000066 solid 8px;
border-bottom:#999999 solid 1px;
padding:5px;
padding-left:10px;

}
#content .entry h4 {font-size: 12px}
#content .entry h5 {font-size: 17px}
#content .entry h6 {font-size: 15px}
.ptags {
	font-size: 12px;
  line-height: 16px;
	color: #999;
	padding: 3px 5px;
	overflow: hidden;
	height: 1%;
	margin-bottom:20px;
}


#content .entry h3#r-ent {
	font: normal 15px/1 "Trebuchet MS", Arial, Sans-Serif;
	text-transform:uppercase;
		/font-weight:bold;
	/*text-shadow: 1px 2px 1px #DDD;*/
	background-image:url(img/bg-sb-lbl-01.gif);
	background-repeat:repeat-x;
	line-height:30px;
	height:34px;
	padding-left:10px;
	color:#FFFFFF;
	border:none;
		text-shadow: 0px 0px 0px #DDD;
		margin-bottom:0px;

}

.comments {
	float: right;
}

h3#comments {font-size:12px; color:#000066;}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.post ol {
	margin: -4px 0 18px 35px;
}
.post ul {
}
.post li {
/*
	padding: 3px 0 4px;
  border-bottom: 1px solid #EEE;
  */
  list-style: none;
	margin: 0;
	background: url(img/sb-a-arrow-01.png) 3px 10px no-repeat;
		/background: url(img/sb-a-arrow-01.gif) 3px 10px no-repeat;
	font-size:90%;
	padding-left:20px;
}
.post ul li {
/*	list-style: none;
	background: url(i/arrow.gif) 0 11px no-repeat;
	padding: 3px 0 4px 12px;
	*/
}
.post li ul {
	margin: 4px 0 -5px;
  border-top: 1px solid #EEE;
}
.post li ol {
	margin: 4px 0 -5px 18px;
  border-top: 1px solid #EEE;
}

div.pagetitle {
	font: normal 19px "Trebuchet MS", Arial, Sans-Serif;
	padding: 3px 0 4px;
	margin-bottom: 30px;
	border: 1px solid #E5E5E5;
	text-shadow: 1px 1px 0 #FFF;
  text-align: center;
	background: #F4F4F4;
	
}

.commentlist {
	margin: 18px 0 0;
}
.commentlist li {
	list-style: none;
}
.commentlist li .commentdiv {
	margin: 0 0 25px;
	height: 1%;
}
li.bypostauthor .commentdiv {
	padding: 3px 3px 7px;
	border: 1px solid #AAA;
}
.commentlist ul.children {
	margin: 13px 0 0 18px;
}
.comment-author {
	background: #F2F2F2;
	border: 1px solid #E9E9E9;
	padding: 4px 4px 3px 4px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.avatar {
	border: 1px solid #DDD;
	padding: 2px;
	float: left;
	background: #FFF;
	margin: 0 5px 0 0;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	padding: 3px 0 0;
}
.commentmetadata a {
	color: #888;
  text-decoration: none;
}
.commentmetadata a:hover {
	color: #AA0001;
  text-decoration: underline;
}
.ctext {
	padding: 10px 7px 0;
}
.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -3px 0 0 7px;
}
.reply a {
	background: #F4F4F4;
	float: left;
	color: #AA0001;
	text-decoration: none;
	padding: 0 6px 2px;
	border: 1px solid #CCC;
	font-size: 13px;
	line-height: 16px;
}
.reply a:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}
#cancel-comment-reply {
	float: right;
	position: relative;
	top: -43px;
}
#cancel-comment-reply small {
	font-size: 13px;
}

#respond h3 {
  margin-top: 35px;
}

#commentform {
	padding: 0 0 20px;
}
#commentform p {
	margin: 0 0 7px;
	white-space: nowrap;
}
#author, #email, #url, #comment, #submit {
	font: 13px "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
#comment {
	width: 97%;
	height: 150px;
}
#submit {
	width: 128px;
	height: 26px;
	padding: 0;
	background: #E60000;
	cursor: pointer;
	border: none;
	color: #FFF;
  font-weight: bold;
}
#submit:hover {
	background: #AA0001;
}

.navigation {
	padding: 15px 0 0;
}
.navigation a {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  border: 1px solid #4A4A4A;
	color: #4A4A4A;
  text-decoration: none;
  text-align: center;
}
.navigation a:hover {
  border: 1px solid #4A4A4A;
	color: #4A4A4A;
	background: #EEE;
}
.navigation span {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  text-align: center;
}
.navigation span.pages {
  margin-right: 10px;
	width: auto;
}
.navigation span.current {
  border: 1px solid #4A4A4A;
	background: #888;
	color: #FFF;
}
.navigation.first {
	background: none;
	padding: 0;
}
.navigation.com a {
	margin: 0 -2px 0 0;
}
.navigation.com span.dots {
	margin: 0 -4px 0 0;
}
.navigation.com span.current {
	margin: 0 -2px 0 0;
}


/* Sidebars
-----------------------------------------------------------------------------*/
aside {
	float: right;
	width: 300px;
	font-size: 12px;
	line-height: 15px;
	padding-right:26px;
}


#sidebar1 .section widget_text a,#sidebar2 .section widget_text a {
text-decoration:underline;
}




#sidebar1 {
	width: 286px;
	padding:5px;
}


#sidebar1 h4 {
margin-bottom:5px;
}


#sidebar2 {
	float: left;
	width: 215px;
	padding:5px;
}

.section {
	margin: 0 0 25px;
}
.dnone {display:none;}
.book {text-align:center;
}
.book img {
border: 1px solid #EEE;
margin-bottom:10px;
}
aside ul {
	margin: 0 0 15px;
}
aside li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 8px 8px 4px 15px;
	margin: 0;
	background: url(img/sb-a-arrow-01.png) 3px 10px no-repeat;
	/background: url(img/sb-a-arrow-01.gif) 3px 10px no-repeat;
}
aside li ul {
  margin: 0 0 2px;
}
aside li li {
  padding: 3px 0 0 12px;
	border: none;
}
aside a {
color:#000099;
  text-decoration: none;
}
aside a:hover {
	color: #000;
}

aside li:hover {
	color: #000;
background-color:#cdd3df;
}
aside h3 {
	font: 15px/1 "Trebuchet MS", Arial, Sans-Serif;
	text-transform:uppercase;
	/font-weight:bold;
	/*text-shadow: 1px 2px 1px #DDD;*/
	background-image:url(img/bg-sb-lbl-01.gif);
	background-repeat:repeat-x;
	line-height:30px;
	height:34px;
	padding-left:10px;
	color:#FFFFFF;
}


#tagCloud a,
.widget_tag_cloud a {
	margin: 0 4px 0 0;
  line-height: 24px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
text-align:center;
	padding: 20px 10px;
	padding-bottom:100px;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	
	
}

footer a {color:#FFFFFF; text-decoration:none;}

.utility {border:#CCCCCC solid 1px; padding:5px; margin-bottom:15px;}
#content .post .post-hd { position:absolute; width:590px; padding-left:65px; margin-top:-80px;
/margin-top:-40px;
padding-top:10px;
background-color:#EEEEEE;
border-bottom:#CCC solid 1px;
z-index:0;
min-height:55px;
height: auto !important;
height: 55px;
margin-left:-5px;
}


.topsy_widget_data { position:absolute; margin-top:-75px; margin-left:2px;/margin-top:-80px;}
.entry {margin-top:65px;/margin-top:90px;}

.more a {background-color:#ccc; width:55px; display:block; color:#FFFFFF; font-size:10px; text-decoration:none; padding:3px; height:15px; line-height:15px;}

.more a:hover {background-color:#000099;}


