@charset "UTF-8";
/*ページ全体の基本的な設定-----------------------------------------------------*/

html { 
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0; 
	}

body { 
	color: #333; 
	font-size: 13px; 
	font-family: "Lucida Grande", Geneva, Arial, Verdana, Helvetica, sans-serif; 
	background-color: #d3d3d3; 
	background-image: url("img/bg.gif");
	text-align: center; 
	margin: 0; 
	padding: 0; 
	}

form, input { 
	margin: 0; 
	padding: 0; 
	}

h1, h2, h3, h4, h5, h6, ol, ul, p, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	}

li { 
	line-height: 1.6; 
	margin-bottom: 8px; 
	}

a img { 
	border: none; }

a:link { 
	color: #0049aa; 
	}

a:visited { 
	color: #0049aa; 
	}

a:hover { 
	color: #29f; 
	text-decoration: none; 
	}

a:active { 
	color: #0049aa; 
	}

hr { 
	color: #cccccc; 
	height: 1px;
	}

.kei { 
	margin-top: 7px; 
	margin-bottom: 20px; 
	border-bottom: 1px dashed silver; 
	}

.clearboth { 
	height: 1px; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}

* html .pkg { 
	display: inline-block; 
	}

/*container-----------------------------------------------------*/

#container { 
	width: 810px; 
	margin: 8px auto 20px auto; 
	background-image: url("img/container_bg.gif");
	}

#container-inner { 
	background-color: #fff; 

	text-align: left; 
	width: auto; 
	border: 0; 
	}

/*cover-----------------------------------------------------*/

#cover-top { 
	background-color: white; order-right-style: solid; 
	}

#cover-top-header { 
	height: 26px;
	line-height: 26px;
	background-color: #0090C9; 
	color: #FFF; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	text-align: left; 
	margin: 0; 
	padding: 0 7px; 
	}

#cover-top-header a,
#cover-top-header a:visited,
.cover-left a, .cover-left a:visited,
.cover-right a, .cover-right a:visited { 
	color: #FFF; 
	text-decoration: none; 
	}

#cover { background-color: white; order-right-style: solid; }

#cover-inner { height: 100%; 
	margin-right: 1px; 
	margin-left: 1px; 
	}

.cover-left { 
	text-align: left; 
	width: 380px; 
	float: left; 
	}

.cover-right { 
	text-align: right; 
	width: 380px; 
	float: right; 
	}

.smallnavi { 
	color: #fff; 
	font-size: 12px; 
	line-height: 26px;
	}

.smallnavi a, .smallnavi a:visited { 
	color: #fff; 
	}

.cover-search { 
	font-size: 10px; 
	margin-top: 10px; 
	margin-right: 15px; 
	}

.smallnavi input { 
	font-size: 12px; 
	}

.smallnavi #search { 
	width: 120px; 
	}

#blogname { 
	font-size: 20px; 
	font-weight: bold; 
	margin: 0; 
	background-image: url("img/top_banner.jpg") no-repeat;
	}

#blogname a, 
#blogname a:visited, 
#blogname a:hover { 
	color: #039; 
	text-decoration: none; 
	}

/*line----------------------------------------------------------*/

#line1 { 
	background-color: white; 
	height: 6px; 
	padding-top: 1px; 
	}

#line1-inner { 
	font-size: 0; 
	line-height: 0; 
	background-color: #039; 
	height: 100%; 
	margin-right: 1px; 
	margin-left: 1px; 
	}

#line2 { 
	background-color: white; 
	padding-top: 1px; 
	height: 6px; 
	}

#line2-inner { 
	font-size: 0; 
	line-height: 0; 
	background-color: #1d8bd0; 
	margin-right: 1px; 
	margin-left: 1px; 
	height: 100%; 
	}

/*navigation-----------------------------------------------------*/

#navigation { 
	background-image: url("img/container_bg.gif");
	margin: 5px 10px 45px 10px;
	padding: 0;
	}

#globalmenu{
	width: 780px;
	background: #242424;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#globalmenu ul {
	float: left;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
