/* -----------------------------------------------
 * 株式会社ウィネット
 * design CSS
 *
 * LastUpdate : 2010/02/26
----------------------------------------------- */


/* 共通項目 */
body {
	margin: 0 0 20px 0;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #FFFFFF;
}

#base {
	background-image: url(../img/bg_base.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	text-align: center;
}

#head {
	width: 900px;
	margin: 0 auto;
}

.head_menu {
	height: 30px;
	background-image: url(../img/menu_bg.gif);
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
}

.head_menu ul{
	margin: 0;
	padding: 0;
}

.head_menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

.head_menu_right {
	text-align: right;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
}

#main {
	width: 898px;
	margin: 0 auto 20px auto;
	text-align: left;
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	display: inline-block;
}

#foot {
	width: 900px;
	margin: 0 auto;
}

table.footer_table {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
}

.footer {
	font-size: 12px;
	line-height: 18px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: bottom;
}

.navi {
	font-size: 12px;
	padding: 5px 20px;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-bottom-color: #3399CC;
}

.main_box {
	width: 580px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 159px;
	display: inline-block;
}

.title {
	width: 860px;
	margin: 10px 19px;
	padding: 0;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #3399CC;
	padding: 3px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #3399CC;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3399CC;
	border-bottom-color: #3399CC;
	padding: 3px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;	
}

em {
	font-size: 10px;
}

/* TOP */
.top_copy{
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.top_copy p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	text-indent: 1em;
}

/* 会社概要 */
#company dl{
	width: 580px;
	margin-top: 0px;
	display: inherit;
}

#company dl dt{
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	padding: 5px;
}

#company dl dd{
	float: left;
	width: 360px;
	padding: 5px;
	margin: 0;
}
 
#company ul {
	float: left;
	margin-top: 20px;
}

/* 会社概要--所在地 */
#add dl{
	width: 580px;
	margin: 0px;
}

#add dl dd {
	margin: 0 0 0 20px;
	padding: 5px;
}

/* google map */
.clsMap {
	width: 470px;
	height: 260px;
	border: 1px solid #606060;
	margin-top: 5px;
	margin-bottom: 50px;
	margin-left: 60px;
}

/* プライバシーポリシー */
#privacy p {
	text-indent: 12px;
}

#privacy ol{
	list-style-type:decimal;
	list-style-position:outside;
	margin: 20px;
	padding-left: 30px;
}

#privacy ol li{
	margin: 10px 0;
}

#privacy dl{
	text-align: center;
	margin: 20px;
	padding: 0;
}

#privacy dl dt{
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
}


/* 業務内容 左メニュー */
#business{
	display: inline-block;
}

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	height: 450px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 20px;
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	color: #666666;
	cursor: hand;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCCCCC;
	background-image: url(titlebar.gif);
	background-repeat: repeat-x;
	background-position: left center;
	margin-top: 0;
	margin-bottom: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: none !important;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(titlebar-active.gif);
	background-color: #96DBF0;
	font-weight: bold;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0;
}

.arrowlistmenu ul li{
	background: url(arrow-right.gif) center left no-repeat;
	padding-left: 15px;
	margin-left: -20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.arrowlistmenu ul li a{
	color: #3399CC;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.arrowlistmenu ul li a:visited{
	color: #3399CC;
}

.arrowlistmenu ul li a:hover{
	width:auto;
	color: #3399CC;
	background-color: #F3F3F3;
}

.arrowlistmenu .a_non a{
	color: #333333;
	font-weight: normal;
}

.arrowlistmenu .a_non a:visited{
	color: #333333;
	font-weight: normal;
}
.arrowlistmenu .a_non a:hover{
	color: #333333;
	font-weight: normal;
	cursor: default;
	background-color: #FFFFFF;
}
.kome {
	font-size: 60%;
	color: #333333;
}

/* 業務内容 本文 */
.business_box {
	width: 580px;
	font-size: 12px;
	line-height: 18px;
	margin-left: 250px;
}

.business_box p {
	margin-bottom: 30px;
}

.business_box ul{
	margin: -20px 0 10px 50px;
	padding: 0;
}

.business_box dl{
	margin: 0 2em 30px 2em;
}

.business_box dl dt{
	font-weight: bold;
	color: #3399CC;
}

.business_box dl dd{
	margin-left: 1em;
	margin-bottom: 15px;
}

.inyou {
	font-size: 10px;
	text-align: right;
}


/* サイトマップ */
#sitemap {
	font-size: 12px;
	line-height: 18px;
}

#sitemap ul {
	margin-top: 0px;
	list-style-type: none;
}

#sitemap ul li {
	margin-bottom: 10px;
	list-style-image: url(bullet01.gif);
}

#sitemap ul li ul li {
	list-style-image: url(bullet02.gif);
}

#sitemap ul li ul li ul li {
	list-style-image: url(spacer.gif);
	list-style-position: outside;
	background: url(arrow-right.gif) center left no-repeat;
	margin-left: -20px;
	padding-left: 15px;
}

#sitemap ul li ul li ul li.leftside {
	float: left;
	margin-bottom: 0px;
}

#sitemap ul li ul li ul .rightside {
	margin-left: 250px;
	margin-bottom: 0px;
}

