/*  
Theme Name: datsumo

*/

* {
	margin:0;
	padding: 0;
}

body {
	font-size: 14px;
}

a {
color: #ff3759;
text-decoration: underline;
}

img {
	border: none;
}

h2 {
color: #333333;
font-size: 16px;
}

h2 a{
color: #333333;
font-size: 16px;
}


a:hover {
color: #CC6666;
text-decoration: underline;
}


/*******************************/
#wrapper {
	width: 800px;
	margin: 0px auto;
}

#header {
margin: 0 auto;
width: 800px;
}

#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;
	font-size: 10px;
}

#pankuzu li {
	display: inline;
	padding: 0px 5px 0px 0px;
}
	
#contents {
	padding: 10px 0px;
}

/*****サイドバー*****/

#sidebar {
width: 200px;
float:left;
}	

#sidebar h2 {
border: 1px solid #cccccc; 
font-size: 14px;
line-height: 30px;
text-indent: 0.7em;
background: #ffffff ;
} 

#sidebar li {
padding: 10px 10px 10px 10px;
list-style:none;
border-bottom: 1px dashed #999999; 
}	
	
#sidebar ul {
padding: 5px 0 10px 0;
background: #FFffff ;

}

#sidebar_menu {
width: 180px;
border:1px #ff6666;
}

#sidebar .side_add {
	text-align: center;
	padding: 10px 0px;
}


/*****メイン*****/
	
#content {
float: right;
width: 580px;
}

#content p,
#content dl,
#content table {
margin: 0px 10px;
}

#content h3 {
border: 1px solid #CCCCCC; 
font-size: 14px;
line-height: 30px;
text-indent: 1.8em;
background: #ffffff url(images/arrow_small.png) 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: #ff3759;
text-decoration: none;
}

#content a:hover {
color: #CC6666;
text-decoration: underline;
}


/*****フッター*****/
#footer {
clear:both;
padding: 5px;
text-align: center;
background: #CCCCCC;
}


#searchform{
	margin: 10px 0px 20px 0px;
}