@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.3
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
-------------------------------------------------------------- */

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;
}
img{
 vertical-align: bottom;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ul {
	list-style: none;
}
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;
}
html {
 overflow-y: scroll;
}


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

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


#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}


/*
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
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,

#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: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",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,
#main,
#branding
{
width:903px;
	margin: 0 auto;

}
#main_second{
width:940px;
	margin: 0 auto;
background:#fff;
}

#sidebar{
width:191px;
float:left;
margin:15px 0 0 0px;
}



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

/* Main global 'theme' and typographic styles */
body {
	background:#f9f8f3;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
	color: #333;
font-size:0.9em;
line-height:1.3em;
}



/* Text elements */

ul {


}
ol {
	list-style: decimal;
	margin: 0 0 20px 1.5em;
list-style-positon:inside;

}


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;
	overflow: auto;
	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"],
input[type="email"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #9370db;
}
a:active,
a:hover {
	color: #ff4b33;
}
a:focus{
overflow:hidden;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */
#header {
background:url(images/common/head_bg.gif) repeat-x;
height:144px;
}


#inner {
padding: 0;
width:903px;
margin:0 auto;
}


#logo{
width:300px;
float:left;
height:93px;
}

#h_right_area{
width:603px;
float:right;
}

#h_right_area ul{
padding:0 37px 0 42px;
list-style-type:none;
margin:0 0 16px 410px;
width:188px;
height:37px;
background:url(images/common/h_ico_bg.gif) no-repeat;
box-sizing: content-box;
}


#h_right_area ul li{
display:inline;
float:left;
}

#ico_area2{
padding:0;
float:right;
}

#ico_area2 form{
display:inline;
}

#ico_area2 img,#ico_area2 input{
vertical-align:middle;
}

#ico_area2 input{
margin-right:2px;
}




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

#navwrap{
width:905px;
margin: 0 auto;
clear:both;
height:51px;
}

#navwrap ul li{
float:left;
}

#navwrap li{
float:left;
}



/* =Content
-------------------------------------------------------------- */
#topleft{
width:212px;
float:left;
clear:both;
margin:20px 0 0 0;
}

.sidemenu{
margin:0;
}

.sidemenu li{
margin: 0;
height: 39px;
}

#picup{
width:212px;
margin-bottom:15px;
}

#picup #picuparea{
border:solid 1px #dedbce;
background:#fff;
padding:5px;
font-size:0.8em;
}


#picup #picuparea img{
border:solid 1px #ccc;
padding:1px;
float:left;
margin-right:5px;
}
#picup #picuparea a{
 text-decoration:none;
}

#topright {
float: right;
margin: 20px 0 0 21px;
width: 670px;
}



#topleft #banner{
width:191px;
clear:both;
}

#topleft #banner img{
display:block;
margin-bottom:15px;

}
#banner img{
margin-bottom:10px;
}




#bannerarea{
margin: 0 auto 0 auto;
width: 905px;
background:url(images/common/img_line.gif) repeat-x top;
padding-top:20px;
clear:both;
}

#bannerarea li{
float:left;
margin:0 6px 5px 0;
}

#bannerarea li.last{
float:left;
margin:0 0 0 0;
}



#mainpic{
background:url(images/main.jpg) no-repeat;
width:903px;
height:253px;
margin-top:10px;
}

#topmiddle ul{
list-style: none outside none;

}

#topright .news{
margin-top:20px;
}

.news li{
float:left;
padding: 0;
margin: 0;
}
.news img{
margin:0;
padding:0;
}

#news_inner{
width:668px;
border-left:solid 1px #dedbce;
border-right:solid 1px #dedbce;
background:#fff;
float:right;
}

#news_inner ul{
margin:0 0 0 0;
padding:15px 15px 0 15px;
}

#news_inner li{
list-style-type:none;
padding:5px 0 5px 0;
border-bottom:dotted 1px #999;

font-size: 0.8em;
height: 22px;
}

