@charset "Shift_JIS";
*{ margin: 0; padding: 0; }

body {
	background-color: #fff;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3', Osaka, 'ＭＳ Ｐゴシック';
	}
	
a:link { color: #cc5e77;}
a:visited { color: #656565;}
a:hover { color: #f8698a;}

p,li,dt,dd,th,td {
	color: #333333;
	font-size: 90%;
	line-height: 140%;
	}

img {
	font-size: 1%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border-style: none;
	}
	
	
/*ClearFix*/
.clearFix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearFix {
	display: inline-table;
	}
	
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
	}

.clearLine {
	clear: both;
	height: 15px;
	margin-bottom: 15px;
	border-bottom:1px solid #cccccc;
	}

		
/*----------------------------------------------------------------------------------------------------------------------------------*/

/*共通レイアウト--------------------------------------------------------------------------------------------------------------------*/

/*大枠*/
#container {
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0;
	background-image: url(../img/headBg.gif);
	background-repeat: repeat-x;
	background-position: center 0;
	}
	
	
/*サイトID*/
#siteLogo {
	position: absolute;
	top: 34px;
	left: 5px;
	}
	
#siteLogo img {
	position: absolute;
	top: 0;
	left: 0;
	}


/*ヘッダー-------------------------------------------------------------------------------------------------------------------------*/
#header {
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 780px;
	height: 101px;
	border-bottom: 5px solid #eaa7b6;
	}
	

#tagline {
	font-size: 80%;
	color: #666666;
	position: absolute;
	top: 3px;
	left: 0px;
	}

#tel {
	position: absolute;
	top: 10px;
	right: 0px;
	}
#mps {
	position: absolute;
	top: 0px;
	left: 620px;
	}


/*----------------------------------------------------------------------------------------------------------------------------------*/

/*フッター--------------------------------------------------------------------------------------------------------------------------*/
#footer {
	padding-top: 20px;
	clear: both;
	}

#footerInner {
	text-align: left;
	width: 780px;
	margin: 0 auto;
	background: url(../img/footerBg.gif) repeat-x #e3e3e3;
	border: 1px solid #e3e3e3;
	}

#copyright {
	border-top: 1px solid #c8c8c8;
	text-align: center;
	margin-top: 15px;
	padding: 10px 0 30px;
	}

#footer ul {
	list-style-type: none;
	padding: 8px;
	}

#footer li {
	display: inline;
	}

#footer li a:link,#footer li a:visited {
	color: #555555;
	text-decoration: none;
	}

#footer li a:hover {
	color: #f8698a;
	text-decoration: underline;
	}
	
	
/*----------------------------------------------------------------------------------------------------------------------------------*/

/*グローバルナビゲーション----------------------------------------------------------------------------------------------------------*/
#navi {
	width: 780px;
	height: 56px;
	list-style-type: none;
	margin: 3px auto 0;
	text-align: left;
	}

#navi li {
	float: left;
	}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/*コンテンツレイアウト--------------------------------------------------------------------------------------------------------------*/

#contents {
	text-align: left;
	margin: 5px auto 0;
	width: 780px;
	position: relative;
	}

#contents h1 {
	margin-bottom: 7px;
	}


/*サイドボックス--------------------------------------------*/

#sideBox {
	position:absolute;
	top: 118px;
	right: 0;
	width: 208px;
	border: 1px solid #e3e3e3;
	}

#sideBox h2 {
	border-bottom: 5px solid #eaa7b6;
	}

#sideBox ul{
	list-style: none;
	background: url(../img/menuBtm.gif) no-repeat left bottom;
	padding-bottom: 10px;
	}

#sideBox li{
	background: url(../img/menuLine.gif) no-repeat center bottom;
	padding-bottom: 1px;
	}

#sideBox li#menuEnd{
	background: none;
	}

#sideBox li a {
	display: block;
	text-decoration: none;
	}
	
#sideBox li a span {
	width: 166px;
	background: url(../img/arrow01_off.gif) no-repeat 10px center;
	display: block;
	padding: 15px 10px 15px 32px;
	}

#sideBox li a:hover span {
	background: url(../img/arrow01_on.gif) no-repeat 10px center;
	}

#sideBox li a:hover{
	color: #cc5e77;
	background: url(../img/menuBg.gif) repeat-x #faebef;
	}

