f@charset "UTF-8";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";

/* frame.css
***************************************************************************************/



/* CSS Reset
=============================================================================*/
html {color:#333333;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,th,var,optgroup {font-style:inherit;font-weight:inherit;}
del,ins {text-decoration: none;}
li {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:baseline;}
sub {vertical-align:baseline;}
/*because legend doesn't inherit in IE */
legend {color: #000;}
input, button, textarea, select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/*purpose To enable resizing for IE */
/*branch For IE6-Win, IE7-Win */
input, button, textarea, select {*font-size:100%;}

/*Font YUI version: 2.7.0*/
body {font:13px/1.231 arial, helvetica, clean, sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button {font:99% arial, helvetica, clean, sans-serif;}
table {font-size:inherit;	font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/*Artis-add*/
br {letter-spacing:normal;}
hr {display: none;}
li img {vertical-align:bottom;}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size: 0;}
.clearfix { display:inline-block;}

/*\*/
* html .clearfix { height:1%;}
.clearfix {	display:block;}
/**/
.clear { clear:both;}

.test01 {border: solid 1px #ff0000;}
.test02 {background-color:#ff0000;}

/* space */
.btm1{margin-bottom:1px;}
.btm5{margin-bottom:5px;}
.btm10{margin-bottom:10px;}
.btm20{margin-bottom:20px;}

.topm1{margin-top:1px;}
.topm5{margin-top:5px;}
.topm10{margin-top:10px;}
.topm20{margin-top:20px;}

.ads160m{
	width:160px;
	margin:10px auto;
}
.ads728m{
	width:728px;
	margin:0 auto 20px;
}


/* イベント情報パーツ
=============================================================================*/

/* title */
.eventInfo_sectionTitle{
	font-size: 1.4em;
	padding: 10px 0;
	border-bottom: 2px dotted #DF7798;
    margin: 20px 0;
	color: #DF7798;
}

/* btn */
.basicBtn{
	display:block;
	margin-top:20px;
	border-radius: 3px;
	border:1px solid #F56C9A;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F2E4E4), color-stop(0.00, #F2E4E4));
	background: -webkit-linear-gradient(#fff, #F2E4E4);
	background: -moz-linear-gradient(#fff, #F2E4E4);
}
	span.basicBtn a{
		display:block;
		padding:10px;
		text-align:center;
		font-weight:bold;
		color: #DF7798 !important;
	}
	.basicBtn a:hover{
		background-color:#F2E4E4;
		text-decoration:none;
	}
	.basicBtn{
		margin-top:10px;
	}


/* news */
.eventNewsBox{
	margin: 20px 20px 0;
	padding:20px;
	background: #FFF3F3;
	border-radius: 6px;
}
.eventNewsBox > h2{
	font-size: 1.2em;
}
.eventNewsBox > p{
	border-bottom: 1px dotted #F7BEBE;
}
.eventNewsBox > p:before{
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 4px;
	color: #F56C9A;
}


/* 画像まわりこみ */
div.eventInfo_data {
    margin: 0 0 40px;
}

.eventInfo_data .el_mainPhoto {
    float: left;
    width: 270px;
    overflow: hidden;
}
.eventInfo_data .el_mainPhoto > img {
	width: 100%;
	height: auto;
}

.eventInfo_data dl.el_data{
		float:right;
		width:300px;
	}
	.eventInfo_data dl.el_data dt{
		font-size:1.2em;
		font-weight:bold;
		color: #DF7798;
	}

/* データテーブル */
dl.dataList{
		display: table;
		table-layout: fixed;
		width:100%;
		overflow:hidden;
	}
	dl.dataList > dt,
	dl.dataList > dd{
		display: table-cell;
		vertical-align:middle;
	}

	dl.dataList dt{
		width:107px;
		padding:10px;
		margin-bottom:0;
		font-size: inherit;
		font-weight:bold;
		border-bottom:1px dotted #F7BEBE;
		background-color:#FFF3F3;
		color: #555 !important;
	}
	dl.dataList dd{
		width: 440px;
		border-bottom:1px dotted #F7BEBE;
		padding:10px;
	}




/* Frame
=============================================================================*/
/*
77% = 10px	| 	123.1% = 16px	|	167% = 22px
85% = 11px	|	131% = 17px	    |	174% = 23px
93% = 12px	|	138.5% = 18px	|	182% = 24px
100% = 13px	|	146.5% = 19px	|	189% = 25px
107% = 14px	|	153.9% = 20px	|	197% = 26px
114% = 15px	|	161.6% = 21px	|
*/

body {
	margin:0;
	color:#333333;
	line-height:1.6em;
	background-color:#fafafa;
	font-family:Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:1.4em;
}

#container {
	width:998px;
	margin:0 auto;
	padding:0 1px;
	border-top:1px solid #e6e6e6;
	background:url("../image/indexBg004.gif") repeat-y 0 0;
}


/* Header
=============================================================================*/
#header {
	width:100%;
	height:35px;
	margin:0 0 18px 0;
}

#header .headerTop {
	width:990px;
	padding:5px;
	margin:0 auto;
}

#header .headerTop p.logo a ,
#header .headerTop p.logo {
	width:155px;
	height:20px;
	float:left;
	text-indent:-9999px;
	display:block;
	background:url("../image/logo.png") no-repeat 0 0;
}
#header .gnaviArea {
	width:780px;
	float:right;
	height:25px;
}

#header .gnaviArea .gnaviInner {
	width: 100%;
	margin:5px auto 0 auto;
}

#header .gnaviArea ul.gnavi {
	display: table;
	width: 100%;
	float: right;
}
#header .gnaviArea ul.gnavi li{
	display: table-cell;
	width: 16.66%;
	text-align:center;
	border-right: 1px dotted rgba(255,255,255,0.4);
}
#header .gnaviArea ul.gnavi li:last-child{ border-right:none;}
#header .gnaviArea ul.gnavi li a{
	color: #fff;
	font-size: 10px
}

/* mainImage
=============================================================================*/
#mainImage {
	width:1000px;
	height:83px;
	margin:0 auto 17px auto;
	position:relative;
}

#mainImage a {
	width:1000px;
	height:83px;
	display:block;
	position:absolute;
	text-indent:-99999px;
}


#mainImage p {
	color:#FFFFFF;
	position:absolute;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:60px;
	height:80px;
	line-height:2em;
	left:695px;
	z-index:1;
}


/* Main
=============================================================================*/
#entry {
	width:617px;
	float:left;
	background:url("../image/indexBg001.gif") repeat-x left top #ffffff;
}

#entry .entryHeader {
	width:607px;
	padding:5px 0 5px 0;
	margin:0 auto 5px auto;
	background:url("../image/indexBg007.gif") repeat-x left bottom;
}

#entry .entryHeader div.titleArea {
	width:530px;
	float:left;
}

#entry .entryHeader div.titleArea h1 {
	font-size:153.9%;
	font-weight:bold;
	padding:12px 0 0 5px;
	line-height: 1.4;
}

#entry .entryHeader div.titleArea ul {
	margin:10px 0 0 0;
	padding:0 0 0 5px;
}

#entry .entryHeader div.titleArea ul li {
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 16px;
	font-size:11px;
}

#entry .entryHeader div.titleArea ul li.date {
	background:url("../image/contentsIc001.gif") no-repeat 0 1px;
}

#entry .entryHeader div.titleArea ul li.cate {
	background:url("../image/contentsIc002.gif") no-repeat 0 2px;
}

#entry .entryHeader div.titleArea ul li.cate a {
	text-decoration:none;
}

#entry .entryHeader div.reTweet {
	width:50px;
	float:right;
}

#entry .entryContents {
	width:587px;
	padding:10px 0 30px 0;
	margin:0 auto;
	color:#6d6d6d;
	line-height:2em;
	font-size:110%;
}

#entry .entryContents > div {
	padding-bottom: 30px;
}

#entry .entryContents img {
	padding:5px 0 30px 0;
	margin:0 auto;
	color:#6d6d6d;
	font-size:85%;
	clear:both;
	max-width: 587px;
}

#entry .entryData {
	width:617px;
	border-top:1px solid #e6e6e6;
	background:url("../image/indexBg001.gif") repeat-x left top;
}

#entry .entryData .entryDataInner {
	width:555px;
	margin:0 auto;
	padding:18px 0;
}

#entry .entryData .entryDataInner dl {
	width:555px;
}

#entry .entryData .entryDataInner dl dt {
	width:130px;
	height:16px;
	float:left;
	text-indent:-9999px;
	margin:0 0 13px 0;
}

#entry .entryData .entryDataInner dl dd {
	font-size:10px;
	_font-size:9px;
	color:#959595;
}

#entry .entryData .entryDataInner dl dd a {
	text-decoration:none;
}

#entry .entryData .entryDataInner dl.tag dt {
	background:url("../image/commentTl001.gif") no-repeat 0 0;
}

#entry .entryData .entryDataInner dl.trackBack dt {
	background:url("../image/commentTl002.gif") no-repeat 0 0;
}

#entry .entryData .entryDataInner dl.postedBy dt {
	background:url("../image/commentTl003.gif") no-repeat 0 0;
	margin:0;
}

#entry .postedComments {
	width:617px;
	border-top:1px solid #e6e6e6;
	background:url("../image/indexBg001.gif") repeat-x left top;
}

#entry .postedComments .postedCommentsInner {
	width:558px;
	margin:0 auto;
	padding:30px 0;
	font-size:11px;
	_font-size:10px;
}

#entry .postedComments p.title {
	width:68px;
	height:12px;
	text-indent:-9999px;
	background:url("../image/commentTl008.gif") no-repeat 0 0;
}

#entry .postedComments .commentsArea {
	width:558px;
	padding:30px 0 2px 0;
	color:#6d6d6d;
	background:url("../image/sideDc001.gif") repeat-x left bottom;
}

#entry .postedComments .commentsArea .commentsBody {
	width:558px;
	padding:0 0 20px 0;
}

#entry .postedComments .commentsArea .commentsPost {
	width:558px;
	color:#959595;
	text-align:right;
}

#entry .postedComments .commentsArea .commentsPost p {
	text-align:right;
}

#entry .entryComment {
	width:617px;
	border-top:1px solid #e6e6e6;
	background:url("../image/indexBg001.gif") repeat-x left top;
}

#entry .entryComment .entryCommentInner {
	width:467px;
	margin:0 auto;
	padding:40px 0;
	font-size:11px;
	_font-size:10px;
}

#entry .entryComment .entryCommentInner table {
	width:467px;
	color:#959595;
}

#entry .entryComment .entryCommentInner table input#author ,
#entry .entryComment .entryCommentInner table input#email ,
#entry .entryComment .entryCommentInner table input#url ,
#entry .entryComment .entryCommentInner table textarea {
	width:360px;
	font-size:90%;
	padding:4px 2px;
	margin:0 0 15px 0;
	color:#666666;
	border:1px solid #e6e6e6;
	background:url("../image/indexBg003.gif") repeat-x left top;
}

#entry .entryComment .entryCommentInner table input#key{
	width:163px;
	font-size:90%;
	padding:4px 2px;
	margin:0 0 15px 0;
	color:#666666;
	border:1px solid #e6e6e6;
	background:url("../image/indexBg003.gif") repeat-x left top;
}

#entry .entryComment .entryCommentInner table input.s-btn {
	width:167px;
	display:block;
	margin:0 0 10px 0;
}

#entry .entryComment .entryCommentInner table p.txt {
	margin:0 0 7px 0;
}

#entry .entryComment .entryCommentInner table .bake {
	padding:0 0 14px 0;
}

