
body {
	background: #F0EDE1;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, td, input, select, textarea {
	color: #4D4D4D;
	font-family: Verdana, "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", "MS PGothic", "MS Gothic", "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}

/* Font-size */
/* -------------------------------------------------------------------------------- */

body { font-size: 83.3%;}
table, th, td, input, select, textarea { font-size: 100%;}
#topmenu, #head p, #root, #foot, #copyright, .komoji { font-size: 80%; *font-size: 71%;}

/* Line-height */
/* -------------------------------------------------------------------------------- */

#main p { line-height: 1.6;}
#main th, #main td { line-height: 1.2;}
#main ol, #main ul, #main dl { line-height: 1.4;}

/* Composition */
/* -------------------------------------------------------------------------------- */

#TOP {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #FFFFFF;
	padding-bottom: 20px;
	text-align: left;
}
#container {
	width: 710px;
	margin: 0px 20px 0px 10px;
}
#main {
	float: right;
	width: 500px;
	margin-bottom: 30px;
}
#sub {
	float: left;
	width: 190px;
	margin-bottom: 30px;
}

/* Link */
/* -------------------------------------------------------------------------------- */

a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #0099CC;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
/* 通常文字色　下線なし */
.link01 a:link, .link01 a:visited,
a.link01:link, a.link01:visited {
	color: #4D4D4D;
	text-decoration: none;
}
/* 通常文字色　下線あり */
.link02 a:link, .link02 a:visited,
a.link02:link, a.link02:visited {
	color: #4D4D4D;
	text-decoration: underline;
}
/* リンク食　下線あり */
.link03 a:link, .link03 a:visited,
a.link03:link, a.link03:visited {
	color: #4D4D4D;
	text-decoration: underline;
}
/* 共通マウスオーバー */
a:active, a:hover,
.link01 a:hover, .link01 a:active,
.link02 a:hover, .link02 a:active,
.link03 a:hover, .link03 a:active,
a.link01:hover, a.link01:active,
a.link02:hover, a.link02:active,
a.link03:hover, a.link03:active {
	color: #FF0033;
	text-decoration: underline;
}

/* CLEAR */
/* -------------------------------------------------------------------------------- */

.clear,
.entrybody,
.entrymore {
	zoom: 100%;
}
.clear:after,
.entrybody:after,
.entrymore:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* Photo */
/* -------------------------------------------------------------------------------- */

.photo-right {
	float: right;
	margin-left: 20px;
}
.photo-left {
	float: left;
	margin-right: 20px;
}

/* List */
/* -------------------------------------------------------------------------------- */

li.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

/* Headline */
/* -------------------------------------------------------------------------------- */

h1 {
	letter-spacing: 0.2em;
}
h2, h3, h4, h5 {
	letter-spacing: 0.1em;
}

/* Box */
/* -------------------------------------------------------------------------------- */



/* Dl-list */
/* -------------------------------------------------------------------------------- */



/* Navi */
/* -------------------------------------------------------------------------------- */



/* Head */
/* -------------------------------------------------------------------------------- */

#head {
	background: url(../images/head-bg.gif) repeat left top;
	padding: 30px 30px 10px 30px;
}
h1 {
	margin: 0px 0px 3px 0px;
	font-size: 200%;
	line-height: 1;
}
h1 a:link, h1 a:visited,
#topmenu a:link, #topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover, h1 a:active,
#topmenu a:hover, #topmenu a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#head p {
	margin: 0px;
	line-height: 1;
}

/* Topmenu */
/* -------------------------------------------------------------------------------- */

#topmenu {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0px;
	color: #FFFFFF;
}

/* Root */
/* -------------------------------------------------------------------------------- */

#root {
	background: url(../../../common/images/bg01.gif) repeat-x left top;
	text-align: right;
	padding: 20px 10px;
}

/* Foot */
/* -------------------------------------------------------------------------------- */

#foot {
	clear: both;
	text-align: right;
	padding: 0px 20px;
}
#copyright {
	margin-top: 5px;
	padding-bottom: 10px;
}

/* Sub */
/* -------------------------------------------------------------------------------- */

#sub .sub-t {
	background: url(../../../common/images/p-cir-ygr.gif) no-repeat left center;
	padding-left: 18px;
	letter-spacing: 0.1em;
	color: #669900;
	font-weight: bold;
}
#sub ul {
	margin: 3px 0px 20px 0px;
	padding: 4px 0px 0px 0px;
	list-style: none;
	border-top: 1px dotted #CCCCCC;
}
#sub ul ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
#sub li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url(../images/sub-li.gif) no-repeat 0px 6px;
}

/* Entry */
/* -------------------------------------------------------------------------------- */

.newmark {
	margin-left: 3px;
}
h2.et {
	background: url(../images/entrydate-bg.gif) no-repeat left top;
	padding: 15px 15px 0px 15px;
	font-size: 140%;
	line-height: 1;
	margin-top: 0px;
}
h2.et,
h2.et a:link,
h2.et a:visited,
h2.et a:hover,
h2.et a:active {
	color: #FF9900;
	text-decoration: none;
}
.entrydate {
	text-align: right;
	margin-bottom: 40px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
	color: #808080;
}
.other-t {
	background: url(../../../common/images/p-cir-gol.gif) no-repeat 0px 2px;
	padding-left: 18px;
	letter-spacing: 0.1em;
	color: #999900;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
}
.entrybody,
.entrymore {
	margin-bottom: 20px;
}
#COMMENTS {
	margin-bottom: 30px;
}
#COMMENTS .author {
font-weight: bold;
}
#COMMENTS .cbody {
}
#COMMENTS .commentform {
}