#sideBox li strong a,
#sideBox li strong a:hover {
	color: #cc5e77;
	width: 166px;
	background: url(../img/arrow01_on.gif) no-repeat 10px center;
	display: block;
	padding: 15px 10px 15px 32px;
	}
	
#sideBox li strong {
	font-weight: normal;
	display: block;
	text-decoration: none;
	background: url(../img/menuBg.gif) repeat-x #faebef;
	}

#sideBox li strong a span,
#sideBox li strong a:hover span {
	width: auto;
	display: inline;
	background: none;
	padding: 0;
	}


/*メインボックス--------------------------------------------*/

#contBox {
	float: left;
	width: 563px;
	}

#contBox h2 {
	margin-bottom: 10px;
	}

#contBox h3 {
	margin-left: 5px;
	margin-bottom: 10px;
	}
	
#contBox p {
	margin-left: 5px;
	margin-right: 5px;
	}
	

/*共通設定-------------------------------------------------*/

/*パンくずリスト*/
#pankuzu {
	width: 570px;
	list-style-type: none; 
	padding-bottom: 5px;
	}

#pankuzu li {
	font-size: 80%;
	display: inline;
	}

#pankuzu li a {
	color: #333333;
	}
/*--------------*/
	
.noList {
	list-style: none;
	} 

.btm5 {
	margin-bottom: 5px;
	}
	
.btm10 {
	margin-bottom: 10px;
	}
	
.btm20 {
	margin-bottom: 20px;
	}
	
.btm30 {
	margin-bottom: 30px;
	}

.grayBase {
	background-color: #f4f5f7;
	padding: 8px;
	margin-bottom: 10px;
	}

.indent {
	text-indent: -0.9em;
	display:block;
	padding-left: 0.9em;
	}

.color {
	color: #ff0000;
	}

.color2 {
	color: #1578c5;
	}

.right {
	float: right;
	margin-left: 10px;
	}

.normalList {
	padding-left: 30px;
	margin-right: 5px;
	}

.sign {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.list1 {
	width: 553px;
	margin-left: 5px;
	}
	
.list1 dt {
	color: #ce627a;
	text-align: right;
	width: 90px;
	float: left;
	clear: left;
	background: url(../img/dotLine01.gif) no-repeat left top;
	padding: 10px 0; 
	}

.list1 dd {
	width: 443px;
	*width: 438px;
	background: url(../img/dotLine01.gif) no-repeat 2px top;
	margin-left: 90px;
	padding: 10px 0 10px 15px; 
	}

.list1 dd.top,.list1 dt.top  {
	background: none;
	}


.list2 {
	width: 553px;
	margin-left: 5px;
	}
	
.list2 dt {
	background: url(../img/saiyouBg.gif) repeat-x #ededed;
	padding: 3px;
	margin-bottom: 5px;
	}


.list2 dd {
	margin-bottom: 10px;
	margin-left: 10px;
	}

.list3 {
	width: 553px;
	margin-left: 5px;
	margin-bottom: 20px;
	}
	
.list3 dt {
	color: #ce627a;
	text-align: right;
	width: 150px;
	float: left;
	clear: left;
	background: url(../img/dotLine01.gif) no-repeat left top;
	padding: 10px 0; 
	}

.list3 dd {
	width: 381px;
	*width: 376px;
	background: url(../img/dotLine01.gif) no-repeat left top;
	margin-left: 152px;
	padding: 10px 0 10px 15px; 
	}

.list3 dd.top,.list3 dt.top  {
	background: none;
	}
	
	
/*-------------------------------------------------------------*/


/*トップページ-------------------------------------------------*/

#flashBox{
	width: 780px;
	height: 184px;
	margin-bottom: 4px;
	margin: 3px auto 0;
	text-align:left;
	}
	
#mainBox {
	text-align: left;
	margin: 10px auto 0;
	width: 780px;
	}

#infoBox {
	width: 780px;
	}

#information {
	width: 778px;
	border: 1px solid #e3e3e3;
	}

#information h2 {
	margin-bottom: 4px;
	}

#infoList {
	margin: 0px 7px 7px;
	background: url(../img/infoBg.gif) repeat-y;
	_background: url(../img/infoBgwin6.gif) repeat-y;
	}

#infoList dt,#infoList dd {
	font-size: 85%;
	border-top: 3px solid #fff;
	}
	
