/* CSS Document */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	text-align: center; /* center on ie */
	background: #e5e5dd
}



form { margin: 0; padding: 0; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */
#clear{
	clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
	
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


a {color:#333333;font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";text-decoration:none;}
a:link {color:#333333;font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";text-decoration:none;}
a:visited {color:#414141;font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";text-decoration:none;}
a:active {color: #CC0000;font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";text-decoration:none;}
a:hover {
	color:#CC0000;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	text-decoration:underline;
	position : relative;
	left:1px; top:1px;
}


.link-now{color:#CC0000;}
.link-now2{color:#CC0000;}
.link-now3{color:#FFFF99;}

.powerd {
	color: #333333;
	font-size: 10px;
	line-height: 200%;
}



/* page layout */

#wall{
	width: 810px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: #e5e5dd url(/img/bg.jpg) repeat-y;

}

#info{
	width: 780px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 5px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size: x-small;
	color: #909090;
	margin-bottom: 2px;
	
}

#banner_index {
	width: 780px;
	height: 82px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

#banner {
	width: 782px;
	height: 75px;
	display: block;
	margin-left:auto;
	margin-right:auto;

}


#container {
	width: 780px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-color: #FFFFFF;
}


#container-inner {
}


#copyright{
	width: 780px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}


/*  ¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä */

#pagebody { 
	width: 780px;
	height:auto;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
 }
#pagebody-inner {
	margin: 3px;
}


/* ¥³¥ó¥Ý */

#contentsA, #contentsC, #contentsD{
	width:780px;
	height:auto;
    display: inline; /* ie win bugfix */
    float: left;
}


#contentsA1{
	width: 390px;
	height: 200px;
	display: block;
	float: left;
	margin: auto;
	top: auto;
	bottom: auto;
}

#contentsA2{
	width: 390px;
	height: 200px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#contentsB{
	width:760px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-indent: 1em;
	float: left;
	line-height: 25px;
	}
#contentsD1{
	width: 550px;
	height: auto;
	display: block;
	float: left;
	top: auto;
	bottom: auto;
	padding-left: 3px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#contentsD2{
	width: 190px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-left: 10px;
}

.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.button{
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.disp-none{
	display: none;
}
.disp-on{
	display: visible;
}
#blog-entry-title{
	color:#333333;
	padding-left:10px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 12pt;
	width: 550px;
	background-image: url(/img/titleback/all.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 8px;
	display: block;
}
#blog-entry-body{
	color:#333333;
	margin-left:5px;
	padding-left:10px;	
	width: 530px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

