@charset "utf-8";

/* **************************************************
Name		: basic.css
Create		: 8888.88.88
Update		: 8888.88.88
Copyright	: Toyohashi Plat
***************************************************** */

/* content===========================================
1: Normal Setting
===================================================== */

/*
10px = 77%		11px = 85%		12px = 93%		13px = 100%
14px = 108%		15px = 116%		16px = 123.1%	17px = 131%
18px = 138.5% 	19px = 146.5%	20px = 153.9%	21px = 161.6%
22px = 167% 	23px = 174%		24px = 182%		25px = 189%
26px = 197%
*/	


/* 2: ページ内部共通（タイトルなど）
=========================================================================================== */

div#contents_inner h1{
	font-size:138.5%;
	color: #FFFFFF;
	background-color: #333333;
	margin: 6px 0px 4px 0px;
	padding: 15px 5px 13px 12px;
	border-bottom: 2px solid #CCCCCC;
	letter-spacing: 1px;
	font-weight: bolder;
	line-height:1.4;
}

/* カンパニー名オプション */
div#contents_inner h1 div#company{
	font-size:14px;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:5px;
}

div#contents_inner h2{
	font-size:116%;
	letter-spacing: 1px;
	margin: 10px 0px;
	padding: 8px 0px 6px 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../images/h2_bg.gif);
	background-repeat: repeat;
}

div#contents_inner h2 a{
	color: #FFFFFF;
	text-decoration:none;
}

div#contents_inner h3 {
	font-size: 108%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 4px 25px;
	background-image: url(../images/h3_bg.gif);
	background-repeat: repeat-x;
	background-position: left -14px;
	border-bottom: 1px solid #999999;
}

div#contents_inner h4 {
	font-size: 100%;
	font-weight: bolder;
	margin: 16px 0px 10px 0px;
	padding: 8px 0px 4px 15px;
/*
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
*/
	background-color: #E6E6E6;
}

/* 記事作成部分 */

div#archives_box {
    padding: 5px 0px 5px 0px;
	margin-left:5px;
	width:99%;
	/* width: 710px; */
	color:#333;
	font-size:93%;
	line-height:1.6;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	}

div#archives_box p{
    padding: 3px 0px;
	}

/* サイドメニュー・インナー */
/* ------------------------------------------------------- */
#sidemenu_inner {
	margin: 6px 0px 0px 10px;
	padding: 0px;
}

/* リンク */
/* ------------------------------------------------------- */
.link{
	background-image: url(../images/newwindow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:23px;
}

/* 1: clearfix Setting
=========================================================================================== */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}