/*--------------------------------------------------------
	do-blog 個別ブログテンプレート「水滴ブルー」
	last-updated: 2006 11/09;

	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/01016/bg_body.gif') repeat-y center #ffffff;
}

a {text-decoration: underline;}
a:link {color: #080808;}
a:visited {color: #080808;}
a:active {color: #666666;}
a:hover {color: #666666;}

pre{
font-size: 12px;
}

/*----------------------------------
	2: layout
------------------------------------*/
/* ====== OUTLINE ====== 
------------------------------------------*/
#outline {
width: 760px;
margin: 0 auto;
padding: 0;
text-align: left;
}

/* HEADER 
========================================================*/
#header {
margin: 0;
padding: 0;
background: url('/images/article/01016/bg_header.jpg') no-repeat top center;
height: 239px;
text-align: left;
}

#header #hks_link {
font-size: 9px;
}
#header #hks_link a {
display: block;
height: 21px;
}
#header #hks_link a span {
display: none;
}

#header h1{
margin: 0;
color: #080808;
padding: 82px 0 0 10px;
font-size: 16px;
}

#header h1 a{
color: #080808;
text-decoration: none;
}
#header h1 a:hover{
color: #333333;
text-decoration: underline;
}

#header h2{
margin: 0;
padding: 5px 0 0 10px;
_padding: 3px 0 0 10px;
width: 375px;
font-size: 12px;
font-weight:normal;
line-height: 1.3;
}

#header h2 a{
color: #ffffff;
text-decoration: none;
}

#header h2 a:hover{
color: #cccccc;
text-decoration: underline;
}

/* MAIN
========================================================*/

/*メイン部分
------------------------------------------*/
#main {
margin: 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: underline;
color: #333333;
}
#main .articleNavi ul li a:hover{
text-decoration: underline;
color: #999999;
}

#main .articleNavi ul li.prev{
}

#main .articleNavi ul li.top{
}

#main .articleNavi ul li.next{
}

/*エントリーボックス
------------------------------------------*/
#main .content {
margin: 0 10px 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 30px;
font-size: 12px;
background: url('/images/article/01016/listmark_title.gif') no-repeat left top;
}

#main .content h3.entryTitle a{
text-decoration: none;
color: #333333;
}


/*エントリの日付
------------------------------------------*/
#main .content p.entryDate {
background: url('/images/article/01016/bg_title.gif') no-repeat left top;
margin: 0;
padding: 1px 3px 1px 5px;
font-size: 12px;
color: #ffffff;
line-height: 18px;
text-align: right;
}

/*エントリの本文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;
}
ul.posted li{
display: inline;
margin: 0px 5px 0px 0px;
line-height: 20px;
}
ul.posted li a:link{
text-decoration: underline;
color: #080808;
}
ul.posted li a:hover{
text-decoration: underline;
color: #666666;
}

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;
font-weight: normal;
text-align: right;
background: url('/images/article/01016/bg_title.gif') no-repeat left top;
padding: 1px 3px 1px 5px;
margin: 5px 0 0 0;
}


/* -- トラックバック見出し -- 
------------------------------------------*/
#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;
}

dl.tbList dt span.blogName{
font-weight: normal;
}

dl.tbList dd {
margin: 10px 0px 0px 0px;
padding: 0px 10px 0 20px;
}

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;
}

dl.comList dd{
margin: 10px 0px 0px 0px;
padding: 0px 10px 0 20px;
}

/* コメントフォーム 
------------------------------------------*/
.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 {
/* background: url('/images/article/01016/bg_side.gif') repeat-y left top; */
margin: 0 0 0 0;
padding: 0;
width: 180px;
color: #FFFFFF;
line-height:16px;
overflow: hidden;
float: left;
}

#sub subRight {
}

#sub subLeft {
}

.sidebar {
margin: 0;
padding: 0;
}

/* サイドまとめて設定 
--------------------------------------------------------------*/
.sidebar h2{
background: #db0600 url('/images/article/01016/bg_side_title.gif') no-repeat left top;
margin: 0 0 0 -10px;
padding: 0 0 0 30px;
height: 30px;
font-size: 12px;
font-weight: normal;
line-height:30px;
text-align: left;
}

.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/01016/side_list.gif') no-repeat left top;
}

.sidebar a:link{color:#ffffff;}
.sidebar a:visited{color:#cccccc;}  
.sidebar a:hover {color:#999999;}



/* サイドの各ボックスをまとめて 
--------------------------------------------------------------*/
.sidebar #info,
.sidebar #calendar,
.sidebar #profile,
.sidebar #categories,
.sidebar #recent,
.sidebar #comment,
.sidebar #trackback,
.sidebar #archive,
.sidebar #link,
.sidebar #search{
margin: 10px 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: #ffffff;text-decoration: underline;}
.sidebar #calendar a:visited{color: #999999;}
.sidebar #calendar a:hover{color: #999999;}


/* プロフィール 
------------------------------------------*/
.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:#cccccc;
}
.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 {
text-align: center;
margin: 10px;
}


/* 総合トップへのリンク 
------------------------------------------*/
#global{
text-align: center;
margin: 10px;
}


/* FOOTER 
========================================================*/
#footer {
margin: 0;
padding: 3px 3px 3px 183px;
clear: both;
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;}


