@charset "utf-8";
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*********************************************************************/
* { padding: 0; margin: 0; }

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}

/* clearfix Start */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

	/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* clearfix Start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* clearfix End */
/*********************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height:1.1;
	font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif;
	background-image:url(images/bg_navi.gif);
	background-repeat:repeat-x;
	color: #333;
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

a:link { color: #0033CC; }
a:visited { color: #0033CC; }
a:hover { color: #f55c00; text-decoration: none;}
a:active { color: #f55c00; text-decoration: none;}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* -- ul,li -- */
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ol li {
	list-style-position: inside;
	margin-bottom: 10px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* -- p -- */
p {
	margin: 0px;
	padding: 0px;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
    margin: 0 0 5px;
    padding: 0;
    width: 683px;
}
#content {
	margin: 0;
	width: 683px;
}
#primary,
#secondary {
	width: 195px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
}
#secondary {
	clear: right;
}
/*********************************************************************/
/* footer CSS Start */

#wrapper-f {
 margin: 40px 0 auto;
 background: #013ba4;
}

#footer {
 width: 900px;
 margin: 0 auto;
 color: #fff;
 background: #013ba4;
 padding: 15px 0 50px 0;
 font-size: 80%;
 line-height: 1.5;
}
#footer a:link { color: #fff; }
#footer a:visited { color: #fff; }
#footer a:hover { color: #fff; text-decoration: none;}
#footer a:active { color: #fff; text-decoration: none;}

/* footer CSS End */
/*********************************************************************/

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {

}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
	width:900px;
	margin:0px auto;
	clear: both;
	overflow: hidden;
}
#wrapper {
	width:900px !important;
	margin:0px auto !important;
}

/* Structure the footer area */
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong, .bold {
	font-weight: bold;
}
.u-line {
	text-decoration: underline;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	border: 1px solid #999;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #333;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #333;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
}

#content table.d-size {
	border: 1px solid #bbb;
	text-align: center;
	width: 340px;
	font-size: 12px;
}
#content .d-size tr th,
#content .d-size thead th {
	color: #333;
	font-weight: bold;
	line-height: 18px;
	padding: 3px 5px;
	background-color: #ddd;
}
#content .d-size tr td {
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px;
}


#content table {
	border: 1px solid #bfbfbf;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #bfbfbf;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}


#content table.full-table-l175{
 width: 100%;
 font-size: 100%;
 border: 1px solid #bfbfbf !important;
}

#content table.full-table-l175 th{
 color: #333;
 font-size: 100%;
 width: 175px;
 background-color: #ededed;
 border-right: #004bca 2px solid;
 border-bottom: #bfbfbf 1px solid;
 font-weight: normal;
 text-align: left;
 padding: 8px 10px;
 vertical-align: middle;
 line-height: 1.5;
}

#content table.full-table-l175 td{
 border-bottom: #bfbfbf 1px solid;
 padding: 8px 10px 0 10px;
 empty-cells: show;
}

#content table.full-table-l175 td.inner{
 border-bottom: #bfbfbf 1px solid;
 border-right: #bfbfbf 1px solid;
 padding: 8px 10px;
 empty-cells: show;
 width:120px;
}

#content table.full-table-l175 td input,
#content table.full-table-l175 td select,
#content table.full-table-l175 td textarea{
 margin:0 0 8px 0;
}

#content table.full-table-l175 .abs {
 color: #F55C00;
 font-size:10px;
 border:1px solid;
 padding:1px;
 vertical-align: middle;
}

#content .send-btn{
 margin-top: 20px;
 text-align: center;
}

#content .send-btn input{
 background-image: url(images/btn_bg.gif);
 background-repeat:no-repeat;
 width: 170px;
 height: 45px;
 border: none !important;
 font-weight: bold;
}

#content .box{
 border: #bfbfbf 1px solid;
 padding: 10px 20px;
}

#content .box p{
 margin-bottom: 0!important;
 line-height: 1.7;
}

