@charset "UTF-8";

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
address {
    font-style: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #336600;
    text-decoration: none;
}
a:hover {
    color: #336600;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
	color: #999;
	text-align: left;
	background-color: #CCC;
	position: relative;
	background-repeat: no-repeat;
	height: 75px;
}
.layout-three-column #header {
	background-image: url(html_images/header_bg.gif);
}
.layout-one-column #header {
	background-color: #FFFFFF;
	border-bottom: 10px solid #CCCCCC;
}
#header a,
#header a:link,
#header a:visited {
    color: #333;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}
/* ヘッダー */
p#blog-name  {
	position: absolute;
	top: 15px;
	left: 31px;
}
#blog-catch,
#blog-description {
	color: #FFFFFF;
	font-size: 10px;
}
#blog-catch {
	position: absolute;
	left: 37px;
	top: 0px;
	width: 350px;
}
#blog-description {
	position: absolute;
	right: 180px;
	top: 0px;
	width: 200px;
}

/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* トップカテゴリイメージ */
#top_image,
#side_image {
	margin-bottom: 20px;
}
#side_image {
	font-size: 10px;
	text-align: center;
}
#side_image p.red_10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FF3366;
}
#side_image img {
	border: solid 1px #999999;
	margin: 0 auto;
	display: block;
}
div.cat_image {}
div#else-cat,
div#contact {
	height: 120px;
	width: 465px;
}
div#else-cat span,
div#contact span {
	position: relative;
	left: 20px;
	top: 24px;
}
div#else-cat { background: url(html_images/image_else.jpg) no-repeat; }
div#contact { background: url(html_images/image_contact.jpg) no-repeat; }

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    padding-left: 8px;
    color: #999;
    background: #ffffff;
    font-size: 100%;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 0 0 5px;
    font-size: 110%;
    font-weight: bold;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 0 3px 15px;
    color: #36414d;
    background: #fff;
    font-size: 85.7%;
    line-height:1.5;
    word-break: break-all;
}
.entry h3 {
	margin: 0 0 5px;
	font-size: 110%;
	font-weight: bold;
	color: #FF067F;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}
.entry img {
	border: 1px solid #CCCCCC;
}
.entry p img ,
.entry td img {
	border: none;
}
/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 85.7%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 85.7%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 85.7%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px solid #DDAAAA;
    font-size: 85.7%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 85.7%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
	border-bottom: 1px solid #CCCCCC;
	color: #333;
	background: #ffffff;
	text-align: left;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	margin: 0px 0px 5px;
	padding: 5px 0px 3px;
}
dt#sub-win {
	color: #333;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
}
/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #333;
    font-size: 75%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 8px;
}
.side ul li {
	list-style-type: none	;
	padding: 3px 0 3px 0;
}
.side ul li ul {
    padding-left: 8px;
}
.side li li {
    list-style-type: none;
}
div#e-list ul li {
	background: url(html_images/bullet_02.gif) no-repeat 0px 8px;
	padding: 3px 0 3px 10px;
}
/* サイドメニュー(sub_categories) */
div#sub_categories {
	padding-left: 5px;
	padding-right: 5px;
}
div#sub_categories ul {
    padding: 0;
}
div#sub_categories ul li {
	list-style-type: none;
	border-bottom: 1px solid #999999;
	padding: 0;
	line-height: 3;
}
div#sub_categories ul li a {
	background: url(html_images/folder-green.gif) no-repeat 0px 0px;
	padding-left: 18px;
}
div#sub_categories ul ul {
	padding-left: 20px;
}
div#sub_categories ul li ul li {
	list-style-type: none;
	border-bottom: none;
	line-height: 2;
}
div#sub_categories ul li ul li a {
	background-image: none;
	padding: 0;
}

/* サイドメニュー(main) */
div#m-menu {
	padding-left: 5px;
	padding-right: 5px;
}
div#m-menu ul {
    padding: 0;
}
div#m-menu ul ul {
}
div#m-menu li {
	list-style-type: none;
	background: url(html_images/arrow_02.gif) no-repeat 0px 10px;
	border-bottom: 1px solid #999999;
	padding: 5px 0px 5px 15px;
}

/* サイドメニュー(link) */
.side #links ul {
    padding: 0;
}
.side #links ul ul {
	padding-left: 5px;
}
.side #links ul li {
	list-style-type: none;
	padding: 5px 0 5px 0;
}
.side #links ul li li {
	padding: 0;
}
.side div#links {
	padding-left: 5px;
	padding-right: 5px;
}
/* 外部リンク */
a.ext {
	background: url(html_images/rightup.gif) no-repeat right 2px;
	padding-right: 10px;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}
/* gallery */
ul#gallery {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#gallery li {
    list-style: none;
		display: inline;
}
ul#gallery a img {
	border: solid 1px #CCCCCC;
	padding: 1px;
	margin-bottom: 3px;
}

