/*
	Site Name: ブリッジ戦略的営業提案
	Description: プリントスタイル
	Version: 0.5
	Author: 平林
*/

@import url("/common/css/base.css");
@import url("/common/css/entry.css");
@import url("/solution/css/solution.css");
@import url("/solution/css/solution_entry.css");

*
{
	margin:0;
	padding:0;
}

body
{
	margin:0;
	padding:0;
	background-image: none;
	line-height:1.4;
	color:#333;
	font-size:0.9em;
}

div#container
{
	width: auto;
	margin: 0;
	border: none;
	border-width: 0 1px;
	background-color: #fff;
	clear: both;
}

div.wrap
{
	clear: both;
	padding: 0px
	margin: 0px;
}

a img
{
	border: 0px;
}

/* ヘッダー ----------------------------------------------------------------*/

div#header
{
	width: auto;
	height: auto;
	background-image: none;
}

	div#header p#top-text
	{
		display:none;
	}

	div#header div
	{
		display:none;
	}

	div#header h1
	{
		display:none;
	}

		div#header h1 a
		{
			width: auto;
			height: auto;
			display: block;
		}

	div#header p#head-contact
	{
		display:none;
	}

	div#header p#head-contact a
	{
		display: block;
		width: auto;
		height: auto;
	}


/* グローバルナビ ----------------------------------------------------------------*/


div#g-navi
{
	display: none;
	clear: both;
}

/* トピックパス ----------------------------------------------------------------*/

ul#topic-path
{
	display: none;
	clear:  both;
}
/* メインエリア ----------------------------------------------------------------*/

div#main-content
{
	width: auto;
	padding: 0;
	float: none;
}

div#main-content p
{
	color: #000;
}

	div#main-content
	{
		line-height: 150%;
	}

	div#main-content p#btn-contact
	{
		margin-left: 15px;
		padding: 0px;
		background: none;
	}

	div#main-content p#btn-contact a
	{
		display: block;
		width: auto;
		height: auto;
		background: none;
		text-indent: 0px;
		text-decoration: none;
		outline: 0;
		color: #000;
		font-size: 1em;
	}

	dl#update
	{
		text-align: right;
		color: #666;
		margin-bottom: 12px;
		font-size: small;
	}

		dl#update a
		{
			color: #666;
			text-decoration: none;
		}

		dl#update a:hover
		{
			color: #FF9900;
			text-decoration: underline;
		}

		dl#update dt
		{
			display: inline;
		}

		dl#update dd
		{
			display: inline;
			margin-left: 3px;
		}

	p#entry-navi
	{
		display: none;
	}

	div.img-right
	{
		float: right;
		padding: 5px 0px 10px 10px;
		font-size: small;
		color: #999;
		text-align: center;
	}
	
	div.img-left
	{
		float: left;
		padding: 5px 10px 10px 15px;
		font-size: small;
		color: #999;
		text-align: center;
	}

	div.img-center
	{
		clear:both;
		text-align: center;
		margin: 10px 0px;
	}

	div#main-content h2
	{
		text-indent: 0px;
		width: auto;
		height: auto;
		clear: both;
		background: none;
		line-height: 1.2em;
	}

	dl#outline
	{
		border: 1px solid #CCCCCC;
		background: #FFFFFF;
	}
	dl#outline dt
	{
		background: #FFFFFF;
		border: solid #999999;
		border-width: 1px 0;
	}

	div#main-content h6
	{
		color: #090909;
	}

	div#main-content div.com_tb
	{
		display: none;
	}

/* サイドエリア ----------------------------------------------------------------*/

div#side-content
{
	width: auto;
	float: none;
}

dl#side-category
{
	display: none;
}

dl#side-monthly
{
	display: none;
}

dl#side-category-catalog
{
	display: none;
}

dl#side-news
{
	display: none;
}

dl#side-solution
{
	display: none;
}

p.blog-banner
{
	display: none;
}

div#side-content div#side-corporate
{
	border: 1px solid #999999;
	background-color: #fff;
	width: 400px !important;
	margin-top: 5px;
}

	div#side-content div#side-corporate p
	{
		font-size: 1em;
		color: #000;
	}

	div#side-content div#side-corporate p#side-logo
	{
		text-align: left !important;
	}

div#side-corporate ul
{
	display: none;
}

/* フッターリンクエリア ----------------------------------------------------------------*/

div#footer-link
{
	display: none;
}


/* フッターエリア ----------------------------------------------------------------*/

div#footer
{
	width: auto;
	height: auto;
	text-align: right;
	background-image: none;
}

	div#footer p#Copyright
	{
		text-align: right;
		color: #000;
		padding: 15px 20px 0 0;
		font-size: 1em;
	}