@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
margin: 0;
padding: 0;
line-height: 1.5;
font-size: 12px;
font-family: "ヒラギノ角ゴ ProW3","HiraginoKakuGothicPro","Osaka","Verdana","ＭＳ ゴシック"; 
color: #444444;
background-color: #E3F3F9;
text-align: center;
background-repeat: repeat-x;
background-position: center top;
word-break: break-all;	/* ■幅にあった文字数で改行*/
}

a img {
border-width: 0;
background-color: transparent;
}

.range{
width: 780px;
text-align: left;
margin: 0 auto;
border-width: 0;
background-color: #ffffff;
}

.side_left {
padding: 10px;		/* ■marginだとIEで指定通りに表示されない*/
overflow: visible;	/* ■これがないとMacIE5で段が崩れる／ボックスに入りきらない内容を処理、領域を広げて表示*/
width: 150px;
margin:10px 10px 10px 10px;
text-align:left;
}

.side_right {
width: 150px;
margin:10px 10px 10px 0px;
text-align:left;
}

table td{
margin: 0;
padding: 0;
}

table{
margin: 0;
padding: 0;
border-width: 0;
border-collapse: collapse;
border-spacing: 0px;
}


/* リンク
---------------------------------------------------- */
a:link {
color: #5488A6;
 text-decoration: none;
 }
a:visited {
color: #99CC00;
 text-decoration: none;
 }
a:active {
color: #5488A6;
 text-decoration: none;
 }
a:hover {
color: #507A29; 
text-decoration: underline;
}

.header a:link {
color: #ffffff;
 text-decoration: none;
 }
.header a:visited {
color: #ffffff;
 text-decoration: none;
 }
.header a:active {
color: #D6AD5A;
 text-decoration: none;
 }
.header a:hover {
color: #D6AD5A; 
text-decoration: underline;
}


/* ヘッダ
---------------------------------------------------- */
.header{
top: 0px;
width: 780px;
height: 240px;
background-image: url(/template/116/img/imgtop01.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.blog_title{
color: #ffffff;
top: 0px;
text-align: right;
overflow: hidden;	/* ■ボックスに入りきらない内容を処理、はみ出した部分を表示しない*/
}

.blog_description{
color: #ffffff;
text-align: right;
vertical-align: middle;
overflow: hidden;
margin: 5px 0px;
padding: 5px 0px;
}

h1{
margin: 0px 15px;
padding: 0px 15px;
font-weight: bold;
font-size: 18px;
color: #ffffff;
}

h2{
margin: 0 15px;
padding: 0 15px;
font-weight: normal;
font-size: 10px;
color: #ffffff;
float: right;
width: 310px;
}

.header p{
width: 750px;
text-align: right;
/*position: absolute;*/	/* ■ボックスの配置方法、絶対的な位置指定*/
top: 10px;
}

.prevew{
width:780px;
text-align:center;
vertical-align:middle;
padding:0;
font-size: 12px;
}

.page{
padding:10px 0px 0px 0px;
text-align:center;
font-size: 12px;
}


/* フッター
---------------------------------------------------- */
#foot{
clear: both;
text-align: center;
width: 100%;
margin: 30px auto;
font-size:10px;
padding:10px auto;
}
#footer{
text-align:center; 
font-size:10px; 
}
address{
font-style:normal; 
font-size:10px; 
text-align:center;
}


/* サイドバー
---------------------------------------------------- */
.side{
}

.side_title{
font-size: 11px;
width: 170px;
height: 20px;
background-image: url(/template/116/img/tit_bg.gif); 
background-repeat: no-repeat;
color: #666666;
background-color: #E3F3F9;
font-weight: bold;
padding: 0px 0px 0px 30px;
}

.side_text{
font-size: 10px;
color: #666666;
line-height: 160%;
margin: 2px 0px 2px 0px;
padding: 0px 5px 0px 5px;
overflow: hidden;
}

.side_text img{
vertical-align: text-bottom;
}

.regist{
width: 170px;
padding: 5px;
text-align: center;
font-size:11px;
}

.rss{
text-align:center;
}



