@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

h1{
	font-weight:bold;
	font-size: 1.5em;
	color: #F8911C;
	}
	
img.center{
	margin:20px 0px 20px 50px;
	}
	
.orenge{
	color: #F8911C;
	}
	
.sentens{
	line-height:2em;
	}
li{
	list-style-type:none;
	}
	
h2{
	font-size:1.2em;
	color: #FFF;
	background: #F8911C;
	padding: 0px 3px;
	margin-bottom:5px;
	width: 30px;
	font-weight:normal;
	}
/* ++++++++++++++++++++++++++++++++++++
リンク指定
+++++++++++++++++++++++++++++++++++++++ */

a:link{
color: #F8911C;
text-decoration: underline;
}

a:visited{
color: #999;
text-decoration: underline;
}

a:hover{
color: #999;
text-decoration: underline;
}


/* ++++++++++++++++++++++++++++++++++++
レイアウト指定
+++++++++++++++++++++++++++++++++++++++ */
/*--全体のフォントサイズなど--*/
body{
font-size: 80%;
text-align: center;
font-family: "MS UI Gothic",sans-serif;
padding: 0;
margin: 0;
}

#global{
	width: 810px;
	text-align: left;
	margin: 0em auto 0 auto;
}

#shadow{
	width: 810px;
	text-align: left;
	background: url(img/shadow.gif) repeat-y;
}

#shadow-x{
	width: 810px;
	height:10px;
	background: url(img/shadow-x.gif) repeat-x;
}

#shadow-cross{
	width: 10px;
	height: 10px;
	background: url(img/shadow-r.gif) no-repeat;
	margin-left:800;
}
	
/*-- 全体を囲んでいます --*/
#wrapper{
text-align: left;
width: 800px;
}

/*-- ヘッダー部分*/
#header{
height: 155px;
background: url(img/header.jpg) no-repeat;
}

/*-- コンテナー部分 --*/
#container{
width: 100%;
position: relative;
background-color: #FFF;
border: solid 1px silver;
}

/*-- コンテンツ部分 --*/
#contents{
padding: 2em 50px;
}

/*-- フッター部分 --*/
#footer{
width: 100%;
padding: 0.5em 0;
margin-top: 20px;
border-top: 1px solid silver;
text-align:center;
clear: both;
}

/*-- 右コンテンツ部分 --*/
#rightside{
	width:630px;
	height:auto;
	padding-top:135px;
	float:left;
}

/* ++++++++++++++++++++++++++++++++++++
メニュー部
+++++++++++++++++++++++++++++++++++++++ */

#leftside{
	width:148px;
	height:700px;
	padding-top:155px;
	float:left;
	}
#menu{
	padding-top:10px;
	}

#l-footer{
	position:absolute;
	bottom:40px;
}

#header ul#headerList li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 148px;
	height: 20px;
	margin-top:20px;
}

#menu a:hover{
	color:#F8911C;
	text-decoration: underline;
	}

#header ul#headerList li.home a {
	background: url(menuimg/top-n.gif) left top no-repeat;
}
#header ul#headerList li.menu01 a {
	background: url(menuimg/shopping-n.gif) left top no-repeat;
}
#header ul#headerList li.menu02 a {
	background: url(menuimg/about-n.gif) left top no-repeat;
}
#header ul#headerList li.menu03 a {
	background: url(menuimg/news-n.gif) left top no-repeat;
}
#header ul#headerList li.menu04 a {
	background: url(menuimg/press-n.gif) left top no-repeat;
}
#header ul#headerList li.menu05 a {
	background: url(menuimg/access-n.gif) left top no-repeat;
}
#header ul#headerList li.menu06 a {
	background: url(menuimg/us-n.gif) left top no-repeat;
}
#header ul#headerList li.menu07 a {
	background: url(menuimg/contact-n.gif) left top no-repeat;
}

#header ul#headerList li a:hover {
background-position: right top;
}



/* ++++++++++++++++++++++++++++++++++++
ヘッダー部
+++++++++++++++++++++++++++++++++++++++ */

#kissu-logo{
	padding-top:35px;
	}

/* ++++++++++++++++++++++++++++++++++++
トップ部
+++++++++++++++++++++++++++++++++++++++ */

#main-v{
	width:800px;
	background: url(img/main_photo.jpg) no-repeat;
	}
	
#bt{
	width: 760px;
	padding-top:570px;
	padding-bottom:10px;
	margin-left:20px;
	border-bottom: solid 1px silver;
}

#news{
	text-align:left;
	clear:both;
	}

#news-head{
	width: 278;
	padding: 5px 20px 80px 20px;
	float: left;
}

#incrude{
	padding-top: 10px;
	width: 450px;
	height: auto;
	float:left;
}

#more{
	text-align:right;
	}
	
.mini{
	text-align:left;
	}

#bt ul#head-List{
	width:160px;
	height: 61px;
	margin-left: 310px;
}

#bt ul#head-List li {
	float: left; 
	margin-right: 15px;
}  
	
#bt ul#head-List li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 61px;
	height: 54px;
}

#bt ul#head-List li.home a {
	background: url(img/enter-n.gif) left top no-repeat;
}
#bt ul#head-List li.menu01 a {
	background: url(img/shop-n.gif) left top no-repeat;
}

#bt ul#head-List li a:hover {
background-position: right top;
}

/* ++++++++++++++++++++++++++++++++++++
フッター部
+++++++++++++++++++++++++++++++++++++++ */

.cle{
	color: #999;
	font-size: 0.8em;
	}