#content .box h3{
 margin-bottom: 5px;
 font-size: 100%;
 font-weight:bold;
 width: 470px;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #333;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0;
}
.page-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content h3.entry-title {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
}
#content h3.ttl-line {
	border-bottom: 2px solid #B1B1B1;
    font-size: 105%;
    font-weight: bold;
    padding: 0 0 7px;
    width: 100%;
    margin: 0 0 5px;
}
#content h2.entry-title {
	font-weight: bold;
}
#content h4.ttl-sub {
	font-weight: bold;
	margin-bottom: 10px;
}
.entry-meta {
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #333;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #333;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
}
.widget-area ul ul {
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 158px;
	height: 21px;
	margin: 0 auto 0 4px;
}
.widget_search label {
	display: none;
}
.widget-container {
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #333;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
}
#main .widget-area ul ul {
}
#secondary {
}



/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 4px solid #333;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #333;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#colophon {
		border-top: 2pt solid #333;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 100%;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header {
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/*********************************************************************/
/*Gナビレイアウト*/
/* グローバルナビ navigation */
#navigation {
}
#navigation li {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
/* グローバルナビ navigation - ロールオーバー */
.rollover01 {
	width:102px;
	height:48px;
	background:url(images/navi_new/btn_home_on.gif) no-repeat left bottom;
}
.rollover01 a {
	display:block;
	width:102px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover01 a:hover  {
	text-indent:-9999px;
}
.rollover02 {
	width:99px;
	height:48px;
	background:url(images/navi_new/btn_company_on.gif) no-repeat left bottom;
}
.rollover02 a {
	display:block;
	width:99px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover02 a:hover  {
	text-indent:-9999px;
}
.rollover03 {
	width:99px;
	height:48px;
	background:url(images/navi_new/btn_work_on.gif) no-repeat left bottom;
}
.rollover03 a {
	display:block;
	width:99px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover03 a:hover  {
	text-indent:-9999px;
}
.rollover04 {
	width:100px;
	height:48px;
	background:url(images/navi_new/btn_pbcatalog_on.gif) no-repeat left bottom;
}
.rollover04 a {
	display:block;
	width:100px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover04 a:hover  {
	text-indent:-9999px;
}
.rollover05 {
	width:100px;
	height:48px;
	background:url(images/navi_new/btn_unioncatalog_on.gif) no-repeat left bottom;
}
.rollover05 a {
	display:block;
	width:100px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover05 a:hover  {
	text-indent:-9999px;
}
.rollover06 {
	width:100px;
	height:48px;
	background:url(images/navi_new/btn_maker_on.gif) no-repeat left bottom;
}
.rollover06 a {
	display:block;
	width:100px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover06 a:hover  {
	text-indent:-9999px;
}
.rollover07 {
	width:99px;
	height:48px;
	background:url(images/navi_new/btn_news2_on.gif) no-repeat left bottom;
}
.rollover07 a {
	display:block;
	width:99px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover07 a:hover  {
	text-indent:-9999px;
}
.rollover08 {
	width:99px;
	height:48px;
	background:url(images/navi_new/btn_special_on.gif) no-repeat left bottom;
}
.rollover08 a {
	display:block;
	width:99px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover08 a:hover  {
	text-indent:-9999px;
}
.rollover09 {
	width:101px;
	height:48px;
	background:url(images/navi_new/btn_recruit_on.gif) no-repeat left bottom;
}
.rollover09 a {
	display:block;
	width:101px;
	height:48px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.rollover09 a:hover  {
	text-indent:-9999px;
}

/*********************************************************************/
/*文字サイズ変更*/
#change_font_size {
	float:right;
}
#change_font_size li {
	display:inline;
	float:left;
	cursor:pointer;
}
#change_font_size ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.top {
	vertical-align:top;
}
/*********************************************************************/
/*整形用*/
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.bottom {
	vertical-align:bottom;
}
.top {
	vertical-align:top;
}
.mb_0 {
	margin-bottom:0 !important;
}
.mb_5 {
	margin-bottom:5px;
}
.mb_10 {
	margin-bottom:10px;
}
.mb_15 {
	margin-bottom:15px;
}
.mb_20 {
	margin-bottom:20px;
}
.mb_25 {
	margin-bottom:25px;
}
.mt_5 {
	margin-top:5px;
}
.mt_10 {
	margin-top:10px;
}
.mt_13 {
	margin-top:13px;
}
.mt_15 {
	margin-top:15px;
}
.mt_20 {
	margin-top:20px;
}
.mt_30 {
	margin-top:30px;
}
.mt_40 {
	margin-top:40px;
}

/*********************************************************************/
/* header CSS Start */
#header {
 color: #333;
 width: 900px;
 padding: 0;
 height: 112px;
 margin: 0;
 line-height: 1.1;
}
/* header */
#header .bg-gray{
 background-image: url(images/header/bg_gray.gif);
 background-repeat: none;
  width: 490px;
 height: 35px;
}

#header .bg-gray .search{
 margin: 7px 20px 0 20px;
}

#header .bg-gray .search .box{
 float: left;
 width: 180px;
}



	/* 文字サイズ変更 */
#change_font_size {
 float:left;
}
#change_font_size ul {
 list-style:none;
 margin:0px;
 padding:0px;
}
#change_font_size ul li {
 display:inline;
 float:left;
 cursor:pointer;
}

