﻿@charset "utf-8";
/*
Theme Name: Greenwich_Theme
Theme URI: http://www.greenwich.co.jp
Description: Greenwich Theme
Version: 1.0
Author: yokoi
Author URI: http://www.greenwich.co.jp
Tags: greenwich
*/




body {
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	margin: 0;
	background: url(images/bg_body.jpg) repeat-x center 0;  /* HOME以外の背景 */
	letter-spacing:0.1em;
}
body.home { background: url(images/bg_body_home.jpg) repeat-x center 0;}

#container {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
body.page p { text-align:justify;}
table { width: 648px; border-collapse: collapse; margin: 20px 0px 20px 1px;} /* containerのhiddenの影響で左に1px必要 */
table tr th {
	padding: 12px 12px 11px 14px;
	width: 158px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	/* background: #EFECD1 url(images/dot1px.gif) repeat-x scroll left bottom; */
	border-bottom: 1px solid #DFDED1;
	background-color: #EFECD1;
}
table tr td {
	padding: 12px 15px 11px 15px;
	width: auto;
	text-align: left;
	vertical-align: top;
	/* background: transparent url(images/dot1px.gif) repeat-x scroll 2px bottom; */
	border-bottom: 1px solid #eFecD1;
}
table .last { background-image: none;}
dl { margin:0; padding:0; letter-spacing: 0;}
dt {
	background: url(images/icon_yellow.jpg) no-repeat 0px 5px;
	float: left;
	margin: 0 50px 0 10px;
	padding-left: 20px;
}
dd {
	background: transparent url(images/dot1px.gif) repeat-x scroll left bottom;
	margin: 0 0 5px 0;
	padding: 0 0 7px 0;
}

.cored { color: red;}
.box { display:block; border:1px solid #A0CF00; padding: 10px 20px;}
img.vertical { vertical-align: middle; margin-right: 5px;}

/****************************
 **   header
 ****************************/
#header {
	width: 950px;
	height: 187px;
	margin: 0 auto;
	background: url(images/bg_header.jpg) no-repeat 0 0;
	font-size: 1.4em;
}
body.home #header { height: 152px;}
#header h1 { margin: 0; padding: 15px 0 0 5px; width: 291px;}
#header .greenwich_widget_text img { display: block;}


/****************************
 **   navi
 ****************************/
/* ヘッダーナビ */
#header #globalnav { padding-top: 41px; overflow: hidden; height: 40px;}
#header #globalnav ul { margin: 0; padding: 0;}
#header #globalnav ul li { margin: 0; padding: 0; display: block; float: left;}

/* jQueryでicon表示させるspan */
#header #globalnav ul li#home span { position: absolute; left: 0; top: 87px; display: none;}
#header #globalnav ul li#service span { position: absolute; left: 109px; top: 87px; display: none;}
#header #globalnav ul li#company span { position: absolute; left: 300px; top: 87px; display: none;}
#header #globalnav ul li#case span { position: absolute; left: 455px; top: 87px; display: none;}
#header #globalnav ul li#inquiry span { position: absolute; left: 609px; top: 87px; display: none;}
#header #globalnav ul li#recruit span { position: absolute; left: 787px; top: 87px; display: none;}

#header #globalnav ul li#home:hover span, #header #globalnav ul li#service:hover span,
#header #globalnav ul li#company:hover span, #header #globalnav ul li#case:hover span,
#header #globalnav ul li#inquiry:hover span, #header #globalnav ul li#recruit:hover span { display: block;}

/* ページ選択時のメニューicon位置 */
#menu_icon #icon_home { position: absolute; left: 0; top: 87px;}
#menu_icon #icon_service { position: absolute; left: 109px; top: 87px;}
#menu_icon #icon_company { position: absolute; left: 300px; top: 87px;}
#menu_icon #icon_case { position: absolute; left: 455px; top: 87px;}
#menu_icon #icon_inquiry { position: absolute; left: 609px; top: 87px;}
#menu_icon #icon_recruit { position: absolute; left: 787px; top: 87px;}

