@charset "UTF-8";

/* 全体的な指定
*********************************************************************/

*{
margin:0;
padding:0;
}


body{
color:#555555;
line-height:1.6em;
text-align:center;
font-size:12px;
font-family:"Lucida Grande","Verdana","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background-color: #FFFFFF;
}

img,img a {
border:none;
}


/* 全体のリンク指定
*********************************************************************/

a:link,a:visited{
color:#91BC37;
text-decoration:none;
}

a:hover,a:active{
color:#3E5C00;
text-decoration:underline;
}




/* ヘッダーエリア　タイトル・サブタイトル
*********************************************************************/

#wrap {
width:790px; 
background-image:url(http://blog-imgs-18.fc2.com/m/e/e/meecoro/aa-shadow.jpg); 
background-repeat:repeat-y;
margin:0 auto; 
padding: 0 5px;
text-align:left; 
}

#header{
width:780px;
height:200px;
text-align:right;
background-image:url(http://blog-imgs-18.fc2.com/m/e/e/meecoro/aa-top.jpg); 
background-repeat:no-repeat; 
}


h1{
font-size: 18px;
color: #ED8C1B;
padding-top: 80px;
padding-right: 80px;
}

#header h1 a:link, #header h1 a:visited {
color: #ED8C1B; 
text-decoration: none;
}

#header h1 a:hover {
color: #ED8C1B; 
text-decoration: underline;
}

.introduction{
margin: 10px 80px 0 370px;
line-height: 140%;
}


/* 横カレンダー
*********************************************************************/
.yoko_calender {
width: 780px;
margin: 5px 0;
text-align:center;
font-size: 11px;
line-height: 30px;
}

.day {
margin:0 3px; 
}

.yoko_calender a:link,.yoko_calender a:visited {
color:#91BC37;
font-weight: bold;
text-decoration:none;
}

.yoko_calender a:hover,.yoko_calender a:active {
color:#91BC37;
text-decoration:underline;
}



/* コンテナー
****************************************************************/

#container{
width: 740px;
margin: 0 25px 0 15px;
/*overflow: hidden;*/
}



/* コンテンツ
****************************************************************/

#content{
float:right;
width:500px;
}

.entry_body{
margin-bottom: 40px;
}