/* カレンダー
---------------------------------------------------- */
.calendar_bg{
line-height: 130%;
color: #444444;
font-size: 10px;
padding: 1px;
text-align: center;
margin: 5px 10px 5px 10px;
width: 150px;
}

.calendar{
font-size: 10px;
color: #444444;
line-height: 150%;
text-align: center;
background: #FFFFFF;
margin: 2px 2px 2px 2px;
padding: 2px 0px 0px 1px;
}

/* プロフィール
---------------------------------------------------- */
.plofile{
width: 170px;
text-align: center;
font-size:10px;
margin: 5px auto 0px auto;
}


/* メイン・コンテンツ
---------------------------------------------------- */
.entry{
font-size:12px;
overflow: hidden;
text-align: center;
margin: 10px 20px 10px 20px;
width: 350px;
}

.entry_title{
color: #666666;
font-size: 12px;
line-height: 150%;
font-weight: bold;
text-align: left;
padding: 0px 0px 0px 20px;
width: 400px;
height: 28px;
background-image: url(/template/116/img/point.gif); 
background-position: left center;
background-repeat: no-repeat;
overflow: hidden;
}

.date{
color: #666666;
font-size: 10px;
line-height: 150%;
font-weight: bold;
vertical-align: text-bottom;
}

.entry_text{
color: #444444;
font-size: 11px;
line-height: 160%;
padding: 0px 0px 0px 0px;
text-align: left;
overflow: hidden;
}

.entry_text{
font-weight: normal;
font-size: 12px;
line-height: 18px;
text-align: left;
padding:10px 0px 10px 10px;
overflow:hidden;
}
.entry_layer{
width:370px;
overflow:hidden;
}

.posted{
color: #444444;
font-size: 10px;
line-height: 150%;
padding: 5px 0px 0px 0px;
text-align: right;
width: 400px;
background-image: url(/template/116/img/line.gif); 
background-position: center top;
background-repeat: no-repeat;
}

input, select{
border-style: solid;
border-width: 1px;
border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
vertical-align: middle;
color: #444444;
background-color: #FFFFFF;
}

textarea {
border-style: solid;
border-width: 1px;
border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
vertical-align: middle;
color: #444444;
background-color: #FFFFFF;
width: 350px;
height: 160px;
}

hr {
border: 1px #FFFFFF solid; 
background-color: #669933; 
color: #669933; 
height: 1px; 
}

.tool img{
marign: 0px 5px 0px 0px;
padding-right: 0px;
}

.comment_layer{
text-align: left;
}

.btn{
margin-top: 5px;
}

h3{
color: #ffffff;
font-size: 12px;
line-height: 150%;
font-weight: bold;
margin: 0px;
padding: 0px;
}

/* コメントその他
---------------------------------------------------- */
#comment_preview{
display:block;
width:300px;
margin-left:15px;
}
.comment_layer{
font-size:12px;
display:block;
text-align:left; !important
width:300px;
word-break:break-all;
margin:15px auto;
}
textarea {
width:300px;
height:150px;
font-size:12px;
margin-left:15px;
margin-right:15px;
}
.btn{
margin-top:15px;
margin-bottom:15px;
margin-left:150px;
}
h3{
font-size: 12px;
text-align: left;
font-weight: bold;
color: #FFFFFF;
padding: 3px 5px 3px 5px;
background-color: #666666;	
margin-bottom: 0px;
}
#emoji{
background-color: #FFFFFF;
}
#emoji table{
width:240px;
}
#colors table{
width:250px;
}
input, select{
vertical-align: middle;
}
.comment_table{
margin:0;
padding:0;
border-width:0;
border-collapse:collapse;
border-spacing:0px;
}


/*******************************************************
**  Spam Filter
*******************************************************/

label{
  font-size:12px;
  margin:5px 0 0 10px;
}

#comment_form_captcha_description {
  font-size:10px;
  margin:0 0 2px 10px;
  text-decoration:none;
}

#comment_form_captcha_description a:link,
#comment_form_captcha_description a:visited,
#comment_form_captcha_description a:hover{
 font-weight: bold;
}

#comment_form_captcha_image_wrap{
 margin-left:10px;
}

.text_control{
margin: 0 10px;
}