.news_area{
border-left:solid 1px #dedbce;
border-right:solid 1px #dedbce;
border-bottom:solid 1px #dedbce;
background:#fff;
margin-bottom: 30px;

}

.news_area li{
padding-left: 30px;
}

.thetitle{
width: 300px;
}

#news_bottom{
background:url(images/common/img_news_bottom.gif) no-repeat;
width:670px;
height:45px;
margin-bottom:25px;
float:right;
}

#news_bottom ul{
float:right;
margin-top:10px;
margin-right:8px;
}
#news_bottom li{
float: left;
margin-left: 10px;
}

ul.news_list{
}

#main {
	clear: both;
	overflow: hidden;
	padding: 0;


}


#main_second {
	clear: both;
	overflow: hidden;
	padding: 0;

}

#intro{
width:645px;
background:url(images/intro_bg.gif) repeat-x #fff;
padding:10px 10px 0 10px;
border:2px solid #5988b7;
margin-top:15px;
}

#intro ul{
margin:0 0 0 1em;
}


#content li{
margin-bottom:5px;
}


.caution{
color:#b62738;
}
.ico_blank{
background:url(images/common/ico_blank.gif) no-repeat left center;
padding-left:15px;
}

.pamph_cap{
font-size:0.8em;
margin-bottom:10px;
display:block;
}

h4.under{
border-bottom:dotted 1px #1f8274;
font-weight:bold;
margin-bottom:5px;
color:#26a574;
}



#content {
width:690px;
float:left;
margin:15px 0 0 22px;


}

#content .c_left{
width:325px;
float:left;
}

#content .c_right table,#content .c_left table{
border:1px solid #ccc;
width:323px;
margin:0;
}


#content .c_right{
width:325px;
float:left;
margin-left:19px;
}



.tx_deco{
text-decoration:underline;
font-weight:bold;
}

.h3title{
background:url(images/h3_bg.gif) repeat-x #fff;
padding:5px 5px 5px 15px;
border-top:#618ab5 3px solid;
border-bottom:#ccc 1px solid;
font-size:1.1em;
margin-bottom:10px;
margin-top:30px;
}

.sub_T{
border-left:solid 8px #5c84ad;
border-bottom:solid 1px #ccc;
font-size:1em;
padding:0px 0px 5px 5px;
margin-top:20px;
font-weight:bold;
}

.sub_T03{
border-left:solid 8px #5c84ad;
border-bottom:solid 1px #ccc;
font-size:1em;
padding:5px 0px 5px 5px;
margin-top:20px;
margin-bottom:10px;
font-weight:bold;
}




.p1_01{
width:459px;
background:url(images/arrow02.gif) no-repeat 160px;
height:29px;
padding-left:210px;
margin:15px 0 15px 0;
}

.p3_01{
width:265px;
background:url(images/arrow02.gif) no-repeat 10px;
height:29px;
margin:15px 0 15px 0;
padding-left:60px;
}

.p4_01{
width:265px;
background:url(images/arrow02.gif) no-repeat 30px;
height:29px;
margin:15px 0 15px 0;
padding-left:85px;
}

.p1_02{
background:#e8daf0;
padding:6px;
border:#caafd9 2px solid;
color:#4f2c73;
font-weight:bold;
}

.p2_01{
margin:20px 0 0 0;
}

.p2_02{
margin:10px 0 0 0;
}

table.p2_02{
float:left;
width:400px;
margin-right:15px;
margin-bottom:20px;
border:1px solid #ccc;
}

table.p2_02 td,table.p2_02 th{
padding:5px;
border:1px solid #ccc;


}
table.p2_02 th{
background:#bbe0e3;
}

table.p2_02 td{
text-align:center;
border:1px solid #ccc;
background:#e7f3f4;
}

table.nomal{
float:left;
width:100%;
margin-bottom:20px;
border:1px solid #ccc;
}

