@charset "UTF-8";

/* copyright 2007 apstars.com */
/* http://www.apstars.com/mt/ */

/* ----------------------------------------------------- */
/* 全般 */
/* ----------------------------------------------------- */

/* 初期化 */
* {
	margin: 0;
	padding: 0;
}

/* 初期化 */
h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* イメージ */
img {
	border-style: none;
	margin: 0;
}

img.waku {
	border: solid 1px #999;
	}

/* イメージ回り込み(右) */
.imageleft{
	margin-right: 16px;
	float: left;
}

/* イメージ回り込み(左) */
.imageright{
	margin-left: 16px;
	float: right;
}

/* リンク */
a {
	color: #0066cc;
	/*background-color: #ffffff;*/
	text-decoration: none;
}

/* リンク・アクティブ */
a.active {
	color: #999933;
	/*background-color: #ffffff;*/
	text-decoration: none;
}

/* リンク */
a:link {
	color: #663333;
	/*background-color: #ffffff;*/
	text-decoration: none;
}

/* リンク・訪問済み */
a:visited {
	color: #336600;
	/*background-color: #ffffff;*/
	text-decoration: none;
}

/* リンク・マウスオーバー */
a:hover {
	color: #ff6633;
	/*background-color: #ffffff;*/
	text-decoration: underline;
}

/* 引用 */
blockquote {
	font-size: 95%;
	background-color: #eeeeee;
	/* background-image: url(https://q-labo.info/blogimg/quote.gif); */
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 92%;
	overflow: auto;
	border: double 4px #cccccc;
}

/* 整形済みテキスト */
pre {
	font-size: 100%;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-bottom: 20px;
	width: 460px;
	height: 150px;
	overflow: scroll;
}

/* 汎用ブロックエリア */
.blockarea {
	font-size: 100%;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding-left: 8px;
	padding-right: 8px;
	margin: 5px 0 5px 0;
}

/* ボディ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-position: center top;
	background-repeat: repeat;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 150%;
}

/* ヘッダ部大外コンテナ枠 */
#headcontainer {
	color: #333333;
	background-color: #ffffff;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	clear:both;
}

/* プリント用バナー */
#printbanner {
	width: 100%;
	margin: 0 12px;
	display: none;
}

/* コンテンツ部大外コンテナ枠 */
#maincontainer { 
	color: #333333;
	background-color: #ffffff;
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	clear:both;
	padding: 0;
}


/* ----------------------------------------------------- */
/* ヘッダ関連 */
/* ----------------------------------------------------- */

/* サイトの説明エリア */
#sitedescription { 
	color: #333333;
	background-color: #ffffff;
	text-align: right;
	padding: 0;
	margin: 10px 0 4px;
	float: right;
	display: inline;
	width: 500px;
}

/* サイトのタイトル */
#sitedescription h1{
	font-size: 100%;
	padding: 0 0 0 0;
	margin: 5px 0 0;
	text-align: right;
	font-weight: bold;
	line-height: 130%;
	text-decoration: none;
}

/* サイトの説明文(h2) */
#sitedescription h2{
	font-size: 70%;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	text-align: right;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

/* サイトの説明文(p) */
#sitedescription p{
	font-size: 70%;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

/* バナー画像エリア */
#banner {
	width: 200px;
	height: 40px;
	float: left;
	display: inline;
	margin: 10px 0 4px 10px;
	padding: 0;
}

/* イメージ */
#banner img {
	margin: 0;
}

/* サイトのTOPイメージ */
#topimage{ 
	color: #333333;
	background-color: transparent;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 956px;
	height: 64px;
	margin-left: 12px;
	margin-right: 12px;
	clear: both;
	margin-bottom: 4px;
	}

/* イメージ説明 */
#topimage p{
	visibility: hidden;
}

/* ----------------------------------------------------- */
/* 上ナビゲーション */
/* ----------------------------------------------------- */

/* ナビゲーションエリア */
#navitop {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	width: 956px;
	margin: 0 12px;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid gray;
}

#navitop .pad {
	padding: 2px 2px 2px 2px;
}

#navitop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navitop li {
	padding: 0 10px 0 7px;
	display: inline;
	/*border-left: solid 6px #cccccc;*/
}

/* ----------------------------------------------------- */
/* メインコンテナ枠（二重枠） */
/* ----------------------------------------------------- */

#maincontent { 
	background-color: transparent;
	 width: 730px;
	 float: right;
	 padding: 0 0 20px 10px;
	 clear: both;
}


/* ----------------------------------------------------- */
/* パンくずナビ */
/* ----------------------------------------------------- */

