@import url("pre1.4.1_forum.css");
@import url("forum.css"); 
/*=====================================================
  WordPress
=====================================================*/
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin: 0;
	padding: 0;
}

body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	color :#5f5f5f;
}

html{
	height:100%;
}

#page{
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
}

/*===============================
  レイアウト
===============================*/
#page
	width: 100%;
}

#header_bkg, #contents_bkg, #footer_bkg{
	width: 98%;
}
#header, #contents, #footer{
	width: 740px;
	margin: auto;
}

#main{
	float:right;
	width: 540px;
	border-left: 1px solid #ccc;
}

#article{
	float:left;
	width: 340px;
	border-right: 1px solid #ccc;
}
#sidebar{
	float:right;
	width: 198px;
}
#option{
	float:left;
	width: 198px;
}

#contents_bkg
{
	clear:both;
}
#footer_bkg
{
	clear:both;
}

.inner
{
	padding: 10px;
}

.frame{
	margin-bottom: 10px;
}

/*div.frame{
	border: 1px solid #ccc;
}*/

/*===============================
  基本 HTML
===============================*/
p, ol, ul, dl, h1, h2, h3, h4, h5{
text-align: left;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3, h4 {
	color: #147; /*Navy blue*/
	font-weight: bold;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

a, a:visited {
	color: #333; /*gray*/
	text-decoration: none;
}

a:hover {
	color: #B85B5A; /*dark red*/
	text-decoration: underline;
}

blockquote {
	margin: 10px 30px 10px 10px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

img{ 
	border: 0;
}

hr{
color: #dfdfdf;
}


/*===============================
  CONTENT (本文)
===============================*/
#content a{
color: #24618E;
}

#content a:hover{
color : #ccc;
}

#content .post,
#content .page {
text-align: left;
padding: 10px 5px 10px 10px;
/*overflow: hidden;*/
}

#content h2.storytitle{
padding-bottom: 1px;
margin-bottom: 20px;
border-bottom: 1px solid #bfbfbf;
font-size: 16px;
}

#content h3#searchresult{
padding-left: 10px;
text-align: left;
font-size: 15px;
}

#content h3{
font-size: 15px;
margin: 20px 0 10px;
}

#content h3 span{
font-size: 13px;
}

#content h4{
font-size: 13px;
margin: 10px 0 10px;
border-bottom: #bfbfbf 1px dotted;
}

#content h5{
font-size: 13px;
margin: 10px 0 10px;
}

#content p{
padding-bottom: 10px;
margin-bottom: 20px;
}

#content ol{
margin: 10px 0 0 25px;
}


#content ul{
margin-left: 45px;
}

#content li{
padding-bottom: 5px;
}

#content .right{
float: right;
margin: 0 0 18px 18px;
}

#content .left{
float: left;
margin: 0 10px 10px 0;
}

/*===============================
  HEADER (ロゴ / 背景画像)
===============================*/
#header_bkg
{
}

#header div.inner
{
	padding: 0px;
}

/* サイト説明文 */
.description{
	font-size: 0.6em;

	position:relative;
	top: 0px;

	display:block;
	width: 500px;
	height: 32px;
	float: right;

	visibility: hidden;

/*	border: 1px solid #000;*/
}
/*-------------------
  会社ロゴ (H1)
*/
#header h1 {
	float: left;

	padding: 10px 0px 0px 10px;
	font-size: 0.8em;
	width: 200px;
/*	border: 1px solid #000;*/
}

#header h1 a{
	display:block;
	width: 186px;
	height: 32px;
	background: url(images/IntelliJapan.png) no-repeat;
}

#header h1 a:hover{
	text-decoration: none;
}

#header h1 a strong{
	position:relative; /* 必須 */
	z-index: -1;
}

/*-------------------
  一般ページ
*/
#header{
	height: 162px;
	background: url(images/header.png); /*header2.png*/
	background-repeat: no-repeat;
	background-position: bottom;
}

/*===============================
  HEADER (上メニュー)
===============================*/

/*-------------------
  Main
*/
#topnavi{
	position: relative;
	top: 10px;

	width: 740px;
	float:right;

	z-index:2;
/*	border: 1px solid #000;*/
}

#topnavi ul{
	float:right;
	list-style: none;
	font-size: 0.9em;

	background: #888;
}

