@charset "shift_jis";
/* CSS Document */


/*************************************************テキストカラー・リンクテキストカラー************************/

body {
	color:#333333;/*通常のテキストカラー*/
	background: url(../images/bg_base.gif) repeat-x;
}
a {
	color:#666666;/*通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}
a:hover {
	color:#0099CC;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/*************************************************フォントサイズ調整******************************************/
body {
 *font-size:80%/2em;/*フォントサイズIE7.0用（固定にする場合はpx指定してください）*/
 *font:80%/2em;/*フォントサイズIE6.0用（固定にする場合はpx指定してください）*/
	font: 12px/2em 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	text-align:center;
}
table, div {
	margin:auto;
}
/*************************************************共通セレクタ*************************************************/
.CNT {
	text-align:center;
}
.L {
	text-align:left;
}
.R {
	text-align:right;
}
/*************************************************基本レイアウト***********************************************/

#wrapper {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../images/bg_container.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_container.png', sizingMethod='scale');
}
/*
h1 {
	line-height:15px;
	font-size:10px;
	color:#555555;
	font-weight:normal;
	text-align: right;
	width: 850px;
	display: block;
	margin: 10px auto 5px;
}
/*ロゴ部分*/
h1 {
	font-weight:normal;
	display:block;
	width: 300px;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
h1 a, h1 a:hover {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 60px;
	width: 300px;
}

/*ロゴ部分*/
h3 {
	font-weight:normal;
	display:block;
	float: right;
	background: url(../images/logo_idobata.gif) no-repeat;
	margin-top: 5px;
	width: 100px;
	margin-right: 10px;
}
h3 a, h3 a:hover {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 60px;
	width: 110px;
}


/*ヘッダー*/			
#header {
	height: 70px;
	width: 850px;
	border-top: 5px solid #000000;
	background-color: #FFFFFF;
}
#flashcontent/*フラッシュ部分*/
 {
	width:850px;
	height: 300px;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#topflash {
	background: #FFFFFF;
	height: 302px;
	width: 850px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 2px;
	margin: 0px;
}

/*コンテンツ枠*/
#contents {
	width: 850px;
	float: none;
	text-align: left;
	background-color: #FFF;	/*height: 625px;*/
}

#contents:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	background: #FFFFFF;
}
/*初めてのお客様へバナー*/	

#topmenu .bt_first {
	background-image: url(../images/bt_first02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 450px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#topmenu .bt_first a {
	background-image: url(../images/bt_first01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 450px;
	
}

#topmenu .bt_first a:hover {
	background-image: none;
	}
	
#topmenu .bt_first a span {
	display: none;
	}
	


/*タグ部分*/	
#tag
 {
	width:820px;
	margin:auto;
	background:#eeeeee;
	text-align:left;
	font-size:11px;
	color:#666666;
	line-height: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left:15px;
	padding-right:15px;
	clear: both;
}
#tag a {
	text-decoration:none;
	margin-right: 15px;
	border-bottom: 1px dotted #999999;
}
#tag a:hover {
	text-decoration: none;
}
/*フッター部分*/	
#footer {
	background: #000000 url(../images/bg_footer.gif) no-repeat right center;
	width: 830px;
	text-align: left;
	padding: 10px;
	height: 55px;
}
#footer #submenu ul {
	width: 600px;
	list-style: url(none) none;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#footer #submenu li {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	float: left;
	display: block;
	margin-right: 15px;
}
#footer #submenu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
#footer #submenu li a:hover {
	text-decoration: underline;
}
#footer #copylight {
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	color: #666666;
	padding-left: 5px;
}

/*#mainasu6Box{
float:right;
	width:420px;
	text-align:left;
	height:28px;
	line-height:28px;
}*/

/*#PR{
	float:right;
	padding-right:7px
}
*/
p#left{
/*	float:left;
*/	font-size:80%;
	color: #ffffff;
}


#topside {
/*	width: 330px;
*//*	float: left;
*/	background: #FFFFFF;
	/*padding-top: 20px;
	padding-left: 15px;*/
}

#info {
	border: 1px solid #CCCCCC;
	overflow: auto;
	width: 298px;
/*	float: left;
*/	height: 120px;
	clear: none;
	margin-bottom: 20px;
}
#info dl  {
	line-height: 1.8em;
	color: #666666;
	width: 250px;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px;
	margin-left: 5px;
}
#info dt  {
	width: 265px;
	font-size: 90%;
}
#info dd  {
	margin-left:65px;
	margin-top: -1.8em;
}

