/*

ダウンロードしていただき、ありがとうございます。

カスタマイズ、画像の入れ替えはしていただいてかまいません。
他の素材屋さんの素材を使われるときは、その素材屋さんの
ご利用規約に従ってください。 
カスタマイズについての質問にはお応えできません。 
ご自分でできる方のみ、お願いします。 

素材屋Ｐｏｏｈの管理人をしております　ぷぅと申します。 
テンプレートの中で使っているイラスト等の素材の
再配布、加工は禁止です。 
著作権は放棄してません。著作権はぷぅにあります。
  
おかしなところなど発見された時は教えて下さると助かります。 

素材サイト：http://makipooh.fc2web.com/
ブログ：http://papupu.blog92.fc2.com/

*/



/*　スクロールバーの設定　*/

HTML {
　scrollbar-face-color:#dcc594;
　scrollbar-highlight-color:#ceae94;
　scrollbar-shadow-color:#ffffff;
　scrollbar-3dlight-color:#ffffff;
　scrollbar-arrow-color:#ceae94;
　scrollbar-track-color:#ffffff;
　scrollbar-darkshadow-color:#ceae94;
}


/*　全体の設定　*/

BODY{
  font-size : 10px;
  color : #88603e;
  text-align : center;
  padding : 0px;
  margin : 0px;
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

a {
        text-decoration: none;
}

a:link { color: #b5845b; }
a:visited { color: #b5845b; }
a:active { color: #b5845b; }
a:hover { color: #e4d5c7; }

br{
	letter-spacing:normal;
}


/*　水平線の設定　*/

hr {
        border-style: dotted none none none;
        border-top-width: 2px;
        text-align:center;
        width: 90%;
        height: 2px;
        border-top-color: #88603e;
}


/* ブログ全体の設定 */

#all{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color : #e4d5c7;
	border-left: 1px #ceae94 solid;
	border-right: 1px #ceae94 solid;
}


/* 記事部分と左カラムの合計幅 */

#wrapper{
	float:left;
	width:620px;
}


/* 記事部分の設定 */

#main{
	float:right;
	width:400px;
         padding: 0px 10px;
}


/* 左カラムの設定 */

#left{
	float:left;
	width:180px;
         padding: 0px 10px;
}


/* 右カラムの設定 */

#right{
	float:right;       
	width:180px;
         padding: 0px 10px;
}


/*　ヘッダーの設定　*/

#header{
	margin: 0px;
	height : 150px;
        background: url(http://blog-imgs-14-origin.fc2.com/h/i/n/hinomarusoccer/4013.jpg);
        background-repeat : no-repeat;
        background-position : center;
}


/*　フッダーの設定　*/

#footer{
        clear: both;
        margin: 0px;
        padding: 0px;
        letter-spacing: 1px;
        text-align: center;
}


/*　エントリー部分の設定　*/


.entry_top {
        width: 400px;
        margin: 0px;
        text-align: center; 
        padding-bottom: 5px;
}

.entry_body {
        width: 380px;
        overflow: hidden;
        margin-bottom: 50px;
        padding: 10px;
        background-color : #ffffff;
}

.entry_bottom {
        text-align: center; 
        padding: 5px 0px;
}


/*　各部のテキスト設定　*/

.top_title {
        font-size: 23px;
        font-weight: bold;
        text-align: left;
        margin: 0px;
        padding-left: 10px;
}

.top_title a:link {color: #dcc594; text-decoration: none;}
.top_title a:active {color: #dcc594; text-decoration: none;}
.top_title a:visited {color:#dcc594; text-decoration: none;}
.top_title a:hover{color: #dcc594; text-decoration: none ;}


.site_info {
        text-align: left;
        letter-spacing: 3px;
        margin: 0px;
        padding: 3px 0px 0px 10px;
}

.entry_title {
        font-size: 14px;
        font-weight: bolder;
        color: #b5845b;
        text-align : left;
        padding-bottom: 15px;
}

.entry_date {
        font-size : 18px;
        font-weight : bold;
        color : #b5845b;
        text-align : center;
        padding : 0px;
        margin : 0px;
}

.entry_text {
        text-align: left;
        line-height: 1.5;
        letter-spacing: 1px;
        margin: 0px;
        padding: 10px;
}

.entry_state {
        margin-bottom: 10px;
        padding: 0px;
}


.comment_title {
        font-size: 12px;
        color: #b5845b;
        text-align: left;
        font-weight: bold;
        margin: 0px;
        padding-top: 15px;
}

.comment_state {
        text-align: right;
        margin: 10px 10px 20px 0px;
        padding: 0px;
}

.entry_navi {
        text-align: center;
        margin-bottom: 10px;
        padding: 0px;
}


/*　メニューの詳細設定　*/

.sidemenu_aria {
        width:180px;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        background-color : #ffffff;
}



.sidemenu_title {
        font-size : 11px;
        font-weight : bold;
        text-align : center;
        color : #ffffff;
        background-color : #dcc594;
        padding: 5px 0px 3px 0px;
        margin: 0px;
}

.sidemenu_bottom {
        height : 30px;
        margin-top: 5px;
        padding: 0px;
        background-color : #e4d5c7;
}

.sidemenu {
        text-align: left;
        margin-top : 10px;
        padding: 0px 5px;
}


ul {
     text-align:center;
     margin: 0px;
     padding-left: 15px;
     list-style-type: circle;
     text-decoration: none;
}


li {
     text-align: left;
     line-height: 1.5;
     padding: 0px 5px 5px 0px;
     text-decoration: none;
}


/* プラグインのカレンダーの設定 */

table.calender {
	font-size: 8pt;
	border:1px #ceae94 solid;
	width: 160px;
	margin: 5px 5px 0px 5px;
	text-align : center;
	font-family: geneva,hiragino maru gothic pro,arial, helvetica, sans-serif;
}
.caption {
	padding: 3px;
}
.calender th {
	font-weight: normal;
	border-bottom: 1px solid #ceae94 ;
}
.calender td {
	text-align: center;
	padding: 2px;
}
.calender td a {
	background-color : #ffffff ;
	color : #ceae94 ;
	display: block;
}
.calender a:hover {
	text-decoration : none ; 
	background-color : #ceae94 ;
	color : #ffffff ;
}
th#sun {
	font-size:8pt;
	color: #ff8080;
}
th#sat {
	font-size:8pt;
	color: #6fb7ff;
}

/* 入力領域の設定 */

INPUT {
         color : #88603e;
         border-width : 1px;
         border-style : solid;
         border-color : #ceae94 ;
}


TEXTAREA {
         color : #88603e;
         border-width : 1px;
         border-style : solid;
         border-color : #ceae94 ;
}


/* 横カレンダーの設定 */

.border_calender {
         margin: 0px auto;
         text-align: center;
         margin-bottom: 20px;
         padding: 3px;
}

.days {
         color : #ffffff;
         padding: 2px;
}