#entry .entryComment .entryCommentInner table td.td001 {
	width:90px;
	text-indent:-9999px;
	background:url("../image/commentTl004.gif") no-repeat 0 0;
}

#entry .entryComment .entryCommentInner table div.auth {
	padding:4px 2px;
	margin:0 0 15px 0;
}

#entry .entryComment .entryCommentInner table td.td002 {
	width:90px;
	text-indent:-9999px;
	background:url("../image/commentTl005.gif") no-repeat 0 0;
}

#entry .entryComment .entryCommentInner table td.td003 {
	width:90px;
	text-indent:-9999px;
	background:url("../image/commentTl006.gif") no-repeat 0 0;
}

#entry .entryComment .entryCommentInner table td.td004 {
	width:90px;
	text-indent:-9999px;
	background:url("../image/commentTl007.gif") no-repeat 0 0;
}



/* Side
=============================================================================*/
#side {
	width:380px;
	float:right;
}

#side .functionArea {
	width:380px;
	border-bottom:1px solid #e6e6e6;
	background:url("../image/indexBg001.gif") repeat-x left top #ffffff;
}

#side .searchArea {
	width:360px;
	margin:0 auto;
	padding:10px 0 11px 0;
}

#side .searchArea input.text {
	width:280px;
	font-size:75%;
	float:left;
	padding:4px 2px;
	color:#666666;
	border:1px solid #e6e6e6;
	background:url("../image/indexBg003.gif") repeat-x left top;
}

#side .searchArea input.btn {
	width:67px;
	height:21px;
	float:right;
}

#side .navigationAra {
	width:360px;
	margin:0 0 0 10px;
	padding:0 0 9px 0;
}

#side .navigationAra ul li {
	float:left;
	font-size:85%;
	padding:0 0 0 17px;
	margin:0 11px 0 0;
}

#side .navigationAra ul li a {
	text-decoration:none;
	color:#333333;
}

#side .summaryArea {
	width:380px;
	border-top:1px solid #e6e6e6;
	background:url("../image/indexBg002.gif") repeat-x left top #fafafa;
}

#side .summaryArea dl {
	width:340px;
	margin:0 auto;
	padding:11px 0;
	font-size:10px;
	_font-size:9px;
}

#side .summaryArea dl dt {
	width:340px;
	padding:0 0 5px 0;
	font-weight:bold;
	background:url("../image/indexBg006.gif") repeat-x left bottom;
}

#side .summaryArea dl dd {
	width:340px;
	padding:4px 0 0 0;
	line-height:1.3em;
	color:#74767b;
}

#side .staffArea {
	width:174px;
	margin:0 auto;
	padding:8px 0 5px 0;
	background:url("../image/sideBg001.gif") repeat-x left bottom;
}

#side .staffArea p.img {
	width:38px;
	float:left;
}

#side .staffArea div.feeds {
	width:135px;
	float:right;
	font-size:10px;
	_font-size:9px;
}

#side .staffArea div.feeds a {
	text-decoration:none;
}

#side .staffArea div.feeds p.blogTitle {
	line-height:normal;
}

#side .staffArea div.feeds p.blogTitle a {
	color:#282828 !important;
}

#side .staffArea div.gfc-resultsHeader ,
#side .staffArea div.gf-relativePublishedDate ,
#side .staffArea div.gf-snippet {
	display:none;
}



/* Function-Blog
=============================================================================*/
#side .functionBlog {
	width:190px;
	float:left;
	padding:0 0 4px 0;
	background:url("../image/indexBg001.gif") repeat-x left bottom;
}

#side .archives ,
#side .listArea {
	border-bottom:1px solid #e6e6e6;
}

#side .sidetitle ,
#side .functionBlog .listArea h3 {
	width:160px;
	padding:7px 15px;
	font-size:12px;
	_font-size:11px;
}

#side .side ,
#side .functionBlog .listArea ul {
	width:160px;
	margin:0 auto;
	padding:15px 0 20px 0;
}

#side .sidebody ,
#side .functionBlog .listArea ul li {
	padding:3px 0;
	font-size:85%;
	letter-spacing:-0.1em;
	background:url("../image/sideDc001.gif") repeat-x left bottom;
}

#side .sidebody a.aside ,
#side .functionBlog .listArea ul li a {
	text-decoration:none;
}


#side .archives .sidebody a ,
#side #archives ul li a {
	padding:0 0 0 16px;
	letter-spacing:normal;
	background:url("../image/sideIc003.gif") no-repeat 0 0;
}

#side .functionBlog .recententry {
	font-size:105%;
}


/* Function-Sol
=============================================================================*/
#side .functionSol {
	width:189px;
	float:right;
	padding:0 0 4px 0;
	background:url("../image/indexBg001.gif") repeat-x left bottom;
}

#side .functionSol .listArea h3 {
	width:159px;
	padding:7px 15px;
	font-size:12px;
	_font-size:11px;
}




#side #twitter div.twtr-tweet-wrap {
	font-size:10px;
}

#side #twitter div.twtr-ft ,
#side #twitter div.twtr-hd {
	display:none !important;
}

#side #twitter div.wind a {
	text-decoration:none;
}

#side  div.rss {
	width:100px;
	margin:10px auto 0 auto;
}

#side  div.rss ul li {
	float:left;
	font-size:70%;
	margin:0 15px 10px 0;
}

#side .functionSol .listArea div.ad {
	width:160px;
	line-height:1.3em;
	margin:0 auto;
	font-size:10px;
	_font-size:9px;
}

/* Slider */
#side #public div.sliderOuter {
	width:189px;
	height:226px;
}

.nivoSlider {
	position:relative;
	background:#202834 url("../image/loading.gif") no-repeat 50% 50%;
}

.nivoSlider img {
	left:0;
	position:absolute;
	top:0;
}

.nivoSlider a.nivo-imageLink {
	border:0 none;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:60;
}

.nivo-slice {
	display:block;
	height:100%;
	position:absolute;
	z-index:50;
}

.nivo-caption {
	background:none repeat scroll 0 0 #8e8e8e;
	top:0;
	color:#FFFFFF;
	left:0;
	position:absolute;
	width:100%;
	z-index:89;
}

.nivo-caption p {
	margin:0;
	padding:7px 15px;
	font-size:12px;
	_font-size:11px;
}

.nivo-controlNav {
	position:absolute;
	left:16%;
	bottom:-21px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url("../image/bullets.gif") no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url("../image/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}

a.nivo-prevNav {
	left:10px;
}

#side #public div.btn {
	width:189px;
	padding:0 0 9px 0;
}

/* calender */
#sideColumn .calender{}
#sideColumn .calendarhead{
	text-align: center;
	padding: 7px;
}

#sideColumn .calendarhead a:link,
#sideColumn .calendarhead a:visited,
#sideColumn .calendarhead a{color:#fff;}


table.calendartable{
	width: 93%;
	margin: 10px auto;
}
table.calendartable th,table.calendartable td{
	text-align: center;
}
table.calendartable th{color:#ccc;}
table.calendartable th.sun,table.calendartable td.sun{ color:#FF8080;}
table.calendartable th.sat,table.calendartable td.sat{ color:#80BDFF;}


/* pageNaviArea
=============================================================================*/
#pageNaviArea {
	width:998px;
	padding:25px 0;
	margin:0 auto;
	border-top:1px solid #e6e6e6;
	background:url("../image/indexBg002.gif") repeat-x 0 0 #fafafa;
}

#pageNaviArea ul.pnavi {
	width:958px;
	margin:0 auto;
}

#pageNaviArea ul.pnavi li {
	height:19px;
	text-indent:-9999px;
}

#pageNaviArea ul.pnavi li.previous a ,
#pageNaviArea ul.pnavi li.previous {
	width:137px;
	float:left;
	display:block;
	background:url("../image/indexBtn001.gif") no-repeat 0 0;
}

#pageNaviArea ul.pnavi li.previous a:hover {
	background:url("../image/indexBtn001.gif") no-repeat 0 -19px;
}

#pageNaviArea ul.pnavi li.next a ,
#pageNaviArea ul.pnavi li.next {
	width:105px;
	float:right;
	display:block;
	background:url("../image/indexBtn002.gif") no-repeat 0 0;
}

#pageNaviArea ul.pnavi li.next a:hover {
	background:url("../image/indexBtn002.gif") no-repeat 0 -19px;
}


/* Footer
=============================================================================*/
#footer {
	width:100%;
	padding:0 0 95px 0;
}

#footer .fnaviArea {
	width:100%;
	padding:1px 0;
}

#footer .fnaviArea ul.fnavi li {
	float:left;
	margin:0 25px 0 0;
}

#footer .fnaviArea ul.fnavi li a {
	font-size:77%;
	color:#ffffff;
	text-decoration:none;
}

#footer .fnaviArea ul.fnavi {
	width:1000px;
	margin:0 auto;
}

#footer .footerInner {
	width:1000px;
	padding:42px 0 0 0;
	margin:0 auto;
}

#footer .footerInner p.address {
	width:320px;
	height:70px;
	float:left;
	text-indent:-9999px;
	background:url("../image/footerBg001.png") no-repeat 0 0;
}

#footer .footerInner p.concept {
	width:446px;
	height:105px;
	float:right;
	text-indent:-9999px;
	background:url("../image/footerBg002.png") no-repeat 0 0;
}

#footer .footerInner p.copy {
	width:1000px;
	height:9px;
	font-size:0.1em;
	float:right;
	text-indent:-9999px;
	background:url("../image/copyright.png") no-repeat 0 0;
}









/* Fieldnote
=============================================================================*/
body#fieldnote a{overflow:hidden;}
body#fieldnote a:link {color:#74767b; text-decoration:none;}
body#fieldnote a:visited {color:#74767b; text-decoration:none;}
body#fieldnote a:hover {color:#000000; text-decoration:underline;}
body#fieldnote a:active {color:#000000; text-decoration:none;}

body#fieldnote #entry .entryContents a:link{color:#af2121; text-decoration:none;}
body#fieldnote #entry .entryContents a:hover{color:#af2121; text-decoration:underline;}
body#fieldnote #entry .entryContents a:visited{color:#af2121; text-decoration:none;}

body {
	color:#333333;
}

body#fieldnote #header {
	background:url("../../fieldnote/image/indexBg001.gif") repeat-x 0 0;
}

body#fieldnote #mainImage {
	background:url("../../fieldnote/image/indexPh001.jpg") no-repeat 0 0;
}

body#fieldnote #side .navigationAra ul li.navi000 {
	background:url("../../fieldnote/image/indexIc001.gif") no-repeat 0 2px;
}

body#fieldnote #side .navigationAra ul li.navi001 {
	background:url("../../fieldnote/image/indexIc002.gif") no-repeat 0 2px;
}

body#fieldnote #side .navigationAra ul li.navi002 {
	background:url("../../fieldnote/image/indexIc003.gif") no-repeat 0 2px;
}

body#fieldnote #side .navigationAra ul li.navi003 {
	background:url("../../fieldnote/image/indexIc004.gif") no-repeat 0 2px;
}

body#fieldnote #side .navigationAra ul li.navi004 {
	background:url("../../fieldnote/image/indexIc005.gif") no-repeat 0 2px;
}

body#fieldnote #side .summaryArea dl dt {
	color:#282828;
}

body#fieldnote #entry .entryHeader div.titleArea h1 a {
	color:#000000;
}

body#fieldnote #side .functionSol .listArea h3 ,
body#fieldnote #side .sidetitle {
	background-color:#8e8e8e;
	color:#ffffff;
}

body#fieldnote #side .nivo-caption {
	background:none repeat scroll 0 0 #8e8e8e;
	color:#FFFFFF;
}

body#fieldnote #footer .fnaviArea {
	background-color:#7a7a7a;
}

