@charset "UTF-8";


/*++++++++++++++++++++++++++++++++++++++++++
Float clear
+++++++++++++++++++++++++++++++++++++++++++*/

#footer,
.floatclear {
	clear:both;}

#base:after,
#header:after,
#footer:after,
#posttext:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;}
	
#base,
#header,
#footer,
#posttext,
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/

* html #base,
* html #header,
* html #footer,
* html #posttext,
* html .clearfix { height: 1% }

#base,
#header,
#footer,
#posttext,
.clearfix {display:block;}
/* end MacIE5 */


/*++++++++++++++++++++++++++++++++++++++++++
basic html
+++++++++++++++++++++++++++++++++++++++++++*/

* {
	padding:0px;
	margin:0px;
	}

body {
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
	background: #008000;
	text-align: center;
	background-color: #fff;
	padding-bottom: 25px;}
	
img {	border:0;}
	
a:link {	text-decoration: underline;}
a:visited {	text-decoration: underline;}
a:hover {	text-decoration: underline;}
a:active {	text-decoration: none;}


/*++++++++++++++++++++++++++++++++++++++++++
base
+++++++++++++++++++++++++++++++++++++++++++*/

body #base {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width:560px;}
h1 {
	background-color:#000000;}

h1 span {
	padding:9px 13px 7px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	display:block;
}
h2 {
	padding:9px 13px;
	font-size:12px;
	font-weight:normal;
	background-image: url(../image/p_h2_bg.gif);
	border-top: 2px solid #000000;}
	
#posttime {
	text-align:right;
	margin:12px 12px 0;
}
h3 {
	margin:13px 0 15px 12px;
	text-decoration:underline;
	font-size:16px;
}
#posttext  {
}
#posttext p {
	margin-bottom:10px;
	padding:0 12px;
}

#posttext #photo {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 22px;}

#posttext p#master {
	clear:both;
	text-align: right;}

#footer {
	border-top: 2px solid #000000;
	text-align: right;
	margin-top:5px;}
	
#footer div#windowclose {
	text-align: center;}

/*++++++++++++++++++++++++++++++++++++++++++
tag
+++++++++++++++++++++++++++++++++++++++++++*/
#tag img {
	margin-bottom: 15px;}

#tag p{
	color: #000;
	font-weight: bold;}

.tagSample {
	color:#000000;}
.tagSizeL {
	width:550px;}
.tagSizeM {
	width:400px;}
.tagSizeS {
	width:300px;}
.tagSizeN {
	}

.tagSample a {
	margin-left:20px;}

.tagSample ul {
	list-style: none;
	margin: 5px 0px 20px;}
	
.tagSample li {
	padding: 5px 0 5px 10px;
	border-bottom: dotted 1px #999999;}

#tag div#windowclose {
	text-align: center;}
