@charset "utf-8";

/* ----------------------------------------------------
 reset
---------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr,acronym { 
	border: 0;
} 

address,caption,cite,pre,code,dfn,em,strong,b,u,s,i,th,var { 
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

img,
img a { 
	border: none;
}

hr {
	display: none;
}


/* ----------------------------------------------------
 base
---------------------------------------------------- */

html {
	overflow-y: scroll;
}

body { 
	color: #000;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #fff;
}

a:link,
a:visited { 
	color: #666;
	background: transparent;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #999;
	background: transparent;
	text-decoration: underline;
}

a { /* リンクの点線を消す */
	outline: none;
}

* { /* 文字拡大した時、英数字でも改行させる */
  word-wrap:break-word;
}

#pageBody {
	width: 900px;
	margin: 0 auto;
	padding: 60px 40px 30px;
	font-size: 1.4em;
	line-height: 1.8;
	text-align: left;
}

/* スマートフォンで見た時、フッターの表示切り替え部分を下げる */
@media screen and (max-device-width: 480px) and (min-device-width: 0px) {
#pageBody {
	min-height: 840px;
}
}

.clear {
	clear: both;
}

.right,
img.right {
	float: right;
	width: auto;
	padding: 0 0 20px 20px;
}

.left,
img.left {
	float: left;
	width: auto;
	padding: 0 20px 20px 0;
}

.center {
	text-align: center;
}

em {
	font-size: 1.1em;
}

blockquote {
	background: #eee;
	padding: 10px;
	border: #bbb 1px solid; 
	border-left: #bbb 5px solid;
	margin: 0;
}


/* ----------------------------------------------------
 logo
---------------------------------------------------- */

h1 a,
h1 a:link,
h1 a:visited {
	display: block;
	float: left;
	width: 167px;
	height: 45px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background: url(../images/logo.gif) no-repeat left top;
}


/* ----------------------------------------------------
 #navi
---------------------------------------------------- */

#navi {
	float: right;
	width: 600px;
	height: 45px;
	background: url(../images/navi.gif) no-repeat left top;
}

#navi li {
	float: left;
	width: auto;
	height: 45px;
}

#navi li a {
	display: block;
	width: auto;
	height: 45px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#navi li.naviHome {
	width: 75px;
}

#navi li.naviAbout {
	width: 110px;
}

#navi li.naviWorks {
	width: 110px;
}

#navi li.naviOrder {
	width: 110px;
}

#navi li.naviBlog {
	width: 90px;
}

#navi li.naviContact {
	width: 105px;
}

#navi li.naviHome a:link,
#navi li.naviHome a:visited {
	background: url(../images/navi.gif) no-repeat left top;
}

#navi li.naviAbout a:link,
#navi li.naviAbout a:visited {
	background: url(../images/navi.gif) no-repeat -75px top;
}

#navi li.naviWorks a:link,
#navi li.naviWorks a:visited {
	background: url(../images/navi.gif) no-repeat -185px top;
}

#navi li.naviOrder a:link,
#navi li.naviOrder a:visited {
	background: url(../images/navi.gif) no-repeat -295px top;
}

#navi li.naviBlog a:link,
#navi li.naviBlog a:visited {
	background: url(../images/navi.gif) no-repeat -405px top;
}

#navi li.naviContact a:link,
#navi li.naviContact a:visited {
	background: url(../images/navi.gif) no-repeat -495px top;
}

#navi li.naviHome a:active,
#navi li.naviHome a:hover {
	background: url(../images/navi.gif) no-repeat left -45px;
}

#navi li.naviAbout a:active,
#navi li.naviAbout a:hover {
	background: url(../images/navi.gif) no-repeat -75px -45px;
}

#navi li.naviWorks a:active,
#navi li.naviWorks a:hover {
	background: url(../images/navi.gif) no-repeat -185px -45px;
}

#navi li.naviOrder a:active,
#navi li.naviOrder a:hover {
	background: url(../images/navi.gif) no-repeat -295px -45px;
}

#navi li.naviBlog a:active,
#navi li.naviBlog a:hover {
	background: url(../images/navi.gif) no-repeat -405px -45px;
}

#navi li.naviContact a:active,
#navi li.naviContact a:hover {
	background: url(../images/navi.gif) no-repeat -495px -45px;
}


/* ----------------------------------------------------
 layout
---------------------------------------------------- */

#content {
	clear: both;
	overflow: hidden;
}

* #content {
	height: 1%;
}

#main {
	float: right;
	width: 600px;
	overflow: hidden;
}

* #main {
	height: 1%;
}

#side {
	float: left;
	width: 270px;
	margin-top: 30px;
	padding-right: 30px;
}


/* ----------------------------------------------------
 dl
---------------------------------------------------- */

dl {
	overflow: hidden;
}

* dl {
	height: 1%;
}