body#fieldnote #footer {
	background-color:#5d5d5d;
}

body#fieldnote #entry .entryContents {
	color:#3d3d3d;
}

body#fieldnote .category {
	font-size:15px !important;
}

body#fieldnote .recententry {
	color:#0078c9 !important;
	font-size:15px !important;
}

body#fieldnote .recententry a {
	color:#0078c9 !important;
	padding:0 0 0 6px;
	background:url("../image/arr01.gif") no-repeat 0 4px;
}

/*----- 3/4追記 -----*/




#entry .entryArea #pageNaviArea01 {
	width:600px;
	padding:25px 0;
	margin:0 auto;
	overflow: hidden;
}

#entry .entryArea #pageNaviArea01 ul.pnavi01 {
	width: 580px;
	padding: 25px 0;
	margin:0 auto;
}

#entry .entryArea #pageNaviArea01 ul.pnavi01 li.previous01{
	width: 230px;
	float:left;
	height: 20px;
	background:url("../image/indexPrevBtn.gif") no-repeat left center;
	}


#entry .entryArea #pageNaviArea01 ul.pnavi01 li.previous01 .amenu{
	padding-left: 20px;
}


#entry .entryArea #pageNaviArea01 ul.pnavi01 li.next01{
	width: 230px;
	float:right;
	height: 20px;
	margin-left: 100px;
}

 #entry .entryArea #pageNaviArea01 ul.pnavi01 li.next01 .amenu{
	width: 200px;
	text-align: right;
	padding: 0;
	background:url(../image/indexNextBtn01.gif) no-repeat right center;
	display: block;
	padding-right: 20px;
}

#entry .entryArea #pageNaviArea01 ul.pnavi01 li.next01 .amenu,  x:-moz-any-link{
	}


/*----- 3/4追記End ----*/



/* Asako
=============================================================================*/
body#asako a{overflow:hidden;}
body#asako a:link {color:#74767b; text-decoration:none;}
body#asako a:visited {color:#74767b; text-decoration:none;}
body#asako a:hover {color:#000000; text-decoration:underline;}
body#asako a:active {color:#000000; text-decoration:none;}

body#asako #entry .entryContents a:link{color:#0096ec; text-decoration:none;}
body#asako #entry .entryContents a:hover{color:#0096ec; text-decoration:underline;}
body#asako #entry .entryContents a:visited{color:#0096ec; text-decoration:none;}

body {
	color:#333333;
}

body#asako #header {
	background:url("../../asako/image/indexBg001.gif") repeat-x 0 0;
}

body#asako #mainImage {	background:none;}
body#asako #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#asako #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
	text-indent:0;
}
body#asako #mainImage p{display:none;}

body#asako #side .navigationAra ul li.navi000 {
	background:url("../../asako/image/indexIc001.gif") no-repeat 0 2px;
}

body#asako #side .navigationAra ul li.navi001 {
	background:url("../../asako/image/indexIc002.gif") no-repeat 0 2px;
}

body#asako #side .navigationAra ul li.navi002 {
	background:url("../../asako/image/indexIc003.gif") no-repeat 0 2px;
}

body#asako #side .navigationAra ul li.navi003 {
	background:url("../../asako/image/indexIc004.gif") no-repeat 0 2px;
}

body#asako #side .navigationAra ul li.navi004 {
	background:url("../../asako/image/indexIc005.gif") no-repeat 0 2px;
}

body#asako #side .summaryArea dl dt {
	color:#282828;
}

body#asako #entry .entryHeader div.titleArea h1 a {
	color:#000000;
}

body#asako #side .functionSol .listArea h3 ,
body#asako #side .sidetitle {
	background-color:#000000;
	color:#ffffff;
}

body#asako #side .nivo-caption {
	background:none repeat scroll 0 0 #8e8e8e;
	color:#FFFFFF;
}

body#asako #footer .fnaviArea {
	background-color:#484747;
}

body#asako #footer {
	background-color:#2b2b2b;
}











/* Hibi-Kore-Womo
=============================================================================*/


/* Womo-Beauty
=============================================================================*/

/* Text Color */
body#womobeauty a{overflow:hidden;}
body#womobeauty a:link {color:#23822c; text-decoration:none;}
body#womobeauty a:visited {color:#23822c; text-decoration:none;}
body#womobeauty a:hover {color:#ffa500; text-decoration:underline;}
body#womobeauty a:active {color:#ffa500; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#womobeauty #header {	background:url("../../womobeauty/image/indexBg001.gif") repeat-x 0 0;}
body#womobeauty #mainImage {	background:url("../../womobeauty/image/indexPh001.jpg") no-repeat 0 0;}
body#womobeauty #side .navigationAra ul li.navi000 {	background:url("../../womobeauty/image/indexIc001.gif") no-repeat 0 2px;}
body#womobeauty #side .navigationAra ul li.navi001 {	background:url("../../womobeauty/image/indexIc002.gif") no-repeat 0 2px;}
body#womobeauty #side .navigationAra ul li.navi002 {	background:url("../../womobeauty/image/indexIc003.gif") no-repeat 0 2px;}
body#womobeauty #side .navigationAra ul li.navi003 {	background:url("../../womobeauty/image/indexIc004.gif") no-repeat 0 2px;}
body#womobeauty #side .navigationAra ul li.navi004 {	background:url("../../womobeauty/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#womobeauty #side .summaryArea dl dt {　color:#ee8ea0;}

/* Entry Title Color */
body#womobeauty #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#womobeauty #side .functionSol .listArea h3 ,
body#womobeauty #side .sidetitle {
	background-color:#ee8ea0;
	color:#fff;
}

body#womobeauty #side .nivo-caption {
	background:none repeat scroll 0 0 #ee8ea0;
	color:#fff;
}

/* Footer Color */
body#womobeauty #footer {	background-color:#ee8ea0;}
body#womobeauty #footer .fnaviArea {	background-color:#fa9cb8;}





/* Womo-no-Omoi
=============================================================================*/

/* Text Color */
body#womonoomoi a{overflow:hidden;}
body#womonoomoi a:link {color:#23822c; text-decoration:none;}
body#womonoomoi a:visited {color:#23822c; text-decoration:none;}
body#womonoomoi a:hover {color:#ffa500; text-decoration:underline;}
body#womobeauty a:active {color:#ffa500; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#womonoomoi #header {	background:url("../../womonoomoi/image/indexBg001.gif") repeat-x 0 0;}
body#womonoomoi #mainImage {	background:url("../../womonoomoi/image/indexPh001.jpg") no-repeat 0 0;}
body#womonoomoi #side .navigationAra ul li.navi000 {	background:url("../../womonoomoi/image/indexIc001.gif") no-repeat 0 2px;}
body#womonoomoi #side .navigationAra ul li.navi001 {	background:url("../../womonoomoi/image/indexIc002.gif") no-repeat 0 2px;}
body#womonoomoi #side .navigationAra ul li.navi002 {	background:url("../../womonoomoi/image/indexIc003.gif") no-repeat 0 2px;}
body#womonoomoi #side .navigationAra ul li.navi003 {	background:url("../../womonoomoi/image/indexIc004.gif") no-repeat 0 2px;}
body#womonoomoi #side .navigationAra ul li.navi004 {	background:url("../../womonoomoi/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#womonoomoi #side .summaryArea dl dt {　color:#63ac78;}

/* Entry Title Color */
body#womonoomoi #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#womonoomoi #side .functionSol .listArea h3 ,
body#womonoomoi #side .sidetitle {
	background-color:#63ac78;
	color:#fff;
}

body#womonoomoi #side .nivo-caption {
	background:none repeat scroll 0 0 #63ac78;
	color:#fff;
}

/* Footer Color */
body#womonoomoi #footer {	background-color:#63ac78;}
body#womonoomoi #footer .fnaviArea {	background-color:#7bd695;}





/* Hamamatsu-Womo
=============================================================================*/


/* Text Color */
body#wohama a{overflow:hidden;}
body#wohama a:link {color:#23822c; text-decoration:none;}
body#wohama a:visited {color:#23822c; text-decoration:none;}
body#wohama a:hover {color:#ffa500; text-decoration:underline;}
body#wohama a:active {color:#ffa500; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#wohama #header {	background:url("../../wohama/image/indexBg001.gif") repeat-x 0 0;}
body#wohama #mainImage {	background:url("../../wohama/image/indexPh001.jpg") no-repeat 0 0;}
body#wohama #side .navigationAra ul li.navi000 {	background:url("../../wohama/image/indexIc001.gif") no-repeat 0 2px;}
body#wohama #side .navigationAra ul li.navi001 {	background:url("../../wohama/image/indexIc002.gif") no-repeat 0 2px;}
body#wohama #side .navigationAra ul li.navi002 {	background:url("../../wohama/image/indexIc003.gif") no-repeat 0 2px;}
body#wohama #side .navigationAra ul li.navi003 {	background:url("../../wohama/image/indexIc004.gif") no-repeat 0 2px;}
body#wohama #side .navigationAra ul li.navi004 {	background:url("../../wohama/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#wohama #side .summaryArea dl dt {　color:#ffa400;}

/* Entry Title Color */
body#wohama #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#wohama #side .functionSol .listArea h3 ,
body#wohama #side .sidetitle {
	background-color:#ffa400;
	color:#fff;
}

body#wohama #side .nivo-caption {
	background:none repeat scroll 0 0 #ffa400;
	color:#fff;
}

/* Footer Color */
body#wohama #footer {	background-color:#ffa400;}
body#wohama #footer .fnaviArea {	background-color:#ffc45a;}



/* Sumai-Lab
=============================================================================*/

/* Text Color */
body#sumailab a{overflow:hidden;}
body#sumailab a:link {color:#23822c; text-decoration:none;}
body#sumailab a:visited {color:#23822c; text-decoration:none;}
body#sumailab a:hover {color:#ffa500; text-decoration:underline;}
body#sumailab a:active {color:#ffa500; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#sumailab #header {	background:url("../../sumailab/image/indexBg001.gif") repeat-x 0 0;}
body#sumailab #mainImage {	background:url("../../sumailab/image/indexPh001.jpg") no-repeat 0 0;}
body#sumailab #side .navigationAra ul li.navi000 {	background:url("../../sumailab/image/indexIc001.gif") no-repeat 0 2px;}
body#sumailab #side .navigationAra ul li.navi001 {	background:url("../../sumailab/image/indexIc002.gif") no-repeat 0 2px;}
body#sumailab #side .navigationAra ul li.navi002 {	background:url("../../sumailab/image/indexIc003.gif") no-repeat 0 2px;}
body#sumailab #side .navigationAra ul li.navi003 {	background:url("../../sumailab/image/indexIc004.gif") no-repeat 0 2px;}
body#sumailab #side .navigationAra ul li.navi004 {	background:url("../../sumailab/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#sumailab #side .summaryArea dl dt {　color:#cb411d;}

/* Entry Title Color */
body#sumailab #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#sumailab #side .functionSol .listArea h3 ,
body#sumailab #side .sidetitle {
	background-color:#ffa500;
	color:#ffffff;
}

body#sumailab #side .nivo-caption {
	background:none repeat scroll 0 0 #ffa500;
	color:#FFFFFF;
}

/* Footer Color */
body#sumailab #footer {	background-color:#719f03;}
body#sumailab #footer .fnaviArea {	background-color:#93ca0d;}



/* Moshi2-Gourmet
=============================================================================*/