/* 右上ナビ一式 */
#headerNavi { position: absolute; right: 5px; top: 0; font-size: 1.2em;}
#headerNavi ul { margin: 8px 0 0 0; padding: 0;}
#headerNavi ul li { margin: 0; padding: 0 0 0 20px; display: block; float: left;}
#headerNavi ul li img { vertical-align: bottom; padding-right: 5px;}
#headerNavi ul li a { color: green;}

#resize.fontResizer { position: absolute; right: 250px; top: 40px;}
#resize.fontResizer img { padding-right: 8px;}

/* 検索 */
#serch_greenwich { position: absolute; right: 5px; top: 40px;}
#serch_greenwich #searchform { margin: 0; padding: 0;}
#serch_greenwich .inputWords { border: 1px solid #BEBA95; vertical-align: top; padding: 5px 5px; height: 16px; width: 160px;}
#content_serch_greenwich .inputWords { border: 1px solid #BEBA95; vertical-align: top; padding: 5px 5px; height: 16px; width: 250px;}
#searchform, .searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

/* フッターナビ */
#footer #footer_inner #footerNavi { position: absolute; right: 50px; top: 70px;}
#footer #footer_inner #footerNavi ul { margin: 0; padding: 0; background: url(images/bg_footer_list.gif) repeat-x 0 bottom;}
#footer #footer_inner #footerNavi ul li { margin: 0; padding: 0; list-style: none; background: url(images/bg_footer_list.gif) repeat-x 0 0;}
#footer #footer_inner #footerNavi ul li a { width: 218px;background: url(images/icon_gray.jpg) no-repeat 5px 10px; display: block; padding: 7px 20px 7px 40px; color: #4F4F4F;}
#footer #footer_inner #footerNavi ul li a:hover { background-color: #5BAE08; color: #fff; text-decoration: underline;}


/****************************
 **   h1 h2 h3 h4 h5 h6
 ****************************/

/* wp-Headers */
h1, h2, h3 {
	font-family: "ＭＳ Ｐゴシック",'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	padding-top: 70px;
	margin: 0;
}
h2 { font-size: 1.6em;}
h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
}
h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 0px 0 30px;
}
h1, h1 a, h1 a:hover, h1 a:visited { text-decoration: none;}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {color: #333;}
h3.comments {padding: 0; margin: 40px auto 20px ;}

.page h4, body.archive .entry h4, body.single .entry h4 {
	background: url(images/bk_h4.gif) no-repeat 5px 10px;
	display: block;
	padding: 5px 0px 5px 50px;
	margin: 40px 0 25px;
	font-size: 1.4em;
	border-bottom: 1px solid #228F00;
	color: #228F00;
}
.page h5, body.archive .entry h5, body.single .entry h5 {
	font-size: 1.2em;
	border-bottom: 1px dotted #228F00;
	margin: 35px 0 20px 0;
	color: #228F00;
	padding-bottom: 5px;
}
.page h6, body.archive .entry h6, body.single .entry h6 {
	font-size: 1em;
	background: url(images/dot1px.gif) repeat-x left bottom;
	margin: 35px 0 20px 0;
	padding-bottom: 5px;
	/zoom:1;
}
.bg_h3 {
	left:-109px;
	padding-top:0;
	position:absolute;
	top:-100px;
}

/****************************
 **   content
 ****************************/
body.home #content {
	width: 950px;
	float: none;
	font-size: 1.4em;
}

#content {
	width: 650px;
	float: left;
	font-size: 1.4em;
	line-height: 1.7;
}

/****************************
 **   footer
 ****************************/
