@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

/* floatのクリア */
.clear {
	clear: both;
}

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

dt,dd {
	margin: 5px;
	padding: 2px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* モバイル非表示 */

.mobile_only {
	display: none;
}

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

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

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

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

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

/* リンク */
a:link {
	color: #0000ff;
	/*background-color: #ffffff;*/
	text-decoration: underline;
	font-weight: bold;
}

/* リンク・訪問済み */
a:visited {
	color: #0000ff;
	/*background-color: #ffffff;*/
	text-decoration: underline;
	font-weight: bold;
}

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

/* 引用 */
blockquote {
	font-size: 100%;
	color: #333333;
	background-color: #eeeeee;
	background-image: url(blogimg/quote.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 10px;
	margin-left: 0;
	margin-bottom: 20px;
	width: 460px;
	overflow: auto;
}

/* 整形済みテキスト */
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: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	font-family: Arial, "Trebuchet MS Verdana", sans-serif;
	color: #000000;
	background-color: #ffffff;
	background-position: center top;
	background-repeat: repeat;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	line-height: 100%;
}

/* ヘッダ部大外コンテナ枠 */
#headcontainer {
	color: #333333;
	background-color: #ffffff;
	background-image: url("blogimg/back_header.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	clear:both;
}

/* コンテンツ部大外コンテナ枠 */
#maincontainer {
	color: #000000;
	background-color: #ffffff;
	background-image: url("blogimg/back_container.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	clear:both;
}
/*
#maincontainer2 {
	color: #000000;
	background-color: #ffffff;
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	clear:both;
}
*/

#maincontainer dl {
	margin: 0;
	font-size: 10pt;
}

#maincontainer dt {
	margin: 3px 0 3px 0;
	padding-left: 10px;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	border-bottom: #cdcdcd 1px dotted;
	border-left: #cdcdcd 5px solid;
}

#maincontainer dd {
	margin: 15px 0px 5px 15px;
	padding-top: 3px;
	padding-bottom: 0;
	line-height: 100%;
	text-align: left;
	/* border-bottom: #666666 1px dotted;*/
}


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

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

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

/* サイトの説明文(h2) */
#sitedescription h2{
	font-size: 80%;
	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: left;
	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イメージ(google広告部分) */
#topimage{
	font-size: 70%;
	color: #333333;
	background-color: #ffffff;
	width: 758px;
	/*height: 108px;*/
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	clear: both;
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}
#bottomimage{
	color: #333333;
	background-color: #ffffff;
	width: 758px;
	height: 218px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	clear: both;
}

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

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

/* ナビゲーションエリア */

#nav_bar{
	padding:0px;
	width:750px;
	float:right;
	margin-top:0px;
	margin-bottom:5px;
}

#nav_bar ul{
	padding:0px;
	margin:0px;
	list-style-type: none;
}

#nav_bar ul#nav_global li{
	float:left;
	margin: 0px 1px;
}

#nav_bar ul#nav_global li a{
 	width: 120px;
	background-color: #aaaaaa;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(136,136,136,1);
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 3px auto;
	padding: 3px 0;

}

#nav_bar ul#nav_global li a:hover{
	background-color: #0000ff;
	box-shadow: 0 1px 0 rgba(136,136,136,1);
	margin: 3px auto;
}

#navitop {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	width: 750px;
	margin: 0 10px 0 10px;
	padding: 0;
	text-align: left;
	border-bottom: solid 1px #cdcdcd;
}

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

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

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

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

#maincontent {
	background-color: transparent;
	width: 540px;
	float: right;
	margin-bottom: 20px;
	clear: both;
}

#maincontent2 {
	background-color: transparent;
	width: 760px;
	float: right;
	margin-bottom: 20px;
	clear: both;
}


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

#position {
	font-size: 80%;
	color: #000000;
	text-align: left;
	line-height: 120%;
	background-color: #ffffff;
	background-repeat: repeat-y;
	width: 490px;
	margin: 5px 15px 0 15px;
	padding: 0 0 0 0;
}

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


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