#header h1{
 font-size: 11px;
 *font-size: 12px;
 color: #777777;
 font-weight: normal;
 margin-top: 5px;
}

#header ul.link{
 float: left;
 list-style: none;
 margin-top: 8px;
 font-size: 80%;
}

#header ul.link li{
 float:left;
 background-image: url(images/ic_right.gif);
 text-indent:0.7em;
 background-repeat:no-repeat;
 background-position:left center;
 margin-right:10px;
}


/* header CSS End */
/*********************************************************************/

/* グローバルナビ navigation */
#navigation {
}
#navigation li {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/*********************************************************************/

.post {

}
@charset "utf-8";
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0  0 0 0px;

}
#content {
	margin: 0 0 0 0;
}
#primary,
#secondary {
	width: 195px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
}
#secondary {
	clear: right;
}
/*********************************************************************/
/* footer CSS Start */
/* footer CSS Start */

#wrapper-f {
 margin: 40px 0 auto;
 background: #013ba4;
}

#footer {
 width: 900px;
 margin: 0 auto;
 color: #fff;
 background: #013ba4;
 padding: 15px 0 50px 0;
 font-size: 80%;
}
#footer a:link { color: #fff; }
#footer a:visited { color: #fff; }
#footer a:hover { color: #fff; text-decoration: none;}
#footer a:active { color: #fff; text-decoration: none;}

/* footer CSS End */
/*********************************************************************/

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {

}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
	width:900px;
	margin:25px auto 0px auto;
	clear: both;
	overflow: hidden;
}
#wrapper {
	width:900px !important;
	margin:0px auto !important;
}

/* Structure the footer area */
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	border: 1px solid #999;
}
a:link { color: #0033CC; }
a:visited { color: #0033CC; }
a:hover { color: #f55c00; text-decoration: none;}
a:active { color: #f55c00; text-decoration: none;}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #333;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #333;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
}

#content table {
	border: 1px solid #bfbfbf;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #bfbfbf;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}

#content table.none {
	border: none;
	margin: 0;
	width: auto;
}
#content table.none tr td {
	border: none;
	padding: 0 5px 0 0;
}

#content table.news-big {
	width: 100%;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	margin: 0 -1px 24px 0;
}
#content table.news-big th {
	padding: 5px 3px;
	background-color: #ddd;
	color: #333;
	font-size: 80%;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
#content table.news-big td {
	padding: 5px;
	font-size: 95%;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	vertical-align: middle;
	text-align: center;
}

#content table.news-big-10 {
	width: 100%;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	margin: 0 -1px 10px 0 !important;
}
#content table.news-big-10 th {
	padding: 5px 3px;
	background-color: #ddd;
	color: #333;
	font-size: 80%;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
#content table.news-big-10 td {
	padding: 5px;
	font-size: 95%;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	vertical-align: middle;
	text-align: center;
}

