/* CSS Document */
/* 全体の設定*/
BODY{
    font-style:normal;/*文字のスタイル*/
    font-weight:normal;/*文字の太さ*/
    font-size:small;/*文字の大きさ*/
    text-align:center;/*文字の寄せ方*/
    color:#000000;/*文字の色*/
    background-color:#ffffff;/* 背景の色 */
    background-image:url(./img/back.gif);/* 背景の画像 */
}

/*枠用ID*/
table#structure{
    background-color:#FFFFFF;
    width:970px;
    border-width:1px;
    border-color:#663300;
    border-style:solid;
    text-align:left;
    margin:0px auto;
}
td#head{
    width:970px;
}
td#main-left{
    width:100px;
	vertical-align:top;
    margin-right:10px;
}
td#main-right{
    width:870px;
	image-align:center;
	
}
td#foot{
    width:970px;
	margin:10px 10px 10px 10px;
}

table#topic{
    background-color:#FFFFFF;
    width:850px;
    border-width:10px;
    text-align:left;
    margin:0px auto;
}
td#1{
    width:970px;
}
td#2{
    width:100px;
	    vertical-align:top;
margin-right:10px;
}
td#3{
    width:870px;
	image-align:center;
}
td#4{
    width:970px;
	 margin:10px 10px 10px 10px;
}

content

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:0000ff;/*文字の色：青*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration:underline;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

#beginer{
    margin:10px 10px 10px 20px;
}

#rights{
    margin:10px 10px 10px 10px;
	text-align:center;
}

h2.l-side{
    margin:0px;
    font-size:large;
    border-color:#663300;
    border-width:1px 10px;
    border-style:solid;
    text-align:center;
}
ul.new{
    list-style:none;
    margin:0px;
    padding:0.5em 1em;
}
p.l-side{
    margin:10px 1em;
}

