@charset "UTF-8";

/*/////////////////////////////////////////////////////////////
makotoya

Copyright (C) makotoya Ltd. All Rights Reserved.
------------------------------------------------------------

[Base] Resetting HTML elements styles
	0. All
	1. HTML, Body, Anchor
	2. Others
		2-1. Inline-level Elements
		2-2. Block-level Elements
		2-3. Table

[Layout] 
	0. Base Layout
	1. Header
	2. Utility
	3. Content
	4. Footer

[Module] 
	1. Common Elements
	2. Common Modules
	3. Entry Area
	90. Others
	99. Clearfix

----------
Font Family

1. "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
2. Helvetica, Arial, "trebuchet ms", sans-serif;
3. Georgia, "Times New Roman", Times, serif;

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. All
------------------------------------------------------------ */

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, p, blockquote, th, td,
form, fieldset, legend, input, select, textarea {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */

body {
	background: #f0f0f7;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

/* ---------------
EXAMPLES FONT-SIZE
------------------
 67% = 8px
 75% = 9px
 84% = 10px
 92% = 11px
 100% = 12px
 109% = 13px
 117% = 14px
 125% = 15px
 134% = 16px
 142% = 17px
 150% = 18px
 159% = 19px
 167% = 20px
 175% = 21px
 184% = 22px
 192% = 23px
 200% = 24px
 209% = 25px
 217% = 26px
 225% = 27px
 234% = 28px
 242% = 29px
 250% = 30px
 --------------- */

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover,
a:active  {
	color: #08f;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

/*  2-1. Inline-level Elements
------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}

em, strong {
	font-weight: bold;
	font-style: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset {
	border: none;
}

input, textarea, select, label {
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/*  2-2. Block-level Elements
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1;
}

hr {
	display: none;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: none;
	font-variant: normal;
}

pre, code {
	font-family: monospace;
}

ul, ol {
	list-style: none;
}

/*  2-3. Table
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

/*/////////////////////////////////////////////////////////////
[Layout] 
//////////////////////////////////////////////////////////////*/
/*
div#container
	div#header
		h1#siteName
	div#utility
		div.logo
		ul#navGlobal
	div#content
	div#footer
		p#copyright
*/

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */
#container {
	width: 960px;
	margin: 0;
	text-align: left;
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */

/* h1#siteName
------------------------------------------------- */
#siteName a {
	outline: none;
}


/* ------------------------------------------------------------
	2. Utility
------------------------------------------------------------ */
#utility {
	float: left;
	width: 190px;
	text-align: right;
}

/* div.logo
------------------------------------------------- */
#utility .logo {
	margin-bottom: 17px;
}

/* ul#navGlobal
------------------------------------------------- */
#navGlobal li {
	width: 190px;
	margin-bottom: 14px;
	line-height: 1;
}

/* ------------------------------------------------------------
	3. Content
------------------------------------------------------------ */
#content {
	float: left;
	width: 690px;
	padding: 0 40px;
	background: url(/blog/img/common/bg_content.gif) repeat-y 0 0;
}

/* div#main
------------------------------------------------- */
#main {
	float: left;
	width: 500px;
	padding-top: 20px;
}

/* di#sub
------------------------------------------------- */
#sub {
	float: right;
	width: 160px;
	padding-top: 20px;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */
#footer {
	clear: both;
	width: 770px;
	height: 60px;
	margin: 0 0 0 190px;
	padding: 0 0 20px;
	background: url(/blog/img/common/bg_footer.gif) no-repeat 100% 0;
}

/* p#copyright
------------------------------------------------- */
#copyright {
	clear: both;
	padding: 18px 0 0 30px;
	color: #fff;
	font-size: 84%;
	line-height: 1.2;
	font-family: Helvetica, Arial, "trebuchet ms", sans-serif;
}

#copyright a {
	color: #fff;
}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* Title
------------------------------------------------- */

/* Link
------------------------------------------------- */

/* p.pagetop */
.goPageTop {
	margin: 10px 0;
	line-height: 1;
	text-align: right;
}

.goPageTop img {
	vertical-align: top;
}

/* external icon */
a.exwin {
	padding-right: 12px;
	background: url(/img/common/ico_external.gif) no-repeat 100% 50%;
}

/* List
------------------------------------------------- */

/* 箇条書き */
ul.listItemized li {
	padding-left: 10px;
	background: url(/blog/img/common/ico_itemized.gif) no-repeat 3px 0.6em;
}

/* 注釈 */
ul.listNote li {
	padding-left: 1em;
	text-indent: -1em;
}

/* リンクリスト */
.listLink01 li {
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(/blog/img/common/ico_arrow_01.gif) no-repeat 2px 3px;
	font-size: 92%;
	line-height: 1.5;
}

.listLink01 a:link,
.listLink01 a:visited {
	color: #000;
}

.listLink01 a:hover,
.listLink01 a:active {
	color: #08f;
}


/* ------------------------------------------------------------
	2. Common Modules
------------------------------------------------------------ */

/* div.navPage
------------------------------------------------- */
/*
div.navPage
	ul
		li.prev
		li.main
		li.next
*/
.navPage {
	padding: 0 0 30px;
	font-size: 92%;
	text-align: center;
}

