@charset "UTF-8";

/************************************************
*Reset*
************************************************/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
font-size: 100%;
font-weight: normal;
font-style: normal;
margin: 0px;
padding: 0px;
}
/************************************************
*clearfix*
************************************************/
div:after , .clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* exlude IE6 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end IE6 */

/************************************************
*全体の設定*
************************************************/
/* 画像 */
img {
vertical-align: top;
border-style: none;
}

/* 強調 */
strong {
color: #ff6600;
background-color: transparent;
}

/* 強調 */
em {
font-style: normal;
font-weight:bold;
color: #333333;
background-color: transparent;
}

/* 読み飛ばし */
.skip{
position: absolute;
left: -9999px;
}

/* 非表示 */
.none{
display: none;
}

/* 区切り */
hr {
clear: both;
display: none;
}

/* リンク枠 */
a {
outline:none;
}

/************************************************
*レイアウト*
************************************************/
body {
text-align: center;
margin: 0;
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}

div#header , div#navi {
text-align: center;
min-width: 980px;
}

div.wrap {
text-align: center;
margin-left: auto;
margin-right: auto;
min-width: 980px;
}

div#container {
text-align: left;
margin-left: auto;
margin-right: auto;
width: 960px;
}

div#main {
width: 640px;
float: left;
background-color: #ffffff;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #CCC;
}

div#sub {
width: 300px;
float: right;
}

div#footer {
text-align: center;
margin-left: auto;
margin-right: auto;
min-width: 980px;
}

/************************************************
*body*
************************************************/
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Arial, Verdana, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
color: #333333;
background-color: #333;
background-image: url(blogimg/body_bg.png);
background-repeat: repeat-x;
line-height: 1.5;
}
/************************************************
*header*
************************************************/
/* ヘッダー */
div#header {
color: #333333;
background-color: #ffffff;
border-top-width: 5px;
border-top-style: solid;
border-top-color: #cc0000;
clear: both;
}

div#header div.inner {
margin-left: auto;
margin-right: auto;
width: 960px;
_width: 966px;
_padding-left: 3px;
}

/* ヘッダー ロゴ */
div#header div.logo-left {
float: left;
}

div#header div.logo-right {
text-align: right;
margin-top: 10px;
float: right;
}
div.logo-right p,h1 {
font-size: 81.25%;
color: #333333;
text-align: right;
padding-left:5px;
display:inline;
}

div.logo-right ul {
margin-top: 15px;
list-style-type:none;
text-align: right;
padding-right: 3px;
}

div.logo-right li {
margin-left: 10px;
display:inline;
}


/************************************************
*navi*
************************************************/

#globalNavi,#globalNavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	clear: both;
}

#globalNavi	{
	position:relative;
}
#globalNavi li	{
	float:left;
	position:relative;
}
#globalNavi ul {
	width: 213px;
	position: absolute;
	top: 60px;
	left: 0px;
	display: none;
}
#globalNavi ul li a	{
	width: 182px;
	_width: 213px;
	display: block;
	background: #BFC0C0 url(images/globalnavi_icon.gif) no-repeat;
	padding: 7px 5px 8px 27px;
	border-bottom: 1px dotted #909090;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-size: 81.25%;

}
#globalNavi ul li a:hover	{
	background: #000 url(images/globalnavi_icon_on.gif) no-repeat;
	color: #FFF;
}
#globalNavi ul li.first a	{
	background: #BFC0C0 url(images/globalnavi_navi.gif) no-repeat;
	padding: 16px 5px 7px 27px;
}
#globalNavi ul li.first a:hover	{
	background: #000 url(images/globalnavi_navi_on.gif) no-repeat;
}

#globalNavi ul li ul {
	top: 0px;
	left: 175px;
}
#globalNavi ul ul{
display:none;
}

/************************************************
*container*
************************************************/
/* コンテナ部分の背景 */

div.wrap {
color: #333333;
background-color: #ffffff;
}

/* コンテナ部分の余白とコンテナ上部背景 */
div.wrap_inner {
text-align: center;
padding-top: 0;
margin-left: auto;
margin-right: auto;
width: 970px;
}

/************************************************
*main*
************************************************/

div#main {
font-size: 87.5%;
color: #333333;
background-color: #ffffff;
line-height: 1.3;
}

