@charset "shift_jis";

/*------------------------------------------------------------------全体設定--*/

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:100%;
	line-height:1em;
	color:#666;
	background: url(img/back.gif) repeat;
}

div,img,br,ul,p,br,hr,form,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	border:0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	zoom:1;
}

a {
	color:#666;
	text-decoration:none;	
}

a:hover {
	color:#F30;
	text-decoration:underline;
}

/*------------------------------------------------------------------コンテナ--*/

#container {
	width:680px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: #fff;
	border-right: 1px #91806B solid;
	border-left: 1px #91806B solid;
	border-bottom: 1px #91806B solid;
}

/*------------------------------------------------------------------ヘッダー--*/

#header {
	width:680px;	
	margin-bottom:0px;
	border-bottom:solid 4px #8F7E68;
	float:left;
	position:relative;
}

#header img {
	display:block;
}

#header div.left {
	width:300px;
	float:left;
}

#header div.right1 {
        margin-top:19px;
	width:100px;
	float:right;
	clear: none;
	height: 19px;
}

#header div.right2 {
        margin-top:19px;
	width:130px;
	float:right;
	clear: none;
	height: 19px;
}

#header div.right3 {
	width:230px;
	float:right;
	clear: none;
	height: 20px;
}

/*------------------------------------------------------------------メニュー--*/

#menu {
	width:680px;
	height:31px;
	background:url(img/bg_menu_02.gif) no-repeat top left;
	clear:both;
}

#menu li {
	font-size:12px;
	list-style-type:none;
	background:url(img/menu_dotline.gif) no-repeat top right;
	height:31px;
	min-height:31px;
	float:left;
	width: 96px;
}


/*----------------------------------------------------------------コンテンツ--*/

#contents {
	width:680px;
	background:url(img/bg_sidemenu.gif) repeat-y top left;
	overflow:auto;
	clear:both;
}

/*------------------------------------------------------------サイドメニュー--*/

#sidemenu {
	width:160px;
	float:left;
margin-top:14px;
}

#sidemenu ul {
	margin-left:5px;
	margin-right:7px;
margin-top:3px;
background:url(img/bg_dotline_03.gif) repeat-x top left;
}

#sidemenu li {
	font-size:12px;
	list-style-type:none;
	background:url(img/bg_dotline_03.gif) repeat-x bottom left;
}

#sidemenu a {
	width:135px;
	background:url(img/arrow_02.gif) no-repeat 0px 11px;
	padding-left:12px;
	padding-bottom:8px;
	padding-top:8px;
	display:block;
}

#sidemenu p.company {
	font-size:13px;
	line-height:1.2em;
	font-weight:normal;
	border-left:solid 8px #91806A;
	padding-left:3px;
	margin:0 5px;
	margin-top:30px;
	margin-bottom:2px;
}

#sidemenu p.about {
	font-size:12px;
	line-height:1.3em;
	background-color:#F6F6F6;
	padding:6px;
	margin:0 5px;
	margin-bottom:30px;
}

/*--------------------------------------------------------------------メイン--*/

#main {
	width:510px;
	float:right;
}

#main p {
	font-size:13px;
	line-height:1.5em;
}



/*--------------------------------------------------------------ページトップ--*/

#pagetop {
	width:680px;
	text-align:right;
	margin-bottom:5px;
	background:url(img/bg_sidemenu.gif) repeat-y top left;
}

#pagetop a {
	font-size:12px;
	line-height:1.2em;
	background:url(img/arrow_03.gif) no-repeat top right;
	padding-right:16px;
	padding-top:1px;
	padding-bottom:1px;
}


/*------------------------------------------------------------------フッター--*/

#footer {
	width:680px;
	text-align:center;
	padding-bottom:10px;
	padding-top:6px;
	background:url(img/bg_dotline_02.gif) repeat-x left top;
}

#footer ul {
	margin-bottom:6px;
}

#footer li {
	display:inline;
	list-style-type:none;
	font-size:12px;
	line-height:1.5em;
	padding-left:0.6em;
	margin-right:0.6em;
	border-left:solid 1px #999;
}

#footer li.end {
	padding-right:0.6em;
	margin-right:0;
	border-right:solid 1px #999;
}

#footer p.copyright {
	font-size:8pt;
	text-align:left;
	padding-top:6px;
	border-top:solid 8px #8F7E68;
}



#mainimage:after {
  content: "";
  clear: both;
  display: block;
}

.slideshow {
float:left;
}
.logoArea {
float:right;
}

.slideshow {
	position: relative;
	width: 420px; /* 画像の横幅 */
	height: 260px; /* 画像の縦幅 */
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1s; /* フェードの時間(秒) */
}

.slideshow .show {
	opacity: 1;
	z-index: 1;
}

.lh {
line-height:2.2em!important;
margin-bottom:16px;
}