/* Text Color */
body#gourmet a{overflow:hidden;}
body#gourmet a:link {color:#23822c; text-decoration:none;}
body#gourmet a:visited {color:#23822c; text-decoration:none;}
body#gourmet a:hover {color:#ffa500; text-decoration:underline;}
body#gourmet a:active {color:#ffa500; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#gourmet #header {	background:url("../../moshi2_gourmet/image/indexBg001.gif") repeat-x 0 0;}
body#gourmet #mainImage {	background:url("../../moshi2_gourmet/image/indexPh001.jpg") no-repeat 0 0;}
body#gourmet #side .navigationAra ul li.navi000 {	background:url("../../moshi2_gourmet/image/indexIc001.gif") no-repeat 0 2px;}
body#gourmet #side .navigationAra ul li.navi001 {	background:url("../../moshi2_gourmet/image/indexIc002.gif") no-repeat 0 2px;}
body#gourmet #side .navigationAra ul li.navi002 {	background:url("../../moshi2_gourmet/image/indexIc003.gif") no-repeat 0 2px;}
body#gourmet #side .navigationAra ul li.navi003 {	background:url("../../moshi2_gourmet/image/indexIc004.gif") no-repeat 0 2px;}
body#gourmet #side .navigationAra ul li.navi004 {	background:url("../../moshi2_gourmet/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#gourmet #side .summaryArea dl dt {　color:#ee4e29;}

/* Entry Title Color */
body#gourmet #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#gourmet #side .functionSol .listArea h3 ,
body#gourmet #side .sidetitle {
	background-color:#ee4e29;
	color:#fff;
}

body#gourmet #side .nivo-caption {
	background:none repeat scroll 0 0 #ee4e29;
	color:#fff;
}

/* Footer Color */
body#gourmet #footer {	background-color:#1f1e1b;}
body#gourmet #footer .fnaviArea {	background-color:#ee4e29;}






/* Nariyuki
=============================================================================*/

/* Text Color */
body#nariyuki a{overflow:hidden;}
body#nariyuki a:link {color:#23822c; text-decoration:none;}
body#nariyuki a:visited {color:#23822c; text-decoration:none;}
body#nariyuki a:hover {color:#ffa500; text-decoration:underline;}
body#nariyuki a:active {color:#ffa500; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#nariyuki #header {	background:url("../../nariyuki/image/indexBg001.gif") repeat-x 0 0;}
body#nariyuki #mainImage {	background:url("../../nariyuki/image/indexPh001.jpg") no-repeat 0 0;}
body#nariyuki #side .navigationAra ul li.navi000 {	background:url("../../nariyuki/image/indexIc001.gif") no-repeat 0 2px;}
body#nariyuki #side .navigationAra ul li.navi001 {	background:url("../../nariyuki/image/indexIc002.gif") no-repeat 0 2px;}
body#nariyuki #side .navigationAra ul li.navi002 {	background:url("../../nariyuki/image/indexIc003.gif") no-repeat 0 2px;}
body#nariyuki #side .navigationAra ul li.navi003 {	background:url("../../nariyuki/image/indexIc004.gif") no-repeat 0 2px;}
body#nariyuki #side .navigationAra ul li.navi004 {	background:url("../../nariyuki/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#nariyuki #side .summaryArea dl dt {　color:#0050a2;}

/* Entry Title Color */
body#nariyuki #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#nariyuki #side .functionSol .listArea h3 ,
body#nariyuki #side .sidetitle {
	background-color:#0050a2;
	color:#fff;
}

body#nariyuki #side .nivo-caption {
	background:none repeat scroll 0 0 #0050a2;
	color:#fff;
}

/* Footer Color */
body#nariyuki #footer {	background-color:#0050a2;}
body#nariyuki #footer .fnaviArea {	background-color:#0062c7;}



/* Photograph
=============================================================================*/


/* Text Color */
body#bestshotpoints a{overflow:hidden;}
body#bestshotpoints a:link {color:#23822c; text-decoration:none;}
body#bestshotpoints a:visited {color:#23822c; text-decoration:none;}
body#bestshotpoints a:hover {color:#ffa500; text-decoration:underline;}
body#bestshotpoints a:active {color:#ffa500; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#bestshotpoints #header {	background:url("../../bestshotpoints/image/indexBg001.gif") repeat-x 0 0;}
body#bestshotpoints #mainImage {	background:url("../../bestshotpoints/image/indexPh001.jpg") no-repeat 0 0;}
body#bestshotpoints #side .navigationAra ul li.navi000 {	background:url("../../bestshotpoints/image/indexIc001.gif") no-repeat 0 2px;}
body#bestshotpoints #side .navigationAra ul li.navi001 {	background:url("../../bestshotpoints/image/indexIc002.gif") no-repeat 0 2px;}
body#bestshotpoints #side .navigationAra ul li.navi002 {	background:url("../../bestshotpoints/image/indexIc003.gif") no-repeat 0 2px;}
body#bestshotpoints #side .navigationAra ul li.navi003 {	background:url("../../bestshotpoints/image/indexIc004.gif") no-repeat 0 2px;}
body#bestshotpoints #side .navigationAra ul li.navi004 {	background:url("../../bestshotpoints/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#bestshotpoints #side .summaryArea dl dt {　color:#c5b69e;}

/* Entry Title Color */
body#bestshotpoints #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#bestshotpoints #side .functionSol .listArea h3 ,
body#bestshotpoints #side .sidetitle {
	background-color:#c5b69e;
	color:#fff;
}

body#bestshotpoints #side .nivo-caption {
	background:none repeat scroll 0 0 #c5b69e;
	color:#fff;
}

/* Footer Color */
body#bestshotpoints #footer {	background-color:#c5b69e;}
body#bestshotpoints #footer .fnaviArea {	background-color:#eae0d5;}




/* womo
=============================================================================*/


/* Text Color */
body#womo a{overflow:hidden;}
body#womo a:link {color:#23822c; text-decoration:none;}
body#womo a:visited {color:#23822c; text-decoration:none;}
body#womo a:hover {color:#ffa500; text-decoration:underline;}
body#womo a:active {color:#ffa500; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#womo #header {	background:url("../../womo/image/indexBg001.gif") repeat-x 0 0;}
body#womo #mainImage {	background:url("../../womo/image/indexPh001.jpg") no-repeat 0 0;}
body#womo #side .navigationAra ul li.navi000 {	background:url("../../womo/image/indexIc001.gif") no-repeat 0 2px;}
body#womo #side .navigationAra ul li.navi001 {	background:url("../../womo/image/indexIc002.gif") no-repeat 0 2px;}
body#womo #side .navigationAra ul li.navi002 {	background:url("../../womo/image/indexIc003.gif") no-repeat 0 2px;}
body#womo #side .navigationAra ul li.navi003 {	background:url("../../womo/image/indexIc004.gif") no-repeat 0 2px;}
body#womo #side .navigationAra ul li.navi004 {	background:url("../../womo/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#womo #side .summaryArea dl dt {　color:#ee8ea0;}

/* Entry Title Color */
body#womo #entry .entryHeader div.titleArea h1 a {	color:#333;}

/* Title Color */
body#womo #side .functionSol .listArea h3 ,
body#womo #side .sidetitle {
	background-color:#ee8ea0;
	color:#fff;
}

body#womo #side .nivo-caption {
	background:none repeat scroll 0 0 #ee8ea0;
	color:#fff;
}

/* Footer Color */
body#womo #footer {	background-color:#ee8ea0;}
body#womo #footer .fnaviArea {	background-color:#fa9cb8;}





/* iA
=============================================================================*/
body#iA a{overflow:hidden;}
body#iA a:link {color:#74767b; text-decoration:none;}
body#iA a:visited {color:#74767b; text-decoration:none;}
body#iA a:hover {color:#000000; text-decoration:underline;}
body#iA a:active {color:#000000; text-decoration:none;}

body#iA #entry .entryContents a:link{color:#0096ec; text-decoration:none;}
body#iA #entry .entryContents a:hover{color:#0096ec; text-decoration:underline;}
body#iA #entry .entryContents a:visited{color:#0096ec; text-decoration:none;}

body {
	color:#333333;
}

body#iA #header {
	background:url("../../fieldnote/image/indexBg001.gif") repeat-x 0 0;
}

body#iA #mainImage {
	background:url("../../fieldnote/image/indexPh001.jpg") no-repeat 0 0;
}

body#iA #side .navigationAra ul li.navi000 {
	background:url("../../fieldnote/image/indexIc001.gif") no-repeat 0 2px;
}

body#iA #side .navigationAra ul li.navi001 {
	background:url("../../fieldnote/image/indexIc002.gif") no-repeat 0 2px;
}

body#iA #side .navigationAra ul li.navi002 {
	background:url("../../fieldnote/image/indexIc003.gif") no-repeat 0 2px;
}

body#iA #side .navigationAra ul li.navi003 {
	background:url("../../fieldnote/image/indexIc004.gif") no-repeat 0 2px;
}

body#iA #side .navigationAra ul li.navi004 {
	background:url("../../fieldnote/image/indexIc005.gif") no-repeat 0 2px;
}

body#iA #side .summaryArea dl dt {
	color:#282828;
}

body#iA #entry .entryHeader div.titleArea h1 a {
	color:#000000;
}

body#iA #side .functionSol .listArea h3 ,
body#iA #side .sidetitle {
	background-color:#8e8e8e;
	color:#ffffff;
}

body#iA #side .nivo-caption {
	background:none repeat scroll 0 0 #8e8e8e;
	color:#FFFFFF;
}

body#iA #footer .fnaviArea {
	background-color:#7a7a7a;
}

body#iA #footer {
	background-color:#5d5d5d;
}

body#iA #header .headerTop p.logo a ,
body#iA #header .headerTop p.logo {
	width:155px;
	height:20px;
	float:left;
	text-indent:-9999px;
	display:block;
	background:url("../image/iAlogo.png") no-repeat 0 0;
}

body#iA #footer .footerInner p.address {
	width:320px;
	height:70px;
	float:left;
	text-indent:-9999px;
	background:url("../image/iAfooterBg001.png") no-repeat 0 0;
}

body#iA #footer .footerInner p.concept {
	width:507px;
	height:56px;
	float:right;
	text-indent:-9999px;
	background:url("../image/iAfooterBg002.png") no-repeat 0 0;
}

body#iA #footer .footerInner p.copy {
	width:1000px;
	height:9px;
	font-size:0.1em;
	float:right;
	text-indent:-9999px;
	background:url("../image/iAcopyright.png") no-repeat 0 0;
}




/* Designers
=============================================================================*/
body#designers a{overflow:hidden;}
body#designers a:link {color:#74767b; text-decoration:none;}
body#designers a:visited {color:#74767b; text-decoration:none;}
body#designers a:hover {color:#000000; text-decoration:underline;}
body#designers a:active {color:#000000; text-decoration:none;}

body#designers #entry .entryContents a:link{color:#0096ec; text-decoration:none;}
body#designers #entry .entryContents a:hover{color:#0096ec; text-decoration:underline;}
body#designers #entry .entryContents a:visited{color:#0096ec; text-decoration:none;}

body#designers {
	color:#ffffff;
}

body#designers #mainImage p {
	color:#fafafa;
	position:absolute;
	font-family:Helvetica !important;
	font-size:90px;
	font-weight:bold;
	height:80px;
	line-height:normal;
	letter-spacing:-0.1em;
	left:630px;
	top:-2px;
	z-index:1;
}


body#designers #header {
	background:url("../../designers/image/indexBg001.gif") repeat-x 0 0;
}

body#designers #mainImage {
	background:url("../../designers/image/indexPh001.jpg") no-repeat 0 0;
}

body#designers #side .navigationAra ul li.navi000 {
	background:url("../../designers/image/indexIc001.gif") no-repeat 0 2px;
}

body#designers #side .navigationAra ul li.navi001 {
	background:url("../../designers/image/indexIc002.gif") no-repeat 0 2px;
}

