@charset "Shift_JIS";


/* 全体構造
---------------------------------------------------- */
body {
margin: 0;
padding: 0;
line-height: 1.5;
font-size: 12px;
font-family: "ヒラギノ角ゴ ProW3","HiraginoKakuGothicPro","Osaka","Verdana","ＭＳ ゴシック"; 
color: #333333;
background-color:#DE1A6A;
text-align:center;
background-repeat: repeat;
background-repeat: repeat-y;
background-position: top center;
}



a img {
border-width:0;
background-color:transparent;
}



.range{
width:780px;
margin: 0 auto;
padding: 0;	
border:1px solid #959595;
background-color:#ffffff;
text-align:left;
}


.side_left {
padding: 10px;		/* ■marginだとIEで指定通りに表示されない*/
overflow: visible;	/* ■これがないとMacIE5で段が崩れる*/
width: 190px;
margin:5px auto 20px auto;
text-align:center;
}

.side_right {
width: 190px;
margin:5px auto 20px auto;
text-align:center;
}



table td{
margin: 0;
padding: 0;
}



table{
margin:0;
padding:0;
border-width:0;
border-collapse:collapse;
border-spacing:0px;
}





/* リンク
---------------------------------------------------- */
a:link {
color:#333333;
text-decoration:none;
}

a:visited {
color:#333333;
text-decoration:none;
}

a:active {
color:#333333;
text-decoration:none;
}

a:hover {
color:#DE1A6A; 
text-decoration:underline;
}

.entry a:link {
color:#333333;
text-decoration:underline;
}

.entry a:visited {
color:#333333;
text-decoration:underline;
}

.entry a:active {
color:#333333;
text-decoration:underline;
}

.entry a:hover {
color:#DE1A6A; 
text-decoration:underline;
}

.calendar a:link {
color:#ff80fe;
font-weight:bold;
text-decoration:none;
 }

.calendar a:visited {
color:#ff80fe;
text-decoration:none;
 }


.calendar a:active {
color:#ff80fe;
text-decoration:none;
}

.calendar a:hover {
color:#DE1A6A; 
text-decoration:underline;
}


#foot a:link {
color:#333333;
text-decoration:none;
 }

#foot a:visited {
color:#333333;
text-decoration:none;
 }

#foot a:active {
color:#333333;
text-decoration:none;
 }

#foot a:hover {
color:#333333; 
text-decoration:underline;
}


/* ヘッダ
---------------------------------------------------- */
.header{
padding: 0px 0px 0px 0px;
width:780px;
height: 233px;
background-image: url("/template/120/img/title_back.jpg");
background-position: top left;
background-repeat: no-repeat;
}

.blog_title{
top:0px;
text-align: left;
width:370px;
overflow:hidden;
padding:0px 0px 0px 10px;
}

.blog_description{
color: #333333;
text-align:left;
width:370px;
padding:0px 0px 40px 10px;
vertical-align:middle;
overflow:hidden;
}

.header h1 {
font-size: 18px;
font-weight: bold;
margin:0px;
padding:0px;
line-height:24px;
text-align:left;
}

.header h2 {
font-size: 10px;
font-weight: bold;
line-height:12px;
margin-top:0px;
color: #333333;
background-color: #ffffff;
}

.header p{
margin:5px 0px 5px 0px;
padding:0;
}

.prevew{
width:760px;
text-align:center;
vertical-align:middle;
padding: 10px 0px 0px 0px;
font-size: 12px;
}

.page{
padding:20px 0px 0px 0px;
font-size:12px;
text-align:center;
}

/* フッター
---------------------------------------------------- */
#foot{
color:#333333;
clear:both;
text-align:center;
width:100%;
margin: 30px auto;
font-size:10px;
}
#footer{
text-align:center; 
font-size:10px; 
}
address{
font-style:normal; 
font-size:10px; 
text-align:center;
}



/* サイドバー
---------------------------------------------------- */
.side{
padding: 5px 5px 0px 5px;
text-align:left;
}

.side_title{
width:190px;
line-height: 15px;
color: #333333;
font-weight: bold;
background-image: url("/template/120/img/side_back.jpg");
background-position: top center;
background-repeat: no-repeat;
font-size: 12px;
text-align: center;
padding: 6px 0px 6px 0px;
letter-spacing: 0.1em;
border-bottom: solid 0px #;
border-right: solid 0px #;
border-top: solid 0px #;
border-left: solid 0px #;
}



.side_text{
font-size: 11px;
color:#333333;
line-height: 1.1;
margin: 5px 0px 5px 0px;
overflow:hidden;
padding: 0px 0px 3px 5px;
list-style: none;
word-break:break-all;
}

.side_text img{
vertical-align:text-bottom;
}

.regist{
width:190px;
marign-top:50px;
padding:5px;
text-align:center;
}



.rss{
text-align:center;
}


/* カレンダー
---------------------------------------------------- */
.calendar_bg{
width:165px;
line-height: 140%;
color: #333333;
font-size: 10px;
background-color: #;	
background-image: url("");
padding: 0px;
text-align: center;
margin:10px auto 15px auto;
}

.calendar{
line-height: 15px;
text-align: center;
padding: -5px;
background-color: #;
border-bottom: solid 1px #959595;
border-right: solid 1px #959595;
border-top: solid 1px #959595;
border-left: solid 1px #959595;
}

.calendar_bg th{
color: #333333;
font-weight: normal;
background-color: #;
font-size: 10px;
text-align: center;
padding: 0px;
text-transform: uppercase;
letter-spacing: 0.1em;
}



/* プロフィール（藤岡追加class）
---------------------------------------------------- */
.plofile{
width:190px;
text-align:center;
margin:10px auto;
}



/* メイン・コンテンツ
---------------------------------------------------- */
.entry{
margin:10px auto 20px auto;
background-color: #ffffff;
width:380px;	
font-size: 12px;
border:1px solid #959595;
}

.entry_title{
color: #333333;
line-height: 20px;
padding: 5px 5px 0px 5px;
background-image: url(""); 
font-size: 12px;
font-weight: bold;
margin-bottom: 5px;
overflow:hidden;
border-bottom:;
text-align: left;
background-color:#ffffff;
}

.entry_text{
background-color: #ffffff;
padding:5px 5px 10px 5px;
overflow:hidden;
font-size: 12px;
font-weight: normal;
text-align: left;
}

.entry_layer{
width:370px;
overflow:hidden;
}

.posted{
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
border-top:  dotted  1px #959595;
text-align: right;
margin-bottom: 50px;
padding: 5px 5px 5px 0px;
word-break:break-all;
}

.date{
font-weight: normal;
font-size: 10px;
}







/* コメントその他
---------------------------------------------------- */
#comment_preview{
text-align:left; !important
word-break:break-all;
width:300px;
background-color:#ffffff;
}

.comment_layer{
text-align:left; !important
width:300px;
font-size:12px;
margin:15px auto;
background-color:#ffffff;
}

textarea {
width:300px;
height:150px;
font-size:12px;
vertical-align: middle;
}

.btn{
margin-top:15px;
margin-bottom:15px;
margin-left:150px;
}



h3{
margin:0px;
padding:0px;
color:#333333;
font-size:12px;
}


#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;
}
