﻿/* コンテナー */
DIV#container	{width: 800px;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 


/* ヘッダー */ 
DIV#header	{
	width: 800px;
	background-color:#999999;
	background-repeat: no-repeat;
	height: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
}

DIV#header h1	{
	color: #ffffff;
	font-size: 24px;
	text-align: left;
	margin-top: -35px; 
	margin-left: 200px;
}

/* 左コンテンツ */ 
DIV#sidebar1 {
	float: left;
	width: 460px;
	background-color: #ffffff;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
  
}

/* 小見出し */ 
DIV#sidebar1 h2 {
	width: 380px;
	font-size: 16px;
	text-align: left;
	color: #0099FF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-color: #0099FF;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/* 小見出しオレンジ*/ 
DIV#sidebar1 h4 {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*右コンテンツ*/
DIV#content {
	float: right;
	width: 300px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

DIV#content h2 {
	width: 250px;
	font-size: 16px;
	text-align: left;
	color: #0099FF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-color: #0099FF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

DIV#content h4 {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*中央コンテンツ*/
DIV#s-content {
	clear: both;
	width: 770px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

DIV#s-content h2 {
	width: 720px;
	font-size: 16px;
	text-align: center;
	color: #007dd0;
	background-color: #c9e3ef;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;

	border-top-width: 3px;
	border-left-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;

	border-color: #007dd0;

	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
}

DIV#s-content h4 {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.line {
	border-bottom-style: solid;
	border-color: #666666;
	border-width: 1px;
	width: 250px;
	margin-top: 0px;
	margin-left : 4px;
	margin-bottom:1px;
}

/*黒文字コンテンツ*/
.p2 {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	text-indent: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*グレー文字コンテンツ*/
.p1 {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: left;
	text-indent: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* フッター */
div#footer	{
	background-image: url(../images/u-line-sb.gif);
	background-color:#999999;
	background-repeat:  no-repeat;
	width: 800px;
	height: 20px;
	margin-top: 0;
	padding-top: 3px;
	clear: both;
}

address	{
	color: #ffffff;
	font-size:  12px;
	font-style: normal;
	text-align: center;
}