body#designers #side .navigationAra ul li.navi002 {
	background:url("../../designers/image/indexIc003.gif") no-repeat 0 2px;
}

body#designers #side .navigationAra ul li.navi003 {
	background:url("../../designers/image/indexIc004.gif") no-repeat 0 2px;
}

body#designers #side .navigationAra ul li.navi004 {
	background:url("../../designers/image/indexIc005.gif") no-repeat 0 2px;
}

body#designers #side .summaryArea dl dt {
	color:#c6c6c6;
}

body#designers #entry .entryHeader div.titleArea h1 {
	color:#000000;
}

body#designers #entry .entryHeader div.titleArea h1 a {
	color:#000000;
}

body#designers #side .functionSol .listArea h3 ,
body#designers #side .sidetitle {
	background-color:#c6c6c6;
	color:#ffffff;
}

body#designers #side .nivo-caption {
	background:none repeat scroll 0 0 #c6c6c6;
	color:#FFFFFF;
}

body#designers #footer .fnaviArea {
	background-color:#c6c6c6;
}

body#designers #footer {
	background-color:#b6b6b6;
}





/* schNavi
=============================================================================*/
body#schnaviStaff a{overflow:hidden;}
body#schnaviStaff a:link {color:#74767b; text-decoration:none;}
body#schnaviStaff a:visited {color:#74767b; text-decoration:none;}
body#schnaviStaff a:hover {color:#000000; text-decoration:underline;}
body#schnaviStaff a:active {color:#000000; text-decoration:none;}

body#schnaviStaff #entry .entryContents a:link{color:#0096ec; text-decoration:none;}
body#schnaviStaff #entry .entryContents a:hover{color:#0096ec; text-decoration:underline;}
body#schnaviStaff #entry .entryContents a:visited{color:#0096ec; text-decoration:none;}

body#schnaviStaff {	color:#333;}


body#schnaviStaff #header {
	background:url("../../schnaviStaff/image/indexBg001.gif") repeat-x 0 0;
}

body#schnaviStaff #mainImage {
	background:url("../../schnaviStaff/image/indexPh001.jpg") no-repeat 0 0;
}

body#schnaviStaff #side .navigationAra ul li.navi000 {
	background:url("../../schnaviStaff/image/indexIc001.gif") no-repeat 0 2px;
}

body#schnaviStaff #side .navigationAra ul li.navi001 {
	background:url("../../schnaviStaff/image/indexIc002.gif") no-repeat 0 2px;
}

body#schnaviStaff #side .navigationAra ul li.navi002 {
	background:url("../../schnaviStaff/image/indexIc003.gif") no-repeat 0 2px;
}

body#schnaviStaff #side .navigationAra ul li.navi003 {
	background:url("../../schnaviStaff/image/indexIc004.gif") no-repeat 0 2px;
}

body#schnaviStaff #side .navigationAra ul li.navi004 {
	background:url("../../schnaviStaff/image/indexIc005.gif") no-repeat 0 2px;
}

body#schnaviStaff #side .summaryArea dl dt {
	color:#3aabdf;
}

body#schnaviStaff #entry .entryHeader div.titleArea h1 {
	color:#000000;
}

body#schnaviStaff #entry .entryHeader div.titleArea h1 a {
	color:#000000;
}

body#schnaviStaff #entry .entryHeader div.titleArea ul li.date {
	color:#555555;
}

body#schnaviStaff #entry .entryHeader div.titleArea ul li.date {
	color:#555555;
}

body#schnaviStaff #entry .entryHeader div.titleArea ul li.date {
	color:#555555;
}

body#schnaviStaff #entry .navArea {
	width:609px;
	margin:3px auto 0 auto;
	overflow:hidden;
}

body#schnaviStaff #schNavBn {
	width:179px;
	margin:8px auto 20px auto;
}

body#schnaviStaff #entry .navArea li a ,
body#schnaviStaff #entry .navArea li {
	height:52px;
	float:left;
	text-indent:-9999px;
	display:block;
	background:url("../../schnaviStaff/image/indexNav001.gif") no-repeat 0 0;
}

body#schnaviStaff #entry .navArea .nav01 a ,
body#schnaviStaff #entry .navArea .nav01 {
	width:203px;
	background:url("../../schnaviStaff/image/indexNav001.gif") no-repeat 0 0;
}

body#schnaviStaff #entry .navArea .nav01 a:hover { background:url("../../schnaviStaff/image/indexNav001.gif") no-repeat 0 -52px;}

body#schnaviStaff #entry .navArea .nav02 a ,
body#schnaviStaff #entry .navArea .nav02 {
	width:202px;
	background:url("../../schnaviStaff/image/indexNav001.gif") no-repeat -203px 0;
}

body#schnaviStaff #entry .navArea .nav02 a:hover { background:url("../../schnaviStaff/image/indexNav001.gif") no-repeat -203px -52px;}

body#schnaviStaff #entry .navArea .nav03 a ,
body#schnaviStaff #entry .navArea .nav03 {
	width:204px;
	background:url("../../schnaviStaff/image/indexNav001.gif") no-repeat -405px 0;
}

body#schnaviStaff #entry .navArea .nav03 a:hover { background:url("../../schnaviStaff/image/indexNav001.gif") no-repeat -405px -52px;}



body#schnaviStaff #side .functionSol .listArea h3 ,
body#schnaviStaff #side .sidetitle {
	background-color:#91d3f3;
	color:#ffffff;
}

body#schnaviStaff #side .nivo-caption {
	background:none repeat scroll 0 0 #c6c6c6;
	color:#FFFFFF;
}

body#schnaviStaff #footer .fnaviArea {
	background-color:#94d3f1;
}

body#schnaviStaff #footer {
	background-color:#4eb0e0;
}

/* tankentai
=============================================================================*/

/* Text Color */
body#tankentai a{overflow:hidden;}
body#tankentai a:link {color:#23822c; text-decoration:none;}
body#tankentai a:visited {color:#23822c; text-decoration:none;}
body#tankentai a:hover {color:#ffa500; text-decoration:underline;}
body#womobeauty a:active {color:#ffa500; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#tankentai #header {	background:url("../../tankentai/image/indexBg001.gif") repeat-x 0 0;}
body#tankentai #mainImage {	background:url("../../tankentai/image/indexPh001.jpg") no-repeat 0 0;}
body#tankentai #mainImage {
	width:1000px;
	height:184px;
	margin:0 auto 17px auto;
	position:relative;
}
body#tankentai #mainImage a {
	width:1000px;
	height:183px;
	display:block;
	position:absolute;
}

body#tankentai #side .navigationAra ul li.navi000 {	background:url("../../tankentai/image/indexIc001.gif") no-repeat 0 2px;}
body#tankentai #side .navigationAra ul li.navi001 {	background:url("../../tankentai/image/indexIc002.gif") no-repeat 0 2px;}
body#tankentai #side .navigationAra ul li.navi002 {	background:url("../../tankentai/image/indexIc003.gif") no-repeat 0 2px;}
body#tankentai #side .navigationAra ul li.navi003 {	background:url("../../tankentai/image/indexIc004.gif") no-repeat 0 2px;}
body#tankentai #side .navigationAra ul li.navi004 {	background:url("../../tankentai/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#tankentai #side .summaryArea dl dt {　color:#ffa400;}

/* Entry Title Color */
body#tankentai #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#tankentai #side .functionSol .listArea h3 ,
body#tankentai #side .sidetitle {
	background-color:#ffa400;
	color:#fff;
}

body#tankentai #side .nivo-caption {
	background:none repeat scroll 0 0 #ffa400;
	color:#fff;
}

/* Footer Color */
body#tankentai #footer {	background-color:#ffa400;}
body#tankentai #footer .fnaviArea {	background-color:#ffc45a;}

/* album */
body#tankentai .album .album_image{
	margin-bottom:5px;
}
body#tankentai .album .album_title{
	height: 2.8em;
	line-height: 1.4;
}

/* fukuwomo
=============================================================================*/

/* Text Color */
body#fukuwomo a{overflow:hidden;}
body#fukuwomo a:link {color:#8f749e; text-decoration:none;}
body#fukuwomo a:visited {color:#8f749e; text-decoration:none;}
body#fukuwomo a:hover {color:#666666; text-decoration:underline;}
body#womobeauty a:active {color:#666666; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#fukuwomo #header {	background:url("../../fukuwomo/image/indexBg001.gif") repeat-x 0 0;}
body#fukuwomo #mainImage {	background:url("../../fukuwomo/image/indexPh001.jpg") no-repeat 0 0;}
body#fukuwomo #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#fukuwomo #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
	text-indent:0;
}

body#fukuwomo #mainImage p{display:none;}

body#fukuwomo #side .navigationAra ul li.navi000 {	background:url("../../fukuwomo/image/indexIc001.gif") no-repeat 0 2px;}
body#fukuwomo #side .navigationAra ul li.navi001 {	background:url("../../fukuwomo/image/indexIc002.gif") no-repeat 0 2px;}
body#fukuwomo #side .navigationAra ul li.navi002 {	background:url("../../fukuwomo/image/indexIc003.gif") no-repeat 0 2px;}
body#fukuwomo #side .navigationAra ul li.navi003 {	background:url("../../fukuwomo/image/indexIc004.gif") no-repeat 0 2px;}
body#fukuwomo #side .navigationAra ul li.navi004 {	background:url("../../fukuwomo/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#fukuwomo #side .summaryArea dl dt {　color:#8f749e;}

/* Entry Title Color */
body#fukuwomo #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#fukuwomo #side .functionSol .listArea h3 ,
body#fukuwomo #side .sidetitle {
	background-color:#8f749e;
	color:#fff;
}

body#fukuwomo #side .nivo-caption {
	background:none repeat scroll 0 0 #8f749e;
	color:#fff;
}

/* Footer Color */
body#fukuwomo #footer {	background-color:#8f749e;}
body#fukuwomo #footer .fnaviArea {	background-color:#bd9cbd;}






/* faq_blog
=============================================================================*/

/* Text Color */
body#faq_blog a{overflow:hidden;}
body#faq_blog a:link {color:#0044cc; text-decoration:none;}
body#faq_blog a:visited {color:#0044cc; text-decoration:none;}
body#faq_blog a:hover {color:#ffa400; text-decoration:underline;}
body#faq_blog a:active {color:#0044cc; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#faq_blog #header {	background:url("../../faq_blog/image/indexBg001.gif") repeat-x 0 0;}
body#faq_blog #mainImage {	background:url("../../faq_blog/image/indexPh001.jpg") no-repeat 0 0;}
body#faq_blog #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#faq_blog #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#faq_blog #side .navigationAra ul li.navi000 {	background:url("../../faq_blog/image/indexIc001.gif") no-repeat 0 2px;}
body#faq_blog #side .navigationAra ul li.navi001 {	background:url("../../faq_blog/image/indexIc002.gif") no-repeat 0 2px;}
body#faq_blog #side .navigationAra ul li.navi002 {	background:url("../../faq_blog/image/indexIc003.gif") no-repeat 0 2px;}
body#faq_blog #side .navigationAra ul li.navi003 {	background:url("../../faq_blog/image/indexIc004.gif") no-repeat 0 2px;}
body#faq_blog #side .navigationAra ul li.navi004 {	background:url("../../faq_blog/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#faq_blog #side .summaryArea dl dt {　color:#fec417;}

/* Entry Title Color */
body#faq_blog #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#faq_blog #side .functionSol .listArea h3 ,
body#faq_blog #side .sidetitle {
	background-color:#fec417;
	color:#fff;
}

body#faq_blog #side .nivo-caption {
	background:none repeat scroll 0 0 #fec417;
	color:#fff;
}

