﻿@charset "utf-8";
/*フォーマットスタイル*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 8.5pt;
	line-height: 1.5em;
}
#warapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

li a:focus {
    outline: none;/*---firefox対策---*/
} 

/*ヘッダースタイル*/
#header {
	height: 80px;
	width: 770px;
	margin-left: 25px;
}
#header h1 {
	float: left;
	margin: 25px 0px 0px 20px;
	display: inline;
}

#header .contact {
	float: right;
	margin-top: 60px;
}
#header .contact .first {
	border-left: medium none;
}

#header .contact li {
	display: inline;
	list-style: none;
	border-left: 1px solid #000000;
}
/*ヘッダーリンクスタイル*/
#header .contact a {
	font-size: 90%;
	text-decoration: none;
	margin-left: 5px;
	color: #000000;
	letter-spacing: -1pt;
}
#header .contact a:hover {
	color: #ff3300;
}

/*ナビスタイル*/
#navi {
	height: 20px;
	width: 820px;
	background-image: url("../image/top_image/navibg.gif");
	background-repeat: repeat-x;
	border-bottom: 5px solid #000000;

}
#navi #navi_inner ul {
	margin-left: 25px;
}

#navi_inner li {
	float: left;
	list-style: none;
	margin-left: 5px;
}

/*ナビリンクスタイル*/
#navi_inner .mainNavi01 a {
	display: block;
	width: 80px;
	height: 20px;
	text-indent: -1000px;
	background-image: url("../image/top_image/home.gif");   
}
#navi_inner .mainNavi01 a {    
    background-position: top right;
}
#navi_inner .mainNavi02 a {
	display: block;
	width: 80px;
	height: 20px;
	text-indent: -1000px;
	background-image: url("../image/top_image/aboutcellini.gif");   
}
#navi_inner .mainNavi02 a:hover {    
    background-position: top right;
}

#navi_inner .mainNavi03 a {
	display: block;
	width: 80px;
	height: 20px;
	text-indent: -1000px;
	background-image: url("../image/top_image/merchandise.gif");
}
#navi_inner .mainNavi03 a:hover {    
    background-position: top right;
}
#navi_inner .mainNavi04 a {
	display: block;
	width: 80px;
	height: 20px;
	text-indent: -1000px;
	background-image: url("../image/top_image/aboutcompany.gif");
}
#navi_inner .mainNavi04 a:hover {    
    background-position: top right;
}
#navi_inner .mainNavi05 a {
	display: block;
	width: 80px;
	height: 20px;
	text-indent: -1000px;
	background-image: url("../image/top_image/contact.gif");
}
#navi_inner .mainNavi05 a:hover {    
    background-position: top right;
}
#topimage {
	border-top: 5px solid #000000;
	height: 370px;
	background-image: url(../image/top_image/topimagebg.gif);
}
#topimage  .topimage_inner  {
	text-align: center;
}

#warapper_under {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}


/*コンテンツスタイル*/
#content {
	height: 260px;
	width: 820px;
}

/*メインコンテンツスタイル*/
#main_content {
	height: 260px;
	width: 500px;
	float: left;
}

#main_content h2 {
	margin-top: 30px;
}
#main_content ul {
	margin-top: 15px;
}
#main_content li {
	float: left;
	list-style: none;
}
#main_content .micro02 {
	margin-left: 10px;
}

/*メインコンテンツリンクスタイル*/
#main_content .micro01 a {
	display: block;
	width: 225px;
	height: 170px;
	text-indent: -1000px;
	background-image: url("../image/top_image/microlite.jpg");
}
#main_content .micro01 a:hover {    
    background-position: top right;
}
#main_content .micro02 a {
	display: block;
	width: 225px;
	height: 170px;
	text-indent: -1000px;
	background-image: url("../image/top_image/microliteglider.jpg");
}
#main_content .micro02 a:hover {    
    background-position: top right;
}

/*サブコンテンツスタイル*/
#sub_cotent {
	height: 260px;
	width: 320px;
	float: right;
}
#sub_cotent h2 {
	margin-top: 30px;
}
#sub_cotent dt {
	color: #CC0000;
	margin-top: 5px;
	font-size: 102%;
	font-weight: bold;
}
#sub_cotent dd {
	font-size: 102%;
}

#sub_cotent dd a {
	color: #a9a9a9;
}

#sub_cotent dd a:hover{
	color: #696969;
}

/*フッタースタイル*/
#footer {
	height: 70px;
	width: 820px;
}
#footer_inner {
	width: 820px;
	height: 70px;
	background-image: url("../image/top_image/footerbg.gif");
	background-repeat: repeat;
}
#footer_inner .privacy {
	padding-top: 10px;
}

#footer_inner .privacy ul {
	margin-left: 10px;
}

#footer_inner .privacy li {
	list-style: none;
	display: inline;
}

/*フッターリンクスタイル*/
#footer_inner .privacy a {
	font-size: 90%;
	text-decoration: none;
	margin-left: 3px;
	color: #ffffff;
	letter-spacing: -1pt;
}
#footer_inner .privacy a:hover {
	color: #cccccc;
}