div#main div.inner , div#main div.entry {
margin: 0 20px 20px 0;
}


/* mainリンク基本色 */
a:link {
color: #039;
text-decoration: underline;
background-color: transparent;
}
/* リンクマウスオーバー時 */
a:link:hover {
text-decoration: underline;
color: #F60;
background-color: transparent;
}
/* リンククリック時 */
a:link:active {
text-decoration: underline;
color: #F60;
background-color: transparent;
}
/* リンク訪問済み */
a:visited {
text-decoration: underline;
color: #36C;
background-color: transparent;
}

/* リンク訪問済みマウスオーバー */
a:visited:hover {
text-decoration: underline;
color: #F60;
background-color: transparent;
}
/* リンク訪問済みクリック時 */
a:visited:active {
text-decoration: underline;
color: #F60;
background-color: transparent;
}

/* main見出し h2 */
div#main .inner h2 {
font-size: 128.57%;
font-weight: bold;
background-position: left center;
background-repeat: no-repeat;
border-bottom: 1px solid #cccccc;
line-height: 1.3;
padding-top: 12px;
padding-left: 55px;
margin-bottom: 15px;
padding-bottom: 10px;
clear: both;
}

div#sub h2 {
font-size: 100%;
font-weight: bold;
background-position: left center;
background-repeat: no-repeat;
border-bottom: 1px solid #cccccc;
line-height: 1.3;
padding-top: 12px;
padding-left: 55px;
padding-bottom: 12px;
margin-bottom: 0px;
clear: both;
}

h2 a {
color: #333333 !important;
text-decoration: none !important;
}
.web {
background-image: url(images/h_web.jpg);
}
.dtp {
background-image: url(images/h_print.jpg);
}
.about {
background-image: url(images/h_about.jpg);
}
.foreign {
background-image: url(images/h_foreign.jpg);
}
.company {
background-image: url(images/h_company.jpg);
}
.news {
background-image: url(images/h_news.jpg);
}
.agipro {
background-image: url(images/h_agipro.jpg);
}

/* main エントリーH2 */
.entry-h2 {
width: 635px;
border-bottom: 1px solid #cccccc;
padding: 5px 5px 5px 0;
margin-bottom:20px;
}
.entry-h2 h2 {
font-size: 142.85%;
font-weight: bold;
padding-top: 22px;
}
.entry-h2 p {
margin-bottom:0px !important;
}

/* main見出し h3 */
h3 {
font-size: 100%;
font-weight: bold;
line-height: 1.3;
margin-bottom:5px;
}
h3.entry-h3 {
font-size: 128.57%;
font-weight: bold;
background-image: url(images/h_agipro.jpg);
background-position: left center;
background-repeat: no-repeat;
border-bottom: 1px solid #cccccc;
line-height: 1.3;
padding-top: 12px;
padding-left: 55px;
margin-bottom: 15px;
padding-bottom: 10px;
clear: both;
}

/* main見出し h4 */
h4 {
font-size: 107.14%;
color:#333;
font-weight: bold;
line-height: 1.3;
margin-bottom:5px;
}

/* main下線入り */
.border {
border-bottom: 1px solid #cccccc;
margin:30px 0 10px 0;
font-size: 128.57%;
clear: both;
}

/* mainリンクマークつき */

.linklist {
padding:5px 0px 4px 20px;
background-image: url("images/icon_linklist.png"); 
background-position:center left;
background-repeat:no-repeat;
}

.clear {
clear: both;
margin:0;
}
.clear hr {
display:none;
}  

/* パンくず */
ul.path {
font-size: 85.71%;
padding:14px 5px 13px 0px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
ul.path li {
margin-right: 5px;
display: inline;
}
ul.path li a {
background-image: url(images/icon_path.png);
background-position: right center;
background-repeat: no-repeat;
padding-right: 10px;
text-decoration: none !important;
}

/* main 段落 */
div#main p {
margin-bottom: 1em;
line-height:1.4;
font-size: 100%;
}

/* main ページネーション */
div.pagination {
padding:3px;
margin-bottom:20px;
text-align:center;
clear:both;
}