#footer {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5px;
	height: 245px; /* A */
	clear: both;
	font-size: 1.4em;
	background: url(images/bg_footer.gif) repeat-x 3px 53px; /* 背景のズレ調整で3px */
}
#footer #footer_inner {
	width: 950px;
	padding: 0 50px; /* footerNavi、addressのrightを注意 */
	margin: 0 auto;
	height: 245px; /* A */
	position: relative;
	background: url(images/bg_clip.gif) no-repeat left 0;
}
#footer #footer_inner address {
	font-family: Arial, Sans-Serif;
	font-style: normal;
	font-size: 1.1em;
	color: #666;
	position: absolute;
	right: 50px;
	bottom: 0px;
}
#footer #footer_inner .footer_banner { overflow: hidden; padding-top: 55px;}
#footer #footer_inner .footer_banner h4 {
	margin: 15px 20px 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
	color: #000;
	width: 170px;
	float: left;
	background: none;
	border: none;
}


/****************************
 **   home
 ****************************/
body.home .text_goods { width: 100%; margin: 20px 0 20px 0; overflow: hidden;}
body.home .text_goods h3 { text-align: center; margin: 20px 0 0 0;}
body.home .text_goods p { margin: 10px 15px 16px 15px; line-height: 1.4;}
body.home .text_ec_support, body.home .text_product, body.home .text_develop { width: 30%; float: left;}
body.home .text_product { margin: 0 31px;}
body.home .case {
	width: 240px;
	height: 330px;
	float:left;
}
body.home .list {
	width: 670px;
	float: right;
}
body.home .list h3 {
	margin: 0 0 7px 0;
	padding: 0 0 5px 10px;
	font-size: 110%;
	background: url(images/dot1px.gif) repeat-x left bottom;
}
body.home .list #news, body.home .list #system { position: relative; margin-bottom: 30px;}
body.home .list #news span, body.home .list #system span { /* rss */
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.9em;
}
body.home .list #news span img, body.home .list #system span img {
	vertical-align: middle;
	padding-left: 10px;
}
.list dl { margin:0; padding:0; letter-spacing: 0;}
.list dt {
	font-size: 90%;
	background: url(images/icon_yellow.jpg) no-repeat 0px 2px;
	float: left;
	margin: 0 20px 0 10px;
	padding-left: 20px;
}
.list dd {
	font-size: 90%;
	background: transparent url(images/dot1px.gif) repeat-x scroll left bottom;
	margin: 0 0 5px 0;
	padding: 0 0 7px 0;
}
h2#visual { margin: 0; padding:0;}

/* works */
.rel { position: relative;}
#works { background: url(images/bg_works.jpg) no-repeat 0 20px ; height: 36px; font-size: 0.9em; padding: 20px 0 10px 0;}
#works dl { margin-left: 280px; padding-top: 8px;}
#works dt { margin-right: 20px;}
#works dd { background: none;}

body.home .index_banner {
	clear: both;
	width: 240px;
	position: absolute;
	right: 0;
	top: 15px;
}
#index_goods {
	width: 691px;
	overflow: hidden;
	font-family:  'Arial',"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",'Lucida Grande', Verdana, Sans-Serif;
	background: url(images/bg_progress.gif) no-repeat left bottom;
	padding-bottom: 5px;
}
#index_goods .title_progress {
	width: 691px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(images/title_progress.jpg) no-repeat left top;
	height: 31px;
}
#index_goods .title_progress h2 {
	margin: 0;
	padding: 0;
	height: 31px;
}
#index_goods .progressBar {
	width: 196px;
	float: left;
	padding: 3px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0px 0 5px 16px;
	display: inline; /* ie6 */
	line-height: 1;
}
* html #index_goods .progressBar { position: relative; top: -5px;}
#index_goods .progressBar h2 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	width: 160px;
	float: left;
}
#index_goods .progressBar span {
	float: right;
	font-size: 10px;
}
#index_goods .progressBar img {
	clear: both;
	width: 196px;
	padding: 3px 0 1px 0;
	display: block;
}
.index_partner {
	width: 689px;
	background-color: #F1F1F1;
	border: 1px solid #ccc;
	margin-top: 15px;
	overflow: hidden;
}
.index_partner img { padding: 8px 8px 8px 15px; float: left;}
.index_partner a { /margin-left:-3px;}/* ie6 textがダブル */
.index_partner p {
	float: right;
	font-size: 11px;
	width: 510px;
	margin-right: 15px;
	margin-top: 30px;
}




