@charset "utf-8";

body {
	background-color:#f4f4f4;
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	color: #3F3F3F;
	margin: 0px;
}

/* ********************************************************************************************************** */

h1 {
	color: #666666;
	margin: 0px 0 0px 10px;
	position: absolute;
	font-size: 1.2em;
	}
	
h1 a:link, h1 a:visited {
	color: #666666;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #444444;
	text-decoration: none;
	}
	
h2 {
	color: #777777;
	letter-spacing: 0.2em;
	margin: 0px 0 0 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style:normal;
	font-size:14px;
	}
	
h2 a:link, h2 a:visited {
	color: #777777;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #666666;
	background: none;
	text-decoration: none;
	}
	
h3 {
	margin: 10px 0 10px 0;
	font: normal 14px 'Times New Roman', Times, serif;
	color:#999999;	
}

a:link {
	color: #0000FF;
	text-decoration: underline;
	}
	
a:visited {
	color: #0000FF;
	}
	
a:hover, a:active {
	color: #0000FF;
	text-decoration: underline;
	}

em  {font-style: normal; }
	
blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	}
	
code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #e6e6e6;
	font-size: 1.2em;
	border-top: 2px solid #616161;
	}

p {
	line-height: 1.4;
	}

.description {
	letter-spacing: 0.2em;
	color:#339900;
	margin:0px;
	padding:0px 20px 0 20px;
	text-align:left;
	font-size: 0.8em;
}

	
.ads {
text-align:center;
padding: 0 0 0 0px;
}

	
/* ********************************************************************************************************** */
#side {
	float: right;
	width: 170px;
	padding: 0px 10px 0 10px;
	text-align:left;
	}
	
.side-menu {
	background: url(images/line.jpg) no-repeat;
	margin-top: 5px;
	padding: 3px 0 10px 5px;
	color:#00CC00;
    }	
.side-menu li {
	list-style: none;
	padding: 0px 0 0px 0px;
	}
	
.side-menu ul {
	padding: 0px 0px 0px 5px;
	margin: 0;
	}
	
.side-menu a {
	font-size: .8em;
	text-decoration: none;
	}
	
.side-menu a:link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;	
	}
	
.side-menu a:visited {
	color: #0000FF;
	}
	
.side-menu a:hover, .side-menu a:active {
	color: #0000FF;
	text-decoration: underline;	
	}

.side-menu img {
	border: 0px;
	}

	
#search {
	height: 56px;
	margin: 0 auto;
	padding-top: 22px;
	}
	
#search h3 {
	font-size: 1.4em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
#search_area {
	background: #fff;
	color: #666666;
	}	
	
.themes {
	font-size: .9em;
	}


textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #949494;
	padding: 2px 5px 1px 5px;
	width: 450px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #666666;
	color: #333333;
	}
	
/* ********************************************************************************************************** */
	
#skip {
	display: none;
	}
	
hr {
	display: none;
	}
	

.clearfix:after {
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

* html .clearfix {height: 1%;}

/* ********************************************************************************************************** */
#content {
	padding: 5px 0 0 0;
	margin-top: 0px;
	width: 460px;
	background-color:#FBFBFB;
	}
.post {padding: 5px 0 0 15px;}
.main {
    padding: 0 0 0 5px;
	}
.main li {
	padding: 2px 0 0 10px;
	list-style: none;
	}
	
.main ul {
	padding: 0 0 20px 10px;
	margin: 0;
	}
	
.main img {
	padding: 3px;
	border: 1px solid #999999;
	}
	
.meta {
	background: #F5F5F5;
	border-left:5px solid #999999;
	border-bottom:1px solid #999999;
	font-size: .9em;
	padding: 3px 0 0 5px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	
.meta:hover {
	background: #F7FEDC;
	}

.article {
padding: 0 0 0 3px ;
color:#999999;
}

.highlight {
	background: #dbdbdb;
	}
	
.comments {
	font-size: 0.8em;
	padding: 10px 0 25px 30px;
	border-bottom: 3px double #eee;
	}
	
.comments a:link, .comments a:visited {
	color: #666666;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #cccccc;
	color: #666666;
	text-decoration: none;
	}	
	
.alt {
	background: #EAF8CF !important; 
	border: 1px solid #D5F0A4 !important;
	padding: 10px 10px 0 10px !important;
	}
	
.alt:hover {
	border: 1px solid #ACE149 !important;
	}
	
.commentlist li:hover {
	border: 1px solid #ACE149;
	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #DEF3B6;
	margin: 10px;
	color: #3C452D;
	}
	
p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}
	
p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}
	
.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
	}
	
.warning p {
	background: url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
	}
	
.postinput {
	margin-left: 10px;
	}
.sg1 {
	background: url(images/banner_01.jpg) no-repeat;
	width:28px;height:16px;	
}
.sg2 {
	background: url(images/banner_02.jpg) no-repeat;
	width:28px;height:16px;	
}
.sgtxt {
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #333333;
text-align:left;
text-decoration:none;
}
.sgtxt {
font-size: 9px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #333333;
text-align:left;
text-decoration:none;
}


#sgf {
	font-family: Arial, Verdana, Helvetica;
	font-size:10px;
  	font-weight:bold;	
	color: #333333;
	text-decoration: none;	
}
#sgf a.sgfooter {
	font-family: Arial, Verdana, Helvetica;
	color: #333333;
  	font-weight:bold;	
	text-decoration: none;
	font-size:10px;
}
#sgf a.sgfooter:hover {
	font-family: Arial, Verdana, Helvetica;
	color: #333333;
  	font-weight:bold;	
	text-decoration: none;
	font-size:10px;
}
	
/* ********************************************************************************************************** */