@import "style.css";
/* CSS Document */

/*====== default ======*/
img {
    border-style:none;
}
/*====== link ======*/
a:link {
    text-decoration: none;
}
/*====== content ======*/

* html body {
	width: 900px;
}
html,body { /* スクロールバー */
	scrollbar-arrow-color: #993300;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #993300;
	scrollbar-shadow-color: #993300;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

/*====== right content ======*/

.day { /* 日記間の線 */
    	border-bottom: 2px dotted #666666;
}

#box01 {
	margin: 15px;
}
#box01 .text00 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 2ex;
}
#box01 .text01 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 2ex;
}
#box01 .text02 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 50px;
	line-height: 2ex;
}
#top_images { /* トップ絵 */
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 100%;
}
#rightContent {
	width: 700px;
	margin-left: 20%;
	padding:10px 20px 20px 40px;
}
* html #rightContent { /* IE6 */
	position: absolute;
	top: 0px;
	left: 80px;
	width: 700px;
	padding:10px 20px 20px 40px;
}

td {
	padding:10px 10px 10px 10px;
}
#doujinphoto1 {
	float:left;
}

/*====== left content ======*/

#leftContent {
	font-size: 1em;
	font-weight: normal;
	position: fixed;
	z-index: 2;
	height: 100%;
	top: 0px;
	left: 0px;
	width: 20%;
	padding:20px 20px 20px 20px;
}
#leftContent a {
	font-size: 1em;
	font-weight: normal;
}
* html #leftContent { /* IE6 */
	position: absolute;
	top: 0px;
	left 0px;
	height: 100%;
	width: 200px;
	padding:20px 20px 20px 20px;
}
#leftContent ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#leftContent ul li {
	text-decoration: none;
	list-style-type: none;
	border: solid 1px #000000;
	padding:2px 0px 2px 10px;
	width: 170px;
	margin: 0px 0px 5px 0px;
}
#leftContent li a {
	font-family: sans-serif;
	font-weight: normal;
	text-decoration: none;
	display:block;
}
#leftContent li a:hover {
	text-decoration: underline;
}