/****************************
 **   page - sidebar
 ****************************/
#sidebar {
	font: 1.4em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px 0 10px 0;
	float: right;
	width: 278px;
}
body.page #sidebar h3.sidebarTitle { margin: 0;}
body.page #sidebar .menu {
	padding: 0px 0 50px;
	margin-bottom: 18px;
	height: auto;
	background: #fff url(images/bg_sidebar_bottom.gif) repeat-x left bottom;
}
body.page #sidebar .menu ul li {
	border-bottom: 1px solid #BFBFBF;
	margin: 0;
	padding: 0;
}
body.page #sidebar .menu ul li a {
	background: url(images/icon_sidebar_list.gif) no-repeat 15px 18px;
	color: #4F4F4F;
	display: block;
	padding: 15px 5px 15px 55px;
	width: 218px;
	text-decoration: none;
}
body.page #sidebar .menu ul li a:hover {
	background-color:#EFEFEF;
	text-decoration: underline;
}
body.page #sidebar .menu ul li ul { margin: 0;}
body.page #sidebar .menu ul li ul li {
	border-top: 1px solid #BFBFBF;
	border-bottom: none;
}
body.page #sidebar .menu ul li ul li a {
	font-size: 0.9em;
	background: none;
	background-color:#EFEFEF;
	color: #4F4F4F;
	display: block;
	padding: 5px 5px 5px 75px;
	width: 198px;
	text-decoration: none;
}
body.page #sidebar .menu ul li ul li a:hover {
	background-color:#DFDFDF;
	text-decoration: underline;
}

/* works archives sidebar */
.works-archives #sidebar ul.blognew_list li {
	margin-left: 0px;
	margin-right: 0px;
}
.case #sidebar .archive_list h4.sidebar_title {
	background: none;
	border: none;
	font-size: 1.0em;
	color: #333;
}
.case #sidebar ul.blognew_list li {
	margin-left: 0px;
	margin-right: 0px;
	width: 238px;
}
.case #sidebar ul.blognew_list li p { text-align: left; width: 238px;}
.case h2.page_title { background-color: transparent;}
.case.month { margin-top: 0;}

/* wp-sidebar */
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
}
#sidebar ul ul li, #sidebar ul ol li { color: #777;}
#sidebar ul, #sidebar ul ol { margin: 0; padding: 0;}
#sidebar ul li { list-style-type: none; list-style-image: none; margin-bottom: 15px;}
#sidebar ul p, #sidebar ul select { margin: 5px 0 8px;}
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px;}
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px;}
ol li, #sidebar ul ol li { list-style: decimal outside;}
#sidebar ul ul li, #sidebar ul ol li { margin: 3px 0 0; padding: 0;}


/****************************
 **   page
 ****************************/
