/*東洋印刷website

main.css - トップページ以外共通使用

==========================================================================================   index
/	class指定
/	見出し h2,h3,h4,h5
/	#pagetop
/	#pankuzu
/	#main  -------コンテンツ囲み
/	#contents   -------右メインコンテンツ
/	#subnavi  -------左ローカルナビ
/	#footer
====================================================================================================
*/


/* class指定
-------------------------------------------- */
.mbottom20 {
	margin: 0px 0px 20px;
}
.mtop10 {
	margin: 10px 0px 0px;
}
.right {
	margin: 0px 0px 10px 10px;
	float:right;
	padding: 0px;
}
.pholine {
	border: 1px solid #c9c9c9;
}

/* 見出し
-------------------------------------------- */
h2 {
	margin: 0px 0px 23px;
	padding: 0px;
}
h3 {
	font-size: 183%;
	color: #599cff;
	background: url(../../images/bg-h3.gif) no-repeat left center;
	padding: 2px 0px 5px 18px;
	border-bottom: 1px dotted #606060;
	margin: 0px 0px 15px;
	clear: both;
	letter-spacing: -0.1em;
	line-height: 1em;
}
h4 {
	font-size: 100%;
	background: #e6e6e6;
	margin: 15px 0px;
	padding: 3px 15px;
	border-left: 5px solid #b9b9b9;
	clear: both;
	width: 495px;
}
h5 {
	font-size: 100%;
	color: #599cff;
	padding: 0px;
	margin: 15px 0px;
	background: #f0f0f0;
}


/* ページトップ
-------------------------------------------- */
#pagetop {
	margin: 10px 0px;
	float:right;
	padding: 0px;
	clear: both;
}

/* パンくず
-------------------------------------------- */
#pankuzu {
	font-size: 83%;
	margin: 10px 15px 0px;
	padding: 0px;
	width: 750px;
	color: #999999;
	clear:both;
}
#pankuzu a:link,#pankuzu a:visited {
	color: #5987ff;
	text-decoration: none;
}
#pankuzu a:hover,#pankuzu a:active {
	color: #0d78bc;
	text-decoration: underline;
}

/*==============================================================================*/

#main {
	margin: 0px 15px;
	padding: 0px;
	width: 750px;
}
#contents {
	float: right;
	width: 530px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/* サブメニュー
-------------------------------------------- */
#subnavi {
	width: 175px;
	float: left;
}
/*===　ローカルナビ　===*/
#subnavi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnavi li a:link,#subnavi li a:visited {
	display:block;
	background: url(../../images/bg-subnavi.gif);
	color: #606060;
	text-decoration: none;
	width: 140px;
	padding: 12px 5px 10px 30px;
	margin-bottom: 1px;
}
#subnavi li a:hover,#subnavi li a:active {
	background: url(../../images/bg-subnavi_over.gif);
	color: #5987ff;
	text-decoration: none;
}
#subnavi li#title/*===　製品とサービスのみ使用　===*/ {
	font-size: 125%;
	color: #5987ff;
	margin: 0px;
	padding: 7px 0px 5px;
	border-top: 2px solid #5987ff;
}
/*===　サブメニュー 各シリーズ見出し　===*/
.series1/*===　青　===*/ {
	background: url(../../images/bg-subnavi02.gif) no-repeat left center;
	padding: 0px 10px;
	margin: 10px 0px 1px;
	font-size: 83%;
	line-height: 1em;
}
.series2/*===　緑　===*/ {
	background: url(../../images/bg-subnavi03.gif) no-repeat left center;
	padding: 0px 10px;
	margin: 10px 0px 1px;
	font-size: 83%;
	line-height: 1em;
}
.series3/*===　オレンジ　===*/ {
	background: url(../../images/bg-subnavi04.gif) no-repeat left center;
	padding: 0px 10px;
	margin: 13px 0px 1px;
	font-size: 83%;
	line-height: 1em;
}

/* フッター
-------------------------------------------- */
#footer {
	background: url(../../images/bg-foot.gif) no-repeat;
	margin: 0px auto;
	padding: 25px 10px 0px;
	clear: both;
	width: 780px;
	font-size: 83%;
}
#footer a:link,#footer a:visited {
	color: #606060;
	text-decoration: none;
}
#footer a:hover,#footer a:active {
	text-decoration: none;
	color: #0d78bc;
}
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	padding-right: 8px;
	float:left
}