.navPage li {
	display: inline;
}

.navPage .main {
	margin: 0 8px;
	padding: 0 8px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.navPage a {
	color: #000;
}

.navPage a:hover {
	color: #08f;
}

.navPage .prev a {
	margin-left: 5px;
}

.navPage .next a {
	margin-right: 5px;
}

/* div#archivePageHeader
------------------------------------------------- */
#blkArchivePageHeader {
	position: relative;
	width: 750px;
	margin-left: -30px;
	margin-right: -50px;
	background: #f0eff6;
}

#blkArchivePageHeader #archiveName {
	padding: 13px 30px 10px;
	color: #08f;
	font-size: 150%;
	line-height: 1.1;
}

#blkArchivePageHeader .utility {
	position: absolute;
	top: 15px;
	right: 30px;
}

#blkArchivePageHeader .utility a {
	margin: 0 8px;
	padding: 0 8px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	line-height: 1.1;
}

#blkArchivePageHeader .utility a:hover {
	border-color: #08f;
	color: #08f;
}

/* Sidebar Module ( div#sub div.module )
------------------------------------------------- */
div#sub div.module {
	margin-bottom: 30px;
}

div#sub h2.modTitle {
	margin-bottom: 8px;
}

/* --- Calendar --- */
/*
div#calendar.modCalendar
	h2.modTitle
	table.tblCalendar
	ul.navCalendar
*/
.modCalendar {
	font-family: Helvetica, Arial, "trebuchet ms", sans-serif;
}

.modCalendar .modTitle {
	font-size: 150%;
	font-weight: normal;
}

.navCalendar li {
	float: left;
	margin-right: 4px;
	font-size: 67%;
	line-height: 1;
}

/* Calendar Table */
.tblCalendar {
	width: 163px;
	margin-bottom: 5px;
	font-size: 84%;
}

.tblCalendar th {
	padding: 4px 0;
	color: #000;
	text-align: center;
}

.tblCalendar td {
	color: #666;
}

.tblCalendar span {
	display: block;
	width: 22px;
	padding: 4px 0;
	overflow: hidden;
	text-align: center;
	line-height: 1.1;
}

.tblCalendar a {
	display: block;
	width: 22px;
	margin: -4px 0;
	padding: 4px 0;
	color: #08f;
}

.tblCalendar a:hover {
	background: #08f;
	color: #fff;
}

.tblCalendar td.today span,
.tblCalendar td.today a {
	background: #ccc;
}

.tblCalendar td.today a:hover {
	background: #08f;
	color: #fff;
}

/* --- Select Month --- */
.modSelectMonth select {
	width: 163px;
	border: 1px solid #999;
}

/* --- Mobile View --- */
.modMobileView .qrcode {
	margin-top: -8px;
}

/* ------------------------------------------------------------
	3. Entry Area
------------------------------------------------------------ */

/* div.entry
------------------------------------------------- */
.contEntry {
	padding-bottom: 45px;
}

/* Entry Header
------------------------------------------------- */
/*
div.entryHeader
	h2.entryTitle
	p.posted
*/
.entryHeader {
	margin-bottom: 20px;
}

.entryTitle {
	margin-bottom: 3px;
	padding-bottom: 5px;
	background: url(/blog/img/common/line_01.gif) repeat-x 0 100%;
	font-size: 150%;
	line-height: 1.3;
	font-weight: bold;
}

.posted {
	font-size: 84%;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.posted a {
	color: #666;
}

.posted a:hover {
	color: #08f;
}

/* Entry Body
------------------------------------------------- */
.entryBody {
	color: #333;
}

.entryBody a:link,
.entryBody a:visited {
	color: #08f;
}

.entryBody a:hover,
.entryBody a:active {
	background: #08f;
	color: #fff;
}

.entryBody p {
	margin-bottom: 30px;
	line-height: 1.6;
}

.entryBody div img {
	margin-bottom: 10px;
}

/* list */
.entryBody ul,
.entryBody ol {
	margin: 1em 0;
}

.entryBody ul li {
	margin-left: 1.5em;
	list-style-type: disc;
}

.entryBody ol li {
	margin-left: 2em;
	list-style-type: decimal;
}

.entryBody em {
	font-weight: normal;
	font-style: italic;
}

.entryBody blockquote {
	background-color: #F0F0F6;
	font-size: 84%;
}


/* Entry Footer
------------------------------------------------- */
.entryFooter {
	position: relative;
	margin-top: 10px;
}

.entryFooter .category {
	padding: 10px 0;
	background: url(/blog/img/common/line_01.gif) repeat-x 0 0;
	font-size: 84%;
	line-height: 1.2;
}

.entryFooter .category a {
	color: #666;
}

.entryFooter .category a:hover {
	color: #08f;
}

.entryFooter .goPageTop {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
}

/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

div#content:after,
.modCalendar .navCalendar:after,
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
div#content,
.modCalendar .navCalendar,
.group {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html div#content,
* html .modCalendar .navCalendar,
* html .group {
    height: 1%;
}
div#content,
.modCalendar .navCalendar,
.group {
    display: block;
}
/* End hide from IE-mac */

.moreLink{
text-align: right;
font-size: 84%;
color: #666666;
}