/* CSS Document */

*{margin:0; padding:0;}

body{
width:100%;
background-image:url(sozai/background.gif);
color:white;
font-size:medium;
}

#all_body{
position:relative;
margin-left:auto;
margin-right:auto;
margin-height:auto;
width:80%;
}

#navi{
position:absolute;
left:0;
top:120px;
width:185px;
}

#contents{
margin-left:185px;
text-align:center;
}

#header{
}

#footer_main{
	/* position:absolute; 削除_20151117 */
	/* top:581px; 削除_20151117 */
	text-align:center;
	/* left: 0px; 削除_20151117 */
}

#footer_info{
	/* position:absolute; 削除_20151122 */
	/* top:1400px; 削除_20151122 */
	text-align:center;
	/* left: 2px; 削除_20151122 */
}

#footer_link{
position:absolute; 
top:750px; 
text-align:center;
}

img{
margin:5px;
}

td{
text-align:left;
width:auto;
font-size:13px;
}

table{
margin:10px;
padding:10px;
}

/*リンクされた文字*/
a{
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
}

/*未訪問のリンク*/
a:link {
    color:ff0000;
    font-style:normal;
    text-decoration:underline;
}

/*訪問後のリンク*/
a:visited {
    color:#934C7B;
    text-decoration:underline;
}

/*マウスをのせたとき*/
a:hover {
    color:#00ffff;
    font-style:normal;
    text-decoration:underline;
}

/*クリック中*/
a:active {
    text-decoration:none;
}



/* 追記_20151117 */
div#kaitori_box {
    margin-left: 200px;
}

/* 追記_20151117 */
#shop_link {
    color: #ffffff !important;
}
