@charset "UTF-8";

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family: ＭＳ Ｐゴシック, Arial, Verdana, Helvetica, sans-serif;
}

/* IE7でpadding指定 */
*:first-child+html #main-container, .main-container-inner, .footer {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html #main-container, .main-container-inner, .footer {
padding-left: 1px;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;
}

div.clear hr
{
	display:none;
}

/* ----- リンク ----- */

a:link {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}

/* ----- body ----- */

body {
	width: 100%;
	margin-left: auto;
 	margin-right: auto;
	margin: 0px;
	text-align: center;
	background: #d2e8f8 url(images/background.gif) center top;
	background-repeat: repeat-y;
}

/* ----- ブログ全体 ----- */

div#main-container {
	width: 1065px;
	margin-left: auto;
 	margin-right: auto;
 	text-align: center;
}

.main-container-inner {
	width: 960px;
 	margin-left: auto;
 	margin-right: auto;
	background:#fff;
}

/* ----- バナー部分 ----- */

div#banner {
	width: 1065px;
	height: 313px;
	margin-left: auto;
 	margin-right: auto;
 	text-align: center;
}
.bannercontents {
	width: 1065px;
	height: 313px;
	float: left;
 	text-align: left;
}
/* ----- メニュー部分 ----- */
.menu {
	width: 1065px;
	height: 120px;
	margin-left: auto;
 	margin-right: auto;
}
.menucell {
	float: left;
	height: 120px;
	text-align: center;
	text-indent: -9999px;
}
.cell01 {
	display: block;
	width: 267px;
	height: 120px;
}
.cell01 a {
	display: block;
	width: 267px;
	height: 120px;
	background-image:url(images/menu01a.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.cell01 a:hover {
	display: block;
	width: 267px;
	height: 120px;
	background-image:url(images/menu01b.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.cell02 {
	display: block;
	width: 294px;
	height: 120px;
}
.cell02 a {
	display: block;
	width: 294px;
	height: 120px;
	background-image:url(images/menu02a.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.cell02 a:hover {
	display: block;
	width: 294px;
	height: 120px;
	background-image:url(images/menu02b.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.cell03 {
	display: block;
	width: 241px;
	height: 120px;
}
.cell03 a {
	display: block;
	width: 241px;
	height: 120px;
	background-image:url(images/menu03a.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.cell03 a:hover {
	display: block;
	width: 241px;
	height: 120px;
	background-image:url(images/menu03b.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.cell04 {
	display: block;
	width: 263px;
	height: 120px;
}
.cell04 a {
	display: block;
	width: 263px;
	height: 120px;
	background-image:url(images/menu04a.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.cell04 a:hover {
	display: block;
	width: 263px;
	height: 120px;
	background-image:url(images/menu04b.gif);
	background-position:left;
	background-repeat: no-repeat;
}

/* ----- コンテンツ全体 ----- */

div#container {
	width: 600px;
 	text-align:left;
 	float: left;
}

/* ----- エントリー全体 ----- */

div.content {
	width: 600px;
	padding:10px;
	margin-top: 20px;
}


/* ----- アーカイブナビゲーション ----- */

div.content p.navi-link {
	font-size:80%;
	margin:0 5px 20px 5px;
}

/* ----- アーカイブタイトル ----- */

div.content h2#archive-title {
	font-size: 18px;
	color:#0082D6;
	margin:0 0 20px 0;
}

/* ----- エントリータイトル ----- */

div.entry-content h2.entry-title {
	font-size: 16px;
	color:#333333;
	line-height:100%;
	padding:0 0 3px 0;
	margin:0 0 5px 8px;
}

div.entry-content h2.entry-title a {
	color:#333333;
	text-decoration:none;
}

div.entry-content h2.entry-title a:hover {
	text-decoration:none;
	color:#006699;
}
.spiffy{
	display:block;
}
.spiffy *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#DDF9FF;
}
.spiffy1{
	border-right:1px solid #f0fcff;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #f0fcff;
	padding-left:1px;
	margin-left:3px;
	background:#e5faff;
}
.spiffy2{
	border-right:1px solid #fbfeff;
	border-left:1px solid #fbfeff;
	padding:0px 1px;
	background:#e3faff;
	margin:0px 1px;
}
.spiffy3{
	border-right:1px solid #e3faff;
	border-left:1px solid #e3faff;
	margin:0px 1px;
}
.spiffy4{
	border-right:1px solid #f0fcff;
	border-left:1px solid #f0fcff;
}
.spiffy5{
	border-right:1px solid #e5faff;
	border-left:1px solid #e5faff;
}
.spiffy_content{
	padding: 8px 0px 0px 0px;
	background:#DDF9FF;
}

/* ----- エントリー日付 ----- */

div.content p.entry-date {
	font-size:70%;
	text-align:right;
	color:#333333;
	line-height:100%;
	padding:3px;
	margin:3px 2px 0 0;
	border-top:dotted 1px #006699;
}

/* ----- エントリー ----- */

div.entry {
	margin:0 0 30px 0;
}

div.entry-content p {
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div.entry-content blockquote {
	font-size:80%;
	line-height:150%;
	padding:10px;
	border:dotted 1px #cccccc;
	margin:20px 0;
}

div.entry-body {
	margin:15px 0 50px 0;
}

div.entry-body ul,
div.entry-body ol
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

div.entry-body ul li,
div.entry-body ol li
{
	font-size:80%;
	margin:0 0 3px 0;
}

/* ----- タグ ----- */

div.entry-tags {
	margin:0 0 20px 0;
}

div.entry-tags h3.entry-tags-header {
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.entry-tags ul {
	list-style:none;
}

div.entry-tags ul li {
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

/* ----- エントリー情報 ----- */

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	line-height:130%;
}
div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

/* ----- TAB ----- */
.tab {
 	font-size:80%;
 	line-height: 160%;
	color: #333;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #333;
	line-height: 140%;
}
h2 {
	margin: 0px;
	padding-bottom: 10px;
 	font-size: 130%;
	font-weight: bold;
	color: #333;
	line-height: 140%;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.sign {
	width: 600px;
	float: left;
 	text-align:right;
}
.txbox {
	float: left;
	width: 250px;
	text-align:center;
}
.title01 {
	width: 600px;
	height: 60px;
	margin-bottom: 10px;
	background-image:url(images/title01.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.title02 {
	width: 600px;
	height: 60px;
	margin-bottom: 10px;
	background-image:url(images/title02.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.title03 {
	width: 600px;
	height: 60px;
	margin-bottom: 10px;
	background-image:url(images/title03.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.title04 {
	width: 600px;
	height: 60px;
	margin-bottom: 10px;
	background-image:url(images/title04.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.title05 {
	width: 600px;
	height: 60px;
	margin-bottom: 10px;
	background-image:url(images/title05.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.title06 {
	width: 600px;
	height: 60px;
	margin-bottom: 10px;
	background-image:url(images/title06.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.title07 {
	width: 600px;
	height: 60px;
	margin-bottom: 10px;
	background-image:url(images/title07.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.title08 {
	width: 600px;
	height: 60px;
	margin-bottom: 10px;
	background-image:url(images/title08.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.title09 {
	width: 600px;
	height: 60px;
	margin-bottom: 10px;
	background-image:url(images/title09.gif);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}
.credit {
	width: 580px;
	float: right;
	text-align: right;
 	font-size: 11px;
	line-height: 160%;
	color: #333;
}
.credit02 {
	width: 580px;
	float: left;
	text-align: left;
 	font-size: 11px;
	line-height: 160%;
	color: #333;
}
.credit03 {
	width: 580px;
	float: left;
	text-align: right;
 	font-size: 12px;
	line-height: 160%;
	color: #333;
}
div.content ul {
	font-size: 130%;
	font-weight: bold;
	color: #333;
	line-height: 140%;
	list-style: none;
	margin-left: 0px;
}
div.content ul li {
	padding: 0px 0px 4px 25px;
	background: url(images/arrow01.gif) no-repeat 0px 0.2em;
	list-style: none;
}
.photo img {
	border: 1px solid #999999;
	margin-bottom: 5px;
	vertical-align: bottom;
}
.icon img{
	border: none;
	vertical-align: bottom;
	vertical-align: bottom;
}
.noborder img{
	border: none;
	vertical-align: bottom;
}
.profile {
 	font-size: 12px;
	line-height: 120%;
	color: #333;
}
.border {
	display:block;
	height: 20px;
	margin-top: 20px;
	padding-right: 5px;
	border-top: dotted 1px #006699;
}
.totop {
	float: right;
	height: 20px;
	text-align: right;
	font-size: 11px;
	padding-left: 15px;
	background: url(images/totop.gif) left top;
	background-repeat: no-repeat;
	vertical-align:middle;
}
.footer {
	width: 1065px;
	height: 180px;
	background: url(images/footer.gif) bottom;
	background-repeat: no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	line-height: 140%;
	color: #FFF;
}
.footer-text {
	float:right;
	margin-top: 130px;
	margin-right: 60px;
}
.footer-text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-text a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.space50 {
	clear: both;
	height: 50px;
}
.space30 {
	clear: both;
	height: 30px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space10 {
	clear: both;
	height: 10px;
}
.space05 {
	clear: both;
	height: 5px;
}
/* ----- サイドバー ----- */

div#sidebar-left {
	width: 280px;
	float:left;
	clear:left;
	text-align:left;
}

div#sidebar-right {
	width: 280px;
	float: right;
	clear: right;
}

div.sidebar-inner {
	padding:20px;
}

/* ----- サイドバータイトル ----- */

div.sidebar-inner h3 {
	font-size:80%;
	font-weight:normal;
	color:#666666;
	padding:3px;
	text-align:center;
	margin:0 0 5px 0;
}

div.sidebar-inner h3 a {
	color:#0099cc;
}

.categorycell {
	float: left;
	width: 260px;
	height: 30px;
	text-align: left;
	vertical-align:middle;
}
.category01 {
	width: 260px;
	height: 20px;
 	background-image:url(images/lefttitle01.gif);
 	background-repeat: no-repeat;
 	text-indent: -9999px;
}
.category02 {
	width: 260px;
	height: 20px;
 	background-image:url(images/lefttitle02.gif);
 	background-repeat: no-repeat;
 	text-indent: -9999px;
}
.category03 {
	width: 260px;
	height: 20px;
 	background-image:url(images/lefttitle03.gif);
 	background-repeat: no-repeat;
 	text-indent: -9999px;
}
.category04 {
	width: 260px;
	height: 20px;
 	background-image:url(images/lefttitle04.gif);
 	background-repeat: no-repeat;
 	text-indent: -9999px;
}
.category05 {
	display: block;
	width: 260px;
	height: 100px;
	text-indent: -9999px;
}
.category05 a {
	display: block;
	width: 260px;
	height: 100px;
 	background-image:url(images/lefttitle05a.gif);
	background-position:left;
	background-repeat: no-repeat;
}
.category05 a:hover {
	display: block;
	width: 260px;
	height: 100px;
 	background-image:url(images/lefttitle05b.gif);
	background-position:left;
	background-repeat: no-repeat;
}

/* ----- サイト内検索 ----- */

div.search-form {
	margin:20px 0 20px 0;
}

div.search-form fieldset {
	border:none;
}

div.search-form legend {
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.search-form input.search-input {
	width: 160px;
	font-size:100%;
	margin:0 0 5px 0;
}

div.search-form input.search-submit {
	width:120px;
	font-size:80%;
}

/* ----- カテゴリー一覧 ----- */

div.category-archives {
	margin:0 0 0 0;
}

div.category-archives ul {
	font-size:80%;
	margin:0 0 0 0px;
	list-style-type: none
}

div.category-archives ul li {
	line-height:160%;
	padding-left: 15px;
	background-image: url(images/icon_marker01.gif);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align:middle;
}

/* ----- 新着記事一覧 ----- */

div.recent-entry {
	width: 240px;
	margin:0 0 0 0;
}

div.recent-entry ol {
	font-size:82%;
	margin:0 0 0 0px;
	list-style-type: none
}

div.recent-entry ol li {
	line-height:140%;
	padding-left: 15px;
	background-image: url(images/icon_marker02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align:middle;
}

/* ----- バックナンバー一覧 ----- */

div.monthly-archives {
	margin:0 0 0 0;
}

div.monthly-archives ol {
	font-size:82%;
	margin:0 0 0 0px;
	list-style-type: none
}

div.monthly-archives ol li {
	line-height:160%;
	padding-left: 15px;
	background-image: url(images/icon_marker01.gif);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align:middle;
}

/* ----- 外部リンク ----- */

div.site-link {
	margin:0 0 20px 0;
}

div.site-link ul {
	list-style:none;
}

div.site-link ul li {
	font-size:80%;
	margin:0 0 5px 0;
}

.clip{
	display:block;
}
/* ----- クリエイティブ・コモンズ・ライセンス ----- */

div.cclicense {
	margin:0 0 20px 0;
	font-size:60%;
	line-height:130%;
	text-align:center;
}

div.cclicense img {
	margin:0 auto 5px auto;
}


/* ----- RSSリンク ----- */

div.syndicate {
	margin:0 0 20px 0;
}

div.syndicate ul {
	list-style:none;
}

div.syndicate ul li {
	font-size:80%;
	line-height:160%;
	padding-left: 20px;
	background-image: url(images/feed.gif);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align:middle;
}


/* ----- powered ----- */

div.powered {
	margin:0 0 20px 0;
}

div.powered ul {
	list-style:none;
}

div.powered ul li {
	font-size:80%;
	line-height:130%;
}

div.powered img {
	border:none;
	margin-top: 10px;
}


/* ----- トラックバック ----- */

div.trackbacks-body {
	margin:0 0 20px 0;
}

div.trackbacks-body h3 {
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.trackbacks-body dt {
	font-size:80%;
	font-weight:bold;
	margin:0 0 5px 0;
}

div.trackbacks-body p {
	font-size:80%;
	margin:0 0 10px 0;
}

div.trackbacks-body ul {
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.trackbacks-body ul li {
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.trackbacks-body input {
	width:250px;
}


/* ----- コメント ----- */

div.comments {
	margin:0 0 20px 0;
}

div.comments h3 {
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 10px 0;
}

div.comments p {
	font-size:80%;
	line-height:130%;
	margin:0 0 10px 0;
}

div.comments ul {
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.comments ul li {
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.comments a img {
	border:none;
}

/* ----- コメントフォーム ----- */

div.typekey-text {
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
}

div.comments-post {
	margin:0 0 20px 0;
}

div.comments-post h4 {
	font-size:80%;
	font-weight:normal;
	background:#cccccc;
	color:#ffffff;
	padding:3px;
	margin:0 0 5px 0;
}

div.comments-post-content p.comments-open-moderated {
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div#comments-open-data fieldset {
	border:none;
}

div#comments-open-data legend {
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

dl#name-email dt,
dl#comments-url-data dt
{
	font-size:80%;
}

dl#name-email dd,
dl#comments-url-data dd
{
	font-size:80%;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie
{
	list-style:none;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie li
{
	font-size:80%;
}

dl#comments-open-text dt
{
	font-size:80%;
}

dl#comments-open-text dd textarea
{
	font-size:80%;
	margin:0 0 10px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
	font-size:80%;
}

div#comments-open-data ul.comments-open-footer li input
{
	width:80px;
}


/* ----- システムテンプレート ----- */

body.one-column div#container {
	width:auto;
	margin:0 40px;
	float:none;
}

/* ----- 検索テンプレート ----- */

div.module-content {
	margin:0 0 20px 0;
}

div.module-content p {
	font-size:80%;
	line-height:130%;
	margin:0 0 5px 0;
}

div.module-content ul {
	margin:0 0 0 20px;
}

div.module-content ul li {
	font-size:80%;
	margin:0 0 5px 0;
}

div.entry-content h2.search-result-tit {
	font-size:80%;
	font-weight:normal;
	background:#0082D6;
	color:#ffffff;
	padding:3px;
	margin:0 0 15px 0;
}

div.straight-search {
	margin:0 0 20px 0;
}

div.straight-search fieldset {
	border:none;
}

div.straight-search legend {
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.straight-search ul {
	list-style:none;
	margin:0 0 5px 0;
}

div.straight-search ul li {
	display:inline;
}

div.straight-search ul li label {
	font-size:80%;
}

div.straight-search ul li input.search-input {
	width:160px;
	font-size:80%;
	margin:0 0 5px 0;
}

div.straight-search ul li input.search-submit {
	width:80px;
	font-size:60%;
	margin:0 0 10px 0;
}