/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 85.7%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-one-column {
	text-align: center;
	margin-bottom: 0;
	background-color: #CCCCCC;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
    background-color: #CCCCCC;
		border-left: none;
		border-right: none;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column #box {
	width: 850px;
	background: #CCCCCC url(html_images/main_bg.gif) repeat-y;
	position: relative;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
		background-color: #FFFFFF;
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 500px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.layout-three-column #main {
	float: left;
	width: 685px;
}
.layout-three-column #links-left-box {
    float: right;
    width: 185px;
}
.layout-three-column #links-right-box {
	float: left;
	width: 150px;
	background: #CCCCCC url(html_images/sub-win_bg.gif) repeat-y;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
	padding: 10px 10px 0 5px;
}
.layout-three-column #links-right {
	background: url(html_images/sub-win_header.gif) no-repeat;
	padding-top: 8px;
}
/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column .blog {
    padding: 10px 5px 10px 30px;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 0 15px 20px;
}

/* footer */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column #footer,
.layout-three-column #footer {
    margin-right: auto;
    margin-left: auto;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: #333;
    background: #CCCCCC;
    font-size: 12px;
		text-align: left;
}
.layout-three-column #footer {
	clear: both;
	width: 850px;
	background-image: url(html_images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 80px;
	margin-bottom: 10px;
	background-position: left top;
	padding-top: 25px;
}
.layout-one-column #footer {
    width: 478px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Amazon Book */
.amazon-box {
	font-size: 10px;
	margin: 0 0 7px;
}
.amazon-image {
	float: left;
	width: 80px;
}
.amazon-title,
.amazon-detail {
	margin-left: 80px;
}
.amazon-link {
	clear: both;
}

/* footer navi */
ul#foot_navi {
	list-style: none;
	height: 30px;
	line-height: 1.2;
}
ul#foot_navi li {
	float: left;
	padding: 7px 0 7px 10px;
}
ul#foot_navi li.first {
	padding-left: 30px;
}
/* address */
#footer address {
	font-style: normal;
	padding: 7px 0 7px 30px;
}

/* フォーム */
.text_box1, .text_area {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	padding: 2px;
}
.text_box1 {
	width: 200px;
}
.text_area {
	width: 98%;
}
/* フッターコンテンツ */
#footer_content {
	clear: both;
	background: #FFFFFF url(html_images/bg_cat_menu.gif) repeat-x;
	width: 818px;
	margin: 20px 15px;
}
#cat_menu {
	float: left;
	width: 200px;
}
#summary {
	float: left;
	display: inline; /* for WinIE 5,6 */
	width: 200px;
	margin: 0 0 0 15px;
}
#information {
	float: right;
	width: 200px;
}
#footer_content h2 {
	background: transparent;
	border-bottom: 1px solid #CCCCCC;
	color: #333;
	text-align: left;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0px 7px;
	margin-bottom: 5px;
}
#footer_content ul {
	list-style: none;
	font-size: 85.7%;
	line-height: 1.3;
	margin: 0 7px;
}
#footer_content ul li {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 7px;
}
/* contact navi */
div #contact_navi {
	position: absolute;
	top: 35px;
	left: 480px;
}
#contact_navi ul {
	list-style: none;
	font-size: 75%;
}
#contact_navi ul li {
	float: left;
	padding-left: 5px;
}
#contact_navi ul li a,
#contact_navi ul li a:link,
#contact_navi ul li a:visited {
	text-align: center;
	padding: 5px 0;
	display: block;
	height: 16px;
	width: 90px;
	background: url(html_images/contact_bg.gif) no-repeat right top;
}
#contact_navi ul li a:hover {
	background: url(html_images/contact_bg.gif) no-repeat left top;
}
/* header navi */
div #head_navi {
	background-color: #CCCCCC;
	background-image: url(html_images/body_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 90px;
	padding: 5px 0px 0px 30px;
}
#head_navi ul {
	list-style: none;
	font-size: 75%;
}
#head_navi ul li {
	float: left;
}
#head_navi ul li a,
#head_navi ul li a:link,
#head_navi ul li a:visited {
	padding: 0 0 0 15px;
	color: #666666;
}
#head_navi ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
/* gallery */
ul#gallery {
    margin-top: 10px;
    padding: 0;
    list-style: none;
}
ul#gallery li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px 5px;
}
ul#gallery li a img {
	border: solid 1px #CCCCCC;
	padding: 1px;
	margin: 0;
}
ul#gallery li a {
	font-size: 10px;
	color: #CCCCCC;
}
#gaiyou table {
	border: 1px solid #999999;
	border-bottom: none;
}
#gaiyou th {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #E5E5E5;
	padding: 5px;
	width: 85px;
	text-align: left;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
#gaiyou td {
	font-size: 12px;
	color: #333333;
	padding: 5px;
	border-bottom: 1px solid #999999;
}
.breadcrumbs {
	font-size: 75%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

