@charset "EUC-JP"; /* PublishCharset into mt-config.cgi */

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a,
a:link,
a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
a:active {}

a img {
    border: 0;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul, ol {
    padding-left: 16px;
}
.side ul li {
	margin: 5px 5px 15px 5px;
	list-style-type: none;
	list-style-image:url(images/point.gif);
	list-style-position: inherit;
}
.entry ul li {
	font-size: 10px;
	margin: 5px;
	padding: 0;
	list-style-type: none;
	list-style-image:url(images/point.gif);
	list-style-position: inherit;
	border-bottom: 1px dotted #333;
}

dl {}
dt {}
dd {
    padding-left: 8px;
}

form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

blockquote {
    width: auto;
    margin: 15px 10px 0 10px;
    padding: 10px;
    border: 1px dotted #000066;
    font-size: 10px;
    color: #ccc;
    line-height: 150%;
}
.quotetitle { 
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

#banner {
	padding: 0px;
	/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
	margin-bottom: 20px;
}
#menu {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}


#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

#banner h2 {
    color: #ffffff;
    font-size: 12px;
}

.blog {
	padding: 5px;
	font-size: small;
	color: #fff;
	background: none;
	margin: 0px;
}

.date {
		text-align: right; 
    margin: -20px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 9px;
		color: #AEAFC8;
}
.entry-body {
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}


.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
}

.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.blog a,
#links-left a {
	position: relative;
	top: 0px;
	left: 0px;
}
.entry img {
    margin-right: 10px;
    margin-bottom: 2px;
}


.entry.extended {}

.entry-header {
	margin: 15px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #000066;
	padding-left: 5px;
}
.backnumber-header {
	margin: 15px 0 10px 0;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	border-bottom: solid 1px #000066;
	padding-left: 5px;
}

.entry-footer {
    margin: 15px 0 0 0;
    text-align: right;
    color: #fff;
    font-size: 9px;
}

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

.archive-list {
    margin: 10px 0;
}

.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

.sidetitle {
    margin-top: 3px;
    padding: 2px 0 2px 0;
    _padding: 1px 0 2px;
    color: #444444;
    font-size: 10px;
    line-height: 140%;
}

.side {
    margin: 3px 0 20px;
    background: none;
    color: #fff;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}

.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

.syndicate {
	margin-bottom: 5px;
	text-align: left;
	color: #666666;
	font-size: 9px;
	line-height: 150%;
	margin-left: 15px;
}

.powered {
	margin-top: 15px;
	text-align: left;
	color: #fff;
	font-size: 9px;
	line-height: 150%;
	margin-left: 15px;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #fff;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
	margin: 15px 0;
	padding: 2px 0 2px 5px;
	color: #ffffff;
	font-size: 11px;
	border-left: 3px solid #000066;
	font-weight: bold;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    padding-top: 0px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}


body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
	margin-bottom: 20px;
	text-align: center;
	background-color: #121645;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

.layout-two-column-left #box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
	background-image: url(images/author_bg.gif);
	background-repeat: no-repeat;
	background-position: 140px 70px;
	height: 1300px;
	margin-top: 100px;
}

.layout-one-column #container {
    margin-bottom: 0;
}

.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
    background: #36414d;
}

.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}
.layout-two-column-left #footer {
	margin: 0px 0 5px 0;
	padding-top: 350px;
}

.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}

.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #ffffff;
}

.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

.layout-two-column-left #content {
    width: 530px;
    margin: 0;
}
.layout-two-column-left #all {
		float: right;
		width: 530px;
		margin: 0;
}
.backnumber1 {
	text-align: right;
	margin-right:0px;
}
.backnumber2 {
	text-align: left;
	margin-left:0px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 170px;
}
.layout-two-column-left #links-left {
	padding: 0px;
	color: #ffffff;
	margin-bottom: 15px;
}

.layout-one-column #content {}

input,textarea {
}
.trans_box1 {
	color: #fff;
  font-family:verdana;
  padding:5px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.kiyonaga.net/news/images/trans_index.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box1[class] {
  background-image:url(images/trans_index.png);
}

.trans_box2 {
	color: #fff;
  padding:0px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.kiyonaga.net/news/images/trans_main.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
	background-image:url(images/trans_main.png);
	background-position: 150px;
}
#pagetop {
	text-align: right;
	margin-right: 5px;
}
.entry-content {
	padding-right: 5px;
	padding-left: 5px;
}
.entry-body,
.entry-more {
	font-size: 12px;
	line-height: 200%;
}
.layout-one-column #banner-header {
	background-image: url(images/index_top.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 15px;
}
.layout-one-column #box {
	width: 800px;
	margin: 100px auto 0 auto;
	padding: 0;
  text-align: left;
}
.layout-one-column #menu,
.layout-one-column #banner {
	margin: 0;
	padding: 0;
}
#index-news {
	background-image: url(images/index_news_bg.jpg);
	background-repeat: no-repeat;
	height: 265px;
	margin: 0;
	padding: 0;
}
#news-content {
	width: 435px;
	height: 225px;
	margin: 0px auto 0 13px;
	padding: 47px 12px 5px 12px;
}
.news-body {
	margin-bottom: 3px;
	border-bottom: 1px dashed #0066FF;
	padding-bottom: 3px;
}
.news-date,
.news-title {
	padding-bottom: 2px;
	font-size: 9px;
}
.position {
	position: relative;
	top: 0px;
	left: 0px;
}

/* Profile */
.layout-two-column-right #box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
	margin-top: 100px;
}
.layout-two-column-right #all {
	background-image: url(images/profile_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 731px;
	width: 800px;	
}
.layout-two-column-right #banner {
	padding: 0px;
	margin: 0px;
}
.layout-two-column-right #menu {
	padding: 0px;
	margin: 5px 0 0 0;
}
#pro-main {
	width: 460px;
	margin-left: 50px;
	padding-top: 135px;
}
.pro-left {
	float: left;
	width: 60px;
}
.pro-right {
	float: right;
	width: 400px;
	margin-bottom: 22px;
}
.pro-left-body {
	padding-right: 10px;
	font-size: 10px;
	color: #00FFFF;
	text-align: right;
	line-height: 150%;
}
.pro-right-body {
	padding-left: 5px;
	font-size: 10px;
	color: #fff;
	line-height: 150%;
}
#pagetop2 {
	background-image: url(images/profile_bg2.jpg);
	background-repeat: repeat-y;
	text-align: right;
	padding-right: 5px;
}
