@charset "utf-8";

/* layout*/

* { margin: 0px;}

html, body {
	height: 100%;
}

body{
    background-color: #ffffff;
    margin:0px;
    padding:0px;
    font-size: 12px;
}

img { border: 0px;
}
img .border { border: 1px solid #cccccc;
}


a {
	color:#9e0101;
}

a:hover {
	color: #d5624a;
}



/*-------p style-----------*/
p {
	margin: 0px;
	padding: 5px;
	color:#333333;
}

p.white {
	color: #ffffff;
}

p.white_b {
	color: #ffffff;
	font-weight: bold;
}

p.gray_b {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}

p.blue_b {
	color: #01768f;
	font-weight: bold;
}

p.subt {
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
}

.caption {
	font-size: 10px;
	color:#666666;
}

/*------------------------*/


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

.clearfix {
  min-height: 1px;
}

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

.clear {
	clear: both;
	width: 100%;
}

/*---------container------------*/
#container {
	width: 900px;
	position: relative;
	background-color: #ffffff;
	background-image: url('../images/bg_header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	margin:100px auto 0px auto;
}


/*---------- header ---------*/
#header {
	width:900px;
	height: 20px;
	margin: 0px;
	padding: 40px;
}
#header #logoarea {
	width: 130px;
	height: 20px;
	float:left;
}
#logoarea a {
	display:block;
	width:130px;
	height:20px;
	float:left;
	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	text-indent: -99999px;
	overflow: hidden;
}

#header #naviarea {
	float:left;
	width: 670px;
	text-align: right;

}


/*--------- menu -------------*/
#menu {
	width:130px;
	float: left;
	background-color:#ffffff;
	color: #ffffff;
	padding: 0px;
	margin-right: 20px;
	_margin-right: 10px;
	margin-left: 40px;
	_margin-left: 20px;
}

.blend_menu {
	clear: both;
	margin: 0;
	padding: 0;
}
.blend_menu li {
	display: inline;
}

