/*--------------------------------------------------------
個別ブログテンプレート イベントテンプレート
last-updated: 2008/02/22;

1: html and body
2: layout
5: etc
--------------------------------------------------------*/

/*----------------------------------
1: html and body
------------------------------------*/
body {
margin: 0;
padding: 0;
text-align:center;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
line-height: 150%;
color: #333333;
background: url('/images/article/05025/bodybg.gif') repeat-x #000000;
}

a {
text-decoration: underline;
color:#FF6600
}
a:link {
color: #FF6600;
}
a:visited {
color: #FF6600;
}
a:active {
color: #FF0000;
}
a:hover {
color: #FF0000;
}

pre{
font-size: 12px;
}

/*----------------------------------
2: layout
------------------------------------*/
/* ====== OUTLINE ====== 
------------------------------------------*/
#outline {
width: 800px;
margin: 0 auto;
padding: 0;
text-align: left;
background-color: #ffffff;
}

/* HEADER 
========================================================*/
#header-top {
margin: 0;
height: 26px;
zoom: 100%;
}
#header-top:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
}  
#header-top ul {
margin: 0;
padding: 0;
}
#header-top ul li {
list-style: none;
padding: 0;
height: 26px;
font-size: 0%;
float: left;
}

#header {
margin: 0;
padding: 0;
background: url('/images/article/05025/bg_header.jpg') no-repeat top left;
background-repeat:no-repeat;
width:800px;
text-align: left;
}

html > body #header {
height: auto;
}

#header h1{
margin: 0;
padding: 0;
font-size: 18px;
font-weight: normal;
}

#header h1 a{
color: #FFFFFF;
text-decoration: none;
}
#header h1 a:hover{
color: #EEEEEE;
text-decoration: underline;
}

#header h2{
margin: 0;
padding: 68px 390px 0 10px;
font-size: 12px;
line-height: 1.2;
font-weight:normal;
color: #eddcb0;
height: 125px;
}

#header h2 a{
color: #eddcb0;
text-decoration: none;
}

#header h2 a:hover{
color: #eddcb0;
text-decoration: underline;
}

#header-btm {
margin: -13px 0 0 0;
background: url('/images/article/05025/bg_header_btm.gif') no-repeat left 12px;
zoom: 100%;
}
#header-btm:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
}  
#header-btm ul.summary {
margin: 16px 0 0 0;
padding-left: 8px;
float: left;
position: relative; 
z-index: 3;
line-height: normal;
}
#header-btm ul.summary li {
list-style: none;
padding: 0;
height: 17px;
font-size: 0%;
float: left;
}

#header-btm ul.summary li#summary01 {
	margin-right: 17px;
}

#header-btm ul.summary li#summary02 {
	margin-right: 19px;
}

#header-btm ul.summary li#summary03 {
	margin-right: 19px;
}

#header-btm ul.summary li#summary04 {
	margin-right: 18px;
}

#header-btm ul.summary li#summary05 {
	margin-right: 19px;
}

#header-btm ul.summary li#summary06 {
	margin-right: 21px;
}

#header-btm ul.summary li#summary07 {
	margin-right: 20px;
}

#header-btm ul.date {
margin: -1px 0 0 0;
padding: 0 0 0 2px;
float: left;
z-index: 1;
line-height: normal;

}
#header-btm ul.date li {
list-style: none;
padding: 0 0 0 1px;
font-size: 0%;
float: left;
}

#header-btm ul.date li img {
	vertical-align: bottom;
}

#header-btm ul.date li#weekday {
	margin-top: 1px;
	margin-left: 8px;
}

div.point{
text-align: right;
margin-top: 0px;
position: relative; 
z-index: 2;
}

div.point a{
display: block;
}



/* MAIN
========================================================*/

/*メイン部分
------------------------------------------*/
#main {
margin: 15px 0 0 0;
padding: 0;
float: right;
width: 580px;
overflow: hidden;
}

/*エントリー前後リンク
------------------------------------------*/
#main .articleNavi {
margin: 0 10px;
padding: 0;
height: 20px;
text-align: left;
font-size: 12px;
line-height: 20px;
}

