/*東洋印刷website

basic.css - all page style sheet.

==========================================================================================   index
/	All
/	.clear
/	.clearfix
/	#wrappe
/	#header
/	#mainnavi
====================================================================================================
*/


/* All
-------------------------------------------- */
body {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 75%;
	color: #606060;
	line-height: 150%;
	letter-spacing: 0.1em;
	text-align:justify;
	margin: 0px;
	padding: 0px;
	background: #f0f0f0;
}
/*===　バー表示レイアウト確保　===*/
html {
	overflow-y:scroll;
}

a:link,a:visited {
	color: #0d78bc;
	text-decoration: none;
}
a:hover,a:active {
	text-decoration: underline;
	color: #0d78bc;
}

/*===　画像のリンク枠消　===*/
a img{border:0 none}

/*===　clear　===*/
.clear {
  clear: both;
}
/*===　clearfix　===*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*==============================================================================*/


/* 全体(footer除く)　囲み
-------------------------------------------- */
#wrapper {
	width: 780px;
	background: #FFFFFF url(../../images/bg-body.gif) repeat-y center top;
	margin: 0px auto;
	padding: 0px 10px;
}

/* ヘッダー
-------------------------------------------- */
#header {
	width: 750px;
	height: 18px;
	margin: 0px 15px;
	padding: 14px 0px 12px;
	border-top: 2px solid #000000;
}
h1 {
	font-size: 83%;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: normal;
}




h1 img {
	margin-right: 5px;
	vertical-align: middle;
}
#header p {
	font-size: 83%;
	float: right;
	margin: 0px;
	padding: 0px;
}


/* メインボタン
-------------------------------------------- */
#mainnavi {
	background-image: url(../../images/bg-navi.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	width: 750px;
	clear: both;
	padding: 0px 15px;
}


#mainnavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainnavi li {
	float: left;
}
