/*  
Theme Name: 5minutes
Theme URI: http://www.5-min.jp/blog/
Description: 
Version: 1.0
Author: YUJI HAGA
*/

/******************************
 wp_contents
******************************/

div.wp_left {
	padding-right: 10px;
	width: 510px;
	float: left;
	border-right: 2px solid #FF337A;
}

div.wp_left h2 a{
	display: block;
	background: url('http://www.5-min.jp/joint/i/bg_title.gif') 50% left no-repeat;
	font-size: 130%;
	padding: 5px 5px 3px 18px;
	margin: 5px 0px;
	border-top: 1px dotted #FF337A;
	border-bottom: 1px dotted #FF337A;
	text-decoration: none;
}
/*
div.wp_left h2 a{
	font-size: 140%;
	font-weight: bold;
}
*/

p.date {
	margin: 10px 0px;
	color: #FF337A;
}

div.wp_left div.entry {
	margin-bottom: 10px;
	line-height: 1.7em;
}

div.wp_right {
	width: 140px;
	float: left;
}

p.postmetadata {
	padding: 3px;
	margin-bottom: 15px;
}

div.navigation {
	margin: 3px 0px;
	height: 15px;
	clear: both;
}

div.navigation div.alignleft {
	float: left;
}

div.navigation div.alignright {
	float: right;
}

/******************************
 wp_sideber
******************************/
div#sidebar {
	padding-left: 10px;
}

h2.category_title {
	padding: 3px;
	font-weight: normal;
	border-bottom: 1px #eee solid;
}

div#sidebar ul.sidebar_list li {
	margin: 2px 0px;
	padding: 0px 0px 0px 13px;
	background: url('http://www.5-min.jp/joint/i/list_allow.gif') 50% left no-repeat;
}

/******************************
 wp_comment
******************************/

h3#comments {
	}

ol.commentlist {
}

ol.commentlist li{
	margin: 7px 0px;
	padding: 7px;
	background-color: #FFFD58;
	border: 1px solid #FFF57F;
}

h3#respond {
	font-weight: bold;
	margin-bottom: 10px;
}

input, textarea {

	font: 1em Verdana, Arial, Helvetica, sans-serif;

	color: #01a2ca;

	border: 1px solid #CDCDCD;

	padding: 1px 2px;

	font-size: 12px;	

	width: 60%;

}

textarea {	

	width: 80%;

	height:200px;

	padding:6px;

	overflow:auto;

}

input#author {

	background: transparent url('http://www.5-min.jp/joint/i//ico_user.gif') no-repeat 2% 50%;

	padding:6px 0px 6px 25px;

}



input#email {

	background: transparent url('http://www.5-min.jp/joint/i/ico_mail.gif') no-repeat 2% 50%;

	padding:6px 0px 6px 25px;

}



input#url {

	background: transparent url('http://www.5-min.jp/joint/i/ico_home.gif') no-repeat 2% 50%;

	padding:6px 0px 6px 25px;

}



input#submit {

	background-color:#01B6E3;

	color:#FFFFFF;

	padding:8px;

	cursor:pointer;

	width:120px;

	border:0;

}



input#submit:hover {

	background-color:#E894B6;

	color:#FFFFFF;

	padding:8px;

	cursor:pointer;

	width:120px;

}
