@charset "utf-8";

/* 信栄商事ホームページ基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	text-align: center; /* テキストを中央揃えに指定 */
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#line01 {
        width: 760px;
	top: 1px;
}
#header {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
	padding-top: 3px;
	text-align: left;
}

/* ロゴとナビゲーション
---------------------------------------------*/

#logo01 {
	position: absolute;
	float: left;
	top: 10px;
}
#view {
	
	top: 0px;
}
#view02 {
	float: right;
	margin: 8px;
        top: 25px;
}
#address {
}
#globalNav {
	position: absolute;
	top: 140px;
	float: left;
	width: 760px;
	height: 26px;
	list-style-type: none;
	background: #000000 url(../images/body_bg02.gif) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 94px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:26px;
	padding-top: 26px;
	background-image: url(../images/menu_bar01.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -94px  0; }
	#nav03 a { background-position: -188px 0; }
	#nav04 a { background-position: -282px 0; }
	#nav05 a { background-position: -376px 0; }
	#nav06 a { background-position: -470px 0; }
	#nav07 a { background-position: -564px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0       0px; }
	#nav02 a.stay { background-position: -94px  -61px; }
	#nav03 a.stay { background-position: -188px -61px; }
	#nav04 a.stay { background-position: -282px -61px; }
	#nav05 a.stay { background-position: -376px -61px; }
	#nav06 a.stay { background-position: -470px -61px; }
	#nav07 a.stay { background-position: -564px -61px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -28px; }
	#nav02 a:hover { background-position: -94px  -28px; }
	#nav03 a:hover { background-position: -188px -28px; }
	#nav04 a:hover { background-position: -282px -28px; }
	#nav05 a:hover { background-position: -376px -28px; }
	#nav06 a:hover { background-position: -470px -28px; }
	#nav07 a:hover { background-position: -564px -28px; }

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding: 25px 0;
	background: #FFFFFF url(../images/body_bg03.gif) left top repeat-y;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -200px;
	}
	#advertisement {
		float: right;
		width: 190px;
		text-align: center;
                margin-right: 2px;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 100%;
		margin-left: -200px;
	}
	#secondary {
		float: left;
		width: 200px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 208px 0 225px;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#primary p {
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
#primary .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/arrow_bg01.gif) left center no-repeat;		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
	}

/* メインイメージと2段組
---------------------------------------------*/
#about {
	float: left;
	width: 493px;
}
#newsRelease {

	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/body_bg04.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow_bg01.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}
