@charset "EUC-JP";

/* 
reset elements
------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}



/* 
basic
------------------------------------------------------------------- */
body {
	background-image:  url(http://www.comedywaltz.com/freesoft/common/bg.gif);
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, address {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

p, ul, ol, li, dl, dt, dd {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

table, caption, th, td {
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

img {
	border: 0px;
}

hr {
	display: none;
}

del {
	color: #666666;
	text-decoration: line-thorough;
	font-style: normal;
}

blockquote {
	color: #333333;
	background-color: #eeeeee;
	font-style: normal;
	padding: 10px;
	border: 1px solid #cccccc;
}

cite {
	font-style: normal;
}





/* 
common
------------------------------------------------------------------- */
strong {
	font-style: normal;
	font-weight: bold;
}

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

a:link {
	color: #0e3192;
	text-decoration: underline;
}

a:visited {
	color: #0e3192;
/*	color: #7f1c87;*/
	text-decoration: underline;
}

a:hover, a:active {
	color: #003399;
	text-decoration: underline;
}

input, label {
	vertical-align: middle;
}

img.pict {
	margin: 0 10px 10px 0;
	float: left;
}
img.pict2 {
	margin: 0;
}





/* 
wrapper
------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 790px;
	background-color: #ffffff;
	text-align: left;
}





/* 
header
------------------------------------------------------------------- */
#header {
	margin: 0 20px 40px 20px;
	padding: 20px 0;
	border-top: 10px solid #333333;
}

div#title {
}

#header #blogTitle {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}

#header #blogTitle a:link,
#header #blogTitle a:visited {
	color: #333333;
	text-decoration: none;
}

#header #blogTitle a:hover,
#header #blogTitle a:active {
	background-color: #eeeeee;
	color: #333333;
	text-decoration: underline;
}

#header .blogDescription {
	color: #333;
	font-size: 12px;
	line-height: 1.5;
}





/* 
contents
------------------------------------------------------------------- */
#contents {
	float: left;
	width: 570px;
}

#contents p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

#contents ul {
	margin: 0 0 20px 0;
}

#contents li {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 0 20px;
}



/* 
entry
------------------------------------------------------------------- */
div.entry {
	margin: 0 0 80px 20px;
}

div.entry .entryTitle {
	padding: 30px 0 0 0;
	border-top: 5px solid #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

div.entry .entryTitle a:link,
div.entry .entryTitle a:visited {
	color: #333333;
	text-decoration: none;
}

div.entry .entryTitle a:hover,
div.entry .entryTitle a:active {
	background-color: #eeeeee;
	color: #333333;
	text-decoration: underline;
}

div.entryState01 {
	margin: 0 0 10px 0;
	padding: 5px 0 30px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	line-height: 1.5;
}

div.entryBody {
	font-size: 14px;
}

div.entryMore {
	margin: 0 0 20px 20px;
	font-size: 14px;
}

div.entryState02 {
	clear: both;
	padding: 5px 0 0 0;
	border-top: 1px solid #cccccc;
	font-size: 12px;
	line-height: 1.5;
}

span.posted a:link,
span.posted a:visited,
span.posted a:hover,
span.posted a:active {
	color: #333333;
	text-decoration: none;
}

div.entryNav {
	list-style-type: none;
	margin: 10px 0;
}

div.entryNav div.prev,
div.entryNav div.next {
	font-size: 10px;
	line-height: 1.5;
}

.adMessage {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 1.0;
}


/* 
entry comments
------------------------------------------------------------------- */
div#comment {
	margin: 0 0 40px 20px;
}

div#comment .commentHeading {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
}

div#comment dl.commentBody {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
}

div#comment dl.commentBody dt,
div#comment dl.commentBody dd {
	font-size: 12px;
	line-height: 1.5;
}
div#comment .commentName {
	font-weight: bold;
}

div#comment .commentFormHeading {
	margin: 20px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}

dl#commentForm {
	margin: 0 0 20px 0;
}

dl#commentForm dt {
	font-size: 12px;
}

dl#commentForm dd {
}

dl#commentForm dd label {
	font-size: 12px;
}

dl#commentForm dt label#labelsubmit {
	display: none;
}

dl#commentForm dd input.form {
	width: 200px;
}

dl#commentForm dd textarea {
	width: 400px;
}

dl#commentForm dd input.button {
}





/* 
trackback
------------------------------------------------------------------- */
div#trackback {
	margin: 0 0 40px 20px;
}

div#trackback .trackbackHeading {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
}

div#trackback .tbLink {
	padding: 5px;
	border: 1px solid #cccccc;
	font-size: 12px;
}

div#trackback dl.trackbackBody {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
}

div#trackback dl.trackbackBody dt,
div#trackback dl.trackbackBody dd {
	font-size: 12px;
	line-height: 1.5;
}

div#trackback .trackbackArticle {
	font-weight: bold;
}





/* 
profile
------------------------------------------------------------------- */
div#profile {
	margin: 0 0 80px 20px;
}
div#profile h2 {
	font-size: 14px;
	font-weight: bold;
}
div.profileBody {
}





/* 
topicpath
------------------------------------------------------------------- */
div#topicPath {
	margin: 0 0 5px 20px;
	font-size: 10px;
	line-height: 1.5;
}



/* 
pagenav
------------------------------------------------------------------- */
div#pageNav {
	margin: 40px 0 5px 20px;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}




/* 
navigation
------------------------------------------------------------------- */
div#navigation {
	float: right;
	width: 200px;
}

div#navigation dl {
	margin: 0 20px 40px 0;
	border-top: 2px solid #333333;
}

div#navigation dt {
	margin: 0 0 5px 0;
	padding: 2px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

div#navigation ul {
	list-style-type: none;
}

div#navigation ul li {
	font-size: 12px;
	line-height: 1.5;
}

dl#search dd input.form {
	width: 120px;
}

div#navigation a {
	text-decoration: none;
}

div#navigation a:hover {
	text-decoration: underline;
}

div#navigation dl#feeds ul li a {
	padding: 0 0 0 15px;
	background-image: url(http://www.comedywaltz.com/freesoft/common/icon_feed.gif);
	background-position: left;
	background-repeat: no-repeat;
}




/* 
footer
------------------------------------------------------------------- */
div#footer {
	clear: both;
	padding: 40px 0 10px 0;
	margin: 0 20px;
	width: 750px;
}

div#footer address,
div#footer .related {
	font-size: 10px;
	line-height: 1.5;
}

div#footer a:link,
div#footer a:visited,
div#footer a:hover,
div#footer a:active {
	color: #333333;
	text-decoration: none;
}

