/*
(c) Copyright 2006-9 Hyakuchomori All Rights Reserved.
*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* 
ヘッダ部分を横方向に通し、画像を表示する
------------------------------------------------------------------------------------------------------------ */

				#headerflag .logo             { background-image: url(/pub/p_unknown.gif) }
				#header	{ }
				#headerbottom ul	{ background-color: white; }
				#pagetitle { background-image: none; width: 303px; }
				#sitelogo img	{ top: 0px; left: 0px; ) }
				#cite {border: dotted 1px gray;}
				#headermenu { float:left; height:34px; margin:0; width:204px;}
				#headerright { width:272px; }
				#headerleft { width:470px; }
				body,#header { width: 100%; }
				
				
/* 
フッタ部分を横方向に通す
------------------------------------------------------------------------------------------------------------ */

				#footer { width: 100%; height: 8em; background-color:#eee; padding-top: 0.5em; }
				#footer #address #telfax {font-size:24px; padding-bottom: 0.5em; font-weight:900; letter-spacing:-0.05em; }
				#footerright	{ width: 400px; float: right; margin-right: 20px; }
				#address	{ margin-left: 20px; width: 500px; float: left; }
				#footer ul,#copyright { text-align: right; }
				#copyright {font-size:0.7em;}
				#footer .w3c {margin: 0px; }
				#headline { height: 25px;  font-size: 0.8em; color:#222222; }
				#headlineright { float: right; padding-top:1px; padding-right: 5px;}
				#headlineright #minitabs #toptabs{ border-style: none; padding: auto 0px 0px; }
				#headlineleft { margin-left: 15px; float: left; }
				#sitelogo 		{ height: 55px; width: 165px; background-repeat: no-repeat; margin: 0px 0px auto 15px; padding-top: 0px;background-image: url(/pub/top_title_A.png); 
				}
				#sitelogo a {
					display: block;
					height: 55px;
					width: 165px;
					
					}
				#headerbottom {display: inline-block; _display: inline; width: 100%; }

				/* IE6向けの設定 */
				*html body #sitelogo{
					background-image: url(/pub/top_title_A.gif);
					/*background-image:none;
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pub/top_title_A.png',sizingMethod='scale' );*/
				}
/*				body             { background-image: url(/pub/waffle_bg.jpg); background-repeat: repeat; }