body.page #content { position: relative;} /* print用 */
body.page #content .print { position: absolute; right: 0; top: 0; z-index: 1;}
h2.page_title { margin: 0; padding: 0 0 30px; background-color: #fff;}
body.page .hot { width: 640px; margin: 10px 0; height: 135px; clear: both;}/* border分幅マイナス */
body.page .hot h3 { margin: 20px 13px 0 0; display: block; width: 385px; float: right;}
body.page .hot p { margin: 10px; display: block; float: left;}
body.page .hot p.text { display: block; width: 385px; float: right; margin: 10px 13px 10px 0; line-height: 1.4; letter-spacing: 0; }

/* ページの先頭へ戻るボタン */
body.home .back_up {
	background: #fff url(images/bg_back_home.jpg) no-repeat 0 bottom;
}
.back_up {
	width: 278px;
	height: 58px;
	background: #F7F7EB url(images/bg_back.jpg) no-repeat 0 bottom;
	position: absolute;
	right: 50px;
	top: -10px;
	padding: 0;
	margin-top: 0px;
}
.back_up a { display: block; width: 141px; margin: 28px 0 0 95px;}

/* inquiry */
.inquiry .entry h6 span { text-decoration:underline;}
.inquiry .entry h6 img { vertical-align: middle; padding-right: 5px;}

/* sitemap */
.sitemap .entry ul li {
	background: url(images/icon_yellow.jpg) no-repeat 0 6px;
	margin: 5px 10px 5px 0px;
	padding-left: 20px;
	list-style: none;
}
.sitemap .entry ul li ul li {
	background: url(images/icon_gray.jpg) no-repeat 0 6px;}

/****************************
 ** blog-archives + author + tag + blog-single
 ****************************/
.archive #container, .single #container, .page #container { overflow:hidden; background: url(images/bg_container.gif) repeat-y right top;} /* サイドバー背景 */
h2.blog_title { margin: 0;}

/* sidebar-blog */
h4.sidebar_title { display: block; width: 258px; margin: 0 auto; padding-top: 10px;}

.blog-archives #sidebar, .tag #sidebar, .author #sidebar { background-color: #F7F7EB;}
.author_side, .archive_list, .tag_list {
	width: 258px;
	margin: 20px auto;
	font-size: 0.8em;
	line-height: 1.5;
}
.archive_list, .tag_list, .blognew_list { font-size: 1em;}

#sidebar .archive_list ul li {
	background: url(images/icon_yellow.jpg) no-repeat 0 6px;
	margin: 5px 10px 5px 30px;
	padding-left: 20px;
}
.author_inner { margin-top: 10px;}
.author_inner img { padding-right: 10px;}
.auther_click p.click01 { margin: 0 0 5px 0; background-color: #fff; display: block; border: 1px solid #E8E8DC; border-top: none; width: 233px; padding: 5px 10px;}
.auther_click p.click01 img { display: block;}
.auther_click p.click02 { width: 250px; margin: 0 auto 5px;}
.auther_click p.click03 { width: 240px; margin: 0 auto; text-align: right; margin-top: 0;}

.tag_list span { display: block; margin: 10px;}

/* 最新記事 */
#sidebar ul.blognew_list li {
	background: url(images/icon_gray.jpg) no-repeat 0 4px;
	margin: 5px 10px 5px 30px;
	padding-left: 20px;
	font-size: 0.9em;
	line-height: 1.2;
	font-weight: normal;
}

/**** ブログ content ****/
.blog-category-archives, .blog-author, .blog-tag, .single-blog {
	margin: 0 auto;
	padding: 20px 0; /* container bk-color指定のため */
}
.blog-category-archives .post,
.blog-author .post,
.blog-tag .post,
.single-blog .post {
	 background-color: #F7F7EB;
	 border: 1px solid #E8E8DC;
	 padding: 15px 20px;
	 margin-bottom: 20px;
}

/* 投稿者 画像 */
.author_user { width: 48px; height: 48px; float: left; margin-right: 20px;}

/* タイトル */
.blog-category-archives .post h3,
.blog-author .post h3,
.blog-tag .post h3,
.single-blog .post h3 {margin: 0; background: none;}

/* 日付 */
.blog-category-archives .post small img,
.blog-author .post small img,
.blog-tag .post small img,
.single-blog .post small img { padding-right: 10px; vertical-align: bottom;}