#maindoc {
	color:  #000000;
	background-color: #ffffff;
	margin-bottom: 0;
	width: 520px;
	float: left;
	display: inline;
	font-size: 80%;
	clear: both;
}
#maindoc .a0{
	text-align: right;
}

#maindoc .pad {
	padding: 5px 5px 5px 5px;
}

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

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

#maindoc h3{
	color: #333333;
	font-size: 120%;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 15px;
	text-align: left;
	line-height: 100%;
	background: url("blogimg/h3.gif") no-repeat 0px 50%;
	border-bottom: solid 1px #cecece;
	font-weight: bold;
}

#maindoc h4{
	font-size: 100%;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 15px;
	text-align: left;
	line-height: 100%;
	border-bottom: dotted 1px #cecece;
	font-weight: bold;
}

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

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

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

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

#maindoc dt.google {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	line-height: 120%;
	border: none;
}

#maindoc dt.google a:hover {
	color: #0000ff;
	text-decoration: underline;
}

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

#maindoc dd.google {
	margin: 0px 0px 5px 0px;
	padding-top: 3px;
	padding-bottom: 0;
	line-height: 130%;
	border: none;
}

#maindoc dd.google a:hover,
#maindoc dd.google a:link,
#maindoc dd.google a:visited{
	margin: 0px;
	padding: 0px;
	color: #5B9900;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	font-family: sans-serif;
	line-height: 130%;
	border: none;
}

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

/* 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: 7px 4px 10px 8em;
	padding: 0;
	line-height: 130%;
	border-bottom: #666666 1px dotted
}

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

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

/* dd エントリ情報表示調整用 */
#maindoc dd.entryexcerpt {
	margin: 0 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 0 0;
}

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

#maindoc ul li,
#maindoc ol li {
	list-style-position : inside;
	line-height:100%;
	font-size: 100%;
	padding-left: 15px;
}

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

#maindoc .posted{
	font-size: 90%;
	margin: 5px 0 15px 0;
	text-align: left;
	line-height: 130%;
	border-bottom: dashed 1px #333333;
}

#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: 10px 10px 10px 10px;
	text-align: left;
	line-height: 130%;
	border: 1px solid #cccccc;
}

/* タグ */

#maindoc .entry-tags {
	background-color: transparent;
	margin-top: 6px;
	padding-left: 3px;
}
#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;
}

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

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

.sidetitle {
   font-size: 12px;
   background: url(blogimg/side_title.gif) no-repeat;
   padding: 0 0 0 20px;
   line-height:30px;
   color: #000000;
   margin-top: 0px;
}

.side {
   width: 100%;
   font-size: 80%;
   line-height: 130%;
   margin: 5px 0 0 0;
   padding:0 0 5px 0;
}

.side a{
   color: #0000FF;
}

.side a:hover {
   color: #0000FF;
}

.side ul,.side li {
   margin: 0;
   padding: 0;
   list-style: none;
}

.side ul li a{
   width: 190px; 
   height: 25px;
   background-color: #f5f5f5;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border: 1px solid #CCC;
   text-decoration: none;
   color: #666;
}

.side ul li a:hover{
   background: #7ACEFF;
   border: 1px solid #ccc;
   color: #fff;
   text-decoration: none;
}

.side ul ul li a{
   width: 180px; 
   height: 25px;
   background-color: #f0f0f0;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border: 1px solid #CCC;
   text-decoration: none;
   color: #666;
}

.side ul ul li a:hover{
   background: #ff8135;
   border: 1px solid #ccc;
   color: #fff;
   text-decoration: none;
}

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

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

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

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

#subcontent h3{
	font-size: 120%;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 15px;
	text-align: left;
	line-height: 120%;
	background: url("blogimg/h3.gif") no-repeat 0px 50%;
	border-bottom: solid 1px #777777;
	font-weight: bold;
}