div.pagination a {
padding: 5px 8px 5px 8px;
margin-right: 2px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}
div.pagination a:hover, div.pagination a:active {
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}
div.pagination span.current_page {
padding: 5px 8px 5px 8px;
margin-right: 2px;
border: 1px solid navy;
font-weight: bold;
background-color: #2e6ab1;
color: #FFF;
}
div.pagination span.disabled {
padding: 5px 8px 5px 8px;
margin-right: 2px;
border: 1px solid #929292;
color: #929292;
}

/* main 記事一覧 */
.entries-list {
clear:both;
width: 620px;
margin-bottom:20px;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}

.entries-list li {
display: block;
float:left;
font-size: 87.5%;
background-position: bottom right;
background-repeat: no-repeat;
zoom:1; /* Should be IE only */
}

.entries-list li {
width: 610px;
_width: 620px;
padding: 5px;
}

.entries-list li.bl-hot {
background-image: url(images/bg_white.jpg);
}
.entries-list li.bl-hover {
background-image: url(images/bg_red.jpg);
}

.entries-list p {
margin-bottom:0px !important;
}

/* main 関連情報 */
.related-list {
clear:both;
width: 620px;
margin-bottom:20px;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}

.related-list li {
display: block;
float:left;
font-size: 87.5%;
background-position: bottom right;
background-repeat: no-repeat;
zoom:1; /* Should be IE only */
}

.related-list li {
width: 300px;
_width: 309px;
padding: 5px;
}

.related-list li.bl-hot {
background-image: url(images/bg_white.jpg);
}
.related-list li.bl-hover {
background-image: url(images/bg_red.jpg);
}

.related-list p {
margin-bottom:0px !important;
}

/* main 上へ */
.up {
float:right;
clear:both;
padding-right:20px;
}

div#main .text-s {
font-size: 85.71%;
}

/* 投稿者情報 */
div#main p.posted {
font-size: 85.71%;
margin-top: 10px;
margin-bottom: 20px;
clear: both;
}
/* 引用元情報 */
div#main cite {
font-style: italic;
}
/* 引用 */
div#main .info {
background-image: url(blogimg/bg_yellow.gif);
background-position: left top;
background-repeat:no-repeat;
padding: 20px 20px 10px 20px;
margin: 10px 0 20px 0;
clear: both;
}

div#main blockquote {
color: #333333;
background-color: transparent;
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 10px 10px 0px 10px;
margin-bottom: 10px;
clear: both;
}
/* 整形済みテキスト */
div#main pre {
color: #333333;
background-color: transparent;
border-width: 1px;
border-style: solid;
border-color: #DBDBDB;
padding: 5px;
margin-bottom: 10px;
clear: both;
overflow: scroll;
}
div#main dl {
margin-bottom: 1em;
}

/* 投稿会社名など */
dl.info2 {
padding: 15px 15px 5px 15px;
background-image: url(blogimg/bg_yellow.gif);
background-position: left top;
background-repeat:no-repeat;
}

dl.info2 dd {
line-height: 1.6;
margin-top: -1.6em;
margin-left: 9em;
margin-right: 0;
margin-bottom: .8em;
border-bottom: 1px dotted #cccccc;
}

/* 会社概要用 */
dl.info1 {
margin-bottom: 20px;
}
dl.info1 dt {
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
dl.info1 dd {
line-height: 1.6;
margin-top: -1.6em;
margin-left: 9em;
margin-right: 0;
margin-bottom: .8em;
border-bottom: 1px dotted #cccccc;
}
/* お問い合わせ用 */
.form {
line-height: 160%;
margin: 0;
}
.form dt {
padding-top: 0;
padding-left: 0.3em;
padding-right: 0 ;
padding-bottom: 0;
}
.form dd {
line-height: 1.6;
margin-top: -1.6em;
margin-left: 10em;
margin-right: 0;
margin-bottom: .8em;
}
.form fieldset {
margin-bottom: 10px;
}

/* 画像 */
div#main img{
margin: 0px;
}

/* 写真ギャラリー */
.gallery
{
margin-top: 10px;
}

.gallery a img
{
padding: 5px;
border: 1px solid #ccc;
margin-right: 11px !important;
margin-bottom: 11px !important;
float:left;
}
.gallery a img:hover
{
border-color: #06c;
}

/* 画像フチキャプション */
.waku-left{
float:left;
width: 300px;
border: 1px solid #ccc;
margin:0 20px 20px 0;
padding:10px;
font-size:87.5% !important;
}

/* 画像シャドウ付 */
img.shadow {
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 5px 10px 10px 5px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}


