/* ¥Ö¥í¥Ã¥¯ÁÈ */
/* ³°ÏÈ */

* { margin : 0 ; padding : 0 ; }

body {
        width: 100%;
        text-align : center;
        font-size: 12px; 
	color: #666666; 
	background-color: #ffffff;
	background-image: url(../img/bg.png);   /* ÇØ·Ê±Æ */
	background-repeat: repeat-y;
	background-position: top center;
	font-family : "Tahoma","Verdana","Arial","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku GothicPro","Osaka","£Í£Ó £Ð¥´¥·¥Ã¥¯";
	line-height : 20px ;
	margin-top : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 0px;
}

div#container {
	width : 800px;
        margin-left : auto;
        margin-right : auto;
	text-align: left;
	background-color: #FFFFFF;
	border-left: solid 2px #556b2f;
	border-right: solid 2px #556b2f;
}

/* ³Æ¥Ö¥í¥Ã¥¯  */

#title {
       width: 100%;
       text-align: center;
}

#navigation {
       width: 100%;
       height: 30px;
       text-align: center;
}

#separater-u {
       width: 100%;
       height: 14px;
}

#ads{
	float: right;
	width: 140px;
}

#contents{
	margin-right: 140px;
	width: 660px;
}

#separater-l{
        clear: right;
        width: 100%;
        height: 14px;
}

#footer {
      width: 100%;
}

A:link{text-decoration:none;}
A:alink {text-decoration:none;}
A:visited {text-decoration:none;}
A:hover {text-decoration:underline;}

img {
      border: solid 0px;
}

.dot {
       color: #556B2F; /* Àþ¤Î¿§ */
       background-color: #ffffff; /* ÇØ·Ê¿§ */
       border: 1px; /* ÏÈ¤ÎÂÀ¤µ */
       border-style: dotted; /* ÏÈ¤Î¼ïÎà */
}