@charset "shift_jis";

/* -------------------------------------------

◆template name: simple_design02　右サイドバー

------------------------------------------- */

* { margin:0; padding:0;}

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;
}

body {
	font-family:Linotte, YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	
	font-size:16px;
	line-height:1.7;
	word-break:break-all;
}

div { margin:0; padding:0;}

/*  link  */
a:link    { color:#00f;text-decoration:none; }
a:active  { color:#00f;text-decoration:none; }
a:visited { color:#00f;text-decoration:none; }
a:hover   { color:#a8937b;text-decoration:none; }


#container {
  
  width:1010px;
  text-align:left;
  margin:0 auto;
  position:relative;
  background:#ffffff;
  padding-bottom:20px;
}

#sideBoxLeft {
display:none;
}

#sideBoxRight {
	
	
        width:280px;
	float:right;
	margin-right:14px;
        padding:0px 0  0  6px;
}

#content{
	border-top:solid 1px #cccccc;
        border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;	
        width:680px;
	float:left;
	margin-right:0px;
	padding-left:10px;
}










/* ｡｡header｡｡  */

div#header {
	width:979px;
        height:180px;
        padding:70px 0 0 20px;
	background:url(https://fanblogs.jp/hellwakadayodayo/file/undefined/fan.b.header.5-abbdc.png?no_header=1) top left no-repeat;
	display:block;
	min-height:0px;

}

h1{
      padding:58px 0 0 262px;
}

div#header h1 a { color:#000; text-decoration:none;} 
div#header h1 a:hover { color:#000; text-decoration:none;} 

#header .description{
  color:#000;
  padding:0 0 0 260px;
}

/* ｡｡side｡｡  */


.sidetitle{
	color:#fff;
	text-align:left;
	padding:5px;
	background:#000;
	font-weight:bold;
	border-bottom:solid 2px #cccccc;
}
.side, .side-tag {
  margin-bottom:25px;
  padding:10px 0px 10px 0px;
}








/*  entry  */

.entryBox { 
	margin-bottom:40px;
	position:relative;
	background-color:#ffffff;
}

.date{
	font-size:10px;
	margin-bottom:5px;
	font-weight:normal;
}

h3.title{
	background:#fff;
    padding:10px;
    
}
a.title{
    text-decoration:none;
    color:#000;
    font-size:26px;
    font-weight:bold;
    display:block;
}


.text{
    margin:0;
    padding:10px 20px 10px 20px;
	background:#ffffff;
	
    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;
}

/*  calendar  */

#calendar {
  margin-top:0px;
  margin-bottom:15px;
  padding:0 0px 10px 0px;
}

#calendar table{
  width:100%;
  margin:0px auto;
}

.calendarhead{
  color:#7d5e38;
  text-align:center;
  padding:7px 0px 7px 0px;
  margin-bottom:10px;
  font-weight:bold;
  background:#daf2f8;
}

td.calendarday a:link{
  display:block;
  text-decoration:none;
  padding:2px 0px;
  color:#7d5e38 !important;
  width:100%;
  height:19px;
  line-height:19px;
  text-align:center;
  font-weight:bold;
}
.calendarhead .calendarday
, .calendarhead .calendarday a:link
, .calendarhead a:link{
  text-decoration:underline;
  color:#7d5e38;
}


#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;}


/*  search  */

input{
	max-width:140px;
}
.side input[type="text"]{
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:3px;
	vertical-align:middle;
	font-size:12px;
}
.side input[type="text"]:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
}
.side .input-submit{
	background-color:#ba9e6d;
	border:0;
	padding:3px;
	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)";
}


/*  comment  */
#comments {
	padding:10px;
	margin-top:25px;
}

#comments form {
	margin:0px;
	padding:0px 10px;
}

#comments input{
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:3px;
	vertical-align:middle;
	font-size:12px;
	margin-bottom:10px;
}

#comments .input-submit{
	background:#f79a15;
	border:0;
	margin-right:5px;
	padding:3px;
	color:#ffffff;
	width:auto;
	cursor:pointer;
	font-weight:bold;
}

#comments .input-submit:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
}

textarea{
	width:95%;
	margin-bottom:5px;
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:3px;	
}
.comments-head{ 
	color:#ffffff;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding: 5px 0px 5px 5px;
	background:#623f38;
}

.comments-body {
	margin:20px;
	padding:0;
}
.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:25px 0;
}



/*  tag_cloud  */

.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 ul li {
	margin:3px 0;
}

/*  footer  */
#footer{clear:both;}

.copyright{
  text-align:center;
}

/*  メニュー  */
ul#globalMenu {
    width:99%;
    display:table;
    table-layout:fixed;
    margin:1px 0px 20px 0px; /*メニューの上下の隙間*/
    background:#BBBBBB; /*メニューの背景*/
}
 
ul#globalMenu li{
    display:table-cell;
    text-align:center;
    font-weight:bold; /*メニュー文字の太さ*/
    border-left:2px dotted #CCCCCC; /*メニューの境界線*/
}
 
ul#globalMenu li a{
    display:block;
    padding:10px; /*メニューの幅*/
    color:#000; /*メニュー文字色*/
    background:#BBBBBB; /*メニュー背景*/
}
ul#globalMenu li a:hover{background:#AAAAAA; /*カーソルを当てたときの背景*/}
ul#globalMenu li:first-child{border:none;}