#content table.news-half {
	width: 290px;
	border-left: 1px solid #bbb;
}
#content table.news-half th {
	padding: 5px 3px;
	background-color: #ddd;
	color: #333;
	font-size: 80%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
#content table.news-half td {
	padding: 5px;
	font-size: 95%;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	vertical-align: middle;
	text-align: center;
}
#content table.news-half td.left {
	padding: 5px;
	font-size: 95%;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	vertical-align: middle;
	text-align: left!important;
}

#content table.news-half-ar {
	width: 310px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #bbb;
}
#content table.news-half-ar th {
	padding: 5px 3px;
	background-color: #ddd;
	color: #333;
	font-size: 80%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
#content table.news-half-ar th.arrow {
	padding: 5px 5px;
	background-color: #fff;
	color: #333;
	font-size: 90%;
	border-top: none;
	border-bottom: none;
	border-right: none;
	text-align: center;
	vertical-align: middle;
}
#content table.news-half-ar td.left {
	padding: 5px;
	font-size: 95%;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	vertical-align: middle;
	text-align: left!important;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #333;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0;
}
.page-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content h3.entry-title {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
}
#content h2.entry-title {
	font-weight: bold;
}
.entry-meta {
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	margin-top: 20px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #333;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #333;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
.entry-meta a,
.entry-utility a {
}
.entry-meta a:hover,
.entry-utility a:hover {
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#nav-below  {
  display: inline-table;
  min-height: 1px;
  margin: 20px 0 0 0;
}
* html #nav-below {
  height: 1px;
}
#nav-below {
  display: block;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
}
.widget-area ul ul {
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 158px;
	height: 21px;
	margin: 0 auto 0 4px;
}
.widget_search label {
	display: none;
}
.widget-container {
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #333;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {

}
#main .widget-area ul ul {
}
#secondary {
}



/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 4px solid #333;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #333;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 100%;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header {
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
		float: none !important;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/*********************************************************************/
/* グローバルナビ navigation */
#navigation {
}
#navigation li {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/*********************************************************************/
/* サイドバー */
#primary .search-left {
 margin-bottom: 17px;
}

#primary .search-left .bg{
 background-image: url(images/side/bg_search.gif);
 background-repeat: no-repeat;
 width:195px;
 height:80px;
}

#primary .search-left .box{
 padding: 10px 0 0 0;
 text-align: center;
}

#primary .search-left .btn{
 padding: 10px 0 5px 0;
 text-align: center;
}

#primary  .search-left .box .search {
	width:167px;
	border:1px solid #bbbbbb;
	padding: 2px 0;
}
#primary  .search-left .btn .search-btn {
	width:69px;
}

.left-catalog{
 margin-bottom: 12px;
}

.left-catalog .bg{
 background-image: url(images/side/bg_catalog.gif);
 background-repeat: no-repeat;
 width:195px;
 height:170px;
}

.left-catalog ul{
 list-style: none;
 line-height: 1.7;
 margin: 8px 0 0 10px;
 font-size: 90%;
}

.left-catalog ul li{
 background-image: url(images/ic_c_right.gif);
 text-indent:1em;
 background-repeat:no-repeat;
 background-position:left center;
}

.left-catalog .btn-1{
 padding:13px 0 0 83px;
}

.left-catalog .btn-2{
 padding:10px 0 0 83px;
}

.n-catalog{
 margin-bottom: 12px;
}

.n-catalog .bg{
 background-image: url(images/side/dl_catalog.gif);
 background-repeat: no-repeat;
 width:195px;
 height:250px;
}

.n-catalog .bg .btn-1{
 padding: 165px 0 5px 0;
 text-align: center;
}

.n-catalog .bg .btn-2{
 padding: 0;
 text-align: center;
}

#primary .catalog {
 margin-bottom: 17px;
}

#primary .catalog .bg{
 background-image: url(images/side/bg_webcatalog.gif);
 background-repeat: no-repeat;
 width:195px;
 height:114px;
}

