<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Share Style[
----------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 0.9em;
	color: #333;
	background-color: #cf9;
	padding: 0;
	line-height: 1.8;
	background-image: url('../img/back.png');
}
html{
	overflow: scroll;
}

h2{
	margin: 5px 15px 5px 15px;
	font-size: 1.5em;
	color: #333;
}
h3{
	font-size: 1em;
	border-bottom: 1px solid;
	border-left: 7px solid;
	margin: 5px 15px 10px 15px;
	padding-left: 5px;
	color: #333;
	border-color: #999;
}
h4{
	margin: 5px 15px 5px 15px;
	font-size: 1em;
	color: #333;
}

p,li,dt,dl{
	line-height: 1.3;
}
p{
	margin: 5px 15px 10px 15px;
}
li{
	list-style-type: none;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
}
address{
	font-style: normal;
}
.clear{
	clear: both;
}
.tune{
	color: #03c;
}
.asi{
	color: #c30;
}
hr{
	margin-left: 15px;
	margin-right: 15px;
}



/*
Link Color[
-----------------------------------------------------------------*/ 
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	background-color: #f90;
}
.main a{
	text-decoration: underline;
	color: #00F;
}
.main a:visited{
	color: #909;
}
.logoatorie a:hover{
	background-color: #fff;
}
.logoasi a:hover{
	background-color: #fff;
}

/*
Page[
----------------------------------------------------------------- */
#page{
width: 780px;
margin: 0 auto 0 auto;
padding: 10px 0 10px 0;
background-color: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

/*
Header[
----------------------------------------------------------------- */
#header{
}
.lineheader{
	height: 20px;
	font-size: 12px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding-left: 5px;
}
.logoatorie{
	width: 150px;
	height: 110px;
	float: left;
	margin-bottom: 5px;
}
.logoasi{
	width: 150px;
	height: 110px;
	float: right;
	margin-bottom: 5px;
}

.info{
	float: left;
}



/*
menucompany[ヘッダーの会社概要メニュー
----------------------------------------------------------------- */
.menucompany{
	width: 780px;
	text-align: center;
	font-size: 16px;
	height: 30px;
	background-image: url('../img/menubar.png');
}
.menucompany li{
	float: left;
}
.menucompany a{
	width: 130px;
	padding-top: 5px;
	height: 25px;
	display: block;
	color: #fff;
	
}
.menucompany a:hover{
	background-color: #f90;
	color: #333;
}

.menusite{
	float: right;
	text-align: right;
}
.menusite a{
	text-decoration: underline;
}


/*
footer[フッターの内容
----------------------------------------------------------------- */
#footer{
	text-align: center;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

/*
menuski[左側のチューンナップのメニュー
----------------------------------------------------------------- */
.menuski{
	width: 130px;
	float: left;
	margin: 0;
	font-size: 12px;
}
.menuskititle a{
	width: 125px;
	margin: 0 0 0px 0;
	height: 25px;
	display: block;
	background-color: #69f;
	color: #fff;
	border-top: 2px solid #006;
	padding-top: 9px;
	padding-left: 5px;
}
.menuskititle a:hover{
	background-color: #f90;
	color: #333;
	
}
.menuskilist a{
	width: 110px;
	margin: 0;
	height: 25px;
	display: block;
	background-color: #9cf;
	padding-top: 9px;
	padding-left: 20px;
	
}
.menuskilist a:hover{
	background-color: #f90;
}

/*
menufoot[右側の足本舗のメニュー
----------------------------------------------------------------- */
.menufoot{
	margin: 0 0px 0;
	width: 130px;
	font-size: 12px;
}
.menufoottitle a{
	width: 125px;
	margin: 0 0 0px 0;
	height: 25px;
	display: block;
	background-color: #c00;
	color: #fff;
	border-top: 2px solid #600;
	padding-top: 9px;
	padding-left: 5px;
}
.menufoottitle a:hover{
	background-color: #f90;
	color: #333;
}
.menufootlist a{
	width: 110px;
	margin: 0;
	height: 25px;
	display: block;
	background-color: #fcc;
	color: #333;
	padding-top: 9px;
	padding-left: 20px;
}
.menufootlist a:hover{
	background-color: #f90;
	
}





</pre></body></html>