div#globalmenu li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#globalmenu li a {
	background: #242424 url("img/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

div#globalmenu li a:hover {
	background: #406E92 url("img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
div#globalmenu li a:link,
div#globalmenu li a:visited,
div#globalmenu li a:hover,
div#globalmenu li a:active {	color: #fff;}
	
/*banner-----------------------------------------------------*/

#banner { 
	margin: 0 0 20px 0; 
	}

#banner-inner {  }

#banner h2 { 
	color: white; 
	font-size: 24px; 
	font-weight: bold; 
	line-height: 150%; 
	background-color: #27c4f9; 
	margin: 0; 
	padding: 20px; 
	display: block; 
	}

#banner h2 a, 
#banner h2 a:visited, 
#banner h2 a:hover { 
	color: white; 
	text-decoration: none; 
	}

/*utility-----------------------------------------------------*/

#utility { 
	margin-top: 20px; 
	margin-right: 15px; 
	margin-left: 15px; 
	}

#utility-inner { 
	padding-bottom: 10px; 
	border-bottom: 1px dashed silver; 
	}

#utility-left { 
	width: 250px; 
	float: left; 
	}

#utility-left-inner { }

#utility-right { 
	width: 477px; 
	float: right; 
	}

#utility-right-inner {  }

.layout-two-column-left #utility,
.layout-two-column-left #gamma,
.layout-two-column-right #utility,
.layout-two-column-right #gamma,
.layout-three-column #utility,
.layout-one-column #gamma { 
	display: none; 
	}

/*pagebody-----------------------------------------------------*/

#pagebody { 
	clear: both; 
	}

#pagebody-inner { 


	margin: 5px 10px 45px 10px;
	padding: 0;
	text-align: left;
	}

/*alpha-----------------------------------------------------*/

#alpha { 
	background: #fff;
	width: 580px; 
	float: right; 
	}

#alpha-inner { 
	margin: 0 10px 20px 0; 
	}

.top { 
	font-size: 12px; 
	text-align: right; 
	margin: 0; 
	padding-bottom: 10px; 
	}

/* content -----------------------------------------------------*/

.content-navi { font-size: 12px; margin-top: 0; margin-bottom: 20px; }

.content-navi2 { font-size: 12px; text-align: center; margin-top: 0; margin-bottom: 15px; padding: 5px; border: 
	solid 1px silver; }

.entry-content { 
	clear: both; 
	margin: 0; 
	}

.date-header { 
	color: gray; 
	margin-top: 0; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
	}

.entry-header, .archive-title { 
	clear: both;
	margin: 0; 
	padding: 15px 10px 0 10px;
	font-size: 20px;
	font-weight: bold;
	}