#primary .catalog .bg_1{
 background-image: url(images/side/bg_webcatalog_1.gif);
 background-repeat: no-repeat;
 width:195px;
 height:116px;
}

#primary .catalog .bg_2{
 background-image: url(images/side/bg_webcatalog_2.gif);
 background-repeat: no-repeat;
 width:195px;
 height:90px;
}

#primary .catalog .btn{
 padding: 7px 0 5px 0;
 text-align: center;
}

#primary .catalog .txt-link {
 background-image: url(images/ic_c_right.gif);
 text-indent:1em;
 background-repeat:no-repeat;
 background-position:left center;
 margin-left: 10px;
}

#primary ul.banner{
 list-style: none outside none;
 line-height: 1;
 margin: 0;
}

#primary ul.banner li{
 margin: 0 0 7px 0;
 paddimg: 0;
 width: 100%;
}
.news-catalog-box{
 border: 1px solid #ddd;
 padding:25px 25px 0 25px;
 margin-bottom: 25px;
}

ul.p-catalog{
 line-height:2.7;
 list-style-image: none;
 list-style-position: outside;
 list-style-type: none;
 font-size: 75%;
}

li.pdf{
 background-image:url("http://www.e-noguchi.co.jp/images/ic_pdf_t.gif");
 background-position: left center;
 background-repeat: no-repeat;
 margin-right: 10px;
 text-indent: 2em;
}

ul.p-catalog li.web{
 background-image:url("http://www.e-noguchi.co.jp/images/ic_web_t.gif");
 background-position: left center;
 background-repeat: no-repeat;
 margin-right: 10px;
 text-indent: 2em;
}

/*********************************************************************/
/*文字サイズ変更*/
#change_font_size {
	float:right;
}
#change_font_size li {
	display:inline;
	float:left;
	cursor:pointer;
}
#change_font_size ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.top {
	vertical-align:top;
}
/*********************************************************************/
/*整形用*/
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.block {
	display:block;
}
.center {
	text-align:center;
}
.bottom {
	vertical-align:bottom;
}
.top {
	vertical-align:top;
}
.mb_5 {
	margin-bottom:5px;
}
.mb_10 {
	margin-bottom:10px;
}
.mb_15 {
	margin-bottom:15px;
}
.mb_20 {
	margin-bottom:20px;
}
.mb_25 {
	margin-bottom:25px;
}
.mb_30 {
	margin-bottom:30px;
}
.mb_40 {
	margin-bottom:40px;
}
.mb_50 {
	margin-bottom:50px;
}
.mt_5 {
	margin-top:5px;
}
.mt_10 {
	margin-top:10px;
}
.mt_15 {
	margin-top:15px;
}
.mt_20 {
	margin-top:20px;
}
.mt_25 {
	margin-top:25px;
}
.mt_30 {
	margin-top:30px;
}
.mt_40 {
	margin-top:40px;
}
.mt_50 {
	margin-top:50px;
}
.mr_5 {
	margin-right:5px;
}
.mr_10 {
	margin-right:10px;
}
.mr_15 {
	margin-right:15px;
}
.mr_20 {
	margin-right:20px;
}
.mr_25 {
	margin-right:25px;
}
.mr_30 {
	margin-right:30px;
}
.mr_35 {
	margin-right:35px;
}
.mr_40 {
	margin-right:40px;
}
.ml_5 {
	margin-left:5px;
}
.ml_10 {
	margin-left:10px;
}
.ml_15 {
	margin-left:15px;
}
.ml_20 {
	margin-left:20px;
}
.ml_25 {
	margin-left:25px;
}
.ml_30 {
	margin-left:30px;
}
.ml_40 {
	margin-left:40px;
}
.ml_50 {
	margin-left:50px;
}
.ml_80 {
	margin-left:80px;
}

.pt_10 {
	padding-top:10px;
}

.w154px {
	width:154px;
}
.w254px {
	width:254px;
}
.w310px {
	width:310px;
}
.w355px {
	width:355px;
}
.w410px {
	width:410px;
}
.w450px {
	width:450px;
}
.w470px {
	width:470px;
}
.w490px {
	width:490px;
}