/* twitter */
.blog_twitter {
	text-align: right;
	margin-right: -15px;
	margin-top: -10px;
	float: right;
}
.blog_twitter img { border: 1px solid #AFAFAF; border-top: 5px solid #25323B;}


/* tag */
.blog-category-archives .post p.postmetadata,
.blog-author .post p.postmetadata,
.blog-tag .post p.postmetadata,
.single-blog .post p.postmetadata {
	text-align: right;
	margin: 0 0 10px 0;
	height: 1%;
	overflow: hidden;
}
.blog-category-archives .post .postmetadata a,
.blog-author .post .postmetadata a,
.blog-tag .post .postmetadata a,
.single-blog .post .postmetadata a {
	display: block;
	float: right;
	margin-left: 10px;
	padding-left: 20px;
	background: url(images/icon_tag.gif) no-repeat 0 4px;
	color: #666666;
}
/* 続きを読む */
.blog-category-archives .post .more-link,
.blog-author .post .more-link,
.blog-tag .post .more-link {
	display: block;
	background-color: #F7F7EB;
	border-top: 1px solid #E8E8DC;
	border-left: 1px solid #E8E8DC;
	width: 100px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	padding: 5px 0 0 15px;
	font-size: 0.9em;
	height: 20px;
}

/* 記事部分 */
.blog-category-archives .post .entry,
.blog-author .post .entry,
.blog-tag .post .entry,
.single-blog .post .entry {
	 background-color: #fff;
	 border: 1px solid #E8E8DC;
	 padding: 15px 20px;
}

.entry{ width: 566px;}
.archive .entry { position:relative;}/* 続きを読むのposition */
body.page .entry { width: auto;}

/* trackback */
body.single .trackback h6 {
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-family: "Arial";
	font-size: 12px;
	background-position: left top;
}
input#tb_url {
	border: 1px solid #AFAFAF;
	background-color: #efefef;
	padding: 2px 5px;
	width: 554px;
	font-family: "Arial";
}

/****************************
 **   other - archive
 ****************************/
/* sidebar */
.archive #sidebar { background-color: #F7F7EB;}
#sidebar .archive_list h4.sidebar_title {
	display: block;
	width: 258px;
	margin: 0 auto;
	padding: 5px 0;
}