table.nomal td,table.nomal th{
padding:5px;
border:1px solid #ccc;


}
table.nomal th{
background:#bbe0e3;
}

table.nomal td{
text-align:center;
border:1px solid #ccc;
background:#e7f3f4;
}

table.contact{

width:100%;
margin-bottom:10px;
  border-collapse: separate;
  border-spacing: 2px;

}

table.contact td,table.contact th{
padding:5px;


}
table.contact th{
background:#e0e1e2;
border-left:5px solid #339f90;
font-weight:lighter;
}

table.contact td{
background:#eeefef;
}

p.cap{
font-size:0.9em;
margin-top:10px;
}

#about_nav{
font-size:0.9em;
text-align:center;
}



.hentry {
	margin: 0 0 15px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.ptitle{
background:url(images/common/h1title_01.gif) no-repeat top;
width:680px;
color:#333;

margin-bottom:20px;
padding:10px 10px 0 0;
font-size:1.2em;
line-height:17px;
}

.ptitle span{
background: url(images/common/h1title_02.gif) repeat-y scroll left bottom;
display: block;
width:657px;
padding: 0 23px 15px 23px;
max-height:120px;
line-height:1.2em;
}
.page-title {
	color: #000;
	font-size: 1em;
	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 .entry-title {
background:url(images/common/h1title.gif) no-repeat;
width:660px;
height:36px;
color:#333;
font-size:1em;
padding:10px 0 10px 20px;
background-size: 680px 50px;  
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-meta {
	color: #888;
	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;
	padding: 12px 0 0 0;
}
#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: #000;
	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: #000;
	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 #000;
	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: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #666;
	font-size: 12px;
background:url(images/utility_bg.gif) no-repeat; 
height:25px;
padding-left:10px;
padding-top:4px;
margin-top:10px;
}
.entry-meta a,
.entry-utility a {
	color: #4779aa;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #4779aa;
}
#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;
}
.mgt20{
margin-top:20px;
}
.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: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	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: #000;
	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: #fff;
background-color: #6777c2;
}
#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 {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.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: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
width:223px;
float:left;
margin-top:15px;
margin-left:17px;
}
#secondary {
}




/* =Footer
-------------------------------------------------------------- */
#pagetop{
width:940px;
margin:0 auto 0 auto;
text-align:right;
background:#fff;
padding-top:20px;
}
#pagetop img{
margin-right:20px;
}

#pagetop_top{
width:940px;
margin:0 auto 0 auto;
text-align:right;
padding-top:20px;
}
#pagetop_top img{
margin-right:20px;
}

#footer {
clear: both;
border-top:6px solid #339f90;
}
#footer #inner{
width: 903px;
margin: 0 auto;
}
#footer #inner #leftarea{
width:517px;
float:left;
margin-top:15px;
}

#footer #inner #leftarea ul{
margin:0 0 10px 0;
padding:0;
}
#footer #inner #leftarea ul li {
display:inline;
margin:0 50px 0 0;
padding:0;
}

#footer #inner #rightarea{
float:left;
text-align:right;
width:386px;
margin:15px 0 0 0;
}

#footer #inner #rightarea ul.copy{
margin:10px 0 20px 0;
padding:0;
}

#footer #inner #rightarea li {
display:inline-block;
margin:0;
padding:0;
font-size:9px;
font-weight:600;
letter-spacing:0.025em;
line-height:1.4;
}



/* =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;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#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: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	
	#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;
	}
}*/
#topmain{
	margin:20px auto 0 auto;
	width:905px;
height:274px;
	padding:0px;
	z-index:0;
