@charset "UTF-8"


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}


body {
	background: #FFF;
	margin: 0;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


/* clearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
	min-height: 1px;
	}

* html .clearfix {
	height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
	}



/* 基本フォント -------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 1.7em;
}

.small {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #666;
	font-size: 10px;
	line-height: 1.7em;
}


h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 0.8em;
	margin: 0px;
	padding: 0px;
}

h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

/* Opera 9 */
;;body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* Internet Explorer 7 */
*:first-child+html body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* Internet Explorer 6 or sooner */
* html body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}




/* --------------------------------------------------------------------------------------
 フォント
--------------------------------------------------------------------------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #666;
	background: #FF6;
}
a:visited {
	color: #666;
	background: #FF6;
}
a:hover {
	color: #666;
	background: #FF6 url(../images/dot.gif) repeat-x bottom;
}
a:active {
	color: #666;
	background: #FF6 url(../images/dot.gif) repeat-x bottom;
}

::-moz-selection{
	background:#FF6;
	color: #666;
}

::selection{
	background:#FF6;
	color: #666;
}


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

#layout {
	text-align: center;
}

#container {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding-bottom: 30px;
}


/* ヘッダー -------------------- */

#head {
	height: 180px;
	margin: 0;
	background:url(../images/header_bg.gif) repeat;
}

#head-inner {
	width: 800px;
	height: 155px;
	margin: auto;
}

#header-l {
	margin:76px 0 0;
	float:left;
}

#header-r {
	width:300px;
	margin:71px 0 0 0;
	float:right;
}


/* ヘッダーコンタクト -------------------- */

#address1-l {
	width:246px;
	height:14px;
	float:left;
}

/* 地図ボタン */

#address1-r {
	float:left;
}

#address1-r a {
	display: block;
	width: 38px;
	height: 14px;
	background: url(../images/btn_map_on.gif) 0 0 no-repeat;
}

undotted a:active {
	color: #666;
}


#address1-r a:hover img {
	visibility: hidden;
}

#address2-l {
	width:188px;
	height:14px;
	float:left;
}

/* お問い合わせボタン -------------------- */

#address2-r {
	float:right;
}

#address2-r a {
	display: block;
	width: 112px;
	height: 14px;
	background: url(../images/btn_contact_on.gif) 0 0 no-repeat;
}

#address2-r a:hover img {
	visibility: hidden;
}


/* ヘッダーナビゲーション -------------------- */

#head-menu {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	clear:both;
}
	
#head-navi li {
	float: left;
}


/* メニュー [ HOME ] -------------------- */


#nav-home a {
	display: block;
	width: 80px;
	height: 25px;
	background: url(../images/btn_home_on.gif) 0 0 no-repeat;
	border-bottom:none;
}

#nav-home a:hover img {
	visibility: hidden;
}


/* メニュー [ WORKS ] -------------------- */


#nav-works a {
	display: block;
	width: 81px;
	height: 25px;
	background: url(../images/btn_work_on.gif) 0 0 no-repeat;
}

#nav-works a:hover img {
	visibility: hidden;
}


/* メニュー [ ABOUT US ] */

#nav-about img {
	border: none;
}

#nav-about a {
	display: block;
	width: 99px;
	height: 25px;
	background: url(../images/btn_about_on.gif) 0 0 no-repeat;
}

#nav-about a:hover img {
	visibility: hidden;
}


/* メニュー [ BLOG ] */

#nav-blog img {
	border: none;
}

#nav-blog a {
	display: block;
	width: 80px;
	height: 25px;
	background: url(../images/btn_blog_on.gif) 0 0 no-repeat;
}

#nav-blog a:hover img {
	visibility: hidden;
}


/* メインボディー -------------------- */

#main {
	width: 100%;
	background: #F2F2F2;
}

#main-body {
	width: 800px;
	height: 253px;
	margin: 0 auto;
	background: url(../images/top_photo.gif) right no-repeat;
}

#main-ph {
	margin: 50px 0 0;
}

#main-body2 {
	width: 856px;
	height: 100%;
	margin: auto;
}

.page-subtitle {
	margin: 30px  0 20px 36px;
}

#main-contents1 {
	width: 370px;
	margin: 0px 0 0;
	padding: 50px 0 0;
}

#main-contents2 {
	margin: 45px 0 0;
}


/* Recruit -------------------- */

#recruit {
	width: 800px;
	margin: 20px auto;
}

#recruit h1 {
	width: 800px;
 margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	 text-align: center;
}

#recruit th {
	width: 110px;
	height: 100%;
	float: left;
	padding: 10px;
	border-top: 1px dotted #999;
	text-align: left;
}

#recruit td {
	width: 650px;
	float: right;
	padding: 10px;
	border-top: 1px dotted #999;
}




/* NEW WORKS -------------------- */

#new {
	width: 872px;
	margin: 0 auto;
	_padding-left: 36px;
}


/* NEW WORKS サムネイル -------------------- */

.thumb{
	height: 126px;
	margin-left: 36px;
	}
	
.thumb li {
	height: 80px;
	margin: 0 36px 0 0;
	float: left;
}





/* MORE -------------------- */

#more {
	width: 800px;
	margin: 30px auto 0;
	clear: both;
	text-align: right;
}

#more a {
	width: 41px;
	height: 11px;
	background: url(../images/btn_more_on.gif) 0 0 no-repeat;
}

#more a:hover img {
	visibility: hidden;
}


/* Footer -------------------- */

#footer {
	width:800px;
	height:17px;
	margin: 20px auto 10px;
	clear:both;
}

#copyright {
	width:783px;
	margin:5px 0 0;
	float:left;
}

#pagetop {
	width:17px;
	float: right;
}

#pagetop a {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/pagetop_on.gif) 0 0 no-repeat;
}

#pagetop a:hover img {
	visibility: hidden;
}
