@charset "utf-8";
/* (C)C-point Corp. */

/* common set */
body{
*font-size:small;*font:x-small;
	background-color: #000000;
	background-image: url(/usr/reinanakanishi/bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}

/* menuBox */
#menuBox {
	width: 800px;
	clear: both;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menuBox ul li {
	display: inline;
	padding: 0px;
	float: left;
	margin: 5px 0 0 8px;
	list-style-image: none;
	list-style-type: none;
}
#menuBox ul {
	margin: 0px;
	padding: 5px 0px 30px;
}


#homebtn a {
	background:url(/usr/reinanakanishi/btn_home_off.gif) no-repeat;
	display:block;
	width:91px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#homebtn a:hover {
	background:url(/usr/reinanakanishi/btn_home_on.gif) no-repeat;
	display:block;
	width:91px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#newsbtn a {
	background:url(/usr/reinanakanishi/btn_news_off.gif) no-repeat;
	display:block;
	width:86px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#newsbtn a:hover {
	background:url(/usr/reinanakanishi/btn_news_on.gif) no-repeat;
	display:block;
	width:86px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#livebtn a {
	background:url(/usr/reinanakanishi/btn_live_off.gif) no-repeat;
	display:block;
	width:182px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#livebtn a:hover {
	background:url(/usr/reinanakanishi/btn_live_on.gif) no-repeat;
	display:block;
	width:182px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#diarybtn a {
	background:url(/usr/reinanakanishi/btn_diary_off.gif) no-repeat;
	display:block;
	width:92px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#diarybtn a:hover {
	background:url(/usr/reinanakanishi/btn_diary_on.gif) no-repeat;
	display:block;
	width:92px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#profbtn a {
	background:url(/usr/reinanakanishi/btn_profile_off.gif) no-repeat;
	display:block;
	width:106px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#profbtn a:hover {
	background:url(/usr/reinanakanishi/btn_profile_on.gif) no-repeat;
	display:block;
	width:106px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#discobtn a {
	background:url(/usr/reinanakanishi/btn_disco_off.gif) no-repeat;
	display:block;
	width:169px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
#discobtn a:hover {
	background:url(/usr/reinanakanishi/btn_disco_on.gif) no-repeat;
	display:block;
	width:169px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none;
}
/* end menuBox */

/* link */
a:link {
	color: #FF3366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3366;
}
a:hover {
	text-decoration: underline;
	color: #FF9999;
}
a:active {
	text-decoration: none;
	color: #FF9999;
}
a img {
	border: none;
}
/* end common set */

/* Slayout */
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: block;
	overflow:hidden;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #000000;
	border-top: 1px none #FF3399;
	border-right: 1px solid #FF3399;
	border-bottom: 1px solid #FF3399;
	border-left: 1px solid #FF3399;
}
#banner {
	height: 370px;
	width: 800px;
	padding: 0px;
	margin: 0;
	background-image: url(/usr/reinanakanishi/bg_banner.jpg);
	background-repeat: no-repeat;
}
#links {
	padding: 0px;
	float: right;
	width: 220px;
	margin: 20px 0 15px 10px
	overflow: hidden;
}
#content {
	width: 570px;
	margin: 0;
	display: block;
	height: auto;
}
#footer{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 800px;
	text-align: center;
}
#copyright{
	margin:20px auto auto 0;
	padding: 0 5px;
	font-size: 10px;
	color: #FF6699;
}
/* end layout */

/* common parts */
.button {
	margin: 3px 0 0 3px;
	background-color: #FF6699;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	display: inline;
}
.text{}
.aposted{}
.centerLayout{
	text-align: center;
}
/* end common parts */

/* banner parts */
.blogtitle {
	margin: 10px 10px 0px;
	float: left;
	padding: 0px;
	display: block;
}
.blogtitle a:link {
	color: #FF33CC;
	text-decoration: none;
}
.blogtitle a:visited {
	text-decoration: none;
	color: #FF33CC;
}
.blogtitle a:hover {
	text-decoration: underline;
	color: #FF0066;
}
.blogtitle a:active {
	text-decoration: none;
	color: #FF0066;
}
.description {
	font-size: 12px;
	overflow:auto;
	line-height: 120%;
	display: block;
	padding: 5px;
	margin: 20px auto 10px 10px;
	height: 60px;
	width: 330px;
	float: left;
}
/* end banner parts */

/* content parts */
.blog {
	width: 570px;
	padding: 0px;
	margin: 0px;
	display: block;
}
.blogbody {
	width: 520px;
	background-color: #FF99CC;
	border: 1px solid #FF66CC;
	margin: 0px 15px 15px;
	padding: 10px;
}
.date {
	font-size: 10px;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: auto;
	text-align: right;
	display: block;
	color: #FF33CC;
	padding: 0px;
}