#topnavi ul li{
	float:left;
	padding: 0px 8px 0px 8px;
	border-left:   4px solid #fff;
	height: 18px;
	width: 66px;
}

#topnavi ul li.first_item{
	width: 90px;
}

#topnavi ul li:hover,
#topnavi ul li.current_page_item
{
	border-left:   4px solid #fff;
	background: #444;
}

#topnavi ul li a{
	font-weight: bold;
	color: #eee;
}

#topnavi ul li.important_page_item
{
	border-left:   4px solid #fff;
	background: #f90;
}


/*
#topnavi ul li a:hover{
	text-decoration: none;
}
*/

/*-------------------
  Sub (サポートなど)
*/
#subnavi{
	position: relative;
	top: -5px;

	width: 500px;
	float:right;

	z-index:2;
/*	border: 1px solid #000;*/
}

#subnavi ul{
	float:right;
	list-style: none;
	font-size: 1.0em;
}

#subnavi ul li{
	float:left;
	height: 16px;
	padding: 0px 5px 0px 5px;
	
}

/*===============================
  SIDEBAR, OPTION (横メニュー)
===============================*/

/*-------------------
  タイトル背景画像
*/
#option div.logo1{
	background: url(images/btn_intelli.jpg);
	background-repeat: no-repeat;
}

#option div.logo2{
	background: url(images/btn_important.jpg);
	background-repeat: no-repeat;
}

#option div.logo3{
	background: url(images/btn_download.jpg);
	background-repeat: no-repeat;
}

#option div.logo4{
	background: url(images/btn_company.jpg);
	background-repeat: no-repeat;
}

#option div.logo5{
	background: url(images/btn_shop.jpg);
	background-repeat: no-repeat;
}

#option div.logo6{
	background: url(images/btn_support.jpg);
	background-repeat: no-repeat;
}

/*-------------------
  タイトル(大)
*/

#option div.frame h2{
	font-size: 1.0em;
	padding: 8px 0px 2px 46px;
}

/* Home 用 */
body#toppage #sidebar div.frame h2,
body#toppage #option div.frame h2{
	font-size: 1.0em;
	padding: 4px;
	padding-left: 10px;
	background: none;
	border-bottom: 1px dashed #ccc;
}

/*-------------------
  タイトル(小)
*/
#sidebar div.frame h4,
#option div.frame h4{
	font-size: 0.8em;
	padding: 2px;
	margin-bottom: 5px;
	text-align: center;
	background: #969696;
	color: #ffffff;
}

/*-------------------
  リスト項目
*/
#sidebar ul,
#option  ul {
	padding-top: 6px;
}

#sidebar ul li,
#option  ul li {
	font-size: 1.0em;

	list-style-type: none;
	list-style-image: none;
	margin-left: 10px;
	margin-bottom: 5px;
}

/*-------------------
  問合せ(SMX)
*/
#sidebar p,
#option  p {
	font-size: 0.9em;
	text-align: center;
}


/*===============================
  FOOTER
===============================*/
#footer_bkg
{
}

#footer{
	color:#959595;
	font-size:0.9em;
	padding:4px 0px 8px 0px;
	border-top: 1px solid #ccc;
}

#footer a{
	color:#959595;
}

#footer p{
	text-align: center;
}

/*==================================
  色 (debug)
==================================*/
/*
#header_bkg{
	background: #edd;
}
#header{
	background: #ecc;
}
#footer_bkg{
	background: #ded;
}
#footer{
	background: #cec;
}
#main{
	background: #ccf;
}
#contents_bkg{
	background: #dde;
}
#contents{
	background: #cce;
}
#article{
	background: #eed;
}
#sidebar{
	background: #ede;
}
#option{
	background: #ddc;
}
*/

/*===============================
  Geeklog
===============================*/
h2.ijtitle,
div.story-body h2{
padding-bottom: 1px;
margin-bottom: 20px;
border-bottom: 1px solid #bfbfbf;
font-size: 16px;
}

/*-------------------
  左右ブロック
*/
#sidebar div.block,
#option  div.block{
	font-size: 0.9em;
	padding: 8px;
}

/*-------------------
  IJ コンテンツ
*/
TABLE.ij_memo {
	width:500px;
}
TABLE.ij_info {
	width:500px;
}
TABLE.ij_alert {
	width:500px;
}
