@charset "utf-8";
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* ClearFix */
.clearfix:after, .floatWrap:after { content: url(/common/images/null.gif); display: block; clear: both; height: 0; }

/* Common */
html {
	background: #FFF url(/common/images/background.jpg) repeat-x fixed center top;
}
body {
	font-family: "Futura", "Verdana", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}
a:link { color: #828282; text-decoration: none; }
a:visited { color: #828282; text-decoration: none; }
a:hover { color: #42968e; text-decoration: underline; }
a:active { color: #42968e; text-decoration: underline; }


/* ---------------------------------------------------
	Layout
---------------------------------------------------- */
#Wrap {
	text-align: left;
	width: 940px;
	margin: 0px auto;
	padding-top: 37px;
	padding-bottom: 37px;
}
#Header {
	height: 91px;
	width: 940px;
}
#Contents {
	width: 940px;
}
#Gnavi {
	float: left;
	width: 136px;
}
#PageContents {
	float: right;
	width: 770px;
}
#ContentsWrap {
	width: 770px;
	position: relative;
}
#MainContents {
	width: 610px;
	margin-left: 160px;
}
#SingleContents {
	width: 430px;
	margin-left: 340px;
}
#HeaderContents {
	width: 610px;
	margin-left: 160px;
}
#PageNavi {
	font-size: 10px;
	width: 150px;
	position: absolute;
	left: -8px;
	top: 0px;
}
#PageImage {
	width: 320px;
	position: absolute;
	left: 0px;
	top: 0px;
}


/* ---------------------------------------------------
	Header
---------------------------------------------------- */
#Header h1 {
	height: 24px;
	width: 234px;
	float: left;
}
#Header img {
	vertical-align: top;
}
#Header .HNavi {
	text-align: right;
	width: 490px;
	float: right;
}
#Header .HNavi ul {
	width: 490px;
	height: 5px;
}
#Header .HNavi li {
	float: left;
}
#Header .HNavi address {
	display: inline;
}
#Header .HNavi .Shopping {
	clear: both;
	padding-top: 11px;
	height: 47px;
}


/* ---------------------------------------------------
	Gnavi
---------------------------------------------------- */
#Gnavi li {
	padding-bottom: 18px;
}
#Gnavi li img {
	vertical-align: top;
}


/* ---------------------------------------------------
	TopicPath
---------------------------------------------------- */
#TopicPath {
	font-size: 9px;
}
#PageContents h2 {
	padding: 13px 0px 27px;
	height: 31px;
}


/* ---------------------------------------------------
	PageNavi
---------------------------------------------------- */
#PageNavi ul {
	margin-top: 10px;
}
#PageNavi ul.PastYear {
	margin-top: 0px;
}
#PageNavi ul.PastYear li {
	padding-top: 19px;
}
#PageNavi ul li {
	padding-top: 9px;
	vertical-align: top;
}
#PageNavi ul li a {
	display: block;
}
#PageNavi .RecentLink a,
#PageNavi ul li a {
	padding-left: 8px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
#PageNavi .RecentLink a.current,
#PageNavi ul li a.current {
	background-image: url(/common/images/listhead_dot_current.gif);
	color: #42968E;
}


