/*--------------------全体----------------------*/
body {
	font-size: medium;
	line-height: 145%;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}

h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-top: 0;
	margin-bottom: 0;
	}

hr {
	display: none;
	}
        
a {
	text-decoration: underline;
	}

a:link {
	color: #0000FF;
	}

a:visited {
	color: #0000FF;
	}

a:active {
	color: #0000FF;
	}

a:hover {
	color: #6DD763;
	}



/*-------------外枠-------------------------*/
#container {
	margin: 0 auto;
	width: 830px;
	background-color: #ffffff;

	}



/*-----------------バナー------------------*/	
#banner {
	width: 830px;
	height: 161px;
	background-color: #ffffff;
	background-image: url("http://gu-suka.com/taberu/banner.jpg");
	}

#banner ul{
	position: relative;
	top: 110px;
	list-style: none;
	}

#banner li{
	position: relative;
	left: -20px;
	display: inline;
	margin-right: 5px;
}

#banner li a{
	padding: 0.2em 0.5em 0.2em;
}

#banner li a:link, #banner li a:visited{
	color: #ffffff;
	background: #FF82AC;
}
#banner li a:hover, #banner li a:active{
	color: #000;
	background: #6DD763;
}

#navi {
	position: relative;
	top: 118px;
	text-align: right;
	}

#navi p{
	color: #797979;
	font-size: 12px;
	display: inline;
	}

#navi h1{
	color: #797979;
	font-size: 12px;
	display: inline;
	}


/*--------------メイン---------------------------*/	
#center {
	float: left;
	width: 600px;
	background-color: #ffffff;
	color: #535C54;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	}

#center h3 {
        margin-top: 20px;
	margin-left: 15px;
        margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
	font-size: 18px;
	color: #201F1F;
	background-color: #ffffff;
	border-bottom: #FF82AC solid 5px;
	}

#center dt{ 
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 8px;
	font-size: 15px;
        border-bottom:#7AD27A solid 1px;
	}

#center dd{ 
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	color: #444444;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
        font-size: 14px;
	}

/*--------------当サイトについて------------------*/
#navibar1{
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 20px;
	border: #FF82AC solid 2px;
	}


#navibar1 h2 { 
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FF82AC;
	color: #ffffff;
	font-size: 18px;
	}


#navibar1 p{
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 20px;
	color:#000000;
	}


/*-----------------記事------------------*/
#entry h2 { 
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 8px;
	background-color: #ffffff;
	border-bottom: #FF82AC solid 5px;
	color: #201F1F;
	font-size: 18px;
	}
	
#entry h3 {
        margin-top: 20px;
	margin-left: 15px;
        margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
	font-size: 18px;
	color: #201F1F;
	background-color: #ffffff;
	border-bottom: #FF82AC solid 5px;
	}	

#entry p {
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	color: #444444;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
        font-size: 14px;
	}

#entry dl{ 
	margin-left: 30px;
	}

#entry dt{ 
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-top: 8px;
	font-size: 15px;
        border:0;
	}

#entry dd{ 
	margin-left: 0px;
	margin-bottom: 40px;
	padding-left: 20px;
	color: #444444;
	background-color: #F1E5D6;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
        font-size: 13px;
	}
#entry span{ 
	margin-left: 20px;
	font-weight: bold;
	}
/*----------エントリ・カテゴリの記事一覧-----------------*/

#listup2 h2{
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
	font-size: 15px;
        border-bottom:#7AD27A solid 1px;
	}

#listup2 h4{
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 8px;
	font-size: 15px;
        border-bottom:#7AD27A solid 1px;
	}


#listup2 ul {  
	margin-top: 20px;
	margin-left: 50px;
	}

#listup2 li {
	margin-bottom:1px;
	vertical-align: middle;
	}

#listup2 p {
	margin-top: 20px;
	margin-left: 35px;
	color: #535C54;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
        font-size: 14px;
	}

#listup2 a:hover {
	color: #6DD763;
	text-decoration: underline;
	}  



/*-----------------サイドバー------------------*/
#sidead {
	width: 193px;
	float: right;
	margin: 0px 0px 4px 0px ;
	padding: 0px;
	margin-top: 30px;
}

#sidead h3{
	background-color: #A5BD21;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px 4px 0px 8px ;
}

#left {

	margin-left: 0px;
	float: right;
	width: 193px;
	overflow: hidden;
	background-color: #FFFFFF;
	}


#left h4{
	color: #4B4A4A;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
 	letter-spacing: 1px;
	background-image: url("http://gu-suka.com/taberu/side.jpg");
	padding-left: 7px;
	padding-top: 1px;
    text-align:left;
	margin:0;
	height: 25px;
	}

#left h5{
	color: #4B4A4A;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
 	letter-spacing: 1px;
	background-image: url("./image/side.jpg");
	padding-left: 20px;
	padding-top: 1px;
    text-align:left;
	margin:0;
	height: 25px;
	}



#left ul {  
                list-style-type:none;
                margin:0;
	padding:0;
	}


#left a {  
	color: #535C54;
                background-color: #ffffff;
	display:block;
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
              border-left:#C1C1C1 dotted 1px;
               border-right:#C1C1C1 dotted 1px;
                border-bottom:#C1C1C1 dotted 1px;
                font-size:14px;	
        text-decoration:none;
	background-image: url("./image/side-a.jpg");

}
#left a:hover {  
	color: #000000;
	background-color: #C4EEFA;
	display:block;
                border-right:#C1C1C1 dotted 1px;
                border-left:#C1C1C1 dotted 1px;
}	   


	


/*-----------------カテゴリのその他------------------*/
#bottomkategori h3  { 
	margin-top: 30px;
	margin-left: 35px;
	color: #535C54;
	font-size: 14px;
	}

#bottomkategori a  { 
	font-size: 14px;	
	}



/*----------------Copy Rightの部分-----------------*/

.under  {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	background-color: #ffffff; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px; color: #999; 
	height: 37px;
	}

.under a{
	text-decoration: none;
	font-weight: normal;
	font-size: 10px; color: #999; 
	}

.under a:visited {
	color:#999;
	}

.under a:hover {
	color:#999;
	}

.powered {
	clear: both;
	width: 830px;
	margin: 0 auto;
  	position: left-bottom;
	background-color: #ffffff;
	}
.topleft{
	float: left;
	margin: 0 10px 10px 0px!important;
}

.left{
	float: left;
	margin: 20px 10px 10px 0px!important;
}