#casestudy {
	border: 1px solid #CCCCCC;
	width: 298px;
/*	float: left;
*/	height: 250px;
	clear: none;
	margin-bottom: 20px;
	background: #eeeeee url(../images/ttl_casest.gif) no-repeat center top;
	line-height: 2em;
}
#casestudy .link  {
	line-height: 2em;
	color: #FFFFFF;
	width: 280px;
	display: block;
	text-align: right;
	height: 25px;
}
#casestudy .link a  {
	color: #FFFFFF;
	text-decoration: none;
}
#casestudy .link a:hover  {
	text-decoration: underline;
	border-bottom: 1px dotted #999999;
}
#casestudy .box  {
	width: 270px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 5px;
	margin-left: auto;
	margin-right: auto;
}
#casestudy .box p  {
	margin-left: 65px;
	margin-top: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 85%;
	line-height: 1.5em;
}
#casestudy .box img  {
	float: left;
	padding-top: 2px;
}

#contact {
	width: 286px;
/*	float: left;
*/	height: 136px;
	clear: none;
	margin-bottom: 20px;
	background: no-repeat center top;
	margin-right: auto;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
}

/*************************************************トップメニュー*************************************************/
#topmenu {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	width: 480px;
}
#side_area {
	float: right;
	padding-top: 20px;
	width: 300px;
	padding-right: 20px;
}

.to_suma_cam {
	background-image: url(../images/bt_suma_cam02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	width: 300px;
	margin-bottom: 5px;
}

.to_suma_cam a{
	background-image: url(../images/bt_suma_cam01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	width: 300px;
}
.to_suma_cam a:hover{
	background-image: none;
	}
	
.to_suma_cam a span{
	display: none;
	}
	
	
	.to_suma_case {
	background-image: url(../images/to_suma_case01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 300px;
	margin-bottom: 5px;
}

.to_suma_case a{
	background-image: url(../images/to_suma_case02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 300px;
}
.to_suma_case a:hover{
	background-image: none;
	}
	
.to_suma_case a span{
	display: none;
	}
	
	
.to_sumaho {
	background-image: url(../images/to_smartphone02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 300px;
	margin-bottom: 5px;
}

.to_sumaho a{
	background-image: url(../images/to_smartphone01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 300px;
}
.to_sumaho a:hover{
	background-image: none;
	}
	
.to_sumaho a span{
	display: none;
	}
	
.to_facebook {
	background-image: url(../images/to_facebook01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 300px;
	margin-bottom: 10px;
}

.to_facebook a{
	background-image: url(../images/to_facebook02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 300px;
}
.to_facebook a:hover{
	background-image: none;
	}
	
.to_facebook a span{
	display: none;
	}	

#menu {
	/*margin: 0px;
	padding: 0px;*/
	background: url(../images/topmenu_off.png) no-repeat;
	width:480px;
	position: relative;
	height: 615px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	top: 0;
	position: relative;
}
#menu li, #menu li a {
	height: 200px;
	display: block;
	width: 470px;
	float: left;
}
#menu a {
	text-indent: -5000px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: none;
}
/* CSS Sprites Technique from Dave Shea, Mezzoblue */
#menu_marketing {
	left: 0px;
	width: 470px;
	overflow: hidden;
	height: 200px;
	float: left;
	display: block;
}
#menu_creative {
	width: 470px;
	height: 200px;
	overflow: hidden;
	float: left;
	display: block;
}
#menu_media {
	width: 470px;
	height: 200px;
	overflow: hidden;
	float: left;
	display: block;
}

#menu_marketing a:hover, #menu_marketing a:visited:hover {
	background: url(../images/topmenu_on.png) no-repeat left top;
}
#menu_creative a:hover, #menu_creative a:visited:hover {
	background: url(../images/topmenu_on.png) no-repeat left -200px;
}
#menu_media a:hover, #menu_media a:visited:hover {
	background: url(../images/topmenu_on.png) no-repeat left -400px;
}

	
/*************************************************印刷用*************************************************/

@media print {
#container {
	width:848px;
}
}
#iine_area {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.tweet_box {
	float: left;
	width: 100px;
}

.iine_box {
	float: left;
	width: 230px;
}