#position { font-size: 70%; color: #993333; text-align: right; line-height: 100%; background-color: #ffffff; background-repeat: repeat-y; width: 490px; height: 0; margin: 0 15px; padding: 0; }

#position a{
	margin: 0;
	padding: 0;
}


/* ----------------------------------------------------- */
/* メインコンテント枠 */
/* ----------------------------------------------------- */

#maindoc { 
	color:  #333333;
	 background-color: #ffffff;
	 margin: 0;
	 width: 520px;
	 float: left;
	 font-size: 90%;
 }

#maindoc .meijo { 
	 width: 700px;
 	background-color: #999999;
 }
 
#maindoc .pad {
	padding: 10px 0 10px 10px;
}

#maindoc .entry {
	color: #333333;
	background-color: #ffffff;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	line-height: 155%;
	clear: both;
}

#maindoc h2{ 
	color: #333333; 
	font-size: 95%; 
	margin: 20px 0px 10px 0px; 
	padding: 5px 0 4px 15px; 
	text-align: left; 
	line-height: 130%; 
	background: url(https://q-labo.info/blogimg/h2.gif) no-repeat 0 50%; 
	border-bottom: 1px solid gray; 
	font-weight: bold; 
	width: 493px; 
}

#maindoc h3{ 
	color: #333333; 
	font-size: 90%; 
	margin: 10px 0; 
	padding: 5px 5px 4px 15px; 
	text-align: left; 
	line-height: 130%; 
	background: url(https://q-labo.info/blogimg/h3.gif) no-repeat 0 50%; 
	font-weight: bold; 
	width: 493px; 
}

#maindoc h3{ 
	margin-top: 20px; 
	margin-bottom: 0; 
}

#maindoc h4{ 
	font-size: 90%; 
	margin: 10px 0; 
	padding: 5px 5px 4px; 
	text-align: left; 
	line-height: 130%; 
	border-bottom: 1px dotted gray; 
	font-weight: bold; 
	width: 493px; 
}

#maindoc h1 { 
	font-size: 80%; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 150%; 
	text-align: left; 
	margin: 0; 
	padding: 0; 
}

#maindoc h3.page { 
	font-size: 85%;
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 5px 0px;
	text-align: left;
	line-height: 170%;
	background: none;
	/*border-bottom: 1px solid gray;*/
	font-weight: normal;
	width: 508px;
}

#maindoc h3.page a { 
	font-size: 90%;
	font-weight: normal;
	border: solid 1px gray;
	padding:0.3em 0.5em 0.1em 0.5em;
	text-decoration:none;
}

#maindoc h3.page span.current { 
	font-size: 90%;
	font-weight: normal;
	border: solid 1px gray;
	padding:0.3em 0.5em 0.1em 0.5em;
	text-decoration:none;
	color: #ffffff;
	background-color: #336600;
}

#maindoc h3.page a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #FF6633;
}

#mainpage { 
	font-size: 100%; 
	margin: 0; 
	padding: 6px 0; 
	text-align: left; 
}

#maindoc p{ 
	font-size: 90%; 
	margin: 5px 0; 
	padding: 5px 0; 
	text-align: left; 
}

#maindoc h1 p{ 
	font-size: 100%; 
	margin: 0; 
	padding: 6px 0; 
	text-align: left; 
}

#maindoc p.extended{
	font-size: 90%;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: left;
}

#maindoc dl {
	margin: 0;
	font-size: 100%;
}

#maindoc dt {
	margin: 3px 0;
	padding-left: 10px;
	line-height: 150%;
	border-left: 5px solid #cdcdcd;
}

#maindoc dd {
	margin: -1.7em 0 1.6em 10em;
	padding-top: 3px;
	padding-bottom: 0;
	line-height: 150%;
	border-bottom: 1px dotted #666666;
}

/*サイトマップ用*/
#maindoc dt.sitemap {
	margin: 18px 0 3px;
	padding-left: 10px;
	line-height: 150%;
	border-left: 5px solid #cdcdcd;
	font-size: 100%;
}
#maindoc dd.sitemap { font-size: 90%; margin: 4px 4px 8px 6em; padding: 0; line-height: 150%; border-bottom: 1px dotted #666666
 }

/* dt オフセット表示用 */
#maindoc dt.offset {
	margin: 18px 0 3px 0;
	padding-left: 10px;
	line-height: 130%;
	border-left: #cdcdcd 5px solid;
	font-size: 100%;
	font-weight: bold;
}