position:relative;
background:#dedbce;
}


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0; background:#dedbce;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; border:solid 5px #fff;}
.flex-pauseplay span {text-transform: capitalize;}
.slides{background:#dedbce; border:solid 1px #cdc9ba; width:893px; height:263px; padding:5px}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { position: absolute; margin-top:-250px; margin-left:790px;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(images/bg_control_nav_circle.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -21px;}
.flex-control-nav li a.active {background-position: 0 -42px; cursor: default;}

.flexslider .next, .flexslider .prev {
    display: block;
    height: 121px;
    position: absolute;
    top: 60px;
    width: 18px;
    z-index: 101;
}

.flexslider .next {
right: 0px;
}

#news_inner img{
margin-right: 5px;
}
/* パンくず */
.homeico{
background:url(images/common/home.gif) no-repeat center left;
padding-left:18px;

}
#bread{
margin-bottom:10px;
font-size:0.8em;
}
/* pdfリンク */
a[href $='.pdf'] { 
    padding: 2px 20px 2px 0px;
    background: transparent url("/en/wp-content/uploads/2013/03/icon_pdf.gif") no-repeat center right;
}
/* キャッチコピー */
.pic_txt{
margin-bottom:20px;
}
.pic_txt_t{
margin-top:20px;
}
/* マージン */
.mgt30px{
margin-top:30px;
}
.mgt20px{
margin-top:20px;
}
.mgb20px{
margin-bottom:20px;
}
/* コンセプト */
#concept{
margin-bottom:30px;
}
#concept li{
margin-bottom:10px;
border-bottom:solid 1px #dde0e3;
padding:0 0 10px 20px;
background: url("/en/wp-content/uploads/2013/05/mark_concept.gif") no-repeat top left;
}
/* sidemenu */
#submenu{
margin-bottom:30px;
font-size:0.8em;
}
#submenu ul{
border-left:1px solid #dde0e3;
border-right:1px solid #dde0e3;
border-bottom:1px solid #dde0e3;
background:#fff;
padding:1px;
margin:0;
}
#submenu li{
background:#f5f5f5 url(/en/wp-content/uploads/2013/03/submenu_bg.gif) no-repeat bottom;
padding-bottom:2px;
}
#submenu li.bottom{
padding:0;
}
#project_area,#project_nav{
margin-bottom:30px;
}
#project_nav li{
margin-bottom:5px;
}

#project_nav ul{
margin-top:5px;
}

#submenu li a{
text-decoration:none;
color:#333;
display:block;
background:#f5f5f5 url(/en/wp-content/uploads/2013/05/submenu_arrow.gif) no-repeat 10px;
padding:10px 0 11px 27px;
}

#submenu li a:hover{
text-decoration:none;
color:#333;
display:block;
background:#e6f7f4 url(/en/wp-content/uploads/2013/05/submenu_arrow.gif) no-repeat 10px;
padding:10px 0 11px 27px;
}

#submenu li a.on{
text-decoration:none;
color:#333;
display:block;
background:#9bd9ce url(/en/wp-content/uploads/2013/05/submenu_arrow.gif) no-repeat 10px;
padding:10px 0 11px 27px;
}

#submenu img{
vertical-align: bottom;
}
/* title */
#content h2{
width:685px;
height:24px;
background:url(/en/wp-content/uploads/2013/05/h2title.gif) no-repeat;
color:#fff;
font-size:1em;
padding:4px 0 0 15px;
margin-bottom: 10px;
}

#content h2.mg{
width:685px;
height:24px;
background:url(/en/wp-content/uploads/2013/05/h2title.gif) no-repeat;
color:#fff;
font-size:1em;
padding:4px 0 0 15px;
margin:30px 0 15px 0;
}
#content h3{
border-left:5px solid #1f8274;
margin:15px 0 10px 0;
padding:0 0 0 5px;
font-size:1em;
font-weight:bold;
}

#content h3.mg{
border-left:5px solid #1f8274;
margin:20px 0 5px 0;
padding:0 0 0 5px;
font-size:1em;
font-weight:bold;
}

ul.list{
margin:20px 0;
}
.list li{
margin:0px;
padding:0 0 0 18px;
background: url("/en/wp-content/uploads/2013/05/mark_concept.gif") no-repeat top left;
}

