/*  
Theme Name: datsumo

*/

* {
	margin:0;
	padding: 0;
}

body {
	font-size: 12px;
        background-color: #ffffff;
}

a {
color: #336600;
font-size:14px;
text-decoration: underline;
font-weight: bold;
}

img {
	border: none;
}

h2 {
color: #333333;
font-size: 16px;
}

h2 a{
color: #336600;
font-size: 16px;
}


a:hover {
color: #003700;
font-size:14px;
text-decoration: underline;
}


/*******************************/
#wrapper {
	width: 800px;
	margin: 0px auto;
       
}

#header {
margin: 0 auto;
width: 800px;
background-color: #EBF3E2;
}

#header h1 a {
display: block;
width: 800px;
padding: 5px 0 0 0;
font-size: 12px;
text-decoration:none;
text-align: left;
}
#header .image{
	margin: 0px;
	padding: 0px;
}


#pankuzu {
	padding: 10px 5px;
}

#pankuzu li {
	display: inline;
	padding: 0px 5px 0px 0px;
}
	
#contents {
	padding: 10px 0px;
}

/*****サイドバー*****/

#sidebar {
width: 200px;
float:left;
background-color: #EBF3E2;

}	

#sidebar h2 {
border: 1px solid #336600; 
font-size: 14px;
line-height: 30px;
text-indent: 0.7em;
background: #B7D697 ;
} 

#sidebar li {
padding: 10px 10px 10px 10px;
list-style:none;
border-bottom: 1px dashed #999999; 
}	
	
#sidebar ul {
padding: 5px 0 10px 0;
background: #EBF3E2 ;

}

#sidebar_menu {
width: 180px;
border:1px #ff6666;
}

#sidebar .side_add {
	text-align: center;
	padding: 10px 0px;
}

#sidebar .more {
	text-align: right;
	padding: 0px 5px 10px;
}
/*****メイン*****/
	
#content {
float: right;
width: 580px;
line-height:22px;
background-color: #EBF3E2;
}

#content p,
#content dl,
#content table {
margin: 0px 10px;
}

#content h3 {
border: 1px solid #336600; 
font-size: 14px;
line-height: 30px;
text-indent: 1.8em;
background: #B7D697 url(images/ball_small.gif) no-repeat;
} 

#content h4 {
font-size: 14px;
font-color: #CC6666;
line-height: 30px;
text-indent: 1.8em;
background: #ffffff url(images/arrow02.gif) no-repeat;;
}

#content .entry {
	padding: 10px;
}


#content a {
color: #336600;
text-decoration: none;
}

#content a:003700 {
color: #CC6666;
text-decoration: underline;
}


/*****フッター*****/
#footer {
clear:both;
padding: 5px;
text-align: center;
background: #B7D697;
}

