/*ベース*/
* {
    margin: 0;
    padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 170%;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Sans Unicode","Arial,Verdana","sans-serif";
	color: #747474;
	behavior:url("csshover2.htc");
	}
img,
a img {
	border: none;
	font-size: 0px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	}
table,p,dl,dt,dd {
    border: 0;
	margin: 0;
	padding: 0;
}
ul,li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
a,a:visited {
	text-decoration: none;
	color: #616161;
}
a:hover {
	text-decoration: underline;
	}
 h1 {
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	}
h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
address, cite, dfn, em, strong, var, th, ins, del, samp {
	font-style:normal;
	font-weight:normal;
	}
	
/*コンテンツ*/
#wrapper {
	height: 100%;
	width: 100%;
	font-family:'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック' Verdana;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
#header{
	width:100%;
	height:25px;
	
}
#header .title_area{
    float:left;
}	
#header .contact_area{
    float:left;
	padding:10px 0 0 0;
	margin-left:50px;
}

#header a#btn_contact {
	width: 158px;
	height: 15px;
	float: left;
	display: block;
	overflow: visible;
	background-image:url(../img/base/img_mail.jpg);
	background-repeat: no-repeat;
	margin-right:15px;
}
#header a:hover#btn_contact {
    background-image:url(../img/base/img_mail_hover.jpg);
	background-repeat: no-repeat;
}
#contents {
	/*width: 980px;*/
	/* 100519 width調整 fukaura*/
	/*width: 930px;*/
	/* 100524 width調整 fukaura*/
	width: 100%;
	clear: both;
	padding: 0px 20px 20px 20px;
	margin: 0px auto 0px auto;
	
	}
#logobox{
	height: 53px;
	width: 149px;
	text-align: center;
	padding: 40.5px;
	}
#contents div{

	}

/*ロゴ、メニュー*/
#top-txt{
	margin-top: 10px;
	margin-bottom: 5px;
	}
#logo{
	/*background-image:url(../img/base/logo.jpg);
	background-repeat:no-repeat;*/
	width:149px;
	height: 52px;
	display:block;
	overflow: hidden;
	clear:none;
	float:left;
	}
#ul_menu {
	height: 159px;
	}
#contents #ul_menu li {
	padding: 0px;
	width:230px;
	height:19px;
	display:block;
	overflow: hidden;
	cursor: pointer;
	}
#contents #ul_menu li:hover {
	background-position: 0 -19px;
	}
#about{
	background-image:url(../img/menu/newabout.jpg);
	background-repeat:no-repeat;
	clear:none;
	float:left;
	margin-bottom: 1px;
	}
#service {
	background-image:url(../img/menu/newservice.jpg);
	background-repeat:no-repeat;
	clear: both;
	margin-bottom: 1px;
	/margin-bottom: -4px;
	_margin-bottom: -4px;
	}
#portfolio{
	background-image:url(../img/menu/newportfolio.jpg);
	background-repeat:no-repeat;
	clear: both;
	margin-bottom: 1px;	
	/margin-bottom: -4px;
	_margin-bottom: -4px;
	}
#twitter{
	background-image:url(../img/menu/newtwitter.jpg);
	background-repeat:no-repeat;
	clear: both;
	margin-bottom: 1px;
	/margin-bottom: -4px;
	_margin-bottom: -4px;
	}
#blog{
	background-image:url(../img/menu/newblog.jpg);
	background-repeat:no-repeat;
	clear: both;
	margin-bottom: 1px;
	/margin-bottom: -4px;
	_margin-bottom: -4px;
	}
#interview {
	background-image:url(../img/menu/newinterview.jpg);
	background-repeat:no-repeat;
	clear: both;
	margin-bottom: 1px;
	/margin-bottom: -4px;
	_margin-bottom: -4px;
	}
#news_topix{
	background-image:url(../img/menu/newnews-topics.jpg);
	background-repeat:no-repeat;
	clear: both;
	margin-bottom: 1px;
	/margin-bottom: -4px;
	_margin-bottom: -4px;
	}
#movie{
	background-image:url(../img/menu/newmovie.jpg);
	background-repeat:no-repeat;
	clear: both;
	margin-bottom: 1px;
	/margin-bottom: -1px;
	}
	
/*パーツ*/
.box_bottom {
	background-image: url(../img/base/newshere-bottom.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 8px;
	}
/*フッター*/
#futter{
	width: 325px;
	height: 40px;
	margin: 50px 0px 0px 0px;
	text-align:left;
	position:absolute;
	}
.f_li {
	margin-left: 0px;
	}
.b_li {
	background-image: url(../img/base/slush.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 7px;
	float: left;
	text-align:left;
	}
.n_li {
	margin-left: 5px;
	float: left;
	}
#futter address{
	clear: both;
	}
iframe {
	_margin-left:10px;
	_width:205px;
	
}