/* BASIC_FONT-STATUS */

*{
	font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
}

/* BASIC_COLOR_etc. */

body {
	text-align: left;
	font-size: 10pt;
	font-weight: 400;
	line-height: 133%;
	margin:8px auto;
	width: 800px;
	color: #383850;
	background-color: #fafaff;
	background-image: url("rr4cbg100N5.png");
}

/* INLINE-ELEMENTS_COLOR_etc. */

em{
	font-style: normal;
	font-weight:500;
	color:#ff2000;
}

strong{
	font-style: normal;
	font-weight:600;
	color:#ff0800;
}

abbr,acronym{
	font-style: nomal;
	text-decoration: none;
}

code{
	font-family: "ＭＳゴシック","Osaka",sans-serif;
	color:#2020a0;
}

a:link{
	color: #4848d0;
	text-decoration: none;
}
a:visited{
	color: #a070e0;
	text-decoration: none;
}
a:hover,a:active{
	color: #e040ff;
	text-decoration: underline;
	background: none;
}

img{
	margin: 0px;
}


/* BLOCK-ELEMENTS_COLOR_etc. */

div{
	text-align: left;
	margin:4px 4px 4px 4px;
	padding: 4px 4px 2px 4px;
	border:#a0a0e0 solid 1px;
}

p{
	text-indent:2pt;
	margin:2px 4px 2px 4px;
	padding: 2px 6px 2px 8px;

}


h2,h3,h4,h5,h6{
	margin:6px 4px 6px 4px;
	padding:3px 2px 2px 8px;
	text-align: left;
}

h1{
	margin:6px 0px 6px 0px;
	padding:4px 4px 4px 8px;
	text-align: left;
	font-weight:700;
	color:#ffffff;
	font-size: 14pt;
	background-color: #6060c0;
	border-style:none;

}

h2{
	font-weight:700;
	color: #faf8ff;
	font-size: 12pt;
	background-color: #8080d0;
	border-style:none;
}
h3{
	font-weight:700;
	color: #faf8ff;
	font-size: 12pt;
	background-color: #8888d8;
	border-style:none;
}
h4{
	font-weight:600;
	color: #faf8ff;
	font-size:12pt;
	background-color: #9090e0;
	border-style:none;
}
h5{
	font-weight:600;
	color: #faf8ff;
	font-size: 10pt;
	background-color: #9898e8;
	border-style:none;
}
h6{
	font-weight:600;
	color: #faf8ff;
	font-size:10pt;
	background-color: #a0a0f0;
	border-style:none;
}

blockquote{
	margin: 2px 2px 4px 2px;
	padding: 3px 4px 3px 4px;
	background-color:#f0f0ff;
	border:#e0e0e0 solid 1px;

}

pre
{
	text-indent:2pt;
	margin:2px 8px 2px 8px;
	padding: 2px 6px 2px 8px
}


form {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px
}

input {
	font-size:10pt;
	border-right: #c1c1c1 1px solid; border-top: #c1c1c1 1px solid; border-left: #c1c1c1 1px solid; color: #333333; border-bottom: #c1c1c1 1px solid; background-color: #ffffff;
}

textarea {
	font-family: "ＭＳゴシック","Osaka",sans-serif; 
	font-size:10pt;
	border: #c1c1c1 1px solid;
	color: #333333;
	background-color: #fcfaff
}
select {
	font-size:10pt;
	border-right: #c1c1c1 1px solid; border-top: #c1c1c1 1px solid; border-left: #c1c1c1 1px solid; color: #333333; border-bottom: #c1c1c1 1px solid; background-color: #ffffff;
}

td {
	border:#606060 solid 1px;
	}


/* LIST */
ul,ol{
margin:2px 2px 2px 2px;
padding: 2px 4px 2px 4px;
line-height: 125%;
/*
background-color: #202020;
*/
}
ul
{

list-style:disc inside;
}

ol
{
list-style:lower-roman inside;
}
li{

}

/* LINE */

hr{
	width: 100%;
	height: 1px;
	border-style:none;
	background-color: #c4c0d8;
	margin: 4px 0px 4px 0px;

}

/* OTHERS(BLOG-ORIGINAL_etc.) */

.bold_s{
	font-size: 10pt;
	font-weight: bold;
	color: #665EAC;
}

