/* 全体の設定*/BODY{    font-style:normal;/*文字のスタイル*/    font-weight:normal;/*文字の太さ*/    font-size:x-small;/*文字の大きさ*/    text-align:center;/*文字の寄せ方*/    color:#000000;/*文字の色*/    background-color:#ffffff;/* 背景の色 */    background-image:url(./img/back.gif);/* 背景の画像 */}/*枠用ID*/table#structure{    background-color:#FFFFFF;    width:860px;    text-align:left;    margin:0px auto;}td#head{    width:860px;}td#main-left{    width:120px;	background-color:#99ccff;}td#main-right{    width:740px;}td#foot{    width:860px;}/*リンク関係*/a:link {/*リンクされた文字の色*/    color:#003366;/*文字の色：紺*/    font-style:normal;    text-decoration:underline;/* 下線 */}a:visited {/*訪問後の色*/    color:#006633;/*文字の色：緑*/    text-decoration:underline;/* 下線 */}a:hover {/*カーソルを合わせたときの色*/    color:#000066;/*文字の色：紺*/    font-style:normal;    text-decoration:underline;/* 下線 */}a:active {/*クリック中の色*/    text-decoration:none;/* なし */}td#head{    width:860px;    background-color:#3399FF	;}td#main-left{    width:120px;    vertical-align:top;}#img{/*中央コンテンツ*/    margin-top:50px;	text-align:center;}h2.l-side{    margin:0px;    font-size:xx-small;    border-color:#000066;    border-width:0.1px 3px;	border-style:double;}ul.web2{    list-style:disc;    margin:5px;	text-align:left;    padding:0.5em 1em;	font-size:xx-small;}p.l-side{    margin:10px 1em;}#home{    width:120px;    margin-top:10px;	text-align:center;	background:#FFFFFF;    border-color:#000033;    border-width:1px;    border-style:solid;}#office{    width:120px;	margin-top:10px;	text-align:center;	background:#FFFFFF;    border-color:#000033;    border-width:1px;    border-style:solid;}#mail{    width:120px;    margin-top:10px;	text-align:center;	background:#FFFFFF;    border-color:#000033;    border-width:1px;    border-style:solid;}#net{    width:120px;    margin-top:10px;	text-align:center;	background:#FFFFFF;    border-color:#000033;    border-width:1px;    border-style:solid;}#data{    width:120px;    margin-top:10px;	text-align:center;	background:#FFFFFF;    border-color:#000033;    border-width:1px;    border-style:solid;}#web{    width:120px;    margin-top:10px;	text-align:center;	background:#FFFFFF;    border-color:#000033;    border-width:1px;    border-style:solid;}#soft{    width:120px;    margin-top:10px;	text-align:center;	background:#FFFFFF;    border-color:#000033;    border-width:1px;    border-style:solid;}#new{    width:740px;    margin:10px 10px 10px 5px;    border-color:#0066ff;    border-width:1px;    border-style:none none solid solid;}td#main-right{    width:740px;    vertical-align:top;}h2.r-side{    margin:0px;    font-size:x-small;    border-color:#0066ff;    border-width:1px 100px 1px 10px;    border-style:solid;    background-color:#99ccff;    padding:2px 0px 2px 2em;}ul.contents{    list-style:disc;	text-align:left;    margin:5px;    padding:0px 1em;}li.content{    list-style:disc;	font-color:#000033;	text-align:left;    background-repeat:no-repeat;    padding:0px 10px;    margin:3px;}li.web2{    list-style:disc;    background-repeat:no-repeat;    padding:0px 10px;    margin:3px;}/*フット*/address{    font-style:normal;    border-color:#0066ff;    border-width:1px;    border-style:solid;    padding:0.3em 1em;}