/* Footer Color */
body#faq_blog #footer {	background-color:#fec417;}
body#faq_blog #footer .fnaviArea {	background-color:#c49300;}





/* magazine
=============================================================================*/

/* Text Color */
body#magazine a{overflow:hidden;}
body#magazine a:link {color:#0044cc; text-decoration:none;}
body#magazine a:visited {color:#0044cc; text-decoration:none;}
body#magazine a:hover {color:#ffa400; text-decoration:underline;}
body#magazine a:active {color:#0044cc; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#magazine #header {	background:url("../../magazine/image/indexBg001.gif") repeat-x 0 0;}
body#magazine #mainImage {	background:url("../../magazine/image/indexPh001.jpg") no-repeat 0 0;}
body#magazine #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#magazine #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#magazine #side .navigationAra ul li.navi000 {	background:url("../../magazine/image/indexIc001.gif") no-repeat 0 2px;}
body#magazine #side .navigationAra ul li.navi001 {	background:url("../../magazine/image/indexIc002.gif") no-repeat 0 2px;}
body#magazine #side .navigationAra ul li.navi002 {	background:url("../../magazine/image/indexIc003.gif") no-repeat 0 2px;}
body#magazine #side .navigationAra ul li.navi003 {	background:url("../../magazine/image/indexIc004.gif") no-repeat 0 2px;}
body#magazine #side .navigationAra ul li.navi004 {	background:url("../../magazine/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#magazine #side .summaryArea dl dt {　color:#fec417;}

/* Entry Title Color */
body#magazine #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#magazine #side .functionSol .listArea h3 ,
body#magazine #side .sidetitle {
	background-color:#fec417;
	color:#fff;
}

body#magazine #side .nivo-caption {
	background:none repeat scroll 0 0 #fec417;
	color:#fff;
}

/* Footer Color */
body#magazine #footer {	background-color:#fec417;}
body#magazine #footer .fnaviArea {	background-color:#c49300;}





/* esz_news
=============================================================================*/

/* Text Color */
body#esz_news a{overflow:hidden;}
body#esz_news a:link {color:#0044cc; text-decoration:none;}
body#esz_news a:visited {color:#0044cc; text-decoration:none;}
body#esz_news a:hover {color:#ffa400; text-decoration:underline;}
body#esz_news a:active {color:#0044cc; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#esz_news #header {	background:url("../../news/image/indexBg001.gif") repeat-x 0 0;}
body#esz_news #mainImage {	background:url("../../news/image/indexPh001.jpg") no-repeat 0 0;}
body#esz_news #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#esz_news #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#esz_news #side .navigationAra ul li.navi000 {	background:url("../../news/image/indexIc001.gif") no-repeat 0 2px;}
body#esz_news #side .navigationAra ul li.navi001 {	background:url("../../news/image/indexIc002.gif") no-repeat 0 2px;}
body#esz_news #side .navigationAra ul li.navi002 {	background:url("../../news/image/indexIc003.gif") no-repeat 0 2px;}
body#esz_news #side .navigationAra ul li.navi003 {	background:url("../../news/image/indexIc004.gif") no-repeat 0 2px;}
body#esz_news #side .navigationAra ul li.navi004 {	background:url("../../news/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#esz_news #side .summaryArea dl dt {　color:#fec417;}

/* Entry Title Color */
body#esz_news #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#esz_news #side .functionSol .listArea h3 ,
body#esz_news #side .sidetitle {
	background-color:#fec417;
	color:#fff;
}

body#esz_news #side .nivo-caption {
	background:none repeat scroll 0 0 #fec417;
	color:#fff;
}

/* Footer Color */
body#esz_news #footer {	background-color:#fec417;}
body#esz_news #footer .fnaviArea {	background-color:#c49300;}


/* eshizuoka
=============================================================================*/

/* Text Color */
body#eshizuoka a{overflow:hidden;}
body#eshizuoka a:link {color:#0044cc; text-decoration:none;}
body#eshizuoka a:visited {color:#0044cc; text-decoration:none;}
body#eshizuoka a:hover {color:#ffa400; text-decoration:underline;}
body#eshizuoka a:active {color:#0044cc; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#eshizuoka #header {	background:url("../../eshizuoka/image/indexBg001.gif") repeat-x 0 0;}
body#eshizuoka #mainImage {	background:url("../../eshizuoka/image/indexPh001.jpg") no-repeat 0 0;}
body#eshizuoka #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#eshizuoka #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#eshizuoka #side .navigationAra ul li.navi000 {	background:url("../../eshizuoka/image/indexIc001.gif") no-repeat 0 2px;}
body#eshizuoka #side .navigationAra ul li.navi001 {	background:url("../../eshizuoka/image/indexIc002.gif") no-repeat 0 2px;}
body#eshizuoka #side .navigationAra ul li.navi002 {	background:url("../../eshizuoka/image/indexIc003.gif") no-repeat 0 2px;}
body#eshizuoka #side .navigationAra ul li.navi003 {	background:url("../../eshizuoka/image/indexIc004.gif") no-repeat 0 2px;}
body#eshizuoka #side .navigationAra ul li.navi004 {	background:url("../../eshizuoka/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#eshizuoka #side .summaryArea dl dt {　color:#fec417;}

/* Entry Title Color */
body#eshizuoka #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#eshizuoka #side .functionSol .listArea h3 ,
body#eshizuoka #side .sidetitle {
	background-color:#fec417;
	color:#fff;
}

body#eshizuoka #side .nivo-caption {
	background:none repeat scroll 0 0 #fec417;
	color:#fff;
}

/* Footer Color */
body#eshizuoka #footer {	background-color:#fec417;}
body#eshizuoka #footer .fnaviArea {	background-color:#c49300;}



/* hapinavi
=============================================================================*/

/* Text Color */
body#hapinavi a{overflow:hidden;}
body#hapinavi a:link {color:#0044cc; text-decoration:none;}
body#hapinavi a:visited {color:#0044cc; text-decoration:none;}
body#hapinavi a:hover {color:#ffa400; text-decoration:underline;}
body#hapinavi a:active {color:#0044cc; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#hapinavi #header {	background:url("../../hapinavi/image/indexBg001.gif") repeat-x 0 0;}
body#hapinavi #mainImage {	background:url("../../hapinavi/image/indexPh001.jpg") no-repeat 0 0;}
body#hapinavi #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#hapinavi #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#hapinavi #side .navigationAra ul li.navi000 {	background:url("../../hapinavi/image/indexIc001.gif") no-repeat 0 2px;}
body#hapinavi #side .navigationAra ul li.navi001 {	background:url("../../hapinavi/image/indexIc002.gif") no-repeat 0 2px;}
body#hapinavi #side .navigationAra ul li.navi002 {	background:url("../../hapinavi/image/indexIc003.gif") no-repeat 0 2px;}
body#hapinavi #side .navigationAra ul li.navi003 {	background:url("../../hapinavi/image/indexIc004.gif") no-repeat 0 2px;}
body#hapinavi #side .navigationAra ul li.navi004 {	background:url("../../hapinavi/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#hapinavi #side .summaryArea dl dt {　color:#575049;}

/* Entry Title Color */
body#hapinavi #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#hapinavi #side .functionSol .listArea h3 ,
body#hapinavi #side .sidetitle {
	background-color:#575049;
	color:#fff;
}

body#hapinavi #side .nivo-caption {
	background:none repeat scroll 0 0 #575049;
	color:#fff;
}

/* Footer Color */
body#hapinavi #footer {	background-color:#260304;}
body#hapinavi #footer .fnaviArea {	background-color:#3e234b;}


/* womo_news
=============================================================================*/

/* Text Color */
body#womo_news a{overflow:hidden;}
body#womo_news a:link {color:#f65bb8; text-decoration:none;}
body#womo_news a:visited {color:#f65bb8; text-decoration:none;}
body#womo_news a:hover {color:#ffa400; text-decoration:underline;}
body#womo_news a:active {color:#f65bb8; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#womo_news #header {	background:url("../../womonews/image/indexBg001.gif") repeat-x 0 0;}
body#womo_news #mainImage {	background:url("../../womonews/image/indexPh001.jpg") no-repeat 0 0;}
body#womo_news #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#womo_news #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#womo_news #side .navigationAra ul li.navi000 {	background:url("../../womonews/image/indexIc001.gif") no-repeat 0 2px;}
body#womo_news #side .navigationAra ul li.navi001 {	background:url("../../womonews/image/indexIc002.gif") no-repeat 0 2px;}
body#womo_news #side .navigationAra ul li.navi002 {	background:url("../../womonews/image/indexIc003.gif") no-repeat 0 2px;}
body#womo_news #side .navigationAra ul li.navi003 {	background:url("../../womonews/image/indexIc004.gif") no-repeat 0 2px;}
body#womo_news #side .navigationAra ul li.navi004 {	background:url("../../womonews/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#womo_news #side .summaryArea dl dt { color:#f65bb8;}

/* Entry Title Color */
body#womo_news #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#womo_news #side .functionSol .listArea h3 ,
body#womo_news #side .sidetitle {
	background-color:#f65bb8;
	color:#fff;
}

body#womo_news #side .nivo-caption {
	background:none repeat scroll 0 0 #f65bb8;
	color:#fff;
}

/* Footer Color */
body#womo_news #footer {	background-color:#f65bb8;}
body#womo_news #footer .fnaviArea {	background-color:#fe8ad0;}




/* mamane
=============================================================================*/

/* Text Color */
body#mamane a{overflow:hidden;}
body#mamane a:link {color:#006bcc; text-decoration:none;}
body#mamane a:visited {color:#006bcc; text-decoration:none;}
body#mamane a:hover {color:#ffa400; text-decoration:underline;}
body#mamane a:active {color:#9fd8d2; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#mamane #header {	background:url("../../mamane/image/indexBg001.gif") repeat-x 0 0;}
body#mamane #mainImage {	background:url("../../mamane/image/indexPh001.jpg") no-repeat 0 0;}
body#mamane #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#mamane #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#mamane #side .navigationAra ul li.navi000 {	background:url("../../mamane/image/indexIc001.gif") no-repeat 0 2px;}
body#mamane #side .navigationAra ul li.navi001 {	background:url("../../mamane/image/indexIc002.gif") no-repeat 0 2px;}
body#mamane #side .navigationAra ul li.navi002 {	background:url("../../mamane/image/indexIc003.gif") no-repeat 0 2px;}
body#mamane #side .navigationAra ul li.navi003 {	background:url("../../mamane/image/indexIc004.gif") no-repeat 0 2px;}
body#mamane #side .navigationAra ul li.navi004 {	background:url("../../mamane/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#mamane #side .summaryArea dl dt { color:#9fd8d2;}

/* Entry Title Color */
body#mamane #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#mamane #side .functionSol .listArea h3 ,
body#mamane #side .sidetitle,
body#mamane #sideColumn .calendarhead{
	background-color:#F7BEBE;
	color:#fff;
}

body#mamane #side .nivo-caption {
	background:none repeat scroll 0 0 #9fd8d2;
	color:#fff;
}

/* Footer Color */
body#mamane #footer {	background-color:#F09999;}
body#mamane #footer .fnaviArea {	background-color:#F7BEBE;}





/* womocounter
=============================================================================*/