ul.list02{
margin-bottom:20px;
margin-left:45px;
}
.list02 li{
margin:0px;
padding:0 0 0 18px;
background: url("/en/wp-content/uploads/2013/05/mark_concept.gif") no-repeat top left;
}

/* img */
.imgR {
	display: inline;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
}
.pro_main{
margin-bottom:20px;
}
img.measure_btn {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
margin-top:20px;
margin-bottom:30px;
}

.sub_measure{
display:block;
margin-bottom:5px;
margin-top:5px;
}

#content p{
margin-bottom:15px;
}

.history_table {
	width:700px;
	border-collapse:collapse;
}
.history_table td{
	padding:5px 5px 5px 10px;
	border-bottom:dotted 1px #ccc;
}
.history_table td.bottom{
	padding:5px 5px 5px 10px;
	border-bottom:none;
}



.history_table th{
	text-align:right;
	width:55px;
	padding:5px 20px 5px 5px;
	border-right:1px solid #ccc;
background:url(/en/wp-content/uploads/2013/05/his_line.gif) no-repeat right;

}
.history_table th.y_01{
width:40px;
background:#706f6d;
text-align:center;
color:#FFF;
border:none;
font-size:0.9em;
line-height:1em;
vertical-align:top;
padding:10px 5px 5px 5px;
}
.history_table th.y_02{
	width:40px;
	background:#7c7a77;
	text-align:center;
	color:#FFF;
	border:none;
font-size:0.9em;
line-height:1em;
padding:10px 5px 5px 5px;	
}
.history_table th.y_03{
	width:40px;
	background:#898378;
	text-align:center;
	color:#FFF;
	border:none;
font-size:0.9em;
line-height:1em;
padding:10px 5px 5px 5px;
}

.history_table th.y_04{
	width:40px;
	background:#948b78;
	text-align:center;
	color:#FFF;
	border:none;
font-size:0.9em;
line-height:1em;
padding:10px 5px 5px 5px;
}
.history_table th.y_05{
	width:40px;
	background:#a49983;
	text-align:center;
	color:#FFF;
	border:none;
font-size:0.9em;
line-height:1em;
padding:10px 5px 5px 5px;
}
.history_table th.y_06{
	width:40px;
	background:#b9ae98;
	text-align:center;
	color:#FFF;
	border:none;
font-size:0.9em;
line-height:1em;
padding:10px 5px 5px 5px;
}

/* 支援制度 */

#ibaraki{
padding-left:50px;
background:url(/en/wp-content/uploads/2013/03/ibaraki.gif) no-repeat;
}
#tsukuba{
padding-left:50px;
background:url(/en/wp-content/uploads/2013/03/tsukuba.gif) no-repeat;
}
h4.support_l{
font-size:1.2em;
margin-bottom:5px;
}
p.support_tx{
padding-left:45px;
margin:5px 0 10px 0;
}
/* プロジェクト */
#project_nav_l{
width:675px;
margin:20px 0 0 0;
padding:0 7px 0 8px;
}
#project_nav_l table{
border-collapse:collapse;
}
#project_nav_l table td.top{
height:224px;
}

#project_nav_l table td{
width:330px;
}

#project_nav_l table td.right{
padding-left:15px;
}
p.map_tokku{
font-size:0.8em;
text-align:center;
margin-top:5px;
}

.p1_01{
width:459px;
background:url(/en/wp-content/uploads/2013/05/arrow02.gif) no-repeat 160px;
height:29px;
padding-left:210px;
margin:15px 0 15px 0;
}
.p1_02{
background:#e8daf0;
padding:6px;
border:#caafd9 2px solid;
color:#4f2c73;
font-weight:bold;
}


#tokku_area #map_left{
float:left;
}

#tokku_area #map_right{
float:left;
}

.pickimg{
float:left;
padding: 0;
width: 57px;
}

.pickkiji{
width:123px;
overflow: hidden;
padding: 0 0 0 13px;
}

.al-left{
margin-left:240px;
}

.mapright {
float:right;
}

