﻿/**** ページの大枠 ****/
/* ページ全体 */
div#page-container
{
	width: 100%;
	background: transparent;
}

/* ヘッダ（ロゴ） */
div#header
{
	background: url(../parts/line2.jpg) repeat-y;
	border-top: solid 2px gray;
	margin-top: 10px;
	width: 100%;
	height: 25px;
}

/* ナビゲーション部分 */
div#navigation 
{
	display:none;
}
/*  サブナビゲーション */
div#sub-navigation
{
	display:none;
}


/* 各ページのコンテンツ */
div#contents-container
{
    width: 100%;
    clear: both;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 30px;
	background: #eeeeee;

}
/*　フッタ（著作権表示） */
div#footer
{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	padding-top: 10px;
	background: url(../parts/line1.jpg) repeat-y;
	border-bottom: solid 2px gray;
}


/**** ヘッダ詳細 ****/
div#header img#text-logo
{
	width: 302px;
	height: 50px;
	position: relative;
	left: 330px;
	top: 10px;
}
div#header img#logo
{
    float: left;
}


/*** フッタ詳細 ****/
div#footer p.office-address
{
	font-size: 10pt;
	margin-left:20px;
}
div#footer p.no-spam-msg
{
	font-size: 8pt;
	margin-left: 20px;
	color: red;
}
address
{
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	margin-top: 15px;
	text-align:center;
	font-size: 8pt;
	padding: 1em;
}

/* 汎用クラス */
span.uppercase
{
	text-transform: uppercase;
	font-size: 8pt;
}

    