/* dd オフセット表示用 */
#maindoc dd.offset {
	margin: 4px 4px 8px 6em;
	padding: 0;
	line-height: 130%;
	border-bottom: 1px dotted #666666
}
/* dt 年表 */
#maindoc dt.year { 
	line-height: 150%; 
	margin: 0; 
	padding: 0; 
	border-width: 0; 
}
/* dd 年表 */
#maindoc dd.year { 
	margin: -1.7em 0 1.6em 4em;
	padding-top: 0px;
	padding-bottom: 0;
	line-height: 150%; 
	border-style: none; 
}

/* dt エントリ情報表示調整用 */
#maindoc dt.entrydate {
	padding-top: 5px;
	font-size: 90%;
}

/* dd エントリ情報表示調整用 */
#maindoc dd.entrytitle {
	margin: -1.9em 0px 0.8em 8em;
	padding-top: 5px;
	line-height: 150%;
	border: none;
	font-size: 100%;
	font-weight: bold;
}

/* dd エントリ情報表示調整用 */
#maindoc dd.entryexcerpt {
	margin: -1.3em 0 5px 8.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom: #666666 1px dotted;
	font-size: 90%;
}

#maindoc ul,
#maindoc ol {
	padding: 0;
	margin: 0 0 10px 0;
	padding: 0 0 1px 0;
	font-size: 90%;

}

#maindoc ol {
	list-style-type: decimal;
}

#maindoc ul li,
#maindoc ol li { line-height:160%; margin-bottom: 10px; margin-left: 12px; list-style-position: outside; }

#maindoc li {
	line-height:150%;
	font-size: 100%;
}

#maindoc .posted{ font-size: 80%; margin: 10px 0 14px; text-align: right; line-height: 130%; width: 508px; padding: 2px 0 0; border-top: 1px solid gray; }

#maindoc .trackback{
	font-size: 90%;
	margin: 5px 0 15px 0;
	text-align: left;
	line-height: 130%;
}

#maindoc .trackbackunit{
	color: #333333;
	background-color: #ffffff;
	font-size: 90%;
	margin: 15px 0 15px 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height: 130%;
	border: 1px solid #cccccc;
}

#maindoc .commentunit{
	color: #333333;
	background-color: #ffffff;
	font-size: 90%;
	margin: 15px 0 15px 0;
	padding: 0px 15px;
	text-align: left;
	line-height: 130%;
	border: 1px solid #cccccc;
}

/* タグ */

#maindoc .entry-tags {
	background-color: transparent;
	margin-top: 6px;
	padding-left: 3px;
	text-align: right;
}
#maindoc .entry-tags-header{
	background-color: transparent;
	margin-left: 0;
	padding: 0;
	display: inline;
	border: none;
}

#maindoc h2.entry-tags-header,
#maindoc h3.entry-tags-header{
	background-image: none;
	font-weight: normal;
	font-size: 90%;
}

#maindoc .entry-tag { 
	margin: 2px;
	padding: 0;
	display: inline;
}
#maindoc .entry-tags-list { 
	display: inline;
	list-style:none;
	font-size: 90%;
}


/* ----------------------------------------------------- */
/* エクストラコンテント枠（サイドバー2） */
/* ----------------------------------------------------- */

#extradoc {
	color: #333333;
	margin: 0 0 0 20px;
    padding: 0;
	width: 180px;
	float: left;
	font-size: 85%;
}

#extradoc .pad {
	border-left: 1px dotted #666666;
	padding: 0 0 0 5px;
	margin: 0;
}

#extradoc img.thum {
	padding-left: 16px;
	padding-bottom: 12px;
}

#extradoc h3{
	font-size: 95%;
	margin: 20px 0px 10px 15px;
	padding: 15px 0px 5px 0px;
	text-align: left;
	line-height: 130%;
	/*	background: url(https://q-labo.info/blogimg/h3.gif) no-repeat 0 50%;	*/
	border-bottom: 1px solid gray;
	font-weight: bold;
}

#extradoc ul,
#extradoc ol {
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 95%;
}

#extradoc ul li,
#extradoc ol li {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height:130%;
	font-size: 95%;
	list-style-type:none;
}


#extradoc ul ul li {
	margin: 5px 0 5px 0;
	line-height:130%;
	font-size: 100%;
	list-style-type:none;
}

/* カテゴリリスト */
#extradoc ul li.categoly{
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#extradoc ul ul li.categoly{
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#extradoc ul li.categoly a{
	background: url("https://q-labo.info/blogimg/listmarkcat.gif") no-repeat 0 50%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	/* height: 100%; IE6対策 */
}

#extradoc ul ul li.categoly a{
	background: url("https://q-labo.info/blogimg/listmarkcat.gif") no-repeat 0 50%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	/* height: 100%; IE6対策 */
}