.font_80 {
	font-size: 80%;
	line-height: 1.5;
}
.font_85 {
	font-size: 85%;
}
.font_90 {
	font-size: 90%;
}
/*********************************************************************/
/* header CSS Start */
/* header CSS Start */
#header {
 color: #333;
 width: 900px;
 padding: 0;
 height: 112px;
 margin: 0;
}
/* header */
#header .bg-gray{
 background-image: url(images/header/bg_gray.gif);
 background-repeat: none;
 width: 450px;
 height: 35px;
}

#header .bg-gray .search{
 margin: 7px 20px 0 20px;
}

#header .bg-gray .search .box{
 float: left;
 width: 135px;
}



	/* 文字サイズ変更 */
#change_font_size {
 float:left;
}
#change_font_size ul {
 list-style:none;
 margin:0px;
 padding:0px;
}
#change_font_size ul li {
 display:inline;
 float:left;
 cursor:pointer;
}

#header h1{
 font-size: 11px;
 *font-size: 12px;
 color: #777777;
 font-weight: normal;
 margin-top: 5px;
}

#header ul.link{
 float: left;
 list-style: none;
 margin-top: 8px;
}
#header ul.link li{
 float:left;
 background-image: url(images/ic_right.gif);
 text-indent:0.7em;
 background-repeat:no-repeat;
 background-position:left center;
 margin-right:10px;
}

/* header CSS End */
/*********************************************************************/

.side-title {
margin-bottom: 17px;
}
.sidemenu {
 margin-bottom: 17px;
}
.iso {
 margin-bottom: 14px;
}

.sidemenu h2{
 font-size: 14px;
 color: #fff;
 background-image: url(images/side/ttl_blue.gif);
 background-repeat: no-repeat;
 width:185px;
 height:23px;
 padding: 10px 0 0 10px;
 font-weight:bold;
}