.entry-body h1, .entry-body14 h1 { 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h2, .entry-body14 h2 { 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h3, .entry-body14 h3 { 
	font-size: 16px;
	margin: 10px 0 5px 0;
	padding-left: 2px;
	line-height:20px;
	border-bottom: 2px solid #99CC33;
	font-weight:bold;
}

.entry-body h4, .entry-body14 h4 { 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h5, .entry-body14 h5 { 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body h6, .entry-body14 h6 { 
	font-weight: bold; 
	line-height: 1.3; 
	}
	
.entry-body .catch1, .entry-body14 .catch1 { 
	color: #c00; 
	font-size: 50px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .catch2, .entry-body14 .catch2 { 
	color: #c00; 
	font-size: 45px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .catch3, .entry-body14 .catch3 { 
	color: #c00; 
	font-size: 40px; 
	font-weight: bold; 
	line-height: 1.3; 
	}
	
.entry-body .catch4, .entry-body14 .catch4 { 
	color: #c00; 
	font-size: 35px; 
	font-weight: bold; 
	line-height: 1.3; 
	}
	
.entry-body .catch5, .entry-body14 .catch5 { 
	color: #c00; 
	font-size: 30px; 
	font-weight: bold; 
	line-height: 1.3; 
	}

.entry-body .komidashi20, .entry-body14 .komidashi20 { 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 1.5; 
	}

.entry-body .komidashi18, .entry-body14 .komidashi18 { 
	font-size: 18px; 
	font-weight: bold; 
	line-height: 1.5; 
	}

.entry-body .komidashi16, .entry-body14 .komidashi16 { 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1.5; 
	}

.entry-body .komidashi14, .entry-body14 .komidashi14 { 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.5; 
	}
	
.entry-body p, .entry-body14 p { 
	clear: both;
	margin-top: 0; 
	}

.entry-body { 
	margin: 0;
	padding: 15px 0 0 0;
	text-align: left;
	background: url(img/title_bg.gif) repeat-x;
	line-height: 180%; 
	}
	
.comment-content,
.trackback-content { 
	line-height: 1.8; 
	margin: 0; 
	}

.check { 
	list-style-image: url(images/check.gif); 
	}

.entry-footer,
.comment-footer,
.trackback-footer { 
	border-top: 1px solid #dae0e6; 
	padding-top: 3px; 
	color: gray; 
	font-size: 10px; 
	line-height: 1; 
	text-align: right; 
	margin-top: 0; 
	padding-bottom: 10px; 
	}

.alpha-module { 
	margin-bottom: 30px; 
	}

.alpha-module ul { 
	list-style-type: disc; 
	margin-bottom: 30px; 
	}

.alpha-module h4 { 
	color: gray; 
	font-size: 14px; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 15px; 
	padding-bottom: 2px; 
	border-bottom: 1px solid silver; 
	}
	
.entry, .trackbacks, .comments, .archive {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	}

.entry-body14 { 
	font-size: 14px; 
	line-height: 1.8; 
	clear: both; 
	}

.entry-body14 ul { 
	list-style-image: url(images/check.gif); 
	}

.trackbacks-info, 
.trackback-content, 
.comment-content, 
.comments-open-content, 
.comments-closed { 
	line-height: 1.8; 
	clear: both; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	}

#trackbacks-info {
	margin: 10px 0;
	border: dashed 1px #a3b8cc;
	padding: 0 10px;
	font-size: 11px;
	text-align: center;
	background: #f6f6f6;
	}

.entry-excerpt, 
.entry-body, 
.entry-more-link, 
.entry-more { 
	line-height: 1.8; 
	clear: both; 
	}

.img-l { 
	float: left; 
	margin-right: 20px; 
	}

.img-r { 
	float: right; 
	margin-left: 20px; 
	}
	
.aff { 
	text-align: right; 
	margin-top: 10px; 
	margin-bottom: 0; 
	}

.kakomi-1 { 
	background-color: #f6f6f6; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px silver; 
	}

.kakomi-2 { 
	background-color: #ffd; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #f93; 
	}

.kakomi-3 { 
	background-color: #fff0ff; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #f00; 
	}

.kakomi-4 { 
	background-color: #e1f2ff; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #39c; 
	}

.kakomi-5 { 
	background-color: #e0f5f5; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #6cc; 
	}

.kakomi-6 { 
	background-color: #e0f5e0; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px #6c6; 
	}

.kakomi-7 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dashed 2px #f00; 
	}

.kakomi-8 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dashed 2px silver; 
	}

.kakomi-9 { 
	background-color: #ffdf55; 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dotted 3px #ff7f00; 
	}

.kakomi-10 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dotted 2px #f00; 
	}

.kakomi-11 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: dotted 2px gray; 
	}

.kakomi-12 { 
	margin-bottom: 10px; 
	padding: 10px; 
	border: solid 1px gray; 
	}
		
.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content { 
	clear: both; 
	margin-top: 5px; 
	margin-bottom: 0; 
	}

#comment-submit {
    font-weight: bold;
	}

#comment-author, 
#comment-email, 
#comment-url {
	width: 240px;
	}

#comment-text { 
	width: 320px; 
	}

textarea { 
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック, Verdana, Arial, Helvetica, sans-serif; 
	}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
	}

