/* CSS Document */
body {
	margin: 10px 0px 10px 10px;
	background-color: #FFFFFF;
       	text-align: center;
	}
div {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color: #660099;
	text-decoration: underline;
	}

a:visited {
	color: #666699;
	}

a:active {
	color: #6600FF;
	}

a:hover {
	color: #6600FF;
	background-color: lavender;
	}

h1  {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 36px;
	width: 540px;
	padding-left: 20px;
	line-height: 100%;
	}
h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

h1 a:hover {
	color: #FFFFCC;
	background-color: #CC0000;
	}	
	
h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#main {
	width: 700px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FF6600;
	background-repeat: repeat-x;
	background-position: left top;
}

#www {
	clear: both;
	width: 100%;
	text-align: right;
	background-image: url(blog_img/5stars.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
        padding: 0px;
	width: 700px;
	height:100%;
	}

#banner {
	background-image: url(blog_img/header.gif);
	background-repeat: no-repeat;
	height: 100px;
	background-position: center bottom;
	background-color: #FFFFFF;
	}

#banner-img {
	display: none;
	}


#banner h2 {
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding-right: 35px;
	padding-top: 15px;
	}

#side {
	float: left;
	width: 200px;
	background-image: url(blog_img/menu_bg.gif);
	height: 100%;
    margin-bottom:0px;
	}
#right {
	float: right;
	width: 200px;
	overflow: auto;
	height: 100%;
	}

#center {
    margin:0px;
	float: right;
	width: 500px;
    height:100%;
	overflow-x: hidden;
	}
	
.content {

	padding: 0px 35px 5px 15px;
	background-color: #FFFFFF;
	background-image: url(blog_img/center_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
    border-bottom-color:#FF6600;
    border-bottom-style:solid;
    border-bottom-width:8px;
    margin-bottom:0px;
    height:100%;
	}
	
#archives form	{
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 30px;
	}

#archives select	{
	width: 100%;
	}
	
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	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%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
form {
	margin: 0px;
}

.wn {
	background-image: url(blog_img/wn_c.gif);
	background-repeat: no-repeat;
	margin: 5px 0px;
	padding-top: 10px;
	}	

.wn UL {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
	
.wn-img {
	border-top: none;
	border-right: none;
	border-bottom: 5px solid #FFFFFF;
	border-left: none;
	}
	
.wn-f {
	background-image: url(blog_img/wn_c2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 170px;
	margin: 0px;
}
#calendar {
  	line-height: 140%;
	color: #FFFFFF;
	font-size: x-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #FFFFFF;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

#calendar A:link{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#calendar A:visited{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#calendar A:hover{
	color: #6600CC;
	background-color: lavender;
}	

.sidebar {
	padding: 5px 15px 15px;
	}
	
.sidebar h2 {
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: double #FFFFFF;
	vertical-align: bottom;
	}

.sidebar ul {
	margin: 0px;
	padding: 5px;
	}

.sidebar li {
	color: #666666;
	font-size: x-small;
	text-align: left;
	line-height: 1.8;
	list-style-type: none;
	}

.sidebar #categories ul {
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	}

.sidebar #categories ul li {
	list-style-type: none;
	font-size: 14px;
	line-height: 25px;
	text-indent: 25px;
	background-image: url(blog_img/li-star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

.sidebar #categories ul li.subct {
	font-size: 14px;
    list-style-type: none;
	list-style-image: none;
	line-height: 1.4;
	vertical-align: middle;
    padding-left:20px;
	color: #FFFFFF;
	}
	
.sidebar #categories a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

.sidebar #categories a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

.sidebar #categories a:hover {
	color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9966FF;
	text-decoration: underline;
	background-color: #000000;
	}	

.sidebar img {
	border: none;
	margin-bottom: 0px;
	}


.posted{
	font-size: 11px;
	color: #666666;
}
.posted-d{
	font-size: 11px;
	color: #666666;
	background-color: ivory;
	text-align: right;
}
