@charset "utf-8";
body {
	margin: 0px;
	background-image: url(/img/background/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
        background-color: #FFFAF0;
	}

div {
	color: #777777;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}

a {
	color: #777777;
	text-decoration: underline;
	}

a:link {
	color: #777777;
	text-decoration: underline;
	}

a:visited	{
	color: #777777;
	text-decoration: underline;
	}

a:active {
	color: #D95200;
	text-decoration: none;
	}

a:hover {
	color: #D95200;
	text-decoration: none;
	font-weight: bold;
	}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: bold;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}

blockquote {
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 10px;
	border-left: 1px dotted #FFFFFF;
	}

img { 
	 border: 0;
	}

/* LAYOUT */


#layout {
	width: 900px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	text-align: left;
	}



#left {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px;
	}


#right {
	background-color: transparent;
	float: right;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#navi {
	position: absolute;
	top: 40px;
	left: 450px;
	font-size: small;
	}


/* LEFT PART */

.logo {
	font-size: small;
	margin: 30px 0px 0px 0px;
	text-align: center;
	}


.archive_list {
	font-size: small;
	line-height: 250%;
	margin: 30px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	}
	
	.archive_list a,
	.archive_list a:link,
	.archive_list a:visited,
	.archive_list a:active {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
	.archive_list a:hover {
	color: #D95200;
	text-decoration: none;
	font-weight: bold;
	}


/* RIGHT PART */

.menu {
	margin: 80px 0px 10px 0px;
	font-size: x-small;
	font-weight: bold;
	}

	.menu a,
	.menu a:link,
	.menu a:visited,
	.menu a:active {
	text-decoration: underline;
	color: #9F8666;
	}
	
	.menu a:hover {
	text-decoration: underline;
	color: #000000;
	}


.page_title {
	font-size: small;
	font-weight: bolder;
	line-height: 170%;
	margin: 80px 0px 0px 0px;
	font-family: "Verdana";
	}


.archive_title {
	font-size: small;
	font-weight: bolder;
	line-height: 170%;
	margin: 80px 0px 0px 0px;
	font-family: "Verdana";
	}


.newentries {
	font-size: small;
	line-height: 170%;
	margin: 80px 0px 0px 0px;
	}
	
.entrylist {
	font-size: small;
	line-height: 170%;
	margin: 10px 0px 0px 0px;
	}


.recent {
	font-size: xx-small;
	line-height: 170%;
	margin: 30px 0px 20px 0px;
	}


.date {
	font-size: x-small;
	line-height: 170%;
	margin: 30px 0px 0px 0px;
	}


.title {
	font-size: small;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	}


.pict {
	font-size: small; 
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #777777;
	}


.blogbody {
	font-size: 11px;
	line-height: 170%;
	border: 1px solid #777777;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover
	{
	font-weight: normal;
	text-decoration: underline;
	}


.more {
	font-size: 11px;
	line-height: 170%;
	margin-top: 40px;
	}



.state {
	font-size: xx-small;
	margin: 20px 0px 20px 0px;
	}


.code {
	font-family: "Verdana";
	font-size: small;
	line-height: 170%;
	border: 1px dotted #FFFFFF;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	}


.large {
	font-size: medium;
	font-weight: bolder;
	line-height: 180%;
	}




/* COMMENT */

.comment_title {
	font-size: small;
	font-weight: bolder;
	margin: 50px 0px 20px 0px;
	}


.comment {
	font-size: x-small;
	line-height: 170%;
	border: 1px solid #777777;
	margin: 0px 0px 20px 40px;
	padding: 0px 10px 0px 10px;
	}

.comment_preview {
	color: #FFFFFF;
	font-size: small;
	line-height: 170%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 10px 2px 10px 2px;
	padding: 0px 10px 0px 10px;
	}


.comment_posted {
	font-size: xx-small;
	line-height: 170%;
	border-top: 1px solid #777777;
	margin: 10px 0px 3px 0px;
	padding-top: 3px;
	text-align: right;
	}


.comment_nonposted {
	font-size: xx-small;
	margin: 10px 0px 20px 40px;
	}
	
	
.comment_posted_prev {
	color: #FFFFFF;
	font-size: xx-small;
	line-height: 170%;
	border-top: 1px solid #FFFFFF;
	margin: 10px 0px 3px 0px;
	padding-top: 3px;
	text-align: right;
	}


.comment_form {
	color: #FFFFFF;
	font-size: xx-small;
	line-height: 170%;
	margin: 30px 2px 0px 2px;
	padding: 0px 0px 0px 20px;
	}

.comment_button {
	padding: 20px 0px 20px 0px;
	}

.preview {
	font-family: "Verdana";
	width: 100px;
	font-size: small;
	}

.submit {
	font-family: "Verdana";
	width: 100px;
	font-size: small;
	}





/* TRACKBACK */

.trackback_title {
	font-size: small;
	font-weight: bolder;
	margin: 50px 0px 20px 0px;
	}

.trackback_url {
	font-size: xx-small;
	margin: 10px 0px 20px 40px;
	}

.trackback_list {
	font-size: xx-small;
	line-height: 170%;
	margin: 20px 0px 20px 40px;
	}




/* ATTACH */

.attach {
	font-size: small;
	line-height: 160%;
	margin: 30px 0px 50px 0px;
	}

	.attach a,
	.attach a:link,
	.attach a:visited,
	.attach a:active,
	.attach a:hover {
	text-decoration: underline;
	}


.attach_body {
	margin: 0px 50px 30px 50px;
	}







/* LINKS */

.link_list {
	color: #FFFFFF;
	font-size: x-small;
	line-height: 250%;
	margin: 20px 0px 0px 0px;
	text-align: center;
	}


#links1 {
	position: absolute;
	width: 200px;
	top: 130px;
	left: 450px;
	font-size: x-small;
	line-height: 170%;
	}


#links2 {
	position: absolute;
	width: 280px;
	top: 130px;
	left: 660px;
	font-size: x-small;
	line-height: 170%;
	}


/* COMMENTS LIST */

#comments_list {
	position: absolute;
	width: 760px;
	top: 130px;
	left: 450px;
	font-size: small;
	line-height: 170%;
	}