/* 画像左配置 */
div#main img.image-left10 ,div#sub img.image-left10 {
    float: left;
    margin: 0 10px 0 0;
}
div#main img.image-left20 ,div#sub img.image-left20 {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
div#main img.image-center10 ,div#sub img.image-center10 {
    margin: 0 0 10px 0;
    text-align: center;
}
div#main img.image-center20 ,div#sub img.image-center20 {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
}
div#main img.image-bottom20 ,div#sub img.image-bottom20 {
    margin-bottom: 20px;
}
div#main img.image-top20,div#sub img.image-top20{
    margin-top: 20px;
}
/* 画像右配置 */
div#main img.image-right10 {
    float: right;
    margin: 0 0 0 10px;
}
div#main img.image-right20 {
    float: right;
    margin: 0 0 20px 20px;
}

/* MT画像左配置 */
div#main img.mt-image-left {
float: left;
margin: 0 10px 10px 0;
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 8px 13px 13px 8px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}
/* MT画像中央配置 */
div#main img.mt-image-center {
display: block;
margin: 0 auto 20px;
text-align: center;
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 8px 13px 13px 8px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}
/* MT画像右配置 */
div#main img.mt-image-right {
float: right;
margin: 0 0 10px 10px;
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 8px 13px 13px 8px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}
/* MT画像指定無し */
div#main img.mt-image-none {
margin: 0 10x 10px 0;
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 8px 13px 13px 8px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}

/* 続き */
div#main .extended {
font-size: 85.71%;
text-align: right;
margin-top: 10px;
margin-bottom: 20px;
clear: both;
}
div#main textarea{
width: 500px;
}
div#main input, div#main textarea {
font-size: 100%;
}

/* コメンター画像 */
.asset-meta img {
vertical-align: top;
position: relative;
top: 3px;
}
div#main label {
margin-bottom: 0.8em;
width: 15em;
float: left;
clear: both;
white-space: nowrap;
}
/* タグ */
.entry-tags {
font-size: 85.71%;
margin: 0 0 10px 0;
clear: both;
}
.entry-tags-header,
.entry-tags-list {
display: inline;
}

h3.entry-tags-header {
font-weight: normal !important;
border-style: none !important;
}

li.entry-tag { 
margin-right: 5px;
display: inline;
}
ul.entry-tags-list {
margin-left: -15px;
padding-left: 0;
list-style: none;
}

p.search-results-header {
font-size: 87.5%;
font-weight: bold;
}

/* サイトマップ */
div#main ul li.home {
list-style-type: none;
}
div#main ul.tree {
margin: 0 0 0 1.5em!important;
padding: 0!important;
list-style: none!important;
}
div#main ul.tree ul {
margin: 0 0 0 2em!important;
padding: 0!important;
}
div#main ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(blogimg/tree_lst.png);
background-repeat: no-repeat!important;
list-style: none!important;
}
div#main ul.tree li.tree_end {
background-image: url(blogimg/tree_end.png);
list-style: none;
}


/************************************************
*sub*
************************************************/
div#sub {
font-size: 87.5%;
line-height: 1.4;
}

/* サイドバー 余白 */
div#sub div.inner {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 20px;
}

/* バックナンバー */
.sub-list {
clear:both;
border-top: 1px solid #cccccc;
margin-bottom:10px !important;
}
.sub-list li {
display: block;
float:left;
font-size: 87.5%;
width: 290px;
padding: 5px 5px 5px 5px;
border-bottom: 1px solid #cccccc;
zoom:1; /* Should be IE only */
}
.sub-list li.bl-hot {
background-color:#eaeaea;
}
.sub-list li.bl-hover {
background-color:#FFFFCC;
}

/* コンテンツリスト */
.pagelist {
clear:both;
margin-bottom:20px;
}
.pagelist li {
display: block;
float:left;
font-size: 87.5%;
border-bottom: 1px solid #cccccc;
zoom:1; /* Should be IE only */
}
.pagelist li {
width:290px;
_width:300px;
padding: 5px;
}
.pagelist li.bl-hot {
background-color:#ffff;
}
.pagelist li.bl-hover {
background-color:#eaeaea;
}

/* 自社サイト */
.banner {
margin-top:10px;
}


/* タグクラウド */