/**** ブログ content ****/
#container .archive, #container .single {
	margin: 0 auto;
	padding: 20px 0;
}
.archive .post, .single .post {
	 background-color: #F7F7EB;
	 border: 1px solid #E8E8DC;
	 padding: 15px 20px;
	 margin-bottom: 20px;
}
.archive .post .entry, .single .post .entry {
	background-color:#FFFFFF;
	border:1px solid #E8E8DC;
	padding:15px 20px;
}
/* タイトル */
.archive .post h3, .single .post h3 {margin: 0;}
.archive .post h3 a { border-bottom: 1px solid #666;}
.archive .post h3 a:hover { border-bottom: none;}

/* 日付 */
.archive .post small, .single .post small { margin-bottom: 10px; display: block;}

/* 続きを読む */
.archive .post .more-link {
	display: block;
	background-color: #F7F7EB;
	border-top: 1px solid #E8E8DC;
	border-left: 1px solid #E8E8DC;
	width: 100px;
	position:absolute;
	right: -1px;
	bottom: -1px;
	padding: 5px 0 0 15px;
	font-size: 0.9em;
	height: 20px;
}

/* 新着・ブログ単体スタイル */
.news-archives table, .blog-archives table { width: auto;}
.news-archives .post .entry h4, .blog-archives .post .entry h4 { margin: 20px 0;}

/****************************
 ** search + 404
 ****************************/
body.search #sidebar, body.error404 #sidebar { padding-bottom: 20px; margin-top: 0;}
body.search #sidebar .page_list ul, body.error404 #sidebar .page_list ul { padding: 0 0 0 30px;}
body.search #sidebar .page_list ul li, body.error404 #sidebar .page_list ul li { margin: 0 0 10px 0; background: none;}
body.search #sidebar .page_list ul li ul, body.error404 #sidebar .page_list ul li ul { padding: 0 0 0 10px;}
body.search #sidebar .page_list ul li ul li, body.error404 #sidebar .page_list ul li ul li { margin: 0;}
body.search #sidebar .page_list, body.error404 #sidebar .page_list { margin-bottom: 30px; line-height:1.5; margin:20px auto 30px; width:258px;}
body.search #content h3 { margin: 20px 0 5px; font-weight: normal;}
body.search #content h3 a { text-decoration: underline;}
body.search #content h3 a:hover { text-decoration: none;}
body.search #content .page { border-left: 5px solid #5BAE08; padding-left: 10px;}
body.search #content .post { border-left: 5px solid #FFD71F; padding-left: 10px; margin: 0;}

body.search #content h3.results { margin: 50px 0; border-bottom: 1px dotted #666;}

/* User Heat */
#Vesicomyid-BEACON109575 { display: none;}









/****************************
 **   jQuery & Plugins
 ****************************/
/* For Link Indication plugin */
a.liexternal { padding-right: 16px; margin-right: 6px; background: url(images/link-icon_external.gif) no-repeat right center;}
a.liwikipedia { padding-right: 16px; margin-right: 6px; background: url(images/link-icon_wikipedia.gif) no-repeat right center;}
a.liwp { padding-right: 16px; margin-right: 6px; background: url(images/link-icon_wordpress.png) no-repeat right center;}
a.limailto { padding-right: 18px; margin-right: 6px; background: url(images/link-icon_mail.gif) no-repeat right center;}
a.lipdf { padding-right: 16px; margin-right: 6px; background: url(images/link-icon_pdf.png) no-repeat right center;}
a.liexternal { /padding-right: 0; /margin-right: 0px; /background: none;}
a.liexternal span.liexternal_ie { /padding-right: 16px; /margin-right: 6px; /background: url(images/link-icon_external.gif) no-repeat right center;}

/* jQuery Div Hover */
.hot { border: 5px solid #dddddd; font-size: 0.9em;}
.hover {
	border: 5px solid #9FCF00;
	cursor: pointer;
}

/* Plugins breadcrumb-navxt */
#breadcrumb-navxt {
	width: 920px; /* padding分マイナス */
	background: url(images/bg_bread.gif) repeat 0 0;
	margin: 0;
	padding: 5px 15px 0;
	height: 20px;
	font-size: 0.9em;
}

/* Plugins print */
.print { text-align: right; font-size: 0.9em;}
.print img { vertical-align: bottom;}

/* form */
div.wpcf7 { margin-top: 30px;}
.wpcf7 table {
	margin:0 auto;
	width: 650px;
	text-align: left;
}
.wpcf7 input, select.title_list {
	margin: 2px 3px;
	padding: 4px;
	width: 90%
}
.wpcf7 .center input {
	width: auto;
}
.wpcf7 .center span {
	display: block;
	padding-bottom: 10px;
}
.form span.wpcf7-not-valid-tip {
	width: 400px;
}
.form .wpcf7-response-output {
	margin:5px auto;
	width: 600px;
}
.form span.mail_mag {
	font-size:110%;
	color:#000;
}
.form span.mail_mag span.wpcf7-list-item {
	margin-left: 0px;
}
.form span.mail_mag span.wpcf7-list-item-label {
	padding-right: 30px;
}
.wpcf7 table th {
	background-color: #ffffff;
	font-size: 110%;
	height: 70px;
	width: 160px;
	padding-left: 10px;
	font-weight: normal;
}
.wpcf7 table td {
	color: #666666;
}
.wpcf7 table , .form .wpcf7 th , .form .wpcf7 td {
	border: none;
}
.form .wpcf7 th , .form .wpcf7 td {
	background: url(images/dot1px.gif) repeat-x scroll left bottom;
}
.wpcf7 tr td.center {
	text-align: center;
}
.wpcf7 .center span {
	font-size: 115%;
}
span.your-message { padding: 15px 0px; display: block;}

/* pagebar */
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}





/* Begin Typography & Colors */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}

.commentmetadata { font-weight: normal;}

small, .nocomments, .postmetadata, blockquote, strike { color: #777;}

code { font: 1.1em 'Courier New', Courier, Fixed;}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover { color: #06c;}

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

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt;}

#wp-calendar a { text-decoration: none;}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
/*	text-align: justify; */
}

.post hr {
	display: block;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li {
	list-style: decimal outside;
}
/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit { padding: 1px;}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select { width: 130px;}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform { margin: 5px 10px 0 0;}

#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
/*	text-align: justify; */
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */