@charset "UTF-8";

body, div, p, h1, h2, h3, h4, h5, h6, form, input {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 160%;
	color: #333;
}

strong { font-weight: bold; }

em {
	font-style: italic;
	font-size: 90%;
	color: #666;
}

* html body {
	font-size: 80%;
}

a:link {
	color: #0066cc;
}

a:visited {
	color: #cc66cc;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

/* ベースブロックセッティング */
div#wrapper {
	width: 800px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

div#header {
	height: 184px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}

div#maincontent {
	width: 535px;
	float: left;
	padding-left: 25px;
	padding-right: 15px;
}

div#utilities {
	width: 200px;
	float: right;
	padding-right: 25px;
}

address {
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	text-align: center;
	font-size: x-small;
	font-style: normal;
}


/* ヘッダブロックセッティング */
div#header h1 {
	text-indent: -10000px;
}

div#header h1 a {
	display: block;
	width: 800px;
	height: 100px;
	text-decoration: none;
}

div#header p#sitedescription {
	position: absolute;
	left: 30px;
	top: 110px;
	color: #fff;
	width: 380px;
	font-weight: bold;
}

/* メインコンテンツセッティング */

div.datehd {
	background-image: url(images/t01a.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 32px;
	height: 49px;
	clear: both;
}

div.datehd h2 {
	font-size: 110%;
	background-image: url(images/t01b.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 5px;
	height: 29px;
	width: 200px;
	color: #fff;
}

h2 {
	color: #fff;
}

div#maincontent h2 a {
	margin: 0;
	color: #fff;

}

div#maincontent h3 {
	color: #ff6666;
	font-size: 110%;
	background-image: url(images/dotline.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 3px;
	margin-bottom: 10px;
	clear: both;
}

div#maincontent h3 a {
	color: #ff6666;
	text-decoration: none;
}

div#maincontent h3 a:hover {
	text-decoration: underline;
}

div.entryunit {
	margin: 10px 0 0 0;
	/*border-bottom: 1px #ddd solid;*/
}

div.entryunit p {
	margin: 10px 0;
}

.entryunit img {
/*	float: right; */
	margin: 10px;
	padding: 5px;
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
}

p.entryextended {
	margin-top: 20px;
	text-align: right;
}

dl.entryinfo, dl.commentinfo {
	font-size: 0.8em;
	padding-left: 0;
	border-top: 1px #ddd solid;
}

dl.commentinfo {
	border-bottom: 1px #ddd solid;
}

.entryinfo dt, dt.pingtime, .commentinfo dt {
	display: block;
	float: left;
}

.entryend {
	clear: both;
	display: block;
}

.entryinfo dd {
	margin:0;
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

dd.pingtime, .commentinfo dd {
	display: block;
	padding-left: 5px;
	padding-right: 10px;
}


.entryinfo dd:before, dd.pingtime:before, .commentinfo dd:before {
	content: ' : ';
}

#pinguri {
	display: block;
	font-family: monospace;
	padding: 5px;
	border: 1px #ddd solid;
}

div#trackback_block p, div#trackback_block dl {
	padding: 5px;
}

dl#pinglist * {
	font-size: 0.8em;
}

dl#pinglist dt.pingtitle, .comment_block {
	border-top: 1px #eee dotted;
}

.comment_block {
	margin: 0 5px 10px 5px;
	font-size: 0.8em;
}


/* ユーティリティブロックセッティング */

div#utilities h2 {
	width: 155px;
	height: 24px;
	padding-left: 45px;
	padding-top: 10px;
	font-size: 12px;
	color: #fff;
	background-image: url(images/m01.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#utilities * {
	font-size: 90%;
}

* html div#utilities * {
	font-size: 100%;
}

* html div#utilities h2 {
	width: 200px;
	height: 34px;
	padding: 10px 0 0 45px;
	margin: 0 0 0 15px;
	background-position: bottom left;
}

div#utilities ul, div#utilities ol, div#utilities dl, div#utilities li {
	margin: 0;
	padding: 0;
}

div.ubox {
	width: 200px;
	padding-bottom: 6px;
	margin-top: 10px;
	background-image: url(images/m01_foot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


div#utilities ul, div#utilities p {
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 7px;
	border-left: #ff8e9e 1px solid;
	border-right: #ff8e9e 1px solid;
	line-height: 140%;
}

* html div#utilities ul, * html div#utilities p {
	width: 190px;
	margin: 0 0 0 25px;
}

div#utilities li {
	list-style-type: none;
	list-style-image: url(images/icon01.gif);
	padding-left: 0;
	margin: 2px 2px 0 20px;
	marker-offset: 5px;vertical-align: middle;
}

.link-note {
	margin-left: 13px;
}

* html p, * html form, * html input {
	margin: 0;
	padding: 0;
}

* html input#search {
	width: 100px;
	margin: 0;
	padding: 0;
}

p::-moz-selection, p *::-moz-selection, li::-moz-selection, li *::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection {
	background: #f9f;
	color: #f00;
}

p::selection, p *::selection, li::selection, li *::selection, h1::selection, h2::selection, h3::selection, h4::selection {
	background: #f9f;
	color: #f00;
}

/* Font Baseline Hack for Safari */
div.datehd h2 { padding-top: 18px;height: 31px;#}
* html div.datehd h2 { padding-top: 20px;height: 49px;#}* html div.datehd h2 { padding-top: 20px;height: 49px;#}


/* ================================================== */
/* フッタリンク　200909 */
/* ================================================== */
div#footer_link {
	padding: 0 0 15px 0;
	background-color: #fc8f9f;
	width: 800px;
	color: #fff1bb;
	font-size: 70%;
	line-height: 1.3;
}

div#footer_link_inner {
	padding: 0 10px;
}

div#footer_link_inner p.lead {
	font-size: 90%;
	_font-size: 9px;
	line-height: 1.3;
}

div#footer_link_inner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#footer_link_inner ul li {
	margin: 0;
	padding: 0 5px;
	float: left;
	border-right: 1px solid #fff1bb;
	line-height: 1.1;
	_line-height: 1.3;
}

div#footer_link_inner ul li.first {
	padding-left: 0;
}

div#footer_link_inner ul li.last {
	padding-right: 0;
	border-right: none;
}

div#footer_link_inner ul li a {
	color: #fff;
}

div#footer_link_inner div#footer_link_upper p.lead {
	margin-bottom: 7px;
}

div#footer_link_inner div#footer_link_lower {
	margin-top: 10px;
	padding-top: 5px;
	background-image: url(./images/dot01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#footer_link_inner div#footer_link_lower div.footer_link_lower_block h2 {
	margin-top: 5px;
	margin-bottom: 1px;
	color: #fff1bb;
	font-size: 100%;
	_font-size: 115%;
}

