@charset "Shift_JIS";




body	{margin: 0;
	padding: 0;
	background-image : url(w6b.gif);
	text-align:center;}

a	{color: #000000;}

/* コンテナ */
div#container	{background-image : url(line-gray.png);
	background-repeat: repeat-y;
	background-color: #ffffff;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	width: 850px;
	margin-left:auto;
	margin-right: auto;}

/* ヘッダー */
div#header	{background-color: #ccccc;
	background-image : url(sky-gray.jpg);
	background-position: 0 -60px;
	border-bottom: solid 1px #666666;
	padding: 15px 20px 20px;}

div#header h1	{margin: 0;}

div#header p	{color: #666666;
	font-size: 0.75em;
	margin: 0;}

/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left:10px;
	text-align:left;}

/* お知らせ */
p#news {backgroud-color:#ffffff;
	font-size: 1em ;
	text-align:left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;}

/* コンテンツ */
div#content	{width: 540px;
	float: right;
	margin-top: 30px;
	margin-left: auto;
	margin-right: 60px;
	margin-bottom: 25px;
	display: inline;
	text-align:left;}

div#content h2	{background-color: #014471;
	background-image : url(bar-blue.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;}

div#content h3	{background-color: #e0e0e0;
	background-image : url(bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;}

div#content p	{font-size:1em;
	line-height: 1.6;
	margin-top: 10px;}

div#content ul {font-size:1em;
		line-height:1.6;
		margin-top:10px;}

div#content p#message	{margin-top: 0;}

div#content p#contact {backgroud-color:#ffffff;
	font-size: 1em ;
	line-height:25px;
	text-align:center;
	margin-top:30px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;}

div#content p#end {font-size:0.75em;
		text-align:center;}



/* サイドバー */
div#sidebar	{width: 190px;
	float: left;
	margin-bottom: 25px;}

ul.sidemenu	{border-top: solid 2px #666666;
	font-size: 0.75em;
	margin-top: 30px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0;}

ul.sidemenu li	{list-style-type: none;}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border-bottom: solid 2px #666666;
	padding-left: 5px;}

ul.sidemenu li a:hover	{background-color: #666666;
	color: #ffffff;}



/* フッター */
div#footer	{background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	width: 100%;
	margin-top: 0;
	padding-top: 8px;
	clear: both;}

div#footer p {font-size:0.75em;
		line-height:0.3;}
	

address	{font-size: 0.75em;
	font-style: normal;
	color: #666666;
	text-align: center;
	padding: 0;}