#comment-post {
	font-weight: bold;
	}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
	font-size: 11px;
	}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.trackbacks-open-header,
.comments-open-header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto; 
	margin: 0; 
	color: white; 
	font-size: 12px; 
	font-weight: bold; 
	background-color: #1d8bd0; 
	text-transform: uppercase; 
	padding: 5px 8px; 
	}

.widget-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a,
.trackbacks-open-header a,
.comments-open-header a,
.widget-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited,
.trackbacks-open-header a:visited,
.comments-open-header a:visited { 
	color: white; 
	}

/*beta -----------------------------------------------------*/

#beta { 
	background: #DFF1F8 url("img/beta_bg.gif") repeat-x;
	width: 200px; 
	min-height: 600px;
	float: left; 
	}

#beta-inner { 
	margin: 5px; 
	padding: 0; 
	}

.entry-tags { 
	font-size: 12px; 
	margin: 0 0 10px 10px; 
	}

.entry-tags-header,
.entry-tags-list,
.entry-tag { 
	display: inline; 
	}

.entry-tags-list {
	list-style:none;
	padding: 0px;
	}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }
/*category -----------------------------------------------------*/

#cate { 
	font-size: 12px; 
	margin: 0; 
	border-bottom: 1px solid #039; 
	}

#cate ul { 
	color: #039; 
	font-weight: bold; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}

#cate ul li { 
	background-image: url(images/arrow-orange.gif); 
	background-repeat: no-repeat; 
	background-position: 0 11px; 
	margin: 0; 
	border-top: 1px solid #039; 
	}

#cate ul a, 
#cate ul a:visited { 
	text-decoration: none; 
	height: 100%; 
	padding: 5px 10px; 
	display: block; 
	}

#cate ul span { 
	display: block; 
	padding: 5px 10px; 
	height: 100%; 
	}

#cate ul a:hover { 
	color: #039; 
	background-color: #b9f064; 
	background-image: url(images/arrow-orange.gif); 
	background-repeat: no-repeat; 
	background-position: 0 11px; 
	}

#cate ul ul { 
	font-size: 10px; 
	padding-left: 20px; 
	}

#cate ul ul a:hover { 
	background-image: url(images/arrow-darkblue.gif); 
	background-repeat: no-repeat; 
	background-position: 0 9px; 
	}

#cate ul ul li { 
	background-image: url(images/arrow-darkblue.gif); 
	background-repeat: no-repeat; 
	background-position: 0 9px; 
	margin: 0; 
	border-top: 1px dotted #039; 
	}

/*cat2--------------------------------*/

.cat2 { 
	color: white; 
	font-weight: bold; 
	line-height: 2.4; 
	background-color: #8995a9; 
	background-image: url(images/cat2h.gif); 
	background-repeat: no-repeat; 
	background-position: 0 top; 
	text-indent: 8px; 
	margin-bottom: 3px; 
	padding-left: 1px; 
	}

.cat2 a, .cat2 a:visited { 
	color: white; 
	text-decoration: none; 
	display: block; 
	}

.cat2 a:hover { 
	color: white; 
	background-image: url(images/cat2h_b.gif); 
	background-repeat: no-repeat; 
	background-position: 0 top; 
	text-decoration: underline; 
	display: block; 
	}

.cat2 .cat2 { 
	color: #333; 
	font-weight: bold; 
	line-height: 2.4; 
	background-image: url(images/cat2.gif); 
	background-repeat: no-repeat; 
	background-position: 0 bottom; 
	text-indent: 0; 
	width: 100%; 
	display: block; 
	margin: 0 0 0 0; 
	border-top: 1px solid white; 
	border-bottom: 1px solid #ccc; 
	}

.cat2 .cat2 span { 
	padding-left: 20px; 
	}

.cat2 .cat2 a, .cat2 .cat2 a:visited { 
	color: #333; 
	text-decoration: none; 
	height: 100%; 
	padding-left: 20px; 
	display: block; 
	}