.blend_menu li a.b_about {
	display: block;
	text-indent: -9999px;
	width: 35px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url('../images/menu/about.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#m_about{background-position:0 0;}
#m_about:hover,#m_about.hover{background-position:0 -12px;}


.blend_menu li a.b_work {
	display: block;
	text-indent: -9999px;
	width: 32px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url('../images/menu/work.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#m_work{background-position:0 0;}
#m_work:hover,#m_work.hover{background-position:0 -12px;}


.blend_menu li a.b_material {
	display: block;
	text-indent: -9999px;
	width: 47px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url('../images/menu/material.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#m_material{background-position:0 0;}
#m_material:hover,#m_material.hover{background-position:0 -12px;}



.blend_menu li a.b_gallery {
	display: block;
	text-indent: -9999px;
	width: 78px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url('../images/menu/gallery.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#m_gallery{background-position:0 0;}
#m_gallery:hover,#m_gallery.hover{background-position:0 -13px;}


.blend_menu li a.b_contact {
	display: block;
	text-indent: -9999px;
	width: 44px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url('../images/menu/contact.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#m_contact{background-position:0 0;}
#m_contact:hover,#m_contact.hover{background-position:0 -12px;}


/*---------cut--------------------*/
#cut {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 130px;
	height: 10px;
	background-image: url('../images/cut.jpg');
}

/*-----------banner--------------*/
#banner {
	margin-top: 10px;
	width: 130px;
	color: #666666;
	font-size: 10px;
}

/*-----------contents-------------*/
#maincontents {
	width: 650px;
	background-color: #ffffff;
	float: left;
}



#topphoto {
	width: 650px;
	height: 300px;
	background-image: url('../images/top/topphoto02.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:10px;
}

#topphotocap {
	font-size: 10px;
	color: #666666;
	text-align: right;
}

/*--------h2 title----------*/

h2.about {
	width: 650px;
	height: 50px;
	background-image: url('../images/title_about.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2.work {
	width: 650px;
	height: 50px;
	background-image: url('../images/title_work.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2.gallery {
	width: 650px;
	height: 50px;
	background-image: url('../images/title_gallery.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2.material {
	width: 650px;
	height: 50px;
	background-image: url('../images/title_material.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2.contact {
	width: 650px;
	height: 50px;
	background-image: url('../images/title_contact.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/*---------TickerLayout-----------*/

#news {
height:29px;
margin-top:30px;
padding:0px;
line-height:29px;
font-size:11px;
color:#999999;
list-style-type: none;
background:url('../images/top/bg_news.jpg') top left no-repeat;
}
 
#news li{
padding:0 0 0 55px;
}

#news li a {
	color:#999999;
	text-decoration: none;
	border-bottom:1px dotted #999999;
}
#news li a:hover {
	color:#555555;
	text-decoration: none;
	border-bottom:1px dotted #555555;
}


#news li span{
margin-left:10px;
}

/*---------about-----------*/
.aboutphoto {
	width: 650px;
	height: 305px;
	background-image: url('../about/images/photo01.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

.hipotanphoto {
	clear: both;
	margin-top: 20px;
	width: 650px;
	height: 182px;
	background-image: url('../about/images/hipotan.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*----------work box----------*/
#work_box {
	width: 650px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	_margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#work_box .work01{
	float: left;
	width: 214px;
	height: 150px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#work_box .work01 a {
	width: 214px;
	height: 150px;
	display: block;
	background-image: url('../images/btn_work01.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

#work_box .work02{
	float: left;
	width: 214px;
	height: 150px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#work_box .work02 a {
	width: 214px;
	height: 150px;
	display: block;
	background-image: url('../images/btn_work02.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}


#work_box .work03{
	float: left;
	width: 214px;
	height: 150px;
}

#work_box .work03 a {
	width: 214px;
	height: 150px;
	display: block;
	background-image: url('../images/btn_work03.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}


#work_box .work04{
	float: left;
	width: 214px;
	height: 150px;
	margin-right: 3px;
}

#work_box .work04 a {
	width: 214px;
	height: 150px;
	display: block;
	background-image: url('../images/btn_work04.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}


#work_box .work05{
	float: left;
	width: 214px;
	height: 150px;
	margin-right: 3px;
}

#work_box .work05 a {
	width: 214px;
	height: 150px;
	display: block;
	background-image: url('../images/btn_work05.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}


#work_box .work06{
	float: left;
	width: 214px;
	height: 150px;
}

#work_box .work06 a {
	width: 214px;
	height: 150px;
	display: block;
	background-image: url('../images/btn_work06.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

.work_title {
	clear: both;
	margin-top: 25px;
	_margin-top : 12px;
	width: 650px;
	height: 45px;
	background-image: url('../images/work/bg_work.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 18px;
	font-weight: bold;
	text-indent: 40px;
	color: #333333;
	padding-top: 5px;
	text-shadow : 1px 1px 2px #666666;
}

#work_samplebox {
	width: 650px;
	border-bottom: 1px dotted #cccccc;
	margin-top: 10px;
	padding-bottom: 10px;
}

#work_samplebox #sampleimage {
	width: 310px;
	height: 250px;
	float: left;
}

#work_samplebox #msampleimage {
	width: 140px;
	height: 325px;
	float: left;
}

#work_samplebox #ipsampleimage {
	width: 220px;
	float: left;
}

#work_samplebox #sampletext {

}


/*------------CONTACT---------------*/

.hipotanphoto_c {
	clear: both;
	margin-top: 20px;
	width: 650px;
	height: 182px;
	background-image: url('../contact/images/hipotan_c.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#mailbtn_box {
	width: 650px;
	height: 130px;
	background-image: url('../contact/images/bg_mailto.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 20px auto;
}

#mailtobtn {
	width: 480px;
	height: 100px;
	padding-top: 20px;
	padding-left: 120px;
}


#mailtobtn a.bg_mail {
	display: block;
	text-indent: -9999px;
	width: 480px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url('../contact/images/btn_mailto.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}

/*----------pagetop,backtotop-------*/
#btn_bottom {
	margin-top: 20px;
	width: 195px;
	height: 15px;
	float: right;
}

#btn_bottom #totop a.btt {
	float: left;
	display: block;
	text-indent: -9999px;
	width: 114px;
	height: 12px;
	margin: 0;
	padding: 0;
	background-image: url('../images/btn_backtotop.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	overflow: hidden;
	margin-right: 10px;
}


#btn_bottom #ptop a.pt {
	float: left;
	display: block;
	text-indent: -9999px;
	width: 71px;
	height: 12px;
	background-image: url('../images/btn_pagetop.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
}

/*-------- footer-----------*/
#footer {
	clear: both;
	width:900px;
	height: 150px;
	background-color: #ffffff;
	background-image: url('../images/bg_footer.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	color: #cccccc;
	text-indent: -99999px;
}


