/* TOLIVITO main design */

/* universal */

* {
	margin:0;
	padding:0;
	font-weight: normal;
	background-repeat: no-repeat;
}

/* body */

body {
	width: 100%;
	background-color: #FFFFFF;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:140%;
}

/* inline */

a {
	color: #3399FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a[name]:hover {
	text-decoration:none !important;
	outline:0 !important;
}
strong {
	color: #FF6633;
	font-weight: bold;
}

/* block */

p,h1,h2,h3,h4,h5,h6,pre,table,blockquote,ul,ol {
	/* mainBlock common */
	margin-bottom: 1.2em;
	line-height: 1.2em;
}
ul {
	list-style-type: square;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
}
td,th {
	font-size: 12px; /*yIE6.0ˆÈ‰º—pzƒtƒHƒ“ƒgƒTƒCƒYŒÅ’è*/
}
blockquote {
	background-color: #F0F0F0;
	padding: 1em;
}
blockquote p,
blockquote ul,
blockquote ol,
blockquote table {
	margin-bottom: 0;
}
p,blockquote,ul,ol {
	/* multiLine common */
	line-height: 1.5em;
	/*text-align: justify;*/
}

img,
object,
param {
	border:0;
	vertical-align:bottom;
}
input {
	line-height:100%;
}

/* layout */

body {
	text-align: center;
}
div#container {
	width: 800px;
	margin: 0 auto;
}
div#title {
	width: 800px;
	height: 100px;
}
div#menu{
	width:800px;
	height:20px;
	margin-top:5px;
	margin-bottom:10px;
}
div#main {
	width:800px;
	position: relative;
	clear: both;
}
div#main div#contents {
	width: 650px;
	float: left;
}
div#main div#banner {
	width: 150px;
	float: right;
}
#banner2 {
	text-align:center;
}
img#banner2{
	margin-bottom:5px;
}
div#contents div#update{
	width:400px;
	float:left;
}
div#contents div#comment{
	width:650px;
}
div#contents div#memo{
	width:250px;
	float:right;
	height:100%;
}
div#contents div#diary{
	width:650px;
	clear:both;
}
.diary_border{
	border-width:1px;
	border-style:solid;
	border-color:#EECCFF;
	margin:3px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:0px;
	line-height:150%;
	letter-spacing:1px;
	color:#333333;
	
}
.diary_log{
	text-align:right;
	}
.border{
	border-width:1px;
	border-style:solid;
	border-color:#EECCFF;
	margin:3px;
	padding:3px;
	height:100%;
}
.date{
	border-bottom:2px solid #AACCFF;
	color:#3366FF;
	font-size:14px;
	margin-bottom:10px;
	padding-bottom:2px;
	margin-top:30px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
.date2{
	font-weight:bold;
	color:#FF6633;
	margin-top:4px;
	font-family:Century gothic,"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
.title{
	background-color:none;
	border-bottom:1px solid #DDDDFF;
	text-align:center;
	letter-spacing:2pt;
	margin-bottom:2px;
	font-family:Verdana,Arial;
}
div#footer {
	width: 800px;
	height: 30px;
	clear: both;
	background-image:url(footer.png);
	background-repeat:no-repeat;
}

