@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: bpld;
	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;
	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 { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}

#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 { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}

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


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

#head-menu {
	width: 800px;
	height: 25px;
	margin: 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 { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}

#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 { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}

#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 { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}

#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 { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}

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



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

#main-body {
	width: 800px;
	height: 100%;
	margin: auto;
}

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

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

.page-subtitle {
	padding: 0 0 6px;
	margin: 0 0 10px;
	background: url(../images/dot2.gif) repeat-x bottom;
	clear:both;
}

.page-subtitle2 {
	width:800px;
	padding: 0 0 6px;
  	background: url(../images/dot2.gif) repeat-x bottom;
	margin: 40px 0 10px 28px;
	clear:both;
}

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

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




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

.thumb{
	width: 828px;
	margin-left:28px;
	}

.thumb li{
	height: 80px;
	margin: 0 28px 20px 0;
	float: left;
}

.thumb a {
	background: none;
}

#works-tbox {
	width: 600px;
	margin:20px auto;
}



/* --------------------------------------------------------------------------------------
 ABOUT US
--------------------------------------------------------------------------------------- */

/* ナビゲーション -------------------- */

#about-menu {
	height: 18px;
	margin:0 0 35px;
	line-height: normal;
}

#about-menu ul#about-nav li {
	list-style: none;
	display: block;
	padding: 0;
	float:left;
	text-indent: -9999px;
	height: 18px;
}

#about-menu ul#about-nav li a {
	display: block;
	text-decoration: none;
	padding: 0;
	height: 18px;
	background: url(../images/about_menu.gif) no-repeat;
}

#about-menu ul#about-nav li#nav-profile			{ width: 75px; }
#about-menu ul#about-nav li#nav-president		{ width: 90px; }

#about-menu ul#about-nav li#nav-profile a		{ background-position: 0 0; }
#about-menu ul#about-nav li#nav-president a		{ background-position: -75px 0; }

#about-menu ul#about-nav li#nav-profile a:hover		{ background-position: 0 100%; }
#about-menu ul#about-nav li#nav-president a:hover	{ background-position: -75px 100%; }

#about-menu ul#about-nav li#nav-profile.current		{ background: url(../images/about_menu.gif) 0 100%; }
#about-menu ul#about-nav li#nav-president.current	{ background: url(../images/about_menu.gif) -75px 100%; }



/* 会社概要 -------------------- */

.table-company {
	width: 420px;
	margin:0 0 40px 0;
	font-size: 12px;
	float: left;
}

.table-company th{
	width: 80px;
	text-align:left;
	vertical-align:top;
	padding: 3px 0;
}

.table-company td{
	padding: 3px 0;
}

#office-ph{
	margin: 10px 0 0;
	float: right;
}

.business {
	width:800px;
	margin:0 0 50px;
}


#links {
	width: 800px;
}

#links img {
	margin:0 10px 0 0;
}

#links a {
	background: none;
}





/* President -------------------- */

#president-l {
	width: 250px;
	margin:0;
	float: left;
}

#president-r {
	width: 510px;
	margin:0 0 70px;
	float: right;
}




/* 地図 -------------------- */

#map-body {
	width:520px;
}

#map {
	width:480px;
	height:380px;
	margin:20px auto 10px;
}

#map-body2 {
	width:480px;
	margin:auto;
}

#map-footer {
	width:480px;
	height:17px;
	margin:25px auto 0;
}

#map-footer-l {
	width:463px;
	margin: 5px 0 0;
	float:left;
}

#map-footer-r {
	width:17px;
	float:right;
}

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

#map-footer-r a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}

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


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

#footer {
	width:800px;
	margin: 50px 0 0;
	clear:both;
}

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

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

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

#pagetop a:hover { /* IE6で動作させるために必要な記述 */
	background-color: #FFF;
}

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