dl.tags {
line-height: 1;
margin-bottom: 20px;
}

dl.tags dt {
font-size: 115.38%;
font-weight: bold;
background-image: url(blogimg/side_dt.png);
background-position: left top;
background-repeat: no-repeat;
padding-top: 10px;
margin-bottom: 5px;
padding-bottom: 5px;
}

dl.tags dd {
line-height: 1.2;
padding-top: 3px;
}

/* タグクラウドリンク基本色 */
dl.tags a:link {
text-decoration: none;
color: #006699;
background-color: transparent;
}

/* タグクラウドリンクマウスオーバー時 */
dl.tags a:link:hover {
text-decoration: underline;
color: #cc0000;
background-color: transparent;
}

/* タグクラウドリンククリック時 */
dl.tags a:link:active {
text-decoration: none;
color: #cc0000;
background-color: transparent;
}

/* タグクラウドリンク訪問済み */
dl.tags a:visited {
text-decoration: none;
color: #3399CC;
background-color: transparent;
}

/* タグクラウドリンク訪問済みマウスオーバー */
dl.tags a:visited:hover {
text-decoration: underline;
color: #cc0000;
background-color: transparent;
}

/* タグクラウドリンク訪問済みクリック時 */
dl.tags a:visited:active {
text-decoration: none;
color: #cc0000;
background-color: transparent;
}

/* タグクラウド表示 */
dl.tags .module-tagcloud {
text-align: left;
}

dl.tags .module-tagcloud {
list-style: none;
}
dl.tags .module-tagcloud .module-list-item {
display: inline;
margin-right: 10px;
line-height: 1.8;
}

dl.tags .module-tagcloud li.taglevel1 {
font-size: 200%;
}
dl.tags .module-tagcloud li.taglevel2 {
font-size: 180%;
}

dl.tags .module-tagcloud li.taglevel3 {
font-size: 160%;
}

dl.tags .module-tagcloud li.taglevel4 {
font-size: 140%;
}

dl.tags .module-tagcloud li.taglevel5 {
font-size: 120%;
}

dl.tags .module-tagcloud li.taglevel6 {
font-size: 100%;
}

/* フリースペース */
dl.box {
line-height: 1;
margin-bottom: 10px;
}

dl.box dt {
font-size: 115.38%;
font-weight: bold;
background-image: url(blogimg/side_dt.png);
background-position: left top;
background-repeat: no-repeat;
padding-top: 10px;
margin-bottom: 5px;
padding-bottom: 5px;
}

dl.box dd {
padding-top: 3px;
}

/* フリースペース 段落 */
dl.box dd p {
line-height: 1.3;
}

/* フリースペース リスト */
dl.box dd ul {
margin-left: 1.5em;
margin-bottom: 0.5em;
}

dl.box dd ol {
margin-left: 2em;
margin-bottom: 0.5em;
}

/* フリースペースリンク基本色 */
dl.box a:link {
text-decoration: none;
color: #006699;
background-color: transparent;
}

/* フリースペースリンクマウスオーバー時 */
dl.box a:link:hover {
text-decoration: underline;
color: #cc0000;
background-color: transparent;
}

/* フリースペースリンククリック時 */
dl.box a:link:active {
text-decoration: none;
color: #cc0000;
background-color: transparent;
}

/* フリースペースリンク訪問済み */
dl.box a:visited {
text-decoration: none;
color: #3399CC;
background-color: transparent;
}

/* フリースペースリンク訪問済みマウスオーバー */
dl.box a:visited:hover {
text-decoration: underline;
color: #cc0000;
background-color: transparent;
}

/* フリースペースリンク訪問済みクリック時 */
dl.box a:visited:active {
text-decoration: none;
color: #cc0000;
background-color: transparent;
}

/* アイテムボックス */
dl.item_box {
line-height: 1;
margin-bottom: 20px;
clear: both;
}

dl.item_box dt {
font-size: 115.38%;
font-weight: bold;
background-image: url(blogimg/side_dt.png);
background-position: left top;
background-repeat: no-repeat;
padding-top: 10px;
margin-bottom: 5px;
padding-bottom: 5px;
}

dl.item_box dd {
padding-top: 3px;
}


dl.item_box li.sub_item {
display: inline;
float: left;
margin-top: 0px;
margin-left: 0px;
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
text-align: center;
vertical-align: middle;
width: 70px;
height: 70px;
}