#infoList dt {
	width: 90px;
	float: left;
	clear: left;
	background: url(../img/arrow01_on.gif) no-repeat 4px center;
	padding: 5px 0 5px 25px;
	}

#infoList dd {
	width: 639px;
	_width: 420px;
	margin-left: 115px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
#nikki {
	float: right;
	}
	
#groupBox {
	margin-top: 10px;
	width: 778px;
	border: 1px solid #e3e3e3;
	background: url(../img/groupImg.jpg) no-repeat right top;
	}

#groupInnerBox {
	background: url(../img/groupBtm.gif) repeat-x bottom;
	padding-bottom: 10px;
	}

#groupBox h2,#groupBox h3 {
	margin-bottom: 7px;
	clear: both;
	}

.groupUnit {
	font-size: 80%;
	width: 377px;
	float: left;
	border: 1px solid #e3e3e3;
	margin-left: 7px;
	margin-bottom: 7px;
	display: inline;
	}

.groupUnit a,.groupUnit .nolink {
	color: #333333;
	text-decoration: none;
	display: block;
	background: url(../img/groupArrow_off.gif) no-repeat 10px center;
	padding: 10px 10px 10px 25px;
	}

.groupUnit a:hover {
	background: url(../img/groupArrow_on.gif) no-repeat 10px center;
	background-color: #fff0f3;
	}

.groupUnit img {
	margin: 2px 0 7px;
	display: block;
	*display: inline;
	}

.groupUnit img.right {
	float: right;
	}


.groupUnit#honsha {
	width: 497px;
	margin-bottom: 16px;
	}

	
/*-------------------------------------------------------------*/

/*各ページ別設定-----------------------------------------------*/

/*会社概要*/

.hyou1{
	width: 100%;
	}
	
.hyou1 th,.hyou1 td{
	padding: 5px;
	border-bottom: 3px solid #fff;
	}
	
.hyou1 th{
	color: #fff;
	background-color: #9e9b98;
	text-align: right;
	vertical-align: top;
	}
	
	
.hyou1 td {
	background-color: #f4f1ed;
	border-left: 3px solid #fff;
	}




/*お問い合わせ*/

.contact {
	margin-left: 5px;
	margin-bottom: 20px;
	width: 553px;
	}
	
.contact th {
	font-weight: bold;
	text-align: left;
	width: 160px;
	padding: 8px;
	border-bottom: 2px solid #fff;
	background-color: #f0f0f0;
	}
	
.contact th em{
	text-align: left;
	margin-bottom: 5px;
	display: block;
	}
	
.contact td {
	background-color: #f8f8f8;
	text-align: left;
	padding: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}
	
.contact input,
.contact select,
.contact textarea {
	border: solid 1px #a9b5bb; }
	
.contact input:focus,
.contact select:focus,
.contact textarea:focus {
	border: solid 1px #ff0000; }

#contBox .contact td p,.contact select {
	margin: 0 0 5px 0;
	}

#check1,#check2,#check3,#check4,label {
	line-height: 180%;
	margin-right: 3px;
	border: none;
	}
	
.soushin {
	border: none;
	background-color: #fff;
	cursor: pointer;
	margin: 0 0px 10px 174px;
	*width: 215px;
	}





/*サイトマップ*/

.sitemapBox {
	margin: 0;
	}

#contBox .sitemapBox h3 {
	color: #333333;
	font-size: 90%;
	background: url(../img/saiyouBg.gif) repeat-x #ededed;
	padding: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	}

.sitemapBox ul {
	list-style: none;
	margin-left: 15px;
	margin-bottom: 20px;
	}

.sitemapBox li {
	display:inline;
	white-space: nowrap;
	}




/*インフォメーション*/

.linkList {
	list-style: none;
	margin: 0 5px;
	}

.linkList li {
	margin-bottom: 15px;
	}

.linkList li a {
	display: block;
	width: 528px;
	padding-left: 25px;
	background: url(../img/arrow01_off.gif) no-repeat left top;
	}

.linkList li a:hover {
	background: url(../img/arrow01_on.gif) no-repeat left top;
	}

#informationPage {
	}

#informationPage h2 {
	font-size: 100%;
	color: #333333;
	background: url(../img/bar01.gif) no-repeat left top;
	border: 1px solid #e3e3e3;
	padding: 8px 5px 8px 15px;
	}

.date {
	color: #e17d92;
	font-size: 85%;
	text-align: right;
	margin-bottom: 10px;
	}
