@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - - -

Title :top (tumblr) theme CSS
Author :Tadaki Osawa 
URL : http://www.portas.jp/


Description : トップデザイン用 theme

Created : 07.11.2007
Modified : 1.00

- - - - - - - - - - - - - - - - - - - - - */
#header {
		height: 351px;
		margin-top: 5px;
		background: url(../../images/header_bg.gif) no-repeat;
		font-size: 0px;
		line-height: 1;
	}


#historyLink {
		text-align: center;
		padding-bottom: 36px;
}


/*Tumblr Setting*/
.post {
	position: relative;
	left: 111px;
	width: 440px;
	margin-bottom: 36px;
	margin-right: 65px;
	padding-bottom: 36px;
	border-bottom: 1px dotted #ABABAB;
}

div.post div.date {
                    position: absolute;
                    left: -69px;
                    text-align: center;
                    width: 48px;                
                    white-space: nowrap;
                    font: Normal 21px Helvetica, sans-serif;
                    letter-spacing: -2px;
                    text-transform: uppercase;
                    line-height: 30px;
}

div.post div.date div.date_brick {
                        height: 25px;
                        width: 30px;
                        font: Bold 10px Verdana, Sans-Serif;
                        text-align: center;
                        line-height: 11px;
                        padding-top: 2px;
                        letter-spacing: 0px;
                        overflow: hidden;
						background-color: #FF66CC;
						margin-left: auto;
						margin-right: auto;
}

div.post img.permalink {
                    width: 14px;
                    height: 13px;
                    border-width: 0px;
                    background-color: #000;
                    display: none;
                    position: absolute;
                    right: -12px;
                    top: 8px;
                    z-index: 10;
                }
				
div.post:hover img.permalink {
                        display: inline;
                    }
					
div.post  h2 {
	margin-bottom: 2em;
	font-size: 170%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-indent: -2px;
}

div.post h2 a:link,
div.post h2 a:visited,
div.post h2 a:hover,
div#credit a:link,
div#credit a:visited,
div#credit a:hover {
                        color: #DCDCDC;
						border-color: #000;
}

div#credit {
	width: 601px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 89px;
}