/*ページ全体の表示部分*/
body {
	margin: 20px 0px 20px 0px;
	background-image: url("/images/bg.gif");
              
    text-align: center;  


	}

a {
	text-decoration: underline;		
	}

a:link {
   text-decoration:none;
	color: #81AA53;
	}

a:visited {
    text-decoration:none;
	color: #81AA53;
	}

a:active {
	color:#81AA53;
	}

a:hover {
	color: #81AA53;
    text-decoration:underline;
	}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
h2 {
  font-size : 14px;
  font-family : sans-serif;
  font-weight : normal;
  line-height : 120%;
  margin-top : 10px;
  margin-bottom : 10px;
  padding-left : 17px;

  background-repeat : no-repeat;
  background-position : left top;
}

h3 {
  font-size : 12px;
  font-family : sans-serif;
  font-weight : normal;
  line-height : 120%;
  margin-top : 10px;
  margin-bottom : 10px;
  padding-left : 17px;
  
  background-repeat : no-repeat;
  background-position : left top;
}

.hpb-cnt-tb2{
	background-color: #333333;
	border : 2px solid #ff8000;
}

.hpb-cnt-tb-cell5 {
	background-color: #FFFFFF;
	font-size: 80%;
	color : #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
  text-align : left;

}

/*ブログ表示部分*/
#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	width: 900px;	
	background-color: #ffffff;
	border: #cca266 3px solid;
	background-position: 50% 0px;	
	background-repeat:  repeat-y;

	}

/*バナー表示部分*/
#banner {
	font-family: Verdana, Arial, sans-serif;
    
background-repeat: no-repeat;
background-position:  220px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	height: 20px;

border-bottom:#ff9500 solid 7px;


	}

#banner-img {
background-repeat: no-repeat;
    
background-image: url("/images/top.jpg");
height: 200px;
border-bottom:#ff9500 solid 3px;
	}
/*バナーのリスト部分*/
.banner li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 15px;	
	margin-top: 3px;
	padding: 0px 5px 0px 15px;
	list-style-type: none;


                	}	
/*タイトルリンク部分*/
#banner a {
    color: #ff9500;
    text-decoration: none;

	}

/*タイトル文字*/
#banner h1 {
	font-size: 24px;
	font-weight: bold;
    color: #ff9500;
    margin-bottom: 3px;

	}

/*サブタイトル文字*/
#banner h2 {
	font-size:14px;
    font-weight: bold;
	color: #FFFFFF;

	}
	
/*エントリー表示部分枠*/
#center {
	float: left;
	width: 680px;		
	overflow: hidden;
                
	}

/*エントリー表示部分*/
.content {
	padding: 10px 10px 10px 10px;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;

	}
.hpb-cnt-tb3 {

	border: 1px solid #D5ADEA;
               color: #666666;
               margin: 0px 0px 0px 0px;
               font-size:12px;
               text-align: left;
}
.hpb-cnt-tb3 h1 {
                color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	text-align: center;
	font-weight: bold;	
	padding:2px 0px 2px 0px;
	line-height: 15px;
	background-color: #ff9500;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

.content hpb-cnt-tb-cell1 {
                background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/*サイドバー表示部分枠*/
#right {
	float: left;		
	width: 220px;
	overflow: hidden;
    padding-top: 10px;
   background-color: #fff799;            
	}

/*エントリー本文部分*/
.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
  	font-size:14px;
    line-height: 150%;
    text-align: left;
    padding: 15px 10px 15px 10px;
    margin-bottom: 0px;
    margin-top: 0px;

}

.content h1 {
color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	text-align: center;
	font-weight: bold;	
	padding:2px 0px 2px 0px;
	line-height: 15px;
	background-color: #ff9500;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

/*エントリーの日付部分*/
.content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	color: #666666;
	padding: 3px 5px 3px 5px;
background-color:#9999ff;
    margin-bottom: 10px;
    border-bottom: #666666 1px solid;
    line-height: 120%;
	}

/*エントリーのタイトル部分*/
.content h3 {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
    padding: 10px 10px 10px 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 140%;
 background: url("/blog/images/newsarrow.gif")  no-repeat 2px 1.1em ;
}

/*エントリーのフッター部分*/
.content p.posted {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
    padding: 3px 10px 3px 10px;
    margin-bottom: 20px;
font-family : sans-serif;
    margin-top: 0px;
    line-height: normal;
   border-bottom: #666666 1px solid;
	
	}



/*サイドバー表示部分*/
.sidebar {
    padding: 0px 10px 0px 10px;
	}


/*サイドバーの見出し*/
.sidebar h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	text-align: center;
	font-weight: bold;	
	padding:3px 0px 0px 0px;
	line-height: 15px;
	background-color: #ff9500;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;

	}
.sidebar h3 {
	color: #ff9500;
	font-size: 0.875em;
	background-image: url("/images/toggle.gif");
	background-repeat: no-repeat;
	background-position: 0% 25%;
	padding-left: 16px;
	margin-top: 15px;
	margin-bottom: 0;
	}

/*サイドバーのリストを定義部分*/
.sidebar ul {
	font-size: 0.75em;
	color: orange;
	list-style-position:inside;
	margin-left:5px;
	padding-left:0;
	margin-top: 5px;
	margin-bottom: 30px;
                text-decoration: underline;	
	}


.photo {
	text-align: left;
	margin-bottom: 20px;
	}

/*リンク部分*/
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 30px;
	}

/*パワード部分*/
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	line-height: 150%;
	text-align: left;
	color: #666666;
	padding-top: 5px;
    border-top: #666666 1px solid;
	margin-top: 50px;
	}



#comment-data {
	float: left;
	width: 160px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: left;
	border-right: #BBBBBB 1px dotted;
	}

textarea[id="comment-text"] {
	width: 80%;
	}
.photobox {
  float : right;
  margin-left : 10px;
  margin-bottom : 10px;
  font-size : 14px;
  font-family : sans-serif;

                }
#footer {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
  	font-size:12px;
    line-height: 150%;
    text-align: left;
    padding: 15px 10px 15px 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}


#line{
	font-family: Verdana, Arial, sans-serif;
    background-image: url("/images/line_05.gif");
background-repeat: repeat-x;

	padding: 10px 0px 10px 0px;
	text-align: right;
	height: 15px;
}

#line1  {
    
	font-family: Verdana, Arial, sans-serif;
    background-image: url("/images/company_website35.1_14.gif");
background-repeat: repeat-x;

	
	text-align: right;
	height: 10px;
}

/*Mac文字化け防止部分*/
textarea {
	font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
	}