#main .articleNavi ul {
margin: 0;
padding: 0;
list-style: none;
}

#main .articleNavi ul li{
margin: 0;
padding: 0;
display: inline;
margin-right: 5px;
}

#main .articleNavi ul li a:link{
text-decoration: none;
color: #333333;
}
#main .articleNavi ul li a:hover{
text-decoration: underline;
color: #ff6600;
}

#main .articleNavi ul li.prev{
}

#main .articleNavi ul li.top{
}

#main .articleNavi ul li.next{
}

/*エントリーボックス
------------------------------------------*/
#main .content {
margin: 0 30px 10px 10px;
padding: 0;
}

/*ブログトップ　エントリーボックス繰り返し
------------------------------------------*/
#main .content .art_box{
padding-bottom:5px;
}

/*エントリのタイトル
------------------------------------------*/
#main .content h3.entryTitle {
height: 20px;
margin: 5px 0 0 0;
padding: 4px 0 0 0px;
font-size: 12px;
}

#main .content h3.entryTitle a {
text-decoration: underline;
color: #333;
}
#main .content h3.entryTitle a:hover {
text-decoration: underline;
color: #FF3300;
}


/*エントリの日付
------------------------------------------*/
#main .content p.entryDate {
margin: 0;
padding: 1px 1px 1px 5px;
font-size: 12px;
font-weight: bold;
line-height: 20px;
background: #330000;
color:#FFFFFF;
}

/*エントリの本文BOX
------------------------------------------*/
#main .content div.entryBody {
margin: 0px 0px 0px 0px;
padding: 0;
}

/*エントリの本文
------------------------------------------*/
#main .content div.entryBody p{
margin: 0;
}

/*エントリの追記BOX
------------------------------------------*/
#main .content div.entryExtended {
margin: 0;
padding: 0;
}

/*エントリの追記文
------------------------------------------*/
#main .content div.entryExtended p{
}

/*エントリの追記文　続きはこちら
------------------------------------------*/
#main .content div.entryExtended p.continue{
text-align:right;
}

/*前後記事リンク部navi
++++++++++++++++++++++++++++++*/
div#main div.navi{
margin-top: 5px;
text-align: center;
}
/*まとめてposted by
--------------------------------------------------------------*/
ul.posted {
margin: 10px 0px 0px 0px;
padding: 1px;
list-style: none;
text-align: right;
background: #EEEEEE;
}
ul.posted li{
display: inline;
margin: 0px 5px 0px 0px;
line-height: 20px;
}
ul.posted li a:link{
text-decoration: none;
color: #ff6600;
}
ul.posted li a:hover{
text-decoration: underline;
color: #ff0000;
}

ul.posted li.postAuthor span.txtAu{
}


/* -- エントリーのposted by -- 
------------------------------------------*/
.entryBody ul.posted {
}
.entryBody ul.posted li{
}

/* -- エントリのposted by 投稿社名 -- 
------------------------------------------*/
.entryBody ul.posted li.postAuthor{
}
.entryBody ul.posted li.postAuthor span.txtAu{
}

/* -- エントリのposted by 投稿日 -- 
------------------------------------------*/
.entryBody ul.posted li.postDate{
}

/* -- エントリのposted by 投稿カテゴリ -- 
------------------------------------------*/
.entryBody ul.posted li.postCat{
}

/* -- エントリのposted by コメント -- 
------------------------------------------*/
.entryBody ul.posted li.postCom{
}

/* -- エントリのposted by トラクバック -- 
------------------------------------------*/
.entryBody ul.posted li.postTb{
}

/* -- コメントのposted by -- 
------------------------------------------*/
#comment ul.posted {
margin: 10px 10px 0px 15px;
_margin: 10px 0px 0px 0px;
}
#comment ul.posted li{
}

/* -- コメントのposted by 投稿社名 -- 
------------------------------------------*/
#comment ul.posted li.postAuthor{
}
#comment ul.posted li.postAuthor span.txtAu{
}

/* -- コメントのposted by 投稿日 -- 
------------------------------------------*/
#comment ul.posted li.postDate{
}


