@charset "shift_jis";

/* -------------------------------------------

◆template name: カスタム向け01 左サイドバー

カスタマイズ用のテンプレートです。

------------------------------------------- */


* { margin:0; padding:0;}

body {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size:12px;
  line-height:1.4;
  color:#333333;　/*文字色*/
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,label,textarea,select,fieldset,legend,p,blockquote,img { margin:0; padding:0;}
fieldset,img { border:0;}

ol,ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*  リンク色  */
a:link    { color:#003366;text-decoration:underline; }
a:active  { color:#003366;text-decoration:underline; }
a:visited { color:#225588;text-decoration:underline; }
a:hover   { color:#225588;text-decoration:none; }



#container {
  width:1000px;　/*全体の幅*/
  text-align:left;
  margin:0 auto;
  position:relative;
  padding-bottom:10px;
}

#sideBoxLeft {
	width:300px;  /*左カラム*/
	float:left;
	margin-right:20px;
	padding:0;
}

#sideBoxRight {
display:none;
}

#content{
	width:680px;  /*記事*/
	float:right;
}

/* 　ヘッダー　  */

div#header {
	padding:20px 0;
	background-color:#ffffff;
	display:block;
}

h1 a { color:#333333; text-decoration:none;} 
h1 a:hover { color:#333333; text-decoration:underline;} 

#header span.description{
	color:#000000;
	display:block;
	margin-top:10px; 
}


/* 　サイド　  */

.sidetitle{
	color:#333333;
	text-align:left;
	padding:5px;
	background:#eeeeee;
	font-weight:bold;
	border-bottom:solid 2px #cccccc;
}
.side, .side-tag {
  margin-bottom:25px;
  padding:10px 0px 10px 0px;
}


/*  記事  */

.entryBox { 
	padding-top:3px;
	margin-bottom:40px;
	position:relative;
	background-color:#ffffff;
}

.date{
	font-size:10px;
	margin-bottom:5px;
	font-weight:normal;
}

h3.title{
	background:#eeeeee;
    padding:10px;
}

a.title{
    text-decoration:none;
    color:#003366;
    font-weight:bold;
    display:block;
}

.text{
    margin:0 0 0 0px;
    padding:10px 20px 0px 20px;
    line-height:1.7;
    font-weight:normal;
}
.text:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .text{
    zoom: 1;
} /* IE6 */
*:first-child+html .text{
    zoom: 1;
} /* IE7 */

.text blockquote{
    border:1px solid #ca1010;
    margin:10px 0px 10px 0px;
    padding:10px 20px;
    color:#666666;
    background-color:#f5f5f2;
}

.posted{ margin-top:10px;}


/*  カレンダー  */

#calendar {
  margin-top:0px;
  margin-bottom:15px;
  padding:0 0px 10px 0px;
}

#calendar table{
  width:100%;
  margin:0px auto;
}

.calendarhead{
  color:#666666;
  text-align:left;
  padding:0px 0px 0px 0px;
  margin-bottom:10px;
  font-weight:normal;
  border-bottom:solid 2px #1b1b1b;
}
td.calendarday a:link{
  font-weight:normal;
  display:block;
  text-decoration:none;
  padding:2px 0px;
  color:#c2b084 ! important;
  width:100%;
  height:19px;
  line-height:19px;
  text-align:center;
}
.calendarhead .calendarday
, .calendarhead .calendarday a:link
, .calendarhead a:link{
  text-decoration:underline;
  color:#666666;
}
#calendar th{ color:#333333;}
#calendar td{
  padding:0;
  margin:0;
  height:25px;
  line-height:25px;
}
.calendarday {
  padding:1px 2px;
  color:#666666;
}
#calendar th.sunday{ color:#cc3333;}
#calendar th.saturday{ color:#006699;}


/*  検索  */

input{
	max-width:200px;
}
.side input[type="text"]{
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:5px;
	vertical-align:middle;
}
.side input[type="text"]:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
}
.side .input-submit{
	background-color:#666666;
	border:0;
	padding:5px;
	color:#ffffff;
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
	font-weight:bold;
}
.side .input-submit:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
}


/*  コメント  */
#comments {
	padding:10px;
	margin-top:25px;
}
#comments form {
	margin:0px;
	padding:0px 10px;
}

#comments .input-submit{
	margin-right:5px;
	background:#666666;
	color:#ffffff;
	width:auto;
	cursor:pointer;
}
#comments .input-submit:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
}

textarea{
	width:95%;
	margin-bottom:5px;
}
.comments-head{ 
	color:#333333;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding: 5px 0px 5px 5px;
	background:#eeeeee;
}
.comments-body {
	margin:20px;
	padding:0px;
}
.comments-body .text{
	color:#333333;
	padding:0px;
	margin:0px;
}
.comments-post {
	color:#666666;
	padding:5px 10px;
	text-align:right;
	border-bottom:dotted 0px #cccccc;
	margin-bottom:20px;
}

#trackback {
	background:#eeeeee;
	background-position:top center;
	padding:20px 20px 20px 20px;
	margin-top:25px;
}



/*  タグクラウド  */

.tag-word{
  margin:10px 0px 0px 0px;
  text-align:right;
}

.tag{
  background-color:#eeeeee;
  background-position:top center;
  padding:20px 20px 20px 20px;
}
#tag_cloud{
  border:1px solid #CCC;
  padding:10px;
  text-align:left;
  position:relative;
}
#tag_cloud a {
  padding:2px;
}
.tag-title{
  font-weight:bold;
  text-align:left;
}
.tag-body{
  margin:10px 0px;
  padding:10px 0px 0px 0px;
  position:relative;
}
.tag-service{
  text-align:left;
  font-weight:bold;
  border-bottom:1px solid #CCC;
  padding:0px 0px 5px 0px;
  clear:left;
  position:relative;
}
.tag-search{
  text-align:right;
  padding:5px 0px;
  margin-bottom:10px;
  font-weight:bold;
  position:relative;
}
.tag-article{
  padding:0px 10px 10px 10px;
  text-align:left;
  position:relative;
}
.tag-article-title{
  text-align:left;
  padding:0px 0px 5px 0px;
  font-weight:bold;
  position:relative;
}
.tag-article-posted{
  font-weight:normal;
  position:relative;
}
.tag-article-summary{
  padding:0px 10px;
  line-height:1.4em;
  position:relative;
}
.tag-more{
  text-align:right;
  margin:10px 0px;
  clear:left;
  position:relative;
}

.tag-navi{
  clear:left;
  text-align:center;
  margin:10px 0px;
  position:relative;
}
.listCategoryArticle{
  margin-top:5px;
  padding:5px;
  border:solid 1px #cccccc;
}

.listCategoryArticle li{
  margin-bottom:3px;
}


/*  フッター  */
#footer{clear:both;}

.copyright{
  text-align:center;
}
