/*道楽王くっぴーの愉快な日々css*/

body {
	font-family: "Verdana", "Arial", "sans-serif";
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #256afa;
}
a:visited {
	color: #2953a9;
}
a:hover {
	color: #ff44a2;
}
a:active {
	color: #ff668c;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	padding: 0px;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-right: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 750px;
}

/*-----バナー-----*/
#banner {
	background-color: #ffffff;
	background-image: url( title_bg.gif );
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFDF00;
	width: 750px;
	height: 100px;
}


#banner a {
	text-decoration: none;
	color: #333333;
}

#banner h1 {
	margin: 0px;
	padding: 10px;
}

#banner h2 {
	font-size: small;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}


/*-----左右エリア分け-----*/
#center {
	margin: 0px;
	padding: 0px;
	width: 550px;
	float: right;
	overflow: hidden;
}

#left {
	background-color: #fff6c7;
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
	overflow: hidden;
}


/*-----コンテンツエリア-----*/

.pr {
	font-size: 80%;
	background-color: #fffacc;
	line-height: 120%;
	border-width: 1px;
	border-style: dotted;
	border-color: #333333;
	padding: 5px;
	margin-bottom: 15px;
}

.content {
	font-size: 100%;
	background-color: #ffffff;
	padding: 10px;
}

.content p {
	font-size: 95%;
	text-align: left;
	line-height: 150%;
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	font-size: 80%;
	color: #666666;
	text-align: right;
	padding-top: 0px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FF3900;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.content h3 {
	font-size: 110%;
	color: #fb3800;
	background-color: #ffe73c;
	text-align: left;
	padding-top: 7px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #84C400;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.content p.posted {
	font-size: 80%;
	text-align: right;
	line-height: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 3px;
	margin-bottom: 60px;
}


/*-----サイドバーエリア-----*/
.sidebar {
	padding: 10px;
}

.sidebar h2 {
	font-size: 14px;
	background-image: url( sideh2.gif );
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
}

.sidebar li {
	font-size: 80%;
	text-align: left;
	line-height: 135%;
	margin-top: 3px;
	list-style-type: none;
}

.com_date {
	font-size: 80%;
}


form {
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.link-note {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
}
	

#powered {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	margin-top: 50px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #bbb;
}

textarea[id="comment-text"] {
	width: 80%;
}

textarea,select,input {
	font-family: "ヒラギノ明朝 pro w6", "osaka", "ｍｓ ｐゴシック", "trebuchet ms", "trebuchet", "verdana", "arial", "sans-serif";
}



.bottom h2 {
	font-size: small;
	color: #999999;
	background-color: #ffffff;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;}

.bottom li {
	display: inline;
}

.categoryname {
	font-size: 80%;
	color: #675743;
}

strong {
	font-weight: bold;
	color: #ff3d47;
}
em {
	font-weight: bold;
	font-style: normal;
}

.google1 {
	font-size: 100%;
	margin-top: 60px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding: 10px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
}

#sidetop {
	font-size: 80%;
}

#bottombar {
	font-size: 80%;
	text-align: right;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}

address {
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	background-image: url( address_bg.gif );
	text-align: right;
	line-height: 120%;
	margin: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFDF00;
	padding: 5px;
}