.kanren {
margin-bottom: 10px;
padding-left:10px;
font-size: 95%;
}

#news_table .paddingl{
padding-left:10px;
line-height:0;
}

#news_table .category{
padding-right:5px;
}

#news_table .category img{
margin-right:0;
}

#news_table {
}

#news_table2 .paddingr{
padding-right: 10px;
width: 480px;
}

#news_table tr{
height: 40px;
border-bottom: 1px dotted #ccc;
}

#news_table2 tr{
height: 40px;
width:690px;
border-bottom: 1px dotted #ccc;
}

#news_table2 .news_date {
width:100px;
padding-left: 10px;
}

#news_table2 .paddingr{
width: 580px;
}

#content .alignr {
text-align: right;
margin-right: 30px;
padding-top: 10px;
}


/* スライドリニューアル */
#topmain2{
margin:20px auto 0 auto;
width:893px;
height:263px;
padding:5px;
position:relative;
background:#dedbce;
border:1px solid #CDC9BA;

}

#slides2 {
z-index:100;
background:#fff;
padding:5px;
height:253px;
}

.slides_container2 {
width:883px;
position:relative;
overflow:hidden;
display:none;
}

.slides_container2 a {
width:883px;
height:253px;
display:block;
}

.slides_container2 a img {
display:block;
	
}

/*
	Next/prev buttons
*/

#slides2 .next,#slides2 .prev {
position:absolute;
top:75px;
width:23px;
height:121px;
display:block;
z-index:101;
}

#slides2 .next {
left:881px;
}
#slides2 .prev {
left:-1px;
}



.pagination {
width:897px;
height:94px;
top:25px;
left:-5px;
margin:25px 0 0 -5px;
}
.pagination li {
margin:0 0 0 12px;
list-style:none;
float:left;
}
.pagination li:first-child {
margin-left:0;
}

.pagination li a.n0 {
	display:block;
	width:89px;
	height:94px;
	background-image:url(images/top/pagination1_2.png);
	background-position:0 0;

	overflow:hidden;
text-indent:-9999px;
}

.pagination li a.n1 {
	display:block;
	width:89px;
	height:94px;

	background-image:url(images/top/pagination2_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;
}
.pagination li a.n2 {
	display:block;
	width:89px;
	height:94px;

	background-image:url(images/top/pagination3_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;
}
.pagination li a.n3 {
	display:block;
	width:89px;
	height:94px;

	background-image:url(images/top/pagination4_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;
}
.pagination li a.n4 {
	display:block;
	width:89px;
	height:94px;

	background-image:url(images/top/pagination5_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;

}

.pagination li a.n5 {
	display:block;
	width:89px;
	height:94px;

	background-image:url(images/top/pagination6_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;

}

.pagination li a.n6 {
	display:block;
	width:89px;
	height:94px;

	background-image:url(images/top/pagination7_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;

}

.pagination li a.n7 {
	display:block;
	width:89px;
	height:94px;

	background-image:url(images/top/pagination8_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;

}

.pagination li a.n8 {
	display:block;
	width:89px;
	height:94px;

	background-image:url(images/top/pagination9_2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
text-indent:-9999px;

}



.pagination li.current a.n0 {
background-image:url(images/top/pagination1.png);
}
.pagination li.current a.n1 {
background-image:url(images/top/pagination2.png);
}
.pagination li.current a.n2 {
background-image:url(images/top/pagination3.png);
}
.pagination li.current a.n3 {
background-image:url(images/top/pagination4.png);
}
.pagination li.current a.n4 {
background-image:url(images/top/pagination5.png);

}
.pagination li.current a.n5 {
background-image:url(images/top/pagination6.png);

}
.pagination li.current a.n6 {
background-image:url(images/top/pagination7.png);

}
.pagination li.current a.n7 {
background-image:url(images/top/pagination8.png);

}
.pagination li.current a.n8 {
background-image:url(images/top/pagination9.png);

}