/*まとめてトラックバック・コメント見出し
--------------------------------------------------------------*/
#main h4 {
font-size: 12px;
color:#FFFFFF;
background: #99cc00;
padding: 1px 1px 1px 5px;
margin: 5px 0px 0px 0px;
background-color:#330000;
}


/* -- トラックバック見出し -- 
------------------------------------------*/
#main div.tbUrl h4 {
}

/* -- コメント見出し -- 
------------------------------------------*/
#main div.tbUrl h4 {
}

/*まとめてトラックバック・コメントの小見出し
------------------------------------------*/
#main h5 {
font-size: 12px;
font-weight: normal;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 5px;
border-left: 5px solid #333333;
}

/* -- このエントリーのトラックバックURL -- 
------------------------------------------*/
#main div.tbUrl h5 {
}

/* -- この記事に対するトラックバック一覧 -- 
------------------------------------------*/
#main h5.tbListTitle {
}
/* -- この記事に対するコメント一覧 -- 

------------------------------------------*/
#main h5.comListTitle {
}

/* -- コメントフォーム -- 
------------------------------------------*/
#main h5.comFormTitle {
}

/* トラックバックURL 
------------------------------------------*/
.tbUrl p{
font-size: 10px;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 3px 5px;
margin: 10px;
background: #ffffff;
}

/* トラックバックリスト 
------------------------------------------*/
dl.tbList {
margin: 10px 0px 0px 0px;
padding: 0;
}

dl.tbList dt{/*トラックバックタイトル*/
font-weight: bold;
margin: 0 10px 0 15px;
padding-left:15px;
background: url('/images/article/00003/otherTitlebg.gif') no-repeat top left;
}

dl.tbList dt span.blogName{
font-weight: normal;
}

dl.tbList dd {
margin: 10px 0px 0px 0px;
padding: 0px 10px 0 15px;
}

dl.tbList dd.continue{
margin: 5px 10px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
}

/* コメントリスト 
------------------------------------------*/
dl.comList {
margin: 10px 0px 0px 0px;
padding: 0;
}

dl.comList dt{/*コメントタイトル*/
font-weight: bold;
margin: 0 10px 0 15px;
padding-left:15px;
background: url('/images/article/00003/otherTitlebg.gif') no-repeat top left;
}

dl.comList dd{
margin: 10px 0px 0px 0px;
padding: 0px 10px 0 15px;
}

/* コメントフォーム 
------------------------------------------*/
.comForm {
margin: 10px 0px 0px 0px;
padding: 0;
}

#error ul{
font-size: 12px;
color: #999999;
}

.comForm dl {
margin: 0 0 0 15px;
padding: 0;
}

.comForm dt {
font-size: 12px;
margin: 5px 0px 0px 0px;
}

.comForm dd {
margin: 0;
}

.comForm dd input {
width: 200px;
}

.comForm dd textarea {
width: 330px;
}

.comForm dd.sub input {
width: 80px;
margin-top:10px;
}


/* SIDE 
========================================================*/
#sub {
margin: 36px 0 0 15px;
padding: 0;
width: 180px;
line-height:16px;
overflow: hidden;
float: left;
_display: inline;
}

#sub subRight {
}

#sub subLeft {
}

.sidebar {
margin: 0;
padding: 0;
}

/* サイドまとめて設定 
--------------------------------------------------------------*/
.sidebar h2{
margin: 0 0 5px 0;
padding: 0 0 0 5px;
height: 20px;
background: #330000;
font-size: 12px;
line-height:20px;
text-align: left;
color:#fff;
}

.sidebar ul{
margin: 0;
padding: 0;
list-style: none;
}

.sidebar li{
margin: 0;
padding: 0 0 0 12px;
line-height: 140%;
background: url('/images/article/00003/side_list.gif') no-repeat left top;
}

.sidebar a:link{color:#FF6600;}
.sidebar a:visited{color:#FF6600;}  
.sidebar a:hover {color: #ff0000;}



/* サイドの各ボックスをまとめて 
--------------------------------------------------------------*/
.sidebar #info,
.sidebar #calendar,
.sidebar #profile,
.sidebar #categories,
.sidebar #recent,
.sidebar #comment,
.sidebar #trackback,
.sidebar #archive,
.sidebar #link,
.sidebar #search{
margin: 0 10px 15px;
padding: 0;
}


/* カレンダー 
------------------------------------------*/
.sidebar #calendar {
}

.sidebar #calendar h2 {
}