h2{
font-size:12px;
line-height: 26px;
color:#ffffff; 
font-weight:bold; 
background-image:url(http://blog-imgs-18.fc2.com/m/e/e/meecoro/aa-bg_title.gif); 
background-repeat:no-repeat; 
padding-left: 28px;
margin-bottom: 10px;
}


h2 a:link,h2 a:visited {
text-decoration: none;
color:#ffffff; 
}

,h2 a:hover,h2 a:active {
text-decoration: underline;
color:#ffffff; 
}


.date{
color:#91BC37;
text-align:right;
margin-bottom: 10px;
}


.entry_text{
line-height: 1.6em;
padding: 0px 10px 20px 10px;
}

.entry_more_link {
padding: 10px 0px;
font-weight: bold;
}


.entry_more_text{
line-height: 1.6em;
padding: 0px 10px 20px 10px;
}

.entry_bottom{
margin-top: 10px;
text-align:right;
font-size:11px;
border-top: dashed 1px #cccccc;
}

blockquote{
background:#EFEFEF;
margin:10px;
padding:10px;
border: 1px dashed #cccccc;
}



/* コメントエリア
****************************************************************/

.comment_body{
width: 500px;
margin-bottom: 10px;
}


.comment_title{
font-weight: bold;
color: #91BC37;
font-size:12px;
line-height:20px;
border-bottom:1px solid #cccccc;
padding-left: 5px;
margin: 0 10px 20px 10px;
}


.comment_receive_body{
margin: 0 20px 10px 20px;
border-bottom:1px dotted #cccccc;
}


.comment_receive_title{
font-weight:bold;
margin:0 0 10px 0;
}


.comment_receive_text{
padding: 0 5px 10px 5px;
}


.comment_receive_footer{
color:#777777;
text-align:right;
font-size:10px;
}




/* コメントフォームエリア
****************************************************************/

.comment_form{
padding:30px 15px;
}


.comment_form table td{
padding:5px 3px;
}




/* コメント編集フォームエリア
****************************************************************/

.comment_edit{
width: 500px;
margin-bottom: 10px;
}


.comment_edit_form{
padding:30px 15px;
}

.comment_edit_form table td{
padding:5px 3px;
}




/* トラックバックエリア
****************************************************************/

.trackback_body{
width: 500px;
margin-bottom: 10px;
}


.trackback_title{
font-weight: bold;
color: #91BC37;
font-size:12px;
line-height:20px;
border-bottom:1px solid #cccccc;
padding-left: 5px;
margin: 0 10px 20px 10px;
}


.trackback_url_text{
padding:5px 15px 10px 15px;
}


.trackback_url_text input{
width:100%;
}


.trackback_receive_body{
margin: 0 20px 10px 20px;
border-bottom:1px dotted #cccccc;
}


.trackback_receive_title{
font-weight:bold;
margin:0 0 10px 0;
}


.trackback_receive_text{
padding: 0 5px 10px 5px;
}


.trackback_receive_footer{
color:#777777;
text-align:right;
font-size:10px;
}




/* 全記事表示エリア
*********************************************************************/


.archives_title{
font-size:12px;
line-height: 26px;
color:#ffffff; 
font-weight:bold; 
background-image:url(http://blog-imgs-18.fc2.com/m/e/e/meecoro/aa-bg_title.gif); 
background-repeat:no-repeat; 
padding-left: 28px;
margin-bottom: 10px;
}


.archives_text{
margin:0;
padding:0 10px 20px 10px;
line-height: 1.6em;
}


.archives_text ul{
list-style:none;
}


.archives_text ul li{
margin-bottom: 10px;
}




/* ページナビエリア
****************************************************************/

#prev_next{
text-align:center;
margin:0 auto;
padding:30px 15px 50px 15px;
}




/* サイドバー
****************************************************************/

#sidebar{
float:left;
width:200px;
}

#sidebar h3{
font-size:12px;
line-height: 26px;
color: #91BC37;
background-image:url(http://blog-imgs-18.fc2.com/m/e/e/meecoro/aa-bg_menu.jpg); 
background-repeat:no-repeat; 
margin-bottom: 10px;
padding-left: 18px;
}


.sidemenu{
font-size:11px;
margin: 0 5px 30px 5px;
}

.sidemenu a:link,.sidemenu a:visited {
color:#555555;
text-decoration:none;
}

.sidemenu a:hover,.sidemenu a:active {
color:#91BC37;
text-decoration:underline;
}

.sidemenu ul{
list-style:none;
}

.sidemenu li{
margin:0 0 5px 0;;
line-height: 1.3em;
}

/*
.sidemenu li a{
color:#555555;
text-decoration:none;
}

.sidemenu li a:hover{
color:#91BC37;
text-decoration:underline;
}
*/




/* カレンダー
****************************************************************/

.plugin-calender{
margin:0;
padding:0;
}


.calender{
width:100%;
font-size:11px;
}


.calender caption{
font-weight: bold;
padding:4px 0 7px 0;
}


.calender th{
text-align:center;
border-bottom: dotted 1px #cccccc;
}

.calender #sun{
color:#ff8888;
}


.calender #sat{
color:#518EBD;
}


.calender td{
text-align:center;
}

.calender td a{
color:#555555;
font-weight:bold;
text-decoration:underline;
}

.calender td a:hover{
color:#91BC37;
text-decoration:none;
}




/* コメントフォーム・メールフォーム
****************************************************************/

form{
margin:0;
padding:0;
}


input,textarea{
background:#f5f5f5;
color:#000000;
margin:0;
padding:0;
border:1px solid #cccccc;
}


input#himitu {
margin:0 3px 0 0;
padding:0;
border:none;
}



/* フッター
****************************************************************/

#footer{
clear:both;
width: 780px;
font-size: 11px;
color: #777777;
line-height:1.2em;
text-align:center;
border-top: solid 1px #cccccc;
padding: 15px 0;
}

#footer a:link,#footer a:visited {
	color: #777777;
}
