/* 全体 */
body {
margin-top:10px;
margin-left:10px;
}

#iheader{
width:780px;
height:58px;
}

#ifooter{
width:780px;
height:60px;
}

/* 共通ヘッダ */
#header {
width:800px;
height:70px;
background-image:url(/img/header.gif);
background-repeat:no-repeat;
}
#logo {
margin-top:14px;
margin-left:12px;
}

/* 共通ヘッダ（ナビリンク） */
#navi {
margin-top:4px;
margin-left:6px;
}
#navi a {
display:inline;
width:84px;
height:18px;
background-image:url(/img/navi0.gif);
background-repeat:no-repeat;
font-size:9pt;
color:#666666;
text-decoration:none;
padding-left:20px;
padding-top:2px;
border:1px #cccccc solid;
}
#navi a:hover {
background-image : url(/img/navi1.gif);
background-repeat:no-repeat;
} 

#home {
margin-top:0px;
margin-left:680px;
}
#home a {
}

/* 共通フッタ */
#footer {
clear:both;
width:800px;
}

/* サブヘッダー */
#subheader {
margin-left:4px;
margin-top:4px;
}

/* 主コンテンツ */
#main {
margin-top:4px;
margin-left:4px;
}

/* 文字水色10P */
SPAN.wb10{
color:#3399CC;
font-size:10pt;
}

/* 文字橙10P */
SPAN.og10{
color:#ff9900;
font-size:10pt;
}

/* 文字黒10P強調 */
SPAN.bk10b{
color:#000000;
font-size:10pt;
font-weight:bold;
}

/* 文字黒10P */
DIV.bk10{
color:#000000;
font-size:10pt;
}



/* 20091106 追記（松本） */

img{
	border:0;
}


/* ここまで */