.cat2 .cat2 a:hover { 
	color: #29f; 
	font-weight: bold; 
	background-image: url(images/cat2.gif); 
	background-repeat: no-repeat; 
	background-position: 0 bottom; 
	text-decoration: underline; 
	height: 100%; 
	display: block; 
	}

/* ---------------------------------------------------------------*/
/* widgets -----------------------------------------------------*/
/* ---------------------------------------------------------------*/

.widget { 
	margin: 0 0 10px; 
	width: 100%; 
	overflow: hidden; 
	}

.widget-content { 
	background: #fff url("img/widget_bg.gif") repeat-x;
	font-size: 12px; 
	line-height: 120%; 
	padding: 5px 8px;
	}

.widget-content ul { 
	margin: 0 0 0 13px; 
	padding: 0; 
	}

.widget-content ul ul { 
	margin: 10px 0 0; 
	padding-left: 15px; 
	list-style-type: circle; 
	}

.widget-content li { 
	color: #666; 
	line-height: 1.2; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
	}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
	}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
	}

.freearea { 
	line-height: 1.5; 
	margin-top: 0; 
	margin-bottom: 0; 
	}
	
.freearea p { 
	margin: 0; 
	}

.freearea img { 
	margin-top: 5px; 
	margin-bottom: 5px; 
	}

.melmagaform .widget-header {  }

.melmagaform .widget-content { 
	padding-bottom: 8px; 
	}

.melmagaform h2 { 
	font-size: 12px; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 5px; 
	padding: 0; 
	}
.rss { 
	width: 80px; 
	margin-top: 20px; 
	padding: 1px; 
	border: solid 1px #999; 
	}

.rss a { 
	color: black; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #bbb; 
	text-decoration: none; 
	width: 100%; 
	display: block; 
	}

.rss-format { 
	background-color: orange; 
	padding: 0 5px; 
	}

.rss-version { 
	padding: 0 5px; 
	}

.powered { 
	font-size: 10px; 
	}

/*linkbutton -----------------------------------------------------*/

#linkbutton { 
	font-size: 12px; 
	margin: 0 0 10px; 
	}

#linkbutton ul { 
	font-weight: bold; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	}

#linkbutton ul li { 
	line-height: 1.2; 
	background-image: url(images/linkbutton-1.gif); 
	background-repeat: repeat-x; 
	background-position: 0 bottom; 
	margin: 0 0 5px; 
	border-left: 5px solid #1d8bd0; 
	}

#linkbutton ul a, 
#linkbutton ul a:visited { 
	color: #333; 
	text-decoration: none; 
	height: 100%; 
	padding: 8px 5px; 
	display: block; 
	}

#linkbutton ul a:hover { 
	color: #333; 
	background-image: url(images/linkbutton-2.gif); 
	background-repeat: repeat-x; 
	background-position: 0 bottom; 
	text-decoration: underline; 
	}

/*gamma-----------------------------------------------------*/

#gamma { 
	width: 180px; 
	float: right; 
	margin-top: 20px; 
	}

#gamma-inner { 
	margin-right: 15px; 
	padding: 0; 
	}

/*footer-----------------------------------------------------*/

#footer { 
	clear: both; 
	}

#footer-inner { 
	padding: 0 10px 0 10px;
	text-align: center; 
	border-top: 1px solid #0090C9; 
	}

#footer p { 
	font-size: 12px; 
	}

a.footernavilink:link,
a.footernavilink:visited,
a.footernavilink:active { 
	color: #333; 
	text-decoration: none; 
	}
	
#footer .smallnavi { 
	color: gray; 
	margin-right: 0; 
	margin-bottom: 15px; 
	padding: 0; 
	}

#footer .smallnavi a, 
#footer .smallnavi a:visited { 
	color: gray; 
	}

#copyright {  }

#copyright-inner { 
	color: white; 
	font-size: 12px; 
	background-color: #0090C9; 
	text-align: center; 
	height: 100%; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	}

#footer-description { 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	margin-top: 0; 
	margin-bottom: 5px; 
	}