#subcontent h4{
	font-size: 95%;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
	line-height: 130%;
	border-bottom: dashed 1px #cdcdcd;
	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("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: 100%;
	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: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#subcontent ul li.categoly a{
	background: url("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("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("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("blogimg/feed-icon-16x16.png") no-repeat 0px 50%;
	clear: both;
}

.rss{
	font-size: 90%;
	margin: 0px 0 10px 10px;
	padding-left: 20px;
	height: 16px;
	text-align: left;
	line-height: 150%;
	background: url("blogimg/feed-icon-16x16.png") no-repeat 0px 50%;
	clear: both;
}

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

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

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

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

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

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

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

#maincontent .tag a.level6 {
	font-size: 80%;
	color: #999999;
	background-color: #ffffff;
}
#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-image: url("blogimg/back_footer.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 100px;
	/*border-top: solid 1px #666666;*/
	clear: both;
}

#footer .pad {
	padding: 2px 10px 2px 10px;
	font-size: 80%;
}

.footer-top{
  font-size: 70%;
  margin: 0px 5px 0px 5px;
  padding-top : 3px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 3px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : #808080 #808080 #808080 #808080;
  background-color : #ffffff;
  width : 765px;
  line-height : 150%;
}

address {
	font-size: 80%;
	margin-bottom: 2px;
}

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

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

textarea {
	font-size: 100%;
}

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


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

@media print {

	/* メインのリキッド化 */
	#maincontainer{
		width: 100%;
		background-image: none;
	}

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

	/* サイドバー非表示 */
	#subcontent {
		display: none;
	} 

	/* ヘッダ非表示 */
	#headcontainer {
		display: none;
	}
	
	/* フッタ非表示 */
	#footer {
		display: none;
	}

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

}


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

.box{
	float: left;
	width: 220px;
	height: 160px;
	margin: 1px 1px 1px 1px;
	padding: 1px;
	color: #000000;
	text-align: center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 12px;
}
.box1{
	float: left;
	width: 101px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	color: #666;
	font-size: 10px;
	display: block;
}

.qbox{
	margin: 2px;
	padding: 5px 5px 5px 5px;
	background-color: #FFF3A4;
	word-break: break-all;
}

.abox{
	margin: 2px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	word-break: break-all;
}

/*がん説明コンテンツの表*/
table.cancer {
	border-bottom:1px solid #954A00;
	border-spacing	: 0px;
	border-collapse : collapse ;
	margin		: 10px;
	}
table.cancer2 {
	border-bottom:1px solid #954A00;
	border-spacing	: 0px;
	border-collapse : collapse ;
	margin		: 10px;
	}
table.cancer caption{
	caption-side	: top ;
	font-size		: 90% ;
	font-weight		: bold ;
	color			: #663333 ;
	line-height		: 1.5 ;
}

table.cancer td,table.cancer th{
	border			: 1px solid #954A00;
	padding:5px;
	vertical-align	: top ;
	line-height		: 1.3 ;
	}
table.cancer2 td,table.cancer2 th{
	border			: 1px solid #954A00;
	padding:5px;
	vertical-align	: top ;
	line-height		: 1.3 ;
	}
	
table.cancer td {
	text-align:center;
	color:#333333;
	}
table.cancer2 td {
	text-align:left;
	color:#333333;
	}
table.cancer th {
	font-weight		: bold ;
	color		: #000000 ;
	background-color: #E5D9A7 ;
	}
table.cancer2 th {
	font-weight		: bold ;
	color		: #000000 ;
	background-color: #E5D9A7 ;
	}
table.cancer th#middle{
	vertical-align	: middle ;
}
table.cancer2 th#middle{
	vertical-align	: middle ;
}
table.cancer td.left,table.cancer th.left{text-align:left}
table.cancer td.center,table.cancer th.center{text-align:center}
table.cancer td.right,table.cancer th.right{text-align:right}

.no_wrap{white-space:nowrap}	/*改行しないで表示*/

/* googleカスタム検索結果 */
.gsearch_result{
  margin: 0px 0px 0px 0px;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  background-color : #ffffff;
  width : 750px;
}
.gsearch_box{
  width : 200px;
}