/* Text Color */
body#womocounter a{overflow:hidden;}
body#womocounter a:link {color:#006bcc; text-decoration:none;}
body#womocounter a:visited {color:#006bcc; text-decoration:none;}
body#womocounter a:hover {color:#ffa400; text-decoration:underline;}
body#womocounter a:active {color:#9fd8d2; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#womocounter #header {	background:url("../../womocounter/image/indexBg001.gif") repeat-x 0 0;}
body#womocounter #mainImage {	background:url("../../womocounter/image/indexPh001.jpg") no-repeat 0 0;}
body#womocounter #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#womocounter #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#womocounter #side .navigationAra ul li.navi000 {	background:url("../../womocounter/image/indexIc001.gif") no-repeat 0 2px;}
body#womocounter #side .navigationAra ul li.navi001 {	background:url("../../womocounter/image/indexIc002.gif") no-repeat 0 2px;}
body#womocounter #side .navigationAra ul li.navi002 {	background:url("../../womocounter/image/indexIc003.gif") no-repeat 0 2px;}
body#womocounter #side .navigationAra ul li.navi003 {	background:url("../../womocounter/image/indexIc004.gif") no-repeat 0 2px;}
body#womocounter #side .navigationAra ul li.navi004 {	background:url("../../womocounter/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#womocounter #side .summaryArea dl dt { color:#9fd8d2;}

/* Entry Title Color */
body#womocounter #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#womocounter #side .functionSol .listArea h3 ,
body#womocounter #side .sidetitle,
body#womocounter #sideColumn .calendarhead{
	background-color:#FFBC88;
	color:#fff;
}

body#womocounter #side .nivo-caption {
	background:none repeat scroll 0 0 #9fd8d2;
	color:#fff;
}

/* Footer Color */
body#womocounter #footer {	background-color:#F5A05E;}
body#womocounter #footer .fnaviArea {	background-color:#FFBC88;}

/* event parts */
#womocounter .eventNewsBox{ background: #FFF4EB;}
#womocounter .eventNewsBox > p:before{ color: #F5A05E;}
#womocounter .eventInfo_sectionTitle{
	border-bottom: 2px dotted #F5A05E;
	color: #F5A05E;
}
#womocounter dl.dataList dt{
    border-bottom: 1px dotted #FFBC88;
        background-color: #FFF4EB;
}
#womocounter .eventInfo_data dl.el_data dt{ color: #F5A05E;}



/* womocounter02
=============================================================================*/

/* Text Color */
body#womocounter02 a{overflow:hidden;}
body#womocounter02 a:link {color:#006bcc; text-decoration:none;}
body#womocounter02 a:visited {color:#006bcc; text-decoration:none;}
body#womocounter02 a:hover {color:#ffa400; text-decoration:underline;}
body#womocounter02 a:active {color:#9fd8d2; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#womocounter02 #header {	background:url("../../womocounter02/image/indexBg001.gif") repeat-x 0 0;}
body#womocounter02 #mainImage {	background:url("../../womocounter02/image/indexPh001.jpg") no-repeat 0 0;}
body#womocounter02 #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#womocounter02 #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#womocounter02 #side .navigationAra ul li.navi000 {	background:url("../../womocounter02/image/indexIc001.gif") no-repeat 0 2px;}
body#womocounter02 #side .navigationAra ul li.navi001 {	background:url("../../womocounter02/image/indexIc002.gif") no-repeat 0 2px;}
body#womocounter02 #side .navigationAra ul li.navi002 {	background:url("../../womocounter02/image/indexIc003.gif") no-repeat 0 2px;}
body#womocounter02 #side .navigationAra ul li.navi003 {	background:url("../../womocounter02/image/indexIc004.gif") no-repeat 0 2px;}
body#womocounter02 #side .navigationAra ul li.navi004 {	background:url("../../womocounter02/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#womocounter02 #side .summaryArea dl dt { color:#9fd8d2;}

/* Entry Title Color */
body#womocounter02 #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#womocounter02 #side .functionSol .listArea h3 ,
body#womocounter02 #side .sidetitle,
body#womocounter02 #sideColumn .calendarhead{
	background-color:#2DAE37;
	color:#fff;
}

body#womocounter02 #side .nivo-caption {
	background:none repeat scroll 0 0 #9fd8d2;
	color:#fff;
}

/* Footer Color */
body#womocounter02 #footer {	background-color:#2DAE37;}
body#womocounter02 #footer .fnaviArea {	background-color:#61C269;}

/* event parts */
#womocounter02 .eventNewsBox{ background: #FFF4EB;}
#womocounter02 .eventNewsBox > p:before{ color: #F5A05E;}
#womocounter02 .eventInfo_sectionTitle{
	border-bottom: 2px dotted #2DAE37;
	color: #2DAE37;
}
#womocounter02 dl.dataList dt{
    border-bottom: 1px dotted #2DAE37;
        background-color: #F6FAF6;
}
#womocounter02 dl.dataList dd {border-bottom: 1px dotted #2DAE37;}
#womocounter02 .eventInfo_data dl.el_data dt{ color: #F5A05E;}


/* ietatecounter-hama
=============================================================================*/

/* Text Color */
body#ietatecounter-hama a{overflow:hidden;}
body#ietatecounter-hama a:link {color:#006bcc; text-decoration:none;}
body#ietatecounter-hama a:visited {color:#006bcc; text-decoration:none;}
body#ietatecounter-hama a:hover {color:#ffa400; text-decoration:underline;}
body#ietatecounter-hama a:active {color:#9fd8d2; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#ietatecounter-hama #header {	background:url("../../ietatecounter_hama/image/indexBg001.gif") repeat-x 0 0;}
body#ietatecounter-hama #mainImage {	background:url("../../ietatecounter_hama/image/indexPh001.jpg") no-repeat 0 0;}
body#ietatecounter-hama #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#ietatecounter-hama #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#ietatecounter-hama #side .navigationAra ul li.navi000 {	background:url("../../ietatecounter_hama/image/indexIc001.gif") no-repeat 0 2px;}
body#ietatecounter-hama #side .navigationAra ul li.navi001 {	background:url("../../ietatecounter_hama/image/indexIc002.gif") no-repeat 0 2px;}
body#ietatecounter-hama #side .navigationAra ul li.navi002 {	background:url("../../ietatecounter_hama/image/indexIc003.gif") no-repeat 0 2px;}
body#ietatecounter-hama #side .navigationAra ul li.navi003 {	background:url("../../ietatecounter_hama/image/indexIc004.gif") no-repeat 0 2px;}
body#ietatecounter-hama #side .navigationAra ul li.navi004 {	background:url("../../ietatecounter_hama/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#ietatecounter-hama #side .summaryArea dl dt { color:#9fd8d2;}

/* Entry Title Color */
body#ietatecounter-hama #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#ietatecounter-hama #side .functionSol .listArea h3 ,
body#ietatecounter-hama #side .sidetitle,
body#ietatecounter-hama #sideColumn .calendarhead{
	background-color:#2DAE37;
	color:#fff;
}

body#ietatecounter-hama #side .nivo-caption {
	background:none repeat scroll 0 0 #9fd8d2;
	color:#fff;
}

/* Footer Color */
body#ietatecounter-hama #footer {	background-color:#2DAE37;}
body#ietatecounter-hama #footer .fnaviArea {	background-color:#61C269;}

/* event parts */
#ietatecounter-hama .eventNewsBox{ background: #FFF4EB;}
#ietatecounter-hama .eventNewsBox > p:before{ color: #F5A05E;}
#ietatecounter-hama .eventInfo_sectionTitle{
	border-bottom: 2px dotted #2DAE37;
	color: #2DAE37;
}
#ietatecounter-hama dl.dataList dt{
    border-bottom: 1px dotted #2DAE37;
        background-color: #F6FAF6;
}
#ietatecounter-hama dl.dataList dd {border-bottom: 1px dotted #2DAE37;}
#ietatecounter-hama .eventInfo_data dl.el_data dt{ color: #F5A05E;}

/* ietatecteast
=============================================================================*/

/* Text Color */
body#ietatecteast a{overflow:hidden;}
body#ietatecteast a:link {color:#006bcc; text-decoration:none;}
body#ietatecteast a:visited {color:#006bcc; text-decoration:none;}
body#ietatecteast a:hover {color:#ffa400; text-decoration:underline;}
body#ietatecteast a:active {color:#9fd8d2; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#ietatecteast #header {	background:url("../../ietatecteast/image/indexBg001.gif") repeat-x 0 0;}
body#ietatecteast #mainImage {	background:url("../../ietatecteast/image/indexPh001.jpg") no-repeat 0 0;}
body#ietatecteast #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#ietatecteast #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#ietatecteast #side .navigationAra ul li.navi000 {	background:url("../../ietatecteast/image/indexIc001.gif") no-repeat 0 2px;}
body#ietatecteast #side .navigationAra ul li.navi001 {	background:url("../../ietatecteast/image/indexIc002.gif") no-repeat 0 2px;}
body#ietatecteast #side .navigationAra ul li.navi002 {	background:url("../../ietatecteast/image/indexIc003.gif") no-repeat 0 2px;}
body#ietatecteast #side .navigationAra ul li.navi003 {	background:url("../../ietatecteast/image/indexIc004.gif") no-repeat 0 2px;}
body#ietatecteast #side .navigationAra ul li.navi004 {	background:url("../../ietatecteast/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#ietatecteast #side .summaryArea dl dt { color:#9fd8d2;}

/* Entry Title Color */
body#ietatecteast #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#ietatecteast #side .functionSol .listArea h3 ,
body#ietatecteast #side .sidetitle,
body#ietatecteast #sideColumn .calendarhead{
	background-color:#2DAE37;
	color:#fff;
}

body#ietatecteast #side .nivo-caption {
	background:none repeat scroll 0 0 #9fd8d2;
	color:#fff;
}

/* Footer Color */
body#ietatecteast #footer {	background-color:#2DAE37;}
body#ietatecteast #footer .fnaviArea {	background-color:#61C269;}

/* event parts */
#ietatecteast .eventNewsBox{ background: #FFF4EB;}
#ietatecteast .eventNewsBox > p:before{ color: #F5A05E;}
#ietatecteast .eventInfo_sectionTitle{
	border-bottom: 2px dotted #2DAE37;
	color: #2DAE37;
}
#ietatecteast dl.dataList dt{
	border-bottom: 1px dotted #2DAE37;
	background-color: #F6FAF6;
}
#ietatecteast dl.dataList dd {border-bottom: 1px dotted #2DAE37;}
#ietatecteast .eventInfo_data dl.el_data dt{ color: #F5A05E;}


/* ietatecounter-mikawa
=============================================================================*/

/* Text Color */
body#ietatecounter-mikawa a{overflow:hidden;}
body#ietatecounter-mikawa a:link {color:#006bcc; text-decoration:none;}
body#ietatecounter-mikawa a:visited {color:#006bcc; text-decoration:none;}
body#ietatecounter-mikawa a:hover {color:#ffa400; text-decoration:underline;}
body#ietatecounter-mikawa a:active {color:#9fd8d2; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#ietatecounter-mikawa #header {	background:url("../../ietatectmikawa/image/indexBg001.gif") repeat-x 0 0;}
body#ietatecounter-mikawa #mainImage {	background:url("../../ietatectmikawa/image/indexPh001.jpg") no-repeat 0 0;}
body#ietatecounter-mikawa #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#ietatecounter-mikawa #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#ietatecounter-mikawa #side .navigationAra ul li.navi000 {	background:url("../../ietatectmikawa/image/indexIc001.gif") no-repeat 0 2px;}
body#ietatecounter-mikawa #side .navigationAra ul li.navi001 {	background:url("../../ietatectmikawa/image/indexIc002.gif") no-repeat 0 2px;}
body#ietatecounter-mikawa #side .navigationAra ul li.navi002 {	background:url("../../ietatectmikawa/image/indexIc003.gif") no-repeat 0 2px;}
body#ietatecounter-mikawa #side .navigationAra ul li.navi003 {	background:url("../../ietatectmikawa/image/indexIc004.gif") no-repeat 0 2px;}
body#ietatecounter-mikawa #side .navigationAra ul li.navi004 {	background:url("../../ietatectmikawa/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#ietatecounter-mikawa #side .summaryArea dl dt { color:#9fd8d2;}

