@charset "utf-8";

#wrapper {
	text-align: left;
	margin: 0 auto;
}
p {
	line-height: 1.8em;
	margin: 0 0 0.5em;
	padding: 0;
}

/* 全体の幅 */
#wrapper {
	width: 100%;
}
/* ヘッダーの高さ */
#header {
	width: 100%;
	height: 160px;
}
/* コンテンツの幅 #sidebarの幅分をマイナス */
#content {
	width: 100%;
	float: left;
	margin-right: -300px;
	_margin-right: -280px;
	overflow:hidden;
}
/* サイドバーの幅 */
#sidebar {
	width: 260px;
	float: right;
	margin-right:20px;
	overflow:hidden;
}
#footer {
	clear: both;
}
.clear {
	clear:both;
}
.clear hr {
	display:none;
}
/*余白の指定は中枠の要素へ指定*/

/* ヘッダー中枠 */
.header-inner {
	width: 100%;
	height: 100%;
	position: relative;
}
/* コンテンツ中枠 サイドバーの幅以上*/
.content-inner {
	position:relative;
	margin: 0 300px 20px 20px;
	font-size:75%;
	line-height:150%;
}
/* サイドバー中枠 */
.sidebar-inner {
	margin: 0 10px;
	font-size:75%;
	line-height:150%;
}
/* フッター中枠 */
.footer-inner {
	padding: 10px 20px 5px;
}
/*
-----------------------------------------------------------------------
自由に指定 */

/* 全体を囲む枠 */
#wrapper {
}
/* ヘッダー部分背景指定など */
#header {
	background-color: #cf6;
}
/* コンテンツ部分背景指定など */
#content {
}
/* サイドバー部分背景指定など */
#sidebar {
	background-color: #e5e5e5;
}
/* フッター部分背景指定など */
#footer {
}
/*
-----------------------------------------------------------------------
自由に指定して下さい */

/* ヘッダー部分背景指定 */
.header-inner {
}
/* コンテンツ部分背景指定 */
.content-inner {
}
/* サイドバー部分背景指定など */
.sidebar-inner {
}
/* フッター部分背景指定 */
.footer-inner {
	background-color: #0066b3;
}


