/*IE6 centering */
#cent {
text-align:center;
background-image:url(wall.gif);
}

#content {
width:680px;
margin:auto;
position:relative;
border-color:#cccccc;
border-right-style:solid;
border-right-width:2px;
border-bottom-style:solid;
border-bottom-width:2px;
background-color:white;
}

/* *******************全体の設定************************/
body {
font-weight: normal;
font-size: medium;
text-align: left;
color: #000000;
background-color: #ffffff;
background-image:url(wall.gif);
line-height:1.4em;
}

img{/* 画像表示のデザイン設定*/
border:0px;
}

table {
line-height:1.2em;
}

/*Hタグの太字と改行を解除*/
h1{display:inline;font-weight:normal}
h2{display:inline;font-weight:normal}
h3{display:inline;font-weight:normal}
h4{display:inline;font-weight:normal}
h5{display:inline;font-weight:normal}
h6{display:inline;font-weight:normal}


/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:0000cc;/*文字の色：青*/
    font-style:normal;
    text-decoration:none;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#000066;/*文字の色：紺*/
    text-decoration:none;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
　　font-weight:normal;
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