.sidemenu h2 a:link { color: #ffffff; }
.sidemenu h2 a:visited { color: #ffffff; }
.sidemenu h2 a:hover { color: #ffffff; text-decoration: none;}
.sidemenu h2 a:active { color: #ffffff; text-decoration: none;}

.sidemenu h3{
 font-size: 12px;
 background-color: #ececec;
 width:170px;
 height:19px;
 padding: 9px 0 0 5px;
 border-bottom: #d7d7d7 1px solid;
}
.sidemenu .bg{
 background-color: #ccdffb;
 border-right: #74a5eb;
 border-left: #74a5eb;
 border-bottom: #74a5eb;
 width:175px;
 padding:10px;
}

.sidemenu .bg ul{
 list-style:none;
 background-color: #fff;
 width:175px;
}

.sidemenu .bg ul li{
 width: 165px;
 padding: 8px 5px;
 border-bottom: #d7d7d7 1px solid;
}

.sidemenu .bg ul li a{
 background-image: url(images/ic_c_right.gif);
 background-repeat: no-repeat;
 background-position: left 2px;
 width: 160px;
 padding-left: 14px;
 line-height: 1.3;
}

.sidemenu .bg ul li.on{
 background-color: #5891ed;
}

.sidemenu .bg ul li.on a{
 background-image: url(images/ic_c_right_on.gif);
 background-repeat: no-repeat;
 background-position: left 2px;
}

.sidemenu .bg ul li.on a:link,
.sidemenu .bg ul li.on a:visited,
.sidemenu .bg ul li.on a:hover,
.sidemenu .bg ul li.on a:active{
 color: #fff;
 text-decoration: none;
}

.sidemenu .cat-box {
 background-color: #ccdffb;
 border-right: #74a5eb;
 border-left: #74a5eb;
 border-bottom: #74a5eb;
 width:175px;
 padding:10px;
}
.sidemenu .cat-box ul{
 list-style:none;
 background-color: #ECECEC;
 width:175px;
}
.sidemenu .cat-box ul li{
 width: 175px;
 padding:0;
}
.sidemenu .cat-box ul li a{
    background-color: #ECECEC;
    background-image: none;
    border-bottom-color: #D7D7D7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 9px;
    width: 165px;
    display:block;
}
.sidemenu .cat-box ul.children{
 list-style:none;
 background-color: #fff;
 width:175px;
}
.sidemenu .cat-box ul.children li{
 width: 165px;
 padding-top: 9px;
 padding-left:10px;
 border-bottom: #d7d7d7 1px solid;
}

.sidemenu .cat-box ul.children li a{
 background-color: #fff;
 border-bottom: none;
 background-image: url(images/ic_c_right.gif);
 background-repeat: no-repeat;
 background-position: left 2px;
 font-size: 100%;
 font-weight: normal;
 width: 150px;
 margin-top: 0;
 padding-top: 0;
 padding-bottom: 9px;
 padding-left: 14px;
 margin-top:0;
 line-height: 1.3;
 height: auto;
}

.post {
background-image:url("http://www.e-noguchi.co.jp/news/wp-content/themes/twentyten/images/ppost-content.jpg");
background-repeat:repeat-y;
margin:0 0 30px 0;
width:640px;
background-color:#fff;
}



* html #sidebox .boxhead h2 {height: 1%;} /* For IE 5 PC */

.post {
    margin: 0 auto; /* center for now */
    width: 663px;
}
.post .boxhead {
    background-image: url("images/dot.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
    line-height: 150%;
    padding: 5px 0;
    margin: 0 0 2px;
    width: 663px;
}
.post .boxhead h1, .post .boxhead h2 {
    background-image: url("images/sbhead-l2.gif");
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0;
    padding: 35px 45px 5px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
    width: 555px;
}
.ic_detail{
	vertical-align: middle;
	margin-right: 5px;
}
.post .boxbody {
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 20px 35px;
    width: 611px;
}
.post .boxbody p {
    margin:0;
	padding:0;
}
#fontL {
width:24px;
height:22px;
background:url("images/header/big_ov.gif") no-repeat top left;
}
#fontL a {
display:block;
width:24px;
height:22px;
font-size:1px;
line-height:1px;
outline:none;
}
#fontL a:hover {
text-indent:-9999px;
}
#fontM {
width:24px;
height:22px;
background:url("images/header/middle_ov.gif") no-repeat top left;
}
#fontM a {
display:block;
width:24px;
height:22px;
font-size:1px;
line-height:1px;
outline:none;
}
#fontM a:hover {
text-indent:-9999px;
}
#fontS {
width:24px;
height:22px;
background:url("images/header/small_ov.gif") no-repeat top left;
}
#fontS a {
display:block;
width:24px;
height:22px;
font-size:1px;
line-height:1px;
outline:none;
}
#fontS a:hover {
text-indent:-9999px;
}

/* 11.11.09_add */

.dot-bottom-box {
border-bottom: 1px dotted;
margin:10px 0;
padding:5px 0;
}

/* 12.05.15_add */

.img-border {
border: 1px solid #ccc;
}

#content h2 {
 font-size: 17px;
 background-image: url(images/ttl.gif);
 background-repeat: no-repeat;
 width: 663px;
 height: 29px;
 padding: 12px 0 0 25px;
 margin: 0 0 15px 0;
 line-height: 1.1;
 font-weight: bold;
}

#pagenavi,
.breadcrumb {
 font-size: 80%;
 margin-bottom: 20px;
 line-height: 1.4;
}

/* PageTop */
.pagetop{
 text-align: right;
 font-size: 75%;
 margin: 30px auto 0;
 width: 900px;
}

.pagetop a{
 background-image: url(images/ic_ptop.gif);
 padding-left: 15px;
 background-repeat:no-repeat;
 background-position:left center;
}

.red{
 color: #FF0000;
}

/* =20141212追加
-------------------------------------------------------------- */
.box-3{
 border: 1px solid #ddd;
 padding: 10px 10px 0 10px;
 width: 160px;
}

.box-3 h4,
.box-3 p{
 text-align: center;
}

/* =20150115追加
-------------------------------------------------------------- */
html{
 margin-top: 0!important;
}
.pro-img{
	margin: 0 auto;
	display: block;
}