*{margin:0;padding:0;}
html{margin:0; padding:0;}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li {list-style: none;}
ul li a{text-decoration:none;border:none;}


body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif, Osaka, verdana;
	color: #333;
	background-color: #ececec;
	font-size:13px;
}

a {
	 color: #fea48b;
	 text-decoration: none;
	 font-weight: bold;
}

a:hover {
	color: #333;
}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}

/* container */

#tmp_wrapp {
  width: 700px;
  margin-left: 200px;
  background-color: #fff;
}

/* Header */
#tmp_head {
	width: 700px;
	height: 172px;
	background: url(img/head.jpg) no-repeat;
}

/* logo */
#sitelogo h1 {
  padding: 47px 0 0 33px;
}

#sitelogo h1 a {
  display: block;
  width: 130px;
  height: 84px;
}
#sitelogo h1 a span {
  display: none;
}
/* pankuzu */

#tmp_pankuzu {
font-size: 11px;
text-align: right;
margin-right: 20px;
}

/* Content */
#tmp_entry {
    float: left;
	width: 432px;
	margin-left: 20px;
} 
#tmp_entry h3 {
font-size: 12px;
border-left: solid 6px #fea48b;
border-bottom: dotted 1px #666;
padding: 3px;
} 
#tmp_entry h2{
margin-top: 20px;
border-bottom: 4px solid #fea48b;
width: 432px;
font-size: 26px;
margin-bottom: 20px;
}  
#text_wrapp {
background: url(img/content_mdl.gif) repeat-y;
}
#text_wrapp .text_in { 
     padding: 30px;
     line-height: 300%;
     font-size: 13px;
     background: url(img/content_top.gif) no-repeat;
     }
#categoriest {font-size: 18px;}

#text_wrapp .pagetop {
text-align: right; 
font-size: 12px;
background: url(img/content_btm.gif) no-repeat bottom left;  
padding: 10px 20px;
}

/* list */

#tmp_navi {
  float: right;
  margin-right: 20px;
  font-size: 12px;
  width: 188px;
}
#navi li a {
  display: block; 
  width: 188px;
  text-decoration: none;
  background: #fea48b url(img/mark.gif) no-repeat;
  color: #fff;
}
#navi li a:hover {
background: #fff url(img/mark_hover.gif) no-repeat;
color: #fea48b;
}
#navi li a span {
   display: block;
   padding: 20px 5px 20px 20px;
}

/* foot */

#tmp_footer {
    clear: both;
    width: 700px;
    background-color: #fea48b;
     font-size: 11px;
     color: #ffe2da;
}
#tmp_footer a {
color: #fff;
}
#tmp_footer a:hover {
color: #ffe2da;
}
#tmp_footer ul {
margin: 20px 10px;
}
#copy {
    text-align: right;
padding: 5px 0 30px 0;
}