/* Entry Title Color */
body#ietatecounter-mikawa #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#ietatecounter-mikawa #side .functionSol .listArea h3 ,
body#ietatecounter-mikawa #side .sidetitle,
body#ietatecounter-mikawa #sideColumn .calendarhead{
	background-color:#2DAE37;
	color:#fff;
}

body#ietatecounter-mikawa #side .nivo-caption {
	background:none repeat scroll 0 0 #9fd8d2;
	color:#fff;
}

/* Footer Color */
body#ietatecounter-mikawa #footer {	background-color:#2DAE37;}
body#ietatecounter-mikawa #footer .fnaviArea {	background-color:#61C269;}

/* event parts */
#ietatecounter-mikawa .eventNewsBox{ background: #FFF4EB;}
#ietatecounter-mikawa .eventNewsBox > p:before{ color: #F5A05E;}
#ietatecounter-mikawa .eventInfo_sectionTitle{
	border-bottom: 2px dotted #2DAE37;
	color: #2DAE37;
}
#ietatecounter-mikawa dl.dataList dt{
    border-bottom: 1px dotted #2DAE37;
        background-color: #F6FAF6;
}
#ietatecounter-mikawa dl.dataList dd {border-bottom: 1px dotted #2DAE37;}
#ietatecounter-mikawa .eventInfo_data dl.el_data dt{ color: #F5A05E;}

/* machipo
=============================================================================*/
/* Text Color */
body#machipo a{overflow:hidden;}
body#machipo a:link {color:#006bcc; text-decoration:none;}
body#machipo a:visited {color:#006bcc; text-decoration:none;}
body#machipo a:hover {color:#ffa400; text-decoration:underline;}
body#machipo a:active {color:#9fd8d2; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#machipo #header {	background:url("../../machipo/image/indexBg001.gif") repeat-x 0 0;}
body#machipo #mainImage {	background:url("../../machipo/image/indexPh001.jpg") no-repeat 0 0;}
body#machipo #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#machipo #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#machipo #side .navigationAra ul li.navi000 {	background:url("../../machipo/image/indexIc001.gif") no-repeat 0 2px;}
body#machipo #side .navigationAra ul li.navi001 {	background:url("../../machipo/image/indexIc002.gif") no-repeat 0 2px;}
body#machipo #side .navigationAra ul li.navi002 {	background:url("../../machipo/image/indexIc003.gif") no-repeat 0 2px;}
body#machipo #side .navigationAra ul li.navi003 {	background:url("../../machipo/image/indexIc004.gif") no-repeat 0 2px;}
body#machipo #side .navigationAra ul li.navi004 {	background:url("../../machipo/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#machipo #side .summaryArea dl dt { color:#9fd8d2;}

/* Entry Title Color */
body#machipo #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#machipo #side .functionSol .listArea h3 ,
body#machipo #side .sidetitle,
body#machipo #sideColumn .calendarhead{
	background-color:#f7a131;
	color:#fff;
}

body#machipo #side .nivo-caption {
	background:none repeat scroll 0 0 #9fd8d2;
	color:#fff;
}

/* Footer Color */
body#machipo #footer {	background-color:#ff7700;}
body#machipo #footer .fnaviArea {	background-color:#f7a131;}


/* womonet
=============================================================================*/
/* Text Color */
body#womonet a{overflow:hidden;}
body#womonet a:link {color:#006bcc; text-decoration:none;}
body#womonet a:visited {color:#006bcc; text-decoration:none;}
body#womonet a:hover {color:#ffa400; text-decoration:underline;}
body#womonet a:active {color:#9fd8d2; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#womonet #header {	background:url("../../womonet/image/indexBg001.gif") repeat-x 0 0;}
body#womonet #mainImage {	background:url("../../womonet/image/indexPh001.jpg") no-repeat 0 0;}
body#womonet #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	position:relative;
}
body#womonet #mainImage a {
	width:1000px;
	position:absolute;
	font-size:20px;
	line-height:80px;
}

body#womonet #side .navigationAra ul li.navi000 {	background:url("../../womonet/image/indexIc001.gif") no-repeat 0 2px;}
body#womonet #side .navigationAra ul li.navi001 {	background:url("../../womonet/image/indexIc002.gif") no-repeat 0 2px;}
body#womonet #side .navigationAra ul li.navi002 {	background:url("../../womonet/image/indexIc003.gif") no-repeat 0 2px;}
body#womonet #side .navigationAra ul li.navi003 {	background:url("../../womonet/image/indexIc004.gif") no-repeat 0 2px;}
body#womonet #side .navigationAra ul li.navi004 {	background:url("../../womonet/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#womonet #side .summaryArea dl dt { color:#9fd8d2;}

/* Entry Title Color */
body#womonet #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#womonet #side .functionSol .listArea h3 ,
body#womonet #side .sidetitle,
body#womonet #sideColumn .calendarhead{
	background-color:#d7073d;
	color:#fff;
}

body#womonet #side .nivo-caption {
	background:none repeat scroll 0 0 #9fd8d2;
	color:#fff;
}

/* Footer Color */
body#womonet #footer {	background-color:#b40432;}
body#womonet #footer .fnaviArea {	background-color:#d7073d;}




/* staffnews
=============================================================================*/

/* Text Color */
body#staffnews a{overflow:hidden;}
body#staffnews a:link {color:#0044cc; text-decoration:none;}
body#staffnews a:visited {color:#0044cc; text-decoration:none;}
body#staffnews a:hover {color:#ffa400; text-decoration:underline;}
body#staffnews a:active {color:#0044cc; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#staffnews #header {	background:url("../../staffnews/image/indexBg001.gif") repeat-x 0 0;}
body#staffnews #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	background: #FEBF00;
	position: relative;
}
body#staffnews #mainImage a {
	font-size: 24px;
	line-height: 2;
	text-indent: 0px;
	color: #fff;
	padding: 20px;
}

body#staffnews #side .navigationAra ul li.navi000 {	background:url("../../staffnews/image/indexIc001.gif") no-repeat 0 2px;}
body#staffnews #side .navigationAra ul li.navi001 {	background:url("../../staffnews/image/indexIc002.gif") no-repeat 0 2px;}
body#staffnews #side .navigationAra ul li.navi002 {	background:url("../../staffnews/image/indexIc003.gif") no-repeat 0 2px;}
body#staffnews #side .navigationAra ul li.navi003 {	background:url("../../staffnews/image/indexIc004.gif") no-repeat 0 2px;}
body#staffnews #side .navigationAra ul li.navi004 {	background:url("../../staffnews/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#staffnews #side .summaryArea dl dt {　color:#fec417;}

/* Entry Title Color */
body#staffnews #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#staffnews #side .functionSol .listArea h3 ,
body#staffnews #side .sidetitle {
	background-color:#fec417;
	color:#fff;
}

body#staffnews #side .nivo-caption {
	background:none repeat scroll 0 0 #fec417;
	color:#fff;
}

/* Footer Color */
body#staffnews #footer {	background-color:#fec417;}
body#staffnews #footer .fnaviArea {	background-color:#c49300;}



/* solrecruit
=============================================================================*/

/* Text Color */
body#solrecruit a{overflow:hidden;}
body#solrecruit a:link {color:#0044cc; text-decoration:none;}
body#solrecruit a:visited {color:#0044cc; text-decoration:none;}
body#solrecruit a:hover {color:#ffa400; text-decoration:underline;}
body#solrecruit a:active {color:#0044cc; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#solrecruit #header {	background:url("../../solrecruit/image/indexBg001.gif") repeat-x 0 0;}
body#solrecruit #mainImage {
	width:1000px;
	height:200px;
	margin:0 auto 17px auto;
	background: url("../../solrecruit/image/indexPh001.jpg") no-repeat 0 0;
	position: relative;
}

body#solrecruit #mainImage a {
	width: 1000px;
	height:200px;
	position: absolute;
	font-size: 20px;
	line-height: 80px;
}


body#solrecruit #side .navigationAra ul li.navi000 {	background:url("../../solrecruit/image/indexIc001.gif") no-repeat 0 2px;}
body#solrecruit #side .navigationAra ul li.navi001 {	background:url("../../solrecruit/image/indexIc002.gif") no-repeat 0 2px;}
body#solrecruit #side .navigationAra ul li.navi002 {	background:url("../../solrecruit/image/indexIc003.gif") no-repeat 0 2px;}
body#solrecruit #side .navigationAra ul li.navi003 {	background:url("../../solrecruit/image/indexIc004.gif") no-repeat 0 2px;}
body#solrecruit #side .navigationAra ul li.navi004 {	background:url("../../solrecruit/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#solrecruit #side .summaryArea dl dt {　color:#0050a2;}

/* Entry Title Color */
body#solrecruit #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#solrecruit #side .functionSol .listArea h3 ,
body#solrecruit #side .sidetitle {
	background-color:#0050a2;
	color:#fff;
}

body#solrecruit #side .nivo-caption {
	background:none repeat scroll 0 0 #0050a2;
	color:#fff;
}

/* Footer Color */
body#solrecruit #footer {	background-color:#0050a2;}
body#solrecruit #footer .fnaviArea {	background-color:#0062c7}



/* schnavi
=============================================================================*/

/* Text Color */
body#schnavi a{overflow:hidden;}
body#schnavi a:link {color:#0044cc; text-decoration:none;}
body#schnavi a:visited {color:#0044cc; text-decoration:none;}
body#schnavi a:hover {color:#ffa400; text-decoration:underline;}
body#schnavi a:active {color:#0044cc; text-decoration:none;}
body {	color:#333333;}

/* Image Setting */
body#schnavi #header {	background:url("../../schnavi/image/indexBg001.gif") repeat-x 0 0;}
body#schnavi #mainImage {
	width:1000px;
	margin:0 auto 17px auto;
	background: url("../../schnavi/image/indexPh001.jpg") no-repeat 0 0;
	position: relative;
}

body#schnavi #mainImage a {
	width: 1000px;
	position: absolute;
	font-size: 20px;
	line-height: 80px;
}


body#schnavi #side .navigationAra ul li.navi000 {	background:url("../../schnavi/image/indexIc001.gif") no-repeat 0 2px;}
body#schnavi #side .navigationAra ul li.navi001 {	background:url("../../schnavi/image/indexIc002.gif") no-repeat 0 2px;}
body#schnavi #side .navigationAra ul li.navi002 {	background:url("../../schnavi/image/indexIc003.gif") no-repeat 0 2px;}
body#schnavi #side .navigationAra ul li.navi003 {	background:url("../../schnavi/image/indexIc004.gif") no-repeat 0 2px;}
body#schnavi #side .navigationAra ul li.navi004 {	background:url("../../schnavi/image/indexIc005.gif") no-repeat 0 2px;}

/* Site Summary Color */
body#schnavi #side .summaryArea dl dt {　color:#0050a2;}

/* Entry Title Color */
body#schnavi #entry .entryHeader div.titleArea h1 a {	color:#000000;}

/* Title Color */
body#schnavi #side .functionSol .listArea h3 ,
body#schnavi #side .sidetitle {
	background-color:#0050a2;
	color:#fff;
}

body#schnavi #side .nivo-caption {
	background:none repeat scroll 0 0 #0050a2;
	color:#fff;
}

/* Footer Color */
body#schnavi #footer {	background-color:#0050a2;}
body#schnavi #footer .fnaviArea {	background-color:#0062c7}