/* コメントリスト */
dl.comment {
margin-bottom: 20px;
font-size: 87.5%;
clear: both;
}

dl.comment dt {
font-size: 115.38%;
font-weight: bold;
background-image: url(blogimg/side_dt.png);
background-position: left bottom;
background-repeat: no-repeat;
padding-top: 10px;
margin-bottom: 5px;
padding-bottom: 5px;
}

dl.comment dd ul {
margin-bottom: 0.5em;
}

dl.comment dd ul li {
list-style-type: none;
}

/* コメントリストリンク基本色 */
dl.comment a:link {
text-decoration: none;
color: #006699;
background-color: transparent;
}

/* コメントリストリンクマウスオーバー時 */
dl.comment a:link:hover {
text-decoration: underline;
color: #cc0000;
background-color: transparent;
}

/* コメントリストリンククリック時 */
dl.comment a:link:active {
text-decoration: none;
color: #cc0000;
background-color: transparent;
}

/* フリースペースリンク訪問済み */
dl.comment a:visited {
text-decoration: none;
color: #3399CC;
background-color: transparent;
}

/* コメントリストリンク訪問済みマウスオーバー */
dl.comment a:visited:hover {
text-decoration: underline;
color: #cc0000;
background-color: transparent;
}

/* コメントリストリンク訪問済みクリック時 */
dl.comment a:visited:active {
text-decoration: none;
color: #cc0000;
background-color: transparent;
}


/* FEED */
.feed {
margin-top: 0;
margin-bottom: 15px;
}

.feed a {
background-image: url(blogimg/feed.png);
background-position: 0px 0;
background-repeat: no-repeat;
text-indent: -9999px;
width: 300px;
height: 50px;
display: block;
}

.feed a:hover {
background-position: 0px -50px;
}

/************************************************
*footer*
************************************************/
/* フッター */
div#footer {
color: #ffffff;
background-color: #333333;
text-align: center;
padding-top: 20px;
margin-left: auto;
margin-right: auto;
width: 970px;
}

/* フッターリンク色 */
div#footer a {
text-decoration: none;
color: #ffffff;
background-color: transparent;
}

div#footer a:hover {
text-decoration: underline;
background-color: transparent;
}

/* 下部ナビゲーション */
div.b_nav {
width:640px;
font-size: 80%;
color: #ffffff;
text-align: left;
margin: 0 0 10px 10px;
float: left;
}
div.b_nav ul {
float: left;
margin: 0;
padding: 0;
margin-right: 20px;
}

div.b_nav ul li {
list-style: none;
}

/* フッター Copyright */
div#footer .copy {
background-color: #cccccc;
font-size: 75%;
color: #333333;
text-align: left;
margin-right: 10px;
_margin-right: 3px;
width: 280px;
_width: 300px;
padding: 10px;
float: right;
}

#TB_window #TB_closeAjaxWindow {
	margin-right: 35px;
}

#TB_window #TB_closeWindow a,
#TB_window #TB_closeAjaxWindow a {
	position: absolute;
	top: -10px;
	right: -12px;
	width: 40px;
	padding: 2px 0;
	line-height: 1.1;
	font-size: 32px;
	font-weight: bold;
	font-family: Tahoma, "Century Gothic", Verdana, sans-serif;
	text-align: center;
	-webkit-border-top-left-radius: 22px;
	-webkit-border-top-right-radius: 22px;
	-webkit-border-bottom-left-radius: 22px;
	-webkit-border-bottom-right-radius: 22px;
	-moz-border-radius: 22px;
}

	#TB_window #TB_closeWindow a:link,
	#TB_window #TB_closeWindow a:visited,
	#TB_window #TB_closeAjaxWindow a:link,
	#TB_window #TB_closeAjaxWindow a:visited {
		color: #333;
		background-color: #FFF;
		border: 3px solid #666;
		text-decoration: none;
	}
	
	#TB_window #TB_closeWindow a:hover,
	#TB_window #TB_closeWindow a:focus,
	#TB_window #TB_closeWindow a:active,
	#TB_window #TB_closeAjaxWindow a:hover,
	#TB_window #TB_closeAjaxWindow a:focus,
	#TB_window #TB_closeAjaxWindow a:active {
		color: #EEE;
		background-color: #000;
	}
