body {
	margin: 0px 0px 20px 0px;
	background-color: #fff;
       	text-align: center;
        
	}
/********** anchor **********/
a {
	text-decoration: underline;
	}
a:link {
	color: #1d0e82;
	}

a:visited {
	color: #1d0e82;
	}

a:active {
	color: #1d0e82;
	}

a:hover {
	color: #cd5c5c;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
.diff {
	border-bottom: 1px dashed #666;
	margin-bottom: 15px;
	padding: 0px;	
	font-size: 1px;
	width: 100%;
	clear: both;
	}
/************** outline ***************/
#container {
	line-height: 130%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background-color: #f3f3f3;
	border: 1px solid #333;
	}
/************** header ***************/
#banner {
	font-family: Georgia, 'Times New Roman', serif;
	color: #333;
	background-color: #fdfdfd;
	text-align: left;
	padding: 0px;
	}

#banner img {
	margin: 0px;
	padding: 0px;
	}
#banner a {
	color: #1d0e82;
	text-decoration: underline;
	}
#banner a:visited {
	color: #1d0e82;
	text-decoration: underline;
	}
#banner a:active {
	color: #c03;
	text-decoration: none;
	}
#banner a:hover {
	color: #cd5c5c;
	text-decoration: none;
	}
#banner h1 {
	margin: 0px;
	padding: 0px;
	}

#banner h2 {
	font-size: 12px;
	color: #555;
	padding: 10px;
	background-color: #fdfdfd;
	}
.nav {
	text-align: left;
	height: auto;
	line-height: 180%;
	font-size: 11px;
	padding: 10px;
	margin: 0px;
	background-color: #fdfdfd;
	word-break: keep-all;
	}
.nav_cr {
	font-family: tahoma, "bitstream vera sans", "trebuchet ms", "lucida grande", lucida, helvetica, sans-serif;
	background-color: #4C4C4C;
	padding: 5px 10px;
	margin: 0px;
	color: #fff;
	height: 20px;
	font-size: 10px;
	}
/************** footer ***************/
#footer {
	background-color : #333;
	height: auto;
	overflow: hidden;
	width: 100%;
	}
#footer p {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	line-height: 130%;
	background-color: #333;
	}
#footer span {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #333;
	}
.ft_l {
	text-align: left;
	float: left;
	background-color: #333;
	}
.ft_r {
	float: right;
	text-align: right;
	background-color: #333;
	}
#footer a {
	text-decoration: underline;
	color: #fff;
	}
#footer a:link {
	text-decoration: underline;
	color: #fff;
	}
#footer a:visited {
	text-decoration: underline;
	color: #fff;
	}
#footer a:active {
	text-decoration: none;
	color: #fc9;
	}
#footer a:hover {
	text-decoration: none;
	color: #fc9;
	}
/*************** contents-left *****************/
#center {
	float: left;
	width: 560px;
	overflow: hidden;
	background-color: #f3f3f3;
	}
#center-ent {
	float: left;
	width: 540px;
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 0px 10px;
	}
.content {
	padding: 15px 15px 5px 15px;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
	background-color: #f3f3f3;
	}
.content p {
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	margin-bottom: 10px;
	}
.content strong {
	color: #ff6633;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
	line-height: 130%;
	}
.content b {
	color: #222222;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 13px;
	line-height: 130%;
	}
.content img {
	border-style: none;
	margin: 0px 1em 1em 1em;
	}
.content blockquote {
	line-height: 150%;
	}

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

.content h2 {
	color: #B22222;
	font-family: tahoma, "bitstream vera sans", "trebuchet ms", "lucida grande", lucida, helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #630;
	font-family: tahoma, "bitstream vera sans", "trebuchet ms", "lucida grande", lucida, helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h4 {
	color: #630;
	font-family: tahoma, "bitstream vera sans", "trebuchet ms", "lucida grande", lucida, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}
.content p.posted {
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}
.content p.extended {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-bottom: 8px;
	line-height: normal;
	padding: 0px;
	clear: both;
	}
.infobox img {
	border-style: none;
	margin: 0px;
	}
.infobox {
	background-color: #fff;
	padding: 0px;
	border: 1px solid #333;
	margin-bottom: 20px;
	height: auto;
	width: 530px;
	}
.infobox2{
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	border: 1px solid #333;
	margin-bottom: 10px;
	}
.inner {
	background-color: #fff;
	padding: 5px 15px 1px 15px;
	font-size: 12px;
	color: #555;
	}
.box2 {
	padding: 10px 10px 10px 10px;
	background-color: #fff7f0;
	border: 2px solid #ffccb3;
	margin-bottom: 10px;
	}
.inner img {
	border-style: none;
	margin: 0px 1em 1em 1em;
	}
/***************** sidebar-right ******************/
#right {
	float: right;
	width: 230px;
	background-color: #f3f3f3;
	overflow: hidden;
	}
.sidebar {
	font-family: tahoma, "bitstream vera sans", "trebuchet ms", "lucida grande", lucida, helvetica, sans-serif;
	padding: 5px;
	margin: 5px;
	}
.sidebar h2 {
	color: #333;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
  	padding: 3px;
	letter-spacing: .1em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}
.sidebar li {
	color: #666666;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}
.sidebar img {
	border-style: none;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

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

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	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%;
	}
#calendar {
  	line-height: 140%;
	color: #666666;
	font-size: 10px;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

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

#calendar caption {
	color: #333;
	font-size: 10px;
	border-bottom: 1px solid #333;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}
#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

#confirm {
	text-align: center;
	}

#confirm table {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 80%;
	margin: 10px auto;
	}

#confirm td {
	border-collapse: collapse;
	border: 1px solid #666;
	padding: 3px;
	text-align: center;
	}

/* comment */

.content h5{
	font-size: 0.75em;
	background-color: #dddddd;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
        overflow:hidden;
        width: 95%;
}


#comments h2 {
	font-size: 0.75em;
	background-color: #dddddd;
	}
#comments h2#com01 {
	font-size: 0.75em;
	background-color: #dddddd;
	}



#comments p	{
	font-size: 0.75em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments textarea	{
	width: 490px;
	height: 200px;
	}

/**************** inspire ********************/

#comments {

	padding: 5px 20px;
	margin-top: 20px;
}


#comments-header,
#comments-open-header {
    margin: 15px 0;
}

#comment-content,
#comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

#comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

#comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}

#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: left;
}
.comments-open label {
    display: block;
}

