@charset "utf-8";
/*
Theme Name: natsume css
Theme URL: http://www.mflens.co.jp/
Description: base.CSS
Version: 1.0
Author: 夏目光学株式会社
Author URL: http://www.mflens.co.jp/
*/

/* CSS Document */
/* 共通タグ
----------------------------- */
p {
margin:0 0 10px 0;
padding:0;
line-height:150%;
color:#333333;
font-size:12px;
}
a {
color:#0000CC;
text-decoration:none;
outline:none;
}
a:hover {
color:#FF9900;
text-decoration:none;
outline:none;
}
/* 大枠
----------------------------- */
#container {
width:700px;
margin:0 auto;
padding:0;
overflow: hidden;
}
#container:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/*\*/
* html #container {
height: 1em;
overflow: visible;
}
/**/
#header {
width:700px;
margin:0;
padding:0;
}
#header h1 {
width:700px;
height:127px;
margin:0;
padding:0;
text-indent:-9999em;
background:url(../img/public/k-header.jpg) no-repeat top right;
display:block;
}
#header h1 a {
width:700px;
height:127px;
margin:0;
padding:0;
display:block;
}
#mainbox {
width:698px;
margin:10px 0 0 0;
padding:0;
border:#999999 1px solid;
overflow: hidden;
}
.pankuzu {
width:688px;
height:17px;
margin:0;
padding:2px 0 0 10px;
background:url(../img/public/pan.jpg) no-repeat top left;
font-size:10px;
color:#FFFFFF;
}
.pankuzu a {
color:#FFFFFF;
}
#mainbox:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/*\*/
* html #mainbox {
height: 1em;
overflow: visible;
}
/**/
#main {
float:left;
width:460px;
margin:0;
padding:0 0 0 10px;
overflow: hidden;
}
#main:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/*\*/
* html #main {
height: 1em;
overflow: visible;
}
/**/
#footer {
clear:both;
width:698px;
height:19px;
margin:20px 0 0 0;
padding:0;
text-indent:-9999em;
background:url(../img/public/k-footer.jpg) no-repeat top right;
}