* {
	letter-spacing: 0.1em;
	font-size: 100%;
    font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3',
                'Hiragino Kaku Gothic Pro',
                'ƒƒCƒŠƒI','Meiryo',
                '‚l‚r ‚oƒSƒVƒbƒN',
                sans-serif;
}

body {
	overflow:auto;
	margin: 0 auto;
}

a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

ul {
	list-style:none;
}

li {
	list-style:none;
}


h3 {
	margin: 0px 30px 5px;
	border-bottom: 1px dotted #cccccc;
}

/*ŠÛŠp*/
.sidebox {
	margin: 0 auto; 
	background: url(./images/body-r.png) no-repeat bottom right;
	font-size: 100%;
	margin-bottom: 10px;
	text-align: left;
}
.boxhead {
	background: url(./images/header-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h1,h2 {
	background: url(./images/header-l.png) no-repeat top left;
	margin: 0;
	padding: 5px 30px 5px;
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: #999999 0px 2px 5px;
}

.boxbody {
	background: url(./images/body-l.png) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

#navibottom {
	text-align: center;
}

/*ƒAƒR[ƒfƒBƒIƒ“*/
#nested .acc-section {
	overflow:hidden;
}

#accnavibottom .acc-section {
	overflow:hidden;
}

#acc {
	margin: 0;
	padding: 0;
	text-align: left;
}

#acc h2 {
	color: #660000;
	background:#ffffff;
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: #999999 0px 2px 5px;
	border: none;
}

#acc h2:hover {
	color: #cc0000;
}

#acc .acc-content {
	overflow:hidden;
}

#acc .acc-selected {
	color: #000000;
	border-bottom: 1px dashed #cccccc;
}

#acc p {
	padding: 0px 30px 1px;
}

/*¶ƒJƒ‰ƒ€*/

#navigation {
	position : fixed!important;
	position : absolute;
	left: 0;
	top: 0;
	right: 0;
	
	margin: 5% 5% 5% 5%;
	height:100%;
	width: 30%;
	float:left;
	text-align: center;
}

/*‰EƒJƒ‰ƒ€*/

#content {
	margin: 15px 5% 15px 35%;
	text-align: left;
	padding-bottom: 5%;
}

/*ƒtƒbƒ^[*/
#bottom {
	position : fixed!important;
	position : absolute;
	left: 0;
	bottom: 0;
	right: 0;
	
	margin: 90% 0 0;
	height: auto;
	background: url(./images/footer_back.png) top left;
	
	text-align: right;
	color: #ffffff;
}

#scpipt_area {
	display:none;
}

/*‚Â‚¢‚Á‚½[*/
#twitter {
	padding: 0px 30px 5px;
}

#twitter p {
	padding: 0;
}

#twitter .twText {
	text-align: left;
}

#twitter .twTime {
	text-align: right;
	color:#999999;
}

.red {
	color: #cc0000;
}

/*BBS—Ìˆæ‚ÌƒXƒ^ƒCƒ‹*/
#bbs_out {
	margin: 0px 30px 5px;
}
#name   {width:50%; margin: 3px 3px 0;}
#pass   {width:20%; margin: 3px 3px 0;}
#comment{width:70%; margin: 3px 3px 0;}
#no     {width:35px; margin: 3px 3px 0;}
#ed_pass{width:50px; margin: 3px 3px 0;}

#message {
        height:70%;
        overflow:auto;
        text-align:left;
        margin-top:3px;
        margin-bottom:3px;
        padding-top:2px;
        padding-bottom:2px;
        border-top:1px dotted #cccccc;
        border-bottom:1px dotted #cccccc;
        background:#ffffff;
}

#message .odd{
}


#message .even{
	background-color:#E5FFFF;
}


#selected {
	background-color:#FFE877;
}