@charset "utf-8";
@import url("../../shared/css/reset.css");
@import url("../shared/css/basic.css");
@import url("../shared/css/design.css");
@import url("../../shared/css/layout.css");
/* screen.css
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

invention.co.jp

	1. 
	
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/



/* ------------------------------------------------------------
	トップページ用スタイル
   ------------------------------------------------------------*/
.topPage {
}
/* ------------------------------------------------------------
	ヘッダー
*/
/* ------------------------------------------------------------
	2. header
   ------------------------------------------------------------*/
#globalHeader {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	overflow: hidden;	
}
/**/
#globalHeader .logo {
	width: 228px;
	height: 67px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;	
}
#globalHeader .logo a {
	display: block;
	padding-top: 80px;
	background: url(../shared/img/logo_invention.png) no-repeat left top;
}


.topPage #globalHeader .globalNav {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 20px;
}
/* 右コラム */
.topPage #globalHeader .leftColumn {
	float: left;
	width: 630px;
}
.topPage #globalHeader .leftColumn .logo {
	float: left;
}
.topPage #globalHeader .leftColumn .description {
	width: 360px;
	float: right;
	display:inline;/* forIE6 */
	line-height:1.5;/*padding-top: 20px;*/
}
/* 左コラム */
.topPage #globalHeader .rightColumn {	text-align: right;
	float: right;
	width: 265px;
}
/* ------------------------------------------------------------
	メインイメージ
   ------------------------------------------------------------*/
#mainImage {
	clear: both;
	padding-bottom: 10px;
}
/* ------------------------------------------------------------
	コンテンツ
   ------------------------------------------------------------*/

.topPage #contents {
	background: none;
	float: none;
	width: auto;
}
/* ------------------------------------------------------------
	左コラム
*/

.topPage #contents .leftColumn {
	float: left;
	display:inline;/* forIE6 */
	width: 630px;
}
/* サイドメニュー */



/* お、コレいいね！ */
.topPage #contents .leftColumn #mainContents {
	float: right;
	width: 395px;
	background: none;
	clear: none;
}
.topPage #contents .leftColumn #mainContents .title {
	margin: 0px;
	padding-bottom: 10px;
}
.topPage #contents .leftColumn #mainContents #results {
}
.topPage #contents .leftColumn #mainContents #results .entry {
	height: 94px;
	width: 94px;
	margin-right: 4px;
	float: left;
	display:inline;/* forIE6 */
	background: url(../img/bg_image_base.gif) no-repeat left top;
	margin-bottom: 5px;
}
.topPage #contents .leftColumn #mainContents #results .entry .image{
	padding-top: 7px;
	padding-left: 7px;

}
/* ------------------------------------------------------------
	右コラム
*/

.topPage #contents .rightColumn {
	float: right;
	display:inline;/* forIE6 */
	width: 270px;
	position: relative;
}
/* トピックス */
.topPage #contents .rightColumn .topicsTitle {
	background: url(../img/hr_add.gif) repeat-x left bottom;
	padding-bottom: 7px;
	overflow: hidden;	
	zoom:1;/* forIE */
}
.topPage #contents .rightColumn hgroup {
	float: left;
	width: 85px;
}
.topPage #contents .rightColumn hgroup .title {
	margin: 0px;
	padding: 0px;
}
.topPage #contents .rightColumn hgroup .title img {
	vertical-align:bottom;
}
.topPage #contents .rightColumn .localNav {
	float: right;
	width: 150px;
	text-align: right;
	padding-top: 5px;
	font-size: 90%;
	font-weight: bold;
}
/* エントリー（写真あり） */
.topPage #contents .rightColumn .entry {
	clear: both;
	background: url(../img/hr_add.gif) repeat-x left bottom;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
	zoom:1;/* forIE */
}
.topPage #contents .rightColumn .entry .image {
	float: left;
	width: 70px;
}
.topPage #contents .rightColumn .entry .image img{
	border: 1px solid #000;
}
.topPage #contents .rightColumn .entry .doc {
	float: right;
	width: 185px;
	padding-top: 0px;
	line-height: 1.5;
}
/* エントリー（写真なし） */
.topPage #contents .rightColumn .entry.noImage {
	clear: both;
	background: url(../img/hr_add.gif) repeat-x left bottom;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
	zoom:1;/* forIE */
}
.topPage #contents .rightColumn .entry.noImage .doc {
	float: none;
	width: auto;
	padding-top: 0px;
	line-height: 1.5;
}

/*  */
.topPage #contents .rightColumn .entry .doc .artcleHeader {
}
.topPage #contents .rightColumn .entry .doc p {
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------------------------
	
   ------------------------------------------------------------*/

/*  */

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


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