#copyright h1 a, 
#copyright h1 a:visited, 
#copyright h1 a:hover { 
	color: white; 
	text-decoration: none; 
	}

#copyright a, 
#copyright a:visited, 
#copyright a:hover { 
	color: white; 
	text-decoration: none; 
	}
	
#btn-banner { 
	margin-top: 8px; 
	margin-bottom: 0; 
	}

/*テーブル制御-----------------------------------------------------*/

table, th, td { 
	font-size: 12px; 
	font-family: Verdana, Arial, sans-serif; 
	line-height: 1.5; 
	margin: 0; 
	}

.btn table { 
	padding: 0; 
	border-top: 1px solid silver; 
	border-left: 1px solid silver; 
	border-right-style: none; 
	border-right-width: 0; 
	border-bottom-style: none; 
	border-bottom-width: 0; 
	}

.btn th { 
	border-right: 1px solid silver; 
	border-bottom: 1px solid silver;
	border-left-style: none; 
	border-left-width: 0; 
	border-top-style: none; 
	border-top-width: 0; 
	}

.btn td { 
	border-right: 1px solid silver; 
	border-bottom: 1px solid silver;
	border-left-style: none; 
	border-left-width: 0; 
	border-top-style: none; 
	border-top-width: 0; 
	}

/*2カラム　右サイドバー -----------------------------------------------------*/

.layout-two-column-right #pagebody-inner { 
	background-image: url(img/pattern01.gif); 
	background-repeat: repeat-y; 
	background-position: 582px 0; 
	width: 100%; 
	}

.layout-two-column-right #alpha { 
	width: 582px; float: left; 
	}

.layout-two-column-right #alpha-inner { 
	margin-right: 15px; 
	margin-left: 15px; 
	}

.layout-two-column-right #beta { 
	width: 190px; 
	float: right; 
	}

.layout-two-column-right #beta-inner { 
	margin-right: 15px; 
	margin-left: 10px; 
	padding: 0; 
	}

/*1カラム -----------------------------------------------------*/

.layout-one-column #beta { 
	display: none; 
	}

.layout-one-column #pagebody-inner { 
	background-image: none; 
	}

.layout-one-column #alpha { 
	width: 100%; 
	float: none; 
	}

.layout-one-column #alpha-inner { 
	margin-right: 70px; 
	margin-left: 70px; 
	}

/*3カラム -----------------------------------------------------*/

.layout-three-column #pagebody { 
	width: 583px; 
	float: left; 
	clear: both; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	}

.layout-three-column #pagebody-inner { 
	background-image: url(images/pattern01_2.gif); 
	background-repeat: repeat-y; 
	background-position: 189px 0; 
	width: 100%; 
	}

.layout-three-column #alpha { 
	width: 393px; 
	}

.layout-three-column #alpha-inner { 
	margin-right: 16px; 
	margin-left: 15px; 
	}

.feedicon { font-size: 12px; margin-bottom: 10px; }

.feedicon img { 
	vertical-align: middle;
	}

/*-----------------*/
/*パブリシティ用*/
/*-----------------*/
.pub_table{
	border-bottom: 1px solid #64CCEF;
}
.pub_table td, .pub_table th{
	padding: 0 5px 0 5px;
}

/*-----------------*/
/*テーブル*/
/*-----------------*/
table#table002 {
    border: 2px #FF9900 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table002 th {
    padding: 5px;
    border-left: 1px #FF9900 solid;
    border-bottom: 1px #FF9900 solid;
    background: #ffcc66;
    font-weight: bold;
    line-height: 130%; 
}
table#table002 td {
    padding: 5px;
    border-left: 1px #FF9900 solid;
    border-bottom: 1px #FF9900 solid;
}
/*-----------------*/
/*フォント指定*/
/*-----------------*/
.bk16{ font-size: 16px;}

.red_10{
	color: #FF0000;
	font-size: 10px;
	}
.red16{ 	color: #FF0000; font-size: 16px;}