/* BBS */

.bbs_body {
	font-size: 11px;
	line-height: 170%;
	border: 1px solid #777777;
	margin: 10px 0px 0px 0px;
	padding: 10px 5px 5px 10px;
	}



.bbs_state {
	font-size: xx-small;
	border-top: 1px solid #777777;
	margin: 10px 5px 0px 0px;
	padding-top: 2px;
	}
	
	
.bbs_delkey {
	font-size: xx-small;
	text-align: center;
	margin: 30px 0px 0px 0px;
}


.bbs_movelog {
	margin: 20px 0px 50px 0px;
	font-size: xx-small;
	font-weight: bold;
	}

	.bbs_movelog a,
	.bbs_movelog a:link,
	.bbs_movelog a:visited,
	.bbs_movelog a:active {
	text-decoration: underline;
	color: #9F8666;
	}



/* ABOUT*/

.about_title {
	font-size: x-small; 
	font-weight: bold;
	margin: 30px 0px 10px 0px;
	}

.about_text {
	font-size: x-small;
	line-height: 180%;
	margin: 20px 0px 10px 20px;
	}
	
	
/* PSY */

.psy_arcive {
	font-size: 11px;
	margin: 20px 0px 0px 0px;
	}

	.psy_arcive a,
	.psy_arcive a:link,
	.psy_arcive a:visited,
	.psy_arcive a:active {
	text-decoration: underline;
	}
	
	.psy_arcive a:hover {
	color: #D95200;
	text-decoration: none;
	font-weight: bold;
	}
	
	
.psy_title {
	font-size: small;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	}
	
	
.psy_top {
	color: #FFFFFF;
	font-size: xx-small;
	line-height: 170%;
	margin: 0px 30px 0px 20px;
	padding: 0px 0px 0px 20px;
	}
	
.psy_title_e {
	text-align: right;
	font-size: x-small; 
	font-style: italic;
	margin: 0px 0px 0px 0px;
	}


.psy_text {
	font-size: 11px;
	line-height: 180%;
	margin: 20px 0px 20px 20px;
	}
	
	
.psy_tbbs {
	font-size: xx-small;
	color: #FFFFFF;
	margin: 0px 20px 30px 20px;
	}
	
	
.psy_date {
	text-align: right;
	font-size: xx-small;
	font-style: italic;
	border-top: 1px solid #777777;
	margin-bottom: 30px;
	padding-top: 2px;
	}
	
	
.t_comment_form {
	font-size: xx-small;
	line-height: 170%;
	margin: 30px 2px 0px 2px;
	padding: 0px 0px 0px 20px;
	}