/* エントリリスト */
#extradoc ul li.entry{
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#extradoc ul li.entry a{
	background: url("https://q-labo.info/blogimg/listmarkent.gif") no-repeat 0 50%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	/* height: 100%; IE6対策 */
}

#extradoc ul p.date{
	color:#333333;
	font-size: 100%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
}

#extradoc p{
	font-size: 95%;
	margin-top: 0;
	margin-left: 10px;
	padding: 0;
	text-align: left;
	line-height: 130%;
}

/* ----------------------------------------------------- */
/* サブコンテント枠（サイドバー） */
/* ----------------------------------------------------- */

#subcontent {
	margin: 0 8px 0 8px;
	width: 224px;
	float: left;
	display: inline;
	font-size: 85%;
}

#subcontent .pad {
	padding: 10px 5px 10px 5px;
}

#subcontent h2{
	font-size: 95%;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 15px;
	text-align: left;
	line-height: 130%;
	background: url("https://q-labo.info/blogimg/h2.gif") no-repeat 0px 50%;
	border-bottom: double 1px #333333;
	font-weight: bold;
}

#subcontent h3{
	font-size: 95%;
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	line-height: 130%;
	background: url(https://q-labo.info/blogimg/h3.gif) no-repeat 0 50%;
	border-bottom: 1px solid gray;
	font-weight: bold;
}

#subcontent h4{
	font-size: 95%;
	margin: 10px 0;
	padding: 5px;
	text-align: left;
	line-height: 130%;
	border-bottom: 1px dotted gray;
	font-weight: bold;
}
#subcontent dl {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 95%;
}

#subcontent dt {
	margin: 5px 0 5px 0;
	padding-left: 14px;
	line-height: 130%;
	border-left: #666666 5px solid;
	background: url("https://q-labo.info/blogimg/listmark01.gif") no-repeat 0 50%;
	font-size: 100%;
}

#subcontent dd {
	margin: -0.2em 0 0.5em 1.1em;
	line-height: 120%;
	border-bottom: #666666 1px dotted;
	font-size: 100%;
}

/* dt サイドバー情報(コメント)表示調整用 */
#subcontent dt.recentlycommenthead {
	font-size: 100%;
	border: none;
}

/* dd サイドバー情報(コメント)表示調整用 */
#subcontent dd.recentlycommentexcerpt {
	font-size: 100%;
	border: none;
	margin-right: 10px;
}

/* dt サイドバー情報(トラックバック)表示調整用 */
#subcontent dt.recentlytrackbackhead {
	font-size: 100%;
	border: none;
}

/* dd サイドバー情報(トラックバック)表示調整用 */
#subcontent dd.recentlytrackbackexcerpt {
	font-size: 100%;
	border: none;
	margin-right: 10px;
}

#subcontent ul,
#subcontent ol {
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 95%;
}

#subcontent ul li,
#subcontent ol li {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height:130%;
	font-size: 95%;
	list-style-type:none;
}


#subcontent ul ul li {
	margin: 5px 0 5px 0;
	line-height:130%;
	font-size: 100%;
	list-style-type:none;
}

/* カテゴリリスト */
#subcontent ul li.categoly{
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#subcontent ul ul li.categoly{
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#subcontent ul li.categoly a{
	background: url("https://q-labo.info/blogimg/listmarkcat.gif") no-repeat 0 50%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	/* height: 100%; IE6対策 */
}

#subcontent ul ul li.categoly a{
	background: url("https://q-labo.info/blogimg/listmarkcat.gif") no-repeat 0 50%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	/* height: 100%; IE6対策 */
}

/* エントリリスト */
#subcontent ul li.entry{
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#subcontent ul li.entry a{
	background: url("https://q-labo.info/blogimg/listmarkent.gif") no-repeat 0 50%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	/* height: 100%; IE6対策 */
}

#subcontent ul p.date{
	color:#333333;
	font-size: 100%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
}

#subcontent p{
	font-size: 95%;
	margin-top: 0;
	margin-left: 10px;
	padding: 0;
	text-align: left;
	line-height: 130%;
}

#subcontent img{
	margin: 5px 5px 5px 10px;
}

/* 選択されたリンクを保持する */
#entry-selected a,
#entry-selected a:hover{
	color:#993333;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#subcontent form{
	font-size: 90%;
	margin: 5px 0 10px 10px;
	padding: 3px 5px 2px 0;
	text-align: left;
	line-height: 150%;
}

/* RSSアイコン */
#subcontent .rss{
	font-size: 90%;
	margin: 0px 0 10px 10px;
	padding-left: 20px;
	height: 16px;
	text-align: left;
	line-height: 150%;
	background: url("https://q-labo.info/blogimg/feed-icon-16x16.png") no-repeat 0px 50%;
	clear: both;
}