.sidebar #calendar table {
font-size: 12px;
margin-top:5px;
padding: 0px;
border-collapse: collapse;
width: 100%;
}

.sidebar #calendar th {
text-align: center;
font-weight: normal;
}

.sidebar #calendar td {
text-align: center;
}

.sidebar #calendar a:link{color: #ff6600;text-decoration: none;}
.sidebar #calendar a:visited{color: #ff6600;}
.sidebar #calendar a:hover{color: #ff0000;}


/* プロフィール 
------------------------------------------*/
.sidebar #profile {
}
.sidebar #profile h2{
display: none;
}
.sidebar #profile p{
margin: 0;
padding: 0;
}
.sidebar #profile img.profile{
width: 100%;
margin: 0;
padding: 0;
}
.sidebar #profile pre{
margin:5px 0;
}

/* カテゴリー 
------------------------------------------*/
.sidebar #categories {
}
.sidebar #categories h2{
}
.sidebar #categories ul{
}
.sidebar #categories li{
}

/* 最新エントリ 
------------------------------------------*/
.sidebar #recent {
}
.sidebar #recent h2{
}
.sidebar #recent ul{
}
.sidebar #recent li{
}

/* 最新コメント 
------------------------------------------*/
.sidebar #comment {
}
.sidebar #comment h2{
}
.sidebar #comment ul{
}
.sidebar #comment li{
}

/* 最新とらば 
------------------------------------------*/
.sidebar #trackback {
}
.sidebar #trackback h2{
}
.sidebar #trackback ul{
}
.sidebar #trackback li{
}

/* 月別アーカイブ 
------------------------------------------*/
.sidebar #archive {
}
.sidebar #archive h2{
}
.sidebar #archive ul{
color:#669999;
}
.sidebar #archive li{
padding: 0;
background: none;
}

/* リンク 
------------------------------------------*/
.sidebar #link {
}
.sidebar #link h2{
}
.sidebar #link ul{
}
.sidebar #link li{
}

/* 検索 
------------------------------------------*/
.sidebar #search {
margin-bottom:0;
}
.sidebar #search h2{
}

.sidebar #search form{
margin: 0px;
padding: 0px;
}

.sidebar #search input{
}

.sidebar #search input.textBox{
width:100px;
}

/* RSS 
------------------------------------------*/
#rss{
text-align: right;
margin: 5px 10px 0px;
}

/* バナースペース 
------------------------------------------*/
.bn {
margin: 20px 10px 35px 10px;
}
.bn h2 {
background: #a38566;
margin: 0 0 15px 0;
}
.bn p {
text-align: left;
line-height: 1.4;
margin: 0 0 20px 0;
}
.bn p.ct {
text-align: center;
line-height: 1.2;
}
.bn p.ct a {
text-decoration: none;
color: #333333;
}



/* 総合トップへのリンク 
------------------------------------------*/
.global{
text-align: center;
margin: 10px;
}


/* FOOTER 
========================================================*/
#footer {
margin: 0;
padding: 3px;
clear: both;
background: #ffffff;
text-align: center;
height: 20px;
}

#footer p{
font-size: 10px;
margin: 0;
padding: 0;
color: #333333;
}







/*----------------------------------
3: etct
------------------------------------*/
/*  ENTRYV ARCHIVE 
========================================================*/

/*HR区切り線など
------------------------------------------*/
hr {
width:95%;
text-align: center;
border-style:solid;
border-color:#aaaaaa;
height:1px;
}

.photo {
text-align: left;
margin-bottom: 20px;
}

.link-note {
text-align: left;
padding: 2px;
margin-bottom: 15px;
}


#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%;
}

.commenter-profile img {
vertical-align: middle;
border-width: 0;
}

/*プロフィール　タイトル表示なし*/
div#profile h2 {display:none;}


.clearfix:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix	{
	min-height: 1px;
}