.titleBG {
	background-color: #a3d2a2;
	background-image: url(../images/title_photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:190px;
}
.titleBGend {
	background-color: #000000;
	background-image: url(../images/title_photo_end.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.okurisaki {
	border:1px solid #000000;
	border-top:inherit;
	padding:23px 50px 5px 50px;
	margin-top:-13px;
}
.smallbg {
	background-image:url(../images/subtitle_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.syokin_hr {
	border:1px solid #999;
}
.syokin_title {
	background-color:#d3aae7;
	text-align:left;
	margin:0 0 5px 0;
	padding:0 0 0 0;
}
.syokin_title_nai {
	background-color:#aecc82;
	text-align:left;
	margin:0 0 5px 0;
	padding:0 0 0 0;
}
.syokin_waku {
	width:100%;
	border:1px dotted #666;
	padding:0;
	margin:0 0 15px 0;
}
.syokin_waku02 {
	border:1px solid #ccc;
	margin:15px 0 0 0;
	padding:10px;
	background-color:#fff;
	text-align:center;
}
.photo_grayBG {
	padding:10px;
	background-color:#e5e5e5;
	text-align:center;
	font-size:75%;
	color:#333;
}
.photo_text {
	padding:0 5px 0 0;
}
.left_photo_text {
	text-align:center;
	font-size:75%;
}
.txt75 {
	text-align:left;
	font-size:75%;
	vertical-align:top;
	line-height:150%;
}
.BG_nai {
	vertical-align:top;
	border-left:1px solid #aecc82;
	border-right:1px solid #aecc82;
}
.BG_nai_L {
	font-size:75%;
	vertical-align:top;
	border-left:1px solid #aecc82;
}
.BG_nai_B {
	font-size:75%;
	vertical-align:top;
	border-left:1px solid #aecc82;
	border-right:1px solid #aecc82;
	border-bottom:1px solid #aecc82;
}
.BG_nonj {
	vertical-align:top;
	border-left:1px solid #d3aae7;
	border-right:1px solid #d3aae7;
}
.BG_nonj_R {
	vertical-align:top;
	border-right:1px solid #d3aae7;
}
.BG_nonj_B {
	font-size:75%;
	vertical-align:top;
	border-left:1px solid #d3aae7;
	border-right:1px solid #d3aae7;
	border-bottom:1px solid #d3aae7;
}
.BG_nai_LTspace {
	background-color:#fff;
	border-top:1px solid #aecc82;
	border-left:1px solid #aecc82;
	border-right:1px solid #aecc82;
	vertical-align:top;
	padding:10px;
}
.BG_nonj_LTspace {
	background-color:#fdeff5;
	background-image: url(../images/nonjunle_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:top;
	padding:10px;
}
.Project {
	visibility:hidden;
	display:none;
	background-color: #eee;
	padding: 50px 0;
}
.natureBg {
	padding:0 0 0 0;
	background: url(../images/nature_bg.jpg) top left no-repeat;
	display:block;
	position:absolute;
	z-index:-10;
	height:104px;
}
.nogenreBg {
	padding:0 0 0 0;
	background: url(../images/nogenre_bg.jpg) top left no-repeat;
	display:block;
	position:absolute;
	z-index:-10;
	height:104px;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textLarge {
	font-size:130%;
}
.textRed {
	color:#C00;
}
.textBold {
	font-weight:bold;
}
tr.glay {
	background-color: #f3f6f8;
}
.grayBGbox {
	width:80%;
	padding:25px;
	margin:20px auto;
	background-color:#f6f6f6;
	text-align:left;
	color:#333;
}
.grayBGbox2 {
	width:100%;
	padding:0;
	background-color:#f6f6f6;
	text-align:center;
	border:1px solid #ccc;
	color:#333;
	font-size:100%;
	line-height:160%;
}
.grayBGbox2tit {
	width:100%;
	padding:3px 0;
	background-color:#666;
	text-align:center;
	border:1px solid #666;
	color:#fff;
	font-size:130%;
}
.pdg10 {
	padding:10px;
}
.mgnT5 {
	margin-top:5px;
}
.mgnT10 {
	margin-top:10px;
}
.mgnR5 {
	margin-right:5px;
}
.mgnL10 {
	margin-left:10px;
}
.mgnL50 {
	margin-left:50px;
}
.mgnR10 {
	margin-right:10px;
}
.mgnR20B40 {
	margin-right:20px;
	margin-bottom:40px;
}
.mgnT20B20 {
	margin-top:20px;
	margin-bottom:20px;
}
.mgnB20 {
	margin-bottom:20px;
}
.mgnB40 {
	margin-bottom:40px;
}
.clearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	overflow: hidden;
}
.clearFix {
	zoom: 1;
}
.pageH {
	background:#fff url(../images_result/page_h_bg.gif) bottom left repeat-x;
	width:85%;
	padding:0 0 5px 0;
	margin:20px auto;
}
.pageHs {
	background:#fff url(../images_result/page_hs_bg.gif) bottom left repeat-x;
	width:85%;
	padding:0 0 5px 0;
	margin:20px auto 20px auto;
}
.pageHs2 {
	background:#fff url(../images_result/page_hs_bg.gif) bottom left repeat-x;
	width:100%;
	padding:0 0 5px 0;
	margin:20px 0 10px 0;
}
.pageHs3 {
	width:100%;
	padding:0 0 5px 0;
	margin:20px 0 0 0;
}
.width80 {
	width:85%;
	text-align:left;
	margin:0 auto;
}
#leftBox {
	float:left;
	border:1px solid #ccc;
	width:48%;
}
#rightBox {
	float:right;
	border:1px solid #ccc;
	width:48%;
}
.grayBDRbox {
	border:1px solid #ccc;
	padding:0;
	margin:0;
}
.natureBox {
	border:5px solid #fff;
	padding:100px 10px 10px 10px;
	background: #f4f9e8 url(../images_result/nature_bg.gif) top left no-repeat;
}
.nogenreBox {
	border:5px solid #fff;
	padding:100px 10px 10px 10px;
	background: #fdf2f7 url(../images_result/nogenre_bg.gif) top left no-repeat;
}
h2 {
	margin:0;
	padding:0;
}
#kiyaku {
	background-image:url(../images/kiyaku_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	border:3px solid #fff;
	background-color:#9ac89d;
}
.nobg {
	background-image:none;
	margin:0;
	padding:0;
	border:3px solid #fff;
	background-color:#fff;
}
h4 {
	background-image:url(../images/kiyaku_bg2.gif);
	background-position:left top;
	background-repeat:repeat-x;
	margin:30px 0 10px 0;
	padding:6px 0 9px 10px;
	font-size:130%;
	line-height:200%;
	font-weight:bold;
}
#content-inner h5 {
	border-left:5px solid #8bc695;
	margin:30px 0 10px 0;
	padding:0 0 0 8px;
	text-align:left;
	font-size:90%;
	line-height:200%;
	font-weight:bold;
}
#buleBox {
	margin:10px 0 0 0;
	border:1px solid #D2D9DF;
	padding:10px;
	background-color: #F4F8FB;
	font-size:100%;
	text-align:center;
	line-height:150%;
}
#yellowBox {
	background-color:#e9e6c3;
	padding:15px 10px;
	margin:0px 0 20px 0;
	color:#624407;
	text-align:center;
	border:1px solid #c5be6d;
}
#yellowBox #txt {
	font-size:100%;
	font-weight:bold;
	margin:0px 0 0 0;
}
#contact {
	background-color: #fff;
	padding:5px 0;
	margin:0 0 20px 0;
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
	font-size:100%;
	text-align:center;
	line-height:150%;
}
#understanding {
	font-size:100%;
	border:3px double #ccc;
	color:#333;
	font-weight:bold;
	padding:20px 5px;
	text-align:center;
	margin:30px 0;
}
ul {
	list-style-type:none;
	font-size:100%;
	text-align:left;
	padding:0;
	margin:0;
}
ul .dot {
	list-style-type:disc;
	text-align:left;
	line-height:180%;
	padding:0 0 0 0;
	margin:0 0 0 20px;
}
ul .arrow {
	background:url(../../../images/blt_grey.gif) left 50% no-repeat;
	list-style-type:none;
	text-align:left;
	line-height:180%;
	padding:0 0 0 10px;
	margin:0;
}
ul .arrow2 {
	background:url(../../../images/blt_grey.gif) left 50% no-repeat;
	float:left;
	list-style-type:none;
	text-align:left;
	line-height:180%;
	padding:0 30px 0 10px;
	margin:0;
}
#grandprix {
	width: 240px;
	text-align:center;
	padding:5px 0;
	margin:10px 0 5px 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.ListWordRed {
	color: #cc0000;
	font-size: 100%;
	line-height: 135%;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	height:100%;
}
hr {
	border:none;
}
.bdrGray {
	border-bottom:1px solid #999;
}
.bdrGrayBox {
	border:1px solid #ccc;
}
.linkago1 {
	float:left;
	margin-right:30px;
}
.linkago2 {
	float:left;
}
#pagelink {
	width:90%;
	text-align:center;
	margin:0 auto;
}
#pagelink p {
	font-size:100%;
	line-height:1.3em;
}
.entryBox {
	border:1px solid #CCC;
	padding:30px 20px;
	text-align:center;
	margin:0 0 0 0;
}
.entryBox2 {
	border:1px solid #CCC;
	padding:20px 20px;
	text-align:center;
	margin:0 0 0 0;
	height:100px;
}
.fltrt {
	float: right;
	margin-left: 0;
}
.fltlft {
	float: left;
	margin-right: 0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.width224px {
	width:224px;
	margin:5px 0 0 0;
	padding:0;
}
/*****※のインデントを行う*****/

ul.asterisk {
	padding:0;
	margin:0;
}
ul.asterisk li {
	list-style-type:none;
	text-indent:-1em;
	padding:0 0 0 1em;
	margin:0;
	line-height:160%;
}
ul.asterisk_small {
	padding:0;
	margin:0;
}
ul.asterisk_small li {
	list-style-type:none;
	text-indent:-0.8em;
	padding:0 0 0 0.8em;
	margin:0;
}
.clearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	overflow: hidden;
}
.clearFix {
	zoom: 1;
}