#timezone {
	text-align: left;

	margin: 8px 4px 0.8em 4px;
	padding: 6px 4px 6px 4px;
}
#timezone table {
	border-left: 1px solid #b7b7b7b;
	border-bottom: 1px solid #b7b7b7;
	width: 100%;
	background-color:#f8f8f8;
	color: #606060;
}
#timezone td {
	border-top: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	line-height: 120%;
	padding: 0.1em;
}
#timezone td a:link {
	display: block;
	background: #a0ff78;
	color: #005000;
	text-decoration: none;
}
#timezone td a:visited {
	display: block;
	background: #80f040;
	color: #003800;
	text-decoration: none;
}
#timezone td a:hover {
	display: block;
	background: #d0ff80;
	color: #003000;
	text-decoration: none;
}

.sunday{
	color: #e04040;
	background-color: #ffc8c8;
}
.saturday{
	color: #4040c8;
	background-color: #d8d8ff;
}
.nomalday{
	color: #202020;
	background-color: #fffff8;
}

#timezone strong {
	color: #f00;
	font-weight: normal;
}
#timezone em {
	color: #00f;
	font-style: normal;
}
#pastlog {
	text-align: right;
	padding-right: 0.7em;
	margin: 0.7em 0 1.7em 0;
}
#pastlog a {
	margin: 0 0.3em 0 0.3em;
}
#login {
	text-align: right;
	padding-right: 0.7em;
	margin: 0.7em 0 1.7em 0;
}
#masterroom {
	text-align: center;
}


#copy	{
	text-align: right;
	margin: 0.5em 0.5em 0.7em 0;
}


.ss {
	font-size: 10px;
}

.T1 {
	font-size: 15px;
; font-weight: bold
}

.checkbox{
		background-color: #003000;
		border-color:none;
}



/* plusALPHA(BASIC-DESIGN) */
/* margin... 1st"AUTO"(CENTARRING)-"NUM"*/

div#material0{
	border-style:none;
	padding: 0px;
	margin:auto;
	width: 800px;

}

div#material1{
	border-style:none;
	padding: 0px;
/*
background-color: #082818;
*/
}
div#material2{
border: hidden;
padding: 0;
	margin:auto;
margin-top: 4px;
margin-bottom: 8px;
/*
background-color: #084818;
*/
}

div#material2l{
/*
background-image: url("rr4cbg100O.png");

border:#d0c888 solid 1px;
*/

margin: 0px 0px 8px 0px;
padding: 2px 2px 8px 2px;
float: left;
width: 184px;

}

div#material2r{
/*
float: right;
width: 180px;
*/
margin: 0px 0px 8px 196px;
padding: 2px 2px 8px 2px;
}

div#material2rc{
/*
background-image: url("rr4cbg100B.png");
*/
margin: 0px 196px 8px 4px;
}

div#material2rr{
float: right;
width: 180px;
margin: 0px 4px 8px 0px;

}


div#material3{
	margin:auto;
margin-top: 4px;

clear: both;
}

.tright{
	text-align: right;
}
.menutitle{
	font-weight:600;
	color: #200060;
	font-size:10pt;
	background-color: #d4d4ff;
	border-style:none;
}

.noframe{
	border-style:none;
	padding: 0px;
	margin: 0px;
}

.copyright{
	font-weight:300;
	font-size:8pt;
	line-height: 120%;
	text-align: right;
	color: #606060;
	background-color: #eaeaf0;
	border-style:none;
}
.diaryfield{
/*
	background-color: #fcf8ff;
	border:#c8c0e0 solid 1px;
*/
	padding: 2px 8px 2px 8px;
	background-image: url("rr5c_txt.png");
	border-style:none;
}


/* COUNTER-AREA */

.cntarea0{
	width: 96%;
	margin: 2px 4px 2px 4px;
	border-style:none;
	border-collapse: collapse;
}
th.cntarea1,td.cntarea2,td.cntarea3{
	padding: 0px 2px 0px 2px;
/*
	border:#b0b0ff solid 1px;
*/
	border-style:none;
}

th.cntarea1{
	text-align: center;

}

td.cntarea2,td.cntarea3{
	text-align: right;
}

td.cntarea2{

}
td.cntarea3{
	color: #909090;
}
.cntviewer{
	padding: 0px;
	margin: 0px 4px 0px 4px;
	border-style:none;
	text-align: center;
}

