@charset "shift_jis";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(../images/back.jpg);
}

a:link {color: #707070; text-decoration: none;}
a:visited {color: #707070; text-decoration: none;}
a:focus,
a:hover {color: #339999; text-decoration: none;}
a:active {color: #66cccc; text-decoration: none;}
img {
	border: 0px;
}
#container {
	width: 908px;
	text-align: left; 
	background-image: url(../images/container_back.png);
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	line-height: 20px;
} 
#header {
	padding: 0;  
	background-image: url(../images/header_back.jpg);
}
#obi {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_obi_back.jpg);
	height: 26px;
	margin-top: 4px;
} 
#header img.logo {
	margin-top: 19px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#header img.search {
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}
#header input {
	float: right;
	margin-top: 8px;
	margin-right: 20px;
	font-size: 12px;
	height: 14px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#header img.link0 {
	float: right;
	margin-top: 10px;
}
#header img.link {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「.twoColHybLtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
#sidebar1 {
	float: left;
	width: 255px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu {
	height: 444px;
	margin-left: 4px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

#mainContent {
	margin: 0 4px 0 259px;
}
#contents {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
}
#contents2 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#anchorLink {
	font-size: 11px;
	padding-top: 12px;
	padding-bottom: 12px;
}
img.title {
	margin-bottom: 18px;
} 
.rightPosion {
	font-size: 12px;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 12px;
}
table.pr {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
.pr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
table.ov {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
.ov td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	font-size: 10px;
}
table.waku {
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.waku td {
	padding: 5px;
	margin-bottom: 12px;
}



#footer {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background-image: url(../images/container_back.png);
} 
#footer.right {
	text-align: right;
}
#footerBottom {
	padding: 0px;
	width: 908px;
	margin-right: auto;
	margin-left: auto;
} 
#news {
	background-color: #000000;
	height: 140px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
}
#news li {
	font-size: 11px;
	line-height: 20px;
	color: #CCCCCC;
	list-style-image: url(../images/list_point.gif);
	list-style-type: none;
}
#news ul {
	padding-left: 50px;
	padding-top: 15px;
	margin-top: 0px;
}
.tbuser{	
margin-bottom:40px;
}
.tbform{	
border:none;	margin-top:20px;	margin-bottom:20px;	border-bottom:solid 1px #B6B4A7;
}
.ques{
	border:none;
	border-top:solid 1px #B6B4A7;
	border-left:solid 1px #B6B4A7;
	background-color:#CCCCCC;
	vertical-align:top;
}
.tdform{
border:none;	border-top:solid 1px #B6B4A7;	border-left:solid 1px #B6B4A7;	border-right:solid 1px #B6B4A7;	vertical-align:top;
}
.tdcomfort{
	border:none;
	border-top:solid 1px #B6B4A7;
	border-bottom:solid 1px #B6B4A7;
	border-left:solid 1px #B6B4A7;
	border-right:solid 1px #B6B4A7;
	background-color:#eeeeee;
	vertical-align:top;
}
.contactmenu{	
margin-top:10px;	margin-bottom:5px;	margin-right:20px;
}
img.border {
	border: 1px solid #666666;
}



#footer p {
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	width: 900px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
address {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-left: 18px;
	padding-top: 18px;
}
/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
