@charset "utf-8";

/* ヘッダー2段目 */
#header2 {
  margin-top: 0;
	width: 840px;
	padding: 0 15px 0 0;
	height: 305px;
	color: #999;
	background: #fff;
	text-align: left;
}

#right-header2 {
  float: left;
	width: 520px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;

}

/* メインタイトル設定 */
#right-header2 div {
    position: relative;
}

#right-header2 div span {
    position: absolute;
    top: 0;
    left: 0;
}

#right-header2 div span a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

h1#blog-name {
  margin:5px 0 0 5px;
  font-size:8px;
}

/* サブタイトルの表示設定 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* パンくずリスト */
.breadcrumbs2 {
    margin: 13px 3px 0 3px;
    font-size: 83.3%;
}

/* ブログ記事日付 */
.date {
    margin-top: 8px;
    color: black;
    background: url(images/layout/datetitle.gif);
		background-position: left;
		background-repeat: no-repeat;
    padding-left: 13px;
		height: 25px;
		font-family: "Comic Sans MS", "Courier New", "Times New Roman";
    font-size: 78%;
    font-weight: bold;
		line-height: 2.0;
    float: left;
    width: 120px;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 0;
    padding-left: 37px;
    background: url(images/layout/kijititle.gif);
		background-position: left;
		background-repeat: no-repeat;	
		border-bottom: 1px solid #669933;
		line-height: 240%;
    font-size: 110%;
    font-weight: bold;
}

/* ブログ記事タイトル(滞在日数、国名、都市名) */
p#nation_city  {
  margin: 24px 0 0;
  padding: 0;
  font-size: 10px;
  float: left;
}

#nation_city_date {
  color: #006400;
  font-size: 12px;
  font-weight: bold;
}

#nation_city_nat {
    color: #006400;
  font-size: 12px;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* ブログ記事メタデータ */
.entry-footer {
    margin: 5px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #556B2F;
    font-size: 75%;
    text-align: right;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}


/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
		height: 30px;
    color: #fff;
    background: url(images/layout/sidetitle.gif) no-repeat;
    font-size: 75%;
		font-family:"HG創英角ﾎﾟｯﾌﾟ体", "ＭＳ Ｐゴシック";
    text-align: center;
    line-height: 2.2;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px 0px ;
    background: none;
    color: #333;
    font-size: 75%;
    line-height: 1.5;
}

.side ul {
    padding-left: 0px;
}

.side ol {
    padding-left: 16px;
}

.side ul li {
    padding-left: 20px;
    list-style-type: none;
		background: url(images/layout/action_forward.gif) no-repeat 1px 0.13em;
}

.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
		padding-left: 0;
		background: none;
}

/* プロフィール */
.profile img {
    margin-left: 15px;
    margin-right: 5px;
}

/* コメント、トラックバック、検索等タイトル */
.samecategory-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    padding-left: 8px;
    color: #fff;
    background: #8FBC8F;
    border: 1.5px solid #008000;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* 検索結果タイトル */
.search-result-header {
    padding-left: 8px;
    color: black;
    background: #fff;
    border: 1.5px solid #008000;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.samecategory-header,
.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 480px;
}

.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 195px;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column .blog {
    padding: 10px 6px;
}







/* 2カラム用レイアウト */
.layout-three-column #content2 {
    float: left;
    width: 675px;
}


.layout-three-column .blog2 {
    padding: 10px 35px 10px 6px ;
}













/* ブログ一覧ページ用 */
#bloglist {
  margin-top: 0px;
}

#bloglist ul li {
  padding-left: 20px;
  list-style-type: none;
  background: url(images/layout/action_forward.gif) no-repeat 1px 0.13em;
}

#bloglist ul li a {
  font-size: 12px;
}


/* ブログ内テーブル1 */
table.table1 {
    border-top:1px solid #660000;
    border-left:1px solid #660000;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.table1 th{
    border-right:1px solid #660000;
    border-bottom:1px solid #660000;
    background-color:#CCCC33;
    padding:3px;
    text-align:center;
}
.table1 td{
    border-right:1px solid #660000;
    border-bottom:1px solid #660000;
    padding:2px 4px;
}

/* ブログ内キャプション */
.pic_cap {
    margin-top:0;
		font-size:9px;
		color: #666666;
}

.text_cap {
		margin:3px 0 0 0;
		padding:2px;
		font-size:9px;
		color: #666666;
		border:1px dashed #CCCCCC;
}


/* ブログ内絵文字 */
img.emoticon {
    vertical-align:middle;
}

/* Pagenate */

div.paginate {
  padding:3px;
  margin:3px;
}

div.paginate a {
  border:1px solid #aaa;
  padding:2px 5px;
  margin:0px;
  font-size:11px;
  color: #336600;
  text-decoration:none;
}

div.paginate a:hover {
  border:1px solid #003300;
  color:#fff;
  text-decoration:none;
  background-color: #669900;
}

div.paginate a:active {
  border:1px solid #003300;
  color:#000;
}

div.paginate span.current {
  border:1px solid #339900;
  padding:2px 5px;
  margin:2px;
  font-size:12px;
  font-weight:bold;
  color: #000000;
  background-color: #CCFF66;
}

div.paginate span.disabled {
  border: #eee 1px solid;
  padding:2px 5px;
  margin:2px;
  color:#ddd;
}

div.paginate2 {
  margin-left:7px;
	margin-bottom:5px;
}

div.paginate2 a {
  color: #550000;
  font-size:12px;
	border-bottom: 1px dotted #539c04;
}

div.paginate2 a:hover {
  color: #550000;
	text-decoration: none;
	border-bottom: 1px solid #539c04;
}


/* リンク制御 */
a:hover.a_underline {
  text-decoration: underline;
}

a.a_underline2 {
  border-bottom:1px dashed;
}

a:hover.a_underline2 {
  text-decoration: none;
  color: #990000;
}

/* twitter */
div#twitter-corner {
  margin:10px 13px;
  padding:0 10px;
  height:200px;
  border:1px solid #006633;
}


p#twitter-title {
  margin:10px 0 5px;
  border-bottom: 1px solid #539c04;
	border-left: 10px solid  #539c04;
	padding-left: 8px;
  font-size:13px;	
	font-family: "HG創英角ﾎﾟｯﾌﾟ体", "ＭＳ Ｐゴシック";
	line-height: 140%;
  padding:0;
}

div#twitter-no1 {
  float:left;
  width:400px;
}

div#twitter-no2 {
  float:right;
  width:400px;
}

div#twitter-prof {
  margin:0 0 5px;
  font-size:12px;
}

div#twitter_div {
  border-top:1px solid #B2B2B2;
}
