@charset "shift_jis";

/*************************************************************************

information{
	FILE NAME : ark_m_screen.css;
	OUTLINE : Basic CSS for ARUNKE-mini System;
	DESIGN TYPE: TYPE A-1;
	COPYRIGHT : (c) Bit Stream Co., LTD. All Rights Reserved.;
	
	LAST MODIFIED: 09/06/22;
}

*************************************************************************/




/* 基本表示領域 幅定義
-------------------------------------------------------------------------*/

.cnt-box{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}



/* FONT 設定
-------------------------------------------------------------------------*/
body{
	font-size: 0.8em;
	line-height: 1.5em;
}

h3{ font-size: 1.3em;}

#footer dt{ font-size: 1.2em;}

#info #copyright{ font-size: 11px;}



/* 基本設定
-------------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	background: #fff url(./img/back.gif) 0 0 repeat-x;
	text-align: center;
}

.wrapper{
	width: 100%;
	min-width: 800px;
}

.part-title{ color: #1b7a00;}



/*-- HEADER --*/
#header{
	height: 90px;
}

#header h1{
	float:left;
	margin: 8px 0px 0px 0px;
	padding: 0;
}
#header p{
	float:right;
	margin: 8px 0px 0px 0px;
	padding: 0;
	text-align: right;
}


/*-- KEY VISUAL --*/
#keyVisual{
	margin-top: 5px;
}



/*-- CONTENTS --*/
#contents{
	border: #ffe1b2 1px solid;
	margin-top: 15px;
	background: url(./img/cnt_box_bc.gif) 0 0 repeat-x;
}

#contents h2{
	margin: 10px;
	padding: 0px 0px 5px 5px;
	border-bottom: #ffc56a 1px dotted;
}

#contents .part-body{
	margin: 10px 15px;
}



/*-- LINK --*/
#link h3{
	background:url(./img/link_line.gif) bottom repeat-x;
	padding: 0px 0px 3px 5px;
	margin: 25px 0px 0px 0px;
}

#link ul{
	list-style-image: url(./img/list.gif);
	_margin-top: 15px;
}

#link li{
	margin: 0px 0px 3px 0px;
}



/*-- COMPANY --*/
#company{
	margin-top: 25px;
}

#company .part-title{
	background-color: #008746;
}

#company .part-title h3{
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 5px 30px;
	background: url(./img/comp_ttl.gif) 0 0.2em no-repeat;
	color: #fff;
}

#company .part-body{
	background-color: #e6fae8;
	padding: 10px;
}

#company #cmp-table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#cmp-table td.cmp-table-txt{
	padding: 0;
	vertical-align: top;
}

.cmp-table-txt{
	width: 100%;
	padding-left: 10px !important;
}

.cmp-table-pic img{
	padding-left: 15px;
}



/*-- MAP --*/
#cmap{
	background: #f6fdf6;
	padding-bottom: 15px;
}

#cmap .part-title{
	padding: 5px 5px 5px 15px;
}

#cmap h3{
	border-bottom: #c8e7b8 1px solid;
}

#cmap .part-body{
	text-align: center;
}



/*-- FOOTER --*/
#w-footer{
	background: url(./img/ft_back.gif) 0 0 repeat-x;
}

#footer{
	color:#fff;
	margin-top: 20px;
}

#footer dl{
	margin: 0;
	padding: 20px 0px 10px 0px;
}

#footer dt{
	font-weight: bold;
	border-bottom: #8ce7bb 1px dotted;
}

#footer dd{
	margin: 3px 0px 0px 10px;
	padding: 0;
}

#footer p{
	text-align: right;
	margin: 3px 0px 0px 10px;
	padding: 0;
}



/*-- INFORMATION --*/
#info p{
	margin: 0;
	padding: 0;
	text-align: right;
}

#info #copyright{
	color: #999;
}

#info #arunke img{
	border: none;
}






/* FLOAT 解除
-------------------------------------------------------------------------*/
.part-body:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.part-body{display:inline-table;zoom:1;}
/* \*/
* html .part-body{height:1%;}
.part-body{display:block;}
/* */