/* Tag cloud */
#subcontent .tag-cloud {
	margin: 5px 10px 5px 10px;
	padding: 0;
}

#subcontent .tag{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	line-height:120%;
	font-weight: normal;
	background-image: none;
}

#subcontent .tag a.level1 {
	font-size: 160%;
	color: #222222;
	background-color: #ffffff;
}

#subcontent .tag a.level2 {
	font-size: 150%;
	color: #333333;
	background-color: #ffffff;
}

#subcontent .tag a.level3 {
	font-size: 140%;
	color: #444444;
	background-color: #ffffff;
}

#subcontent .tag a.level4 {
	font-size: 120%;
	color: #666666;
	background-color: #ffffff;
}

#subcontent .tag a.level5 {
	font-size: 100%;
	color: #888888;
	background-color: #ffffff;
}

#subcontent .tag a.level6 {
	font-size: 80%;
	color: #999999;
	background-color: #ffffff;
}


/* ----------------------------------------------------- */
/* フッタ */
/* ----------------------------------------------------- */

#footer { 
	color: #333333;
	background-color: #ffffff;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 12px;
	margin-right: 12px;
	width: 956px;
	height: 40px;
	/* border-top: solid 1px #666666; */
	clear: both; 
	border-top: 1px solid gray;
}

#footer .pad {
	padding: 8px 10px 8px 10px;
}

address {
	font-size: 75%;
	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------- */
/* コメント・トラックバック関連 */
/* ----------------------------------------------------------------------------- */

form {
	color: #333333;
	background-color: #ffffff;
	font-size: 95%;
}

textarea {
	font-size: 100%;
}

textarea[id="comment-text"] {
	width: 80%;
}


/* ----------------------------------------------------------------------------- */
/* 印刷用スタイル */
/* ----------------------------------------------------------------------------- */

@media print {

	body{
		overflow: visible;
	}
	
	/* メインのリキッド化 */
	#maincontainer{
		width: 100%;
		/*background-image: none;*/
		font-size: 10pt;
		float: left;
		overflow: visible;
	}

	/* メインのリキッド化 */
	#maindoc{
		width: 100%;
		float: left;
		clear: both;
		overflow: visible;
	}

	#maincontent {
		width: 96%;
		float: left;
		overflow: visible;
	}
		
	/* サイドバー非表示 */
	#subcontent {
		display: none;
		overflow: visible;
	} 

	#extradoc {
		display: none;
		overflow: visible;
	} 

	/* ヘッダ非表示 */
	#headcontainer {
		display: none;
		overflow: visible;
	}
	
	/* フッタ非表示 */
	#footer {
		/*display: none;*/
		width: 96%;
		overflow: visible;
	}

	/* コメント類非表示 */
	.posted ,
	.trackback ,
	form {
		display: none;
		overflow: visible;
	}

	#maindoc h2 {
		width: 100%;
	}

	#printbanner {
		clear: both;
		display: inline;
	}
	
	#printbanner p{ 
	font-size: 70%; 
	text-align: left; 
	line-height: 140%;
	}
}

/* ----------------------------------------------------------------------------- */
/* レイアウトチェック用 */
/* ----------------------------------------------------------------------------- */
/* レイアウトチェック用。コメントを外し枠線を有効にするとわかりやすい。 */
/* {
	border: 1px solid #cdcdcd;
}*/


/* ----------------------------------------------------------------------------- */
/* 追加設定 */
/* ----------------------------------------------------------------------------- */

/* readmore */
a.morelink {
	color: #ffffff;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
a.morelink:link {
	color: #ffffff;
	background-color: #663333;
}

a.morelink:visited  {
	color: #ffffff;
	background-color: #336600;
}

a.morelink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #FF6633;
}

#maindoc ul li h1 {
	font-size: 90%;
	margin-top: 2px;
}

#maindoc table {
	font-size: 85%;
	border-collapse:collapse;
	border-color:#666;
	margin: 10px 0;
}

#maindoc table th,
#maindoc table td {
	padding: 1px 12px 1px 12px;
}

#maindoc table th {
	font-size: 90%;
	text-align: center;
	font-weight: nomal;
	background-color: #ccc;
}

#maindoc table.workflow {
	width: 500px;
	text-align: center;
	font-size: 75%;
	line-height: 125%;
	font-weight: bold;
}

#maindoc table.workflow td {
	padding: 0;
}

#maindoc table.workflow td.tbox {
	border: 1px solid #666;
	padding: 7px 0px 7px 0px;
}

#maindoc blockquote table td {
	padding:1px 0;
}