/* COMMON */

.ct {
	text-align:center;
}


/* BASIC LAYOUT */

#container {
	width:788px;
	margin:0px auto;
}

#maplink {
	margin:0px 0px 15px;
}

#banner h1 {
	margin:0px 0px 15px;
}

#main {
	width:781px;
}

#left {
	float:left;
	width:181px;
	margin-right:15px;
}

#content {
	float:left;
	width:389px;
	margin-right:15px;
}

#right {
	float:right;
	width:181px;
}

#foot {
	clear:both;
}


/* MAIN */

.entry a {
	text-decoration:underline;
	color:#666666;
}

.entry a:hover {
	color:#ff3399 !important;
}

.entry h3 {
	margin-bottom:0px;
	text-align:right;
	font-size:10px;
	color:#666666;
	font-weight:normal;
}

.entry h2 {
	margin:0px 0px 10px;
	border-top:dotted 1px #333333;
	border-bottom:dotted 1px #333333;
	padding:5px 0px;
	font-size:16px;
	color:#990000;
}

.entry .entrybody {
	margin-bottom:10px;
	font-size:14px;
	line-height:170%;
}

.entry p.posted {
	height:55px;
	margin:0px 0px 30px;
	padding-bottom:10px;
	text-align:right;
	background-image:url(/akogare_w/img/pt_diary_bottom.jpg);
	background-repeat:no-repeat;
}

.entry p.posted2 {
	margin:0px 0px 30px;
	text-align:right;
}

.entry h4 {
	margin:20px 0px 10px;
	border-top:dotted 2px #999999;
	padding-top:5px;
	font-size:14px;
	color:#990000;
}


/* COLUMNS */

.sidebar a {
	text-decoration:underline;
	color:#666666;
}

.sidebar td a {
	text-decoration:none;
}




.sidebar a:hover {
	color:#ff3399 !important;
}

#profile,#calendar,#archive,#recentcomment,#recenttrackback,#categories,#recententry {
	margin-bottom:15px;
	background-image:url(/akogare_w/img/pt_column_back.jpg);
}

#profile p {
	margin:5px 10px;
}

#calendar table {
	width:161px;
	margin:5px 10px;
}

#calendar caption {
	text-decoration:none;
}

#calendar a {
	color:#ff0000 !important;
}

#archive ul {
	margin:5px 7px;
}

#recentcomment ul {
	margin:5px 7px;
}

#recenttrackback ul {
	margin:5px 7px;
}

#categories ul {
	margin:5px 7px;
}

#recententry ul {
	margin:5px 7px;
}


/* COMMENT FORM */

.commentform p.posted {
	text-align:right;
	border-bottom:dotted 1px #cccccc;
	margin-bottom:30px;
}

.commentform h4 {
	margin:20px 0px 10px;
	border-top:dotted 2px #999999;
	padding-top:5px;
	font-size:12px;
	color:#990000;
}

.commentform a {
	text-decoration:underline;
	color:#666666;
}

.commentform a:hover {
	color:#ff3399 !important;
}

