@charset "utf-8";
/* Template CSS File
   Created 2008.11.27
*/
/*  [Sample]
	margin: top right bottom left
	padding: top right bottom left
	border: width style color
	outline: width style color
	font: style variant weight size/height family
	background: color image repeat attachment position
*/

* {
	margin:0;
	padding:0;
	line-height: 130%;
	letter-spacing: 1px;
}

/***** General *****/
body {
	background-color: #ffffff;
	color: #333333;
	font-family: "MS Gothic", "Osaka－等幅";
	font-size: 12px;
	margin: auto;
}
a {
	background-color: inherit;
	color: #0000ff;
	text-decoration:underline;
	font-weight: normal;
}
a:hover {
	color: #ff3300;
	text-decoration:none;
}
a img {
	border:none;
}
img {
	border:none;
}

.inline {
	display: inline;
}
.float {
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.red {
	color: #ff3300;
}
.bold {
	font-weight: bold;
}

/***** Layout *****/
#container {
	clear: both;
	text-align: left;
	width: 680px;
	margin: 0 auto;
}
#header {
	margin-top:10px;
}
#information {
	margin:10px 10px;
}
#information #name {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
#information #name img {
	position:relative;
	top:5px;
	margin-right:5px;
}

#message {
	padding:8px 8px;
	border:1px dotted #9966cc;
	margin:10px 20px;
	line-height:150%;
}

#comment {
	text-align: center;
}
#comment img {
	position:relative;
	top:8px;
	margin-right:5px;
}

#information #date, #information #place {
	font-size:14px;
	margin:0 40px;
}
#contents {
	min-height: 500px;
	margin:30px 0;
	text-align:center;
}
#contents img {
	margin:5px 10px;
	padding:2px 2px;
	border:1px solid #aaaaaa;
	cursor:pointer;
}
#contents img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:.70;
}
#contents div.img {
	display:inline;
}

#contents .title {
	font-weight:bold;
	padding:2px 0;
}
#contents .body {
	margin:0 45px;
	line-height:150%;
}
#contents .subtitle {
	font-weight: bold;
	font-size:14px;
	padding:3px 0;
	margin:5px 10px;
	background-color: #F0E68C;
}


#close {
	text-align: center;
	color: #0000ff;
	background-color: #ffffff;
	width:200px;
	margin:20px auto;
	padding:5px 0;
	cursor:pointer;
	text-decoration:underline;
}
#close:hover {
	color: #ff0000;
	background-color: #ccccff;
}
#footer {
	padding:5px 0;
	text-align: center;
	color: #ffffff;
	background-color: #9966cc;
}