/* ---------------------------------------------------
	CMS Entry
---------------------------------------------------- */
#MainContents .ContentsTitle {
	font-size: 16px;
	padding-bottom: 31px;
}
#MainContents .EntryBlock {
	width: 610px;
	padding-bottom: 57px;
}
.EntryBlock .EntryData {
	font-size: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.EntryBlock .EntryData img {
}
.EntryBlock .EntryTitle {
	font-size: 15px;
}
.EntryBlock .EntryBody p {
	font-size: 11px;
	line-height: 236%;
	padding-top: 25px;
}
.EntryBlock .EntryMoreBtn {
	padding-top: 19px;
	text-align: right;
}
a.more-link {
	display: block;
	padding-top: 19px;
	text-align: right;
}
.PageTop {
	padding-top: 29px;
	text-align: right;
	font-size: 11px;
}
a.IconPrev {
	background-image: url(/common/images/icon_pageback_bg.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}

a.IconTop {
	background-image: url(/common/images/icon_pagetop_bg.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
a.IconPrev:link, a.IconPrev:visited,
a.IconTop:link, a.IconTop:visited { background-position: 0px 2px; }

a.IconPrev:hover, a.IconPrev:active,
a.IconTop:hover, a.IconTop:active { background-position: 0px -38px; }



/* ---------------------------------------------------
	Project Index Page
---------------------------------------------------- */
.EntryBody .floatWrap {
	width: 610px;
}
.EntryBody .floatWrap .ThumbNail {
	width: 160px;
	float: left;
}
.EntryBody .floatWrap .ThumbNail img {
	margin-top: 8px;
}
.EntryBody .floatWrap .Excerpt {
	width: 435px;
	float: right;
}


/* ---------------------------------------------------
	EntryNavi
---------------------------------------------------- */
.EntryNavi {
	font-size: 11px;
	text-align: center;
}
.EntryNavi p,
.EntryNavi ul,
.EntryNavi ul li {
	display: inline;
}
.EntryNavi p,
.EntryNavi ul li {
	padding: 0px 3px;
}
/*
.EntryNavi .PagePrev a {
	background: url(/common/images/icon_pageback.gif) no-repeat 0px 1px;
	padding-left: 12px;
}
.EntryNavi .PageNext a {
	background: url(/common/images/icon_pagenext.gif) no-repeat right 1px;
	padding-right: 12px;
}
*/
.EntryNavi a.prev {
	background-image: url(/common/images/icon_pageback_bg.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	border-right: solid 1px #000;
}
.EntryNavi a.prev:link, .EntryNavi a.prev:visited { background-position: 0px 3px; }
.EntryNavi a.prev:hover, .EntryNavi a.prev:active { background-position: 0px -37px; }

.EntryNavi a.next {
	background-image: url(/common/images/icon_pagenext_bg.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
	border-left: solid 1px #000;
}
.EntryNavi a.next:link, .EntryNavi a.next:visited { background-position: right 3px; }
.EntryNavi a.next:hover, .EntryNavi a.next:active { background-position: right -37px; }

.EntryNavi .page-numbers {
	padding: 0px 5px;
}

/* ---------------------------------------------------
	About
---------------------------------------------------- */
.About .Concept .Text {
	font-family: "Zen Old Mincho", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", sans-serif;
	font-size: 11px;
	padding-top: 37px;
}
.About .Concept {
	position: relative;
	top: -8px;
}
.About dl {
	padding-top: 53px;
}
.About dt {
	font-size: 17px;
}
.About dd {
	padding-top: 17px;
	font-size: 11px;
	line-height: 236%;
}


/* ---------------------------------------------------
	Company
---------------------------------------------------- */
.Company table {
	width: 430px;
}
.Company th,
.Company td {
	vertical-align: top;
	text-align: left;
	background: url(/common/images/line_dot.gif) no-repeat left bottom;
	padding: 10px 3px;
	font-size: 11px;
	line-height: 155%;
}
.Company th {
	width: 124px;
}
* html .Company th { width: 130px; }
.Company th img {
	margin-top: 2px;
}
.Company td dt {
	padding-bottom: 6px;
}
.Company td li {
	padding-left: 13px;
	background: url(/common/images/list_head_dot.gif) no-repeat 0px 4px;
	padding-bottom: 17px;
}
.Company .CompanyIdea p {
	padding-bottom: 17px;
}


/* ---------------------------------------------------
	Top Page
---------------------------------------------------- */
#PageContents h2.TopVisual {
	height: auto;
	padding: 0px 0px 11px;
	position: relative;
	top: -12px;
}
#TopColumn {
	width: 770px;
	position: relative;
}
#TopColumn .TopBanner {
	width: 190px;
	position: absolute;
	left: 579px;
	top: 0px;
}
#TopColumn .TopBanner img {
	vertical-align: top;
}
#TopColumn .TopBanner li {
	padding-bottom: 7px;
}
#TopColumn .Whatsnew {
	width: 558px;
}
#TopColumn .Whatsnew h3 {
	padding-bottom: 18px;
}
#TopColumn .Whatsnew th,
#TopColumn .Whatsnew td {
	font-size: 10px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
}
#TopColumn .Whatsnew td.CellDate,
#TopColumn .Whatsnew td.CellCategory {
	padding-right: 15px;
	white-space: nowrap;
}
#TopColumn .Whatsnew .BtnMore {
	text-align: right;
	padding-top: 20px;
}


/* ---------------------------------------------------
	SiteMap
---------------------------------------------------- */
.Sitemap li {
	padding-left: 13px;
	background: url(/common/images/list_head_dot.gif) no-repeat 0px 10px;
	line-height: 264%;
	font-size: 11px;
}
.Sitemap li ul {
	margin-left: -13px;
	width: 280px;
	float: left;
}
.Sitemap .floatWrap {
	width: 610px;
}


/* ---------------------------------------------------
	PrivacyPolicy
---------------------------------------------------- */
.Privacy dt {
	font-size: 17px;
}
.Privacy dd {
	line-height: 210%;
	font-size: 11px;
	padding: 20px 0px 0px 20px;
}
.Privacy ol {
	list-style: none;
	padding: 45px 0px 0px;
}
.Privacy ol ol {
	list-style: none;
	padding: 0px 0px 0px 15px;
}
.Privacy dl {
	display: inline;
}
.Privacy ol dd {
	padding-bottom: 45px;
}
.Privacy ol dd li {
	padding-top: 15px;
}
.Privacy .Address {
	padding-top: 15px;
}
.Privacy .Address strong {
	font-weight: bold;
}
.Privacy .Update {
	line-height: 173%;
	font-size: 11px;
	text-align: right;
}


/* ---------------------------------------------------
	Contact
---------------------------------------------------- */
.Contact {
	font-size: 11px;
	line-height: 210%;
}
.Contact strong {
	color: #F09;
}
.FormContents {
	padding-top: 30px;
}
.wpcf7-not-valid-tip-no-ajax,
.wpcf7-validation-errors {
	display: block;
	color: #F00;
}
.FormContents p {
	padding-bottom: 18px;
}
.FormContents .BtnImage {
	padding-bottom: 0px;
}
.short { width:230px; }
.middle { width:370px; }
.wide { width:510px; }
.short, .middle { padding: 3px; }
.Contact button {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 130px;
	height: 23px;
	overflow: hidden;
}
.BtnImage button,
.BtnImage img {
	cursor: pointer;
}
.BtnImage img {
	display: none;
}

.BtnImage button {
	display: inline;
	background-repeat: no-repeat;
	background-position: left top;
}
#BtnSubmit {
	background-image: url(/common/images/btn_submit_bg.gif);
}
#BtnReset {
	background-image: url(/common/images/btn_reset_bg.gif);
}
.FormButton {
	display: none;
	margin: 0px; padding:0px;
}
.wpcf7-mail-sent-ok {
	padding: 5px;
}