.title {
	height: 40px;
	width: 470px;
	padding: 8px 0px 0px 40px;
	margin-bottom: 10px
	font-size: 14px;
	background-image: url(/usr/reinanakanishi/list_title.gif);
	background-repeat: no-repeat;
	margin: 0px;
	color: #FF35CC;
}
.title a:link {
	text-decoration: none;
	color: #FF35CC;
}
.title a:visited {
	text-decoration: none;
	color: #FF35CC;
}
.title a:hover {
	text-decoration: underline;
	color: #FF35CC;
}
.title a:active {
	text-decoration: underline;
	color: #FF35CC;
}

.main {
	width: 100%;
	font-size: 85%;
	line-height: 150%;
	overflow:auto;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.main img {
	background-color: #FFFFFF;
	border: 1px solid #FFCCCC;
	padding: 5px;
	margin:5px;
}


.main a:link {
	color: #FF0066;
	text-decoration: underline;
}
.main a:visited {
	text-decoration: underline;
	color: #FF0066;
}
.main a:hover {
	text-decoration: none;
	color: #FF0066;
}
.main a:active {
	text-decoration: none;
	color: #FF0066;
}

.main-continues {
	font-size: 10px;
	display: block;
	text-align: right;
	margin-top:10px;
	width: 98%;
	padding: 0px;
}
.posted {
	text-align: right;
	font-size: 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF33CC;
	margin-top: 10px;
	padding-top: 5px;
	color: #333333;
}
.posted a:link {
	color: #FF3366;
	text-decoration: none;
}
.posted a:visited {
	text-decoration: none;
	color: #FF3366;
}
.posted a:hover {
	text-decoration: underline;
	color: #FF0066;
}
.posted a:active {
	text-decoration: none;
	color: #FF3366;
}


.menu{
	font-size: 90%;
	line-height: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.amenu{}

.pagetop{
	font-size: 90%;
	line-height: 100%;
	text-align: right;
	padding-top: 10px;
}

.title_s {
	display: inline;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	color: #FF35CC;
}
/* trackback */
.trackback-url {
	font-size: 85%;
	margin: 0px;
	padding: 2px;
	color: #FF35CC;
}
.trackback-body{
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 85%;
	line-height: 120%;
}
.trackback-post {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 83%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF99CC;
}
.atrackback-post{}


/* comments */
.form {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 480px;
}
.form th {
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
	vertical-align: top;
	padding-bottom: 5px;
}
.form td {
	padding-right: 5px;
	vertical-align: top;
	padding-bottom: 5px;
}

.comments-head {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 90%;
	font-weight: bold;
	color: #FF99CC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6699;
}
.comments-body {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 85%;
	line-height: 120%;
}
.comments-post {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 83%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9999;
}
/* end content parts */

/* links parts */
.sidetitle {
	background-image: url(/usr/reinanakanishi/list_sidetitle.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 175px;
	margin-right: auto;
	margin-left: 0px;
	height: 23px;
	padding-top: 14px;
	padding-left: 30px;
	margin-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}
.side {
	width:200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 80%;
	line-height: 110%;
}
.sidebody {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
}

/* Information */
.ad{}
/* category */
.category .side .sidebody{
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
	}
/* recententry */
.recententry{} 
/* archives */
.archives{}
/* comment */
.comment{}
/* trackback */
.trackback{}
/* profile*/
.profile{}
.photo{
	text-align: center;
	margin-bottom: 5px;
}
.nickname{
	text-align: center;
	margin-bottom: 5px;
	clear: both;
	font-weight: bold;
}
.message{
	padding: 5px;
}
/* calender */
.calender {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 11px;
}
.calendarhead {
	color: #FF33CC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
}
.calendarhead a:link {
	color: #FF33CC;
	text-decoration: none;
}
.calendarhead a:visited {
	text-decoration: none;
	color: #FF33CC;
}
.calendarhead a:hover {
	text-decoration: underline;
	color: #FF9999;
}
.calendarhead a:active {
	text-decoration: none;
	color: #FF9999;
}
.calendartable {
	width: 200px;
	background-color: #FF66CC;
	color: #FFFFFF;
	text-align: center;
}
.calendard{
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sun{}
.sat{}
.today{background-color: #FF3399;}
.today a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.today a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.today a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.today a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
/* inquiry */
.inquiry{}

/* RSS */
.rss li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 85%;
}
/* counter */
.counter{}
/* subscription */
.subscription .sidetitle{
	text-align: left;
	}
.subscription{
	text-align: center;
	}
.subscription .text{
	width: 130px;
	margin-right: 5px;
}
/* link */
.link{}
/* search */
.search{}

/* QR */
.qrcode{}
/* article */
.article_ad{}
/* custom */
.custom1 , .custom2, .custom3 {
	width: 200px;
	font-size: 80%;
	line-height: 130%;
	padding: 10px;
}
hr {
	border: #000000;
}