(id:minakoshi3754)

design_note2006-04-13

パッション!な感じで。(よくわかっていないけど、元気!みたいな)
子供服雑誌みてて、赤とピンクのボーダーのんがえらくかわいかったので試しに作って、打診してみたら感触がよかったのでその方向ですすめてみました。とりあえず、あんまし画像は使わないのが自分の中で流行ってたので、h2・h3にだけ色を入れて、あとはほんとシンプルに。コギレイな感じに出来上がったと思う。特に季節感ってのもないと思うので、飽きは来にくいんじゃないでしょうか。よくわかりませんが。今回は、「とりあえず女子だからピンクでしょ」ってゆう発想ではなかったのが一番よかった点だと自分では思いました。まぁ、結果的には思い切りピンク使ってんですけどもね。

html {
	margin:0;
	padding:0;
	border:none;
}


body { 
	font-size: 80%; 
	font-family: Verdana, Osaka, sans-serif; 
	line-height: 1.6; 
	text-align: center;
	letter-spacing: 0em;
        color: #41424B;
	margin: 0 auto; 
	padding: 0px;
        background-color: #FBFBFB;
	word-break: break-all ;
	word-wrap: break-word ;
	background-image: url("http://f.hatena.ne.jp/images/fotolife/d/design_note/20060418/20060418000728.gif");
	background-repeat: repeat;
	background-position: top left;
}

/********************** header **********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

table
{ 
        margin: 0px auto; 
	width: 712px;
	_width: 710px;
        border-left: 1px solid #C9C9B6;
        border-right: 1px solid #C9C9B6;
        background-color: #fff;
}

td 
{
 	background-color : transparent;
	width: auto;
	margin: 0;
	padding: 0px 0px;
}

table table td{
 	background-color : transparent;
	margin: auto;
	padding: auto;
        vertical-align: bottom;
}

table table{
	margin: 0px;
	padding: 3px 0px 0px 10px;
	border: none;
	width: 100%;
	background-image: url("");
	background-repeat: repeat-y;
	background-position: top center;
}


table table td{
	font-size: 80%x;
}

table table td font, 
table table td a{
	border:none;
        font-size: 11px;
}

td a{
	border: 0;
}

table input{
        height: 18px;
	border-top: 2px solid #FCECFC;
	border-left: 2px solid #FCECFC;
        background-color: #F2F2EC;
}


.hatena-body table{
	width: auto;
	margin: 0;
	padding:0 10px;
	border: 0;
	background-image: none;
	background-color : transparent;
}

h1,
h1 a{
        border: none;
        color: #DBCFAD;
	font-size: 20px;
}

h1 {	
        margin: 0px auto;
	font-weight: bold;
	text-align: right;
	line-height: 1.2;
	padding: 100px 20px;
	width: 670px;
	_width: 710px;
        border-left: 1px solid #C9C9B6;
        border-right: 1px solid #C9C9B6;
        background-color: #fff;
}

.hatena-body{
        margin: 0px auto;
	position: relative;
	padding: 0px 0px 0px;
	text-align: left;
	width: 710px;
        border-left: 1px solid #C9C9B6;
        border-right: 1px solid #C9C9B6;
        background-color: #fff;
}

.hatena-body:after{
	content:"";
	display:block;
	clear:both;
        border-bottom: 1px solid transparent;
}



.main{
	margin: 0px;
        padding: 10px 0px 20px;
	float: left;
	clear: left;
        width: 500px;
	text-align: center;
        border-right: 1px solid #C9C9B6;
}



.day {
        width: auto;
        _width: 100%;
	margin: 0px 10px 5px 10px;
	padding: 0px;
	text-align:left;
}


h2,
h2 a{
	border: none;
        color: #fff;
}

h2 {
	font-size: 90%;
	font-weight: bold;
	text-decoration:none;
        width: auto;
        _width: 100%;
        margin: 0px;
	padding: 3px 10px;
	text-align: right;
	line-height: 1;
        border-bottom: 1px solid #6B5815;
        background-color: #CE1D00;
}


span.date{
	font-weight: bold;
	font-size: 100%;
	padding: 0;
}

span.title{
	font-size: 100%;
	font-weight: normal;
	font-family: Verdana, Osaka, sans-serif; 
	margin: 0 0 0 10px;
	padding: 0;
}

.body {
	padding: 0px;
	margin: 0px 0px 30px;
}

.section{
        width: auto;
        margin: 5px 0px 5px;
	padding: 0px 0px 10px;
}

div.section:after{
        content:"";
        display:block;
        clear:both;
        border-bottom:1px transparent solid;
}

div.body{
        _height:1%;
}


h3,
h3 a{
	border: none;
}

h3 {	
	font-size:100%;
   	font-weight: normal;
	margin: 0px 0px 20px;
	padding: 5px 0px;
	text-align:left;
	line-height: 1.5;
        border-bottom: 1px solid #6B5815;
        background-color: #FF70B7;
}


a.sectioncategory{
	
}

span.sanchor{
        color: #fff;
	font-size: 15px; 
        margin: 0px 5px 0px 0px;
        padding: 17px 15px 12px 15px;

}

span.timestamp{
	font-size:70%;
	font-weight: normal;
	letter-spacing: 0px; 
}

.section p {	
	margin: 10px 16px;
	text-align:left;
	padding: 0;
}

/**************** decoration *************************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

a{
	text-decoration: none;
        color: #41424B;
}

a.keyword,
a.okeyword {
	text-decoration: none;
	border: none;
        color: #41424B;
}

a img{
	border: none;
}

a:link    { }

a:visited { } 

a:hover   { 
	text-decoration: none;
        border: none;
        color: #AFA98F;
}
  
a:active  { 
	color: #16DD45;
} 

h4 {	
	font-size:100%;
   	font-weight: normal;
	padding: 0 0 0 17px;
	margin: 1em 0px;
	text-align:left;
        border-bottom: 1px solid #958A65;
        background-color: #FF91C8;
}

h5 {	
	font-size:100%;
   	font-weight: normal;
	padding: 0 0 0 17px;
	margin: 1em 0px;
        border-bottom: 1px solid #B2AD9B;
        background-color: #FFBBDD;
	text-align:left;
	word-break:break-all;
}

blockquote{
	margin: 10px 0px;
	padding: 5px 10px;
        overflow: hidden;
        border: 1px solid #E8E8D7;
        background-color: #F0F0EF;
}

blockquote a{
        color: #A8002F;
        border: none;
}



.section blockquote p{
	margin: 0.5em;
	padding: 0;
}

cite a{
	border: none;
        color: #000000;
}

cite{
	font-weight: normal;
	font-style: normal;
        font-size: 10px;
	padding: 0px 5px;
        float:right;
}


pre	{
        color: #000000;
	margin: 10px 2px;
	padding: 10px 15px 5px;
        overflow: auto;
        border: 3px double #E8E8D7;
        background-color: #F0F0EF;
}

font{
	line-height: 1.2em;
}

em a{
	border: none;
        color: #000000;
}

em{
	font-weight: normal;
	font-style: normal;
}

ins a{
	border: none;
}

ins{
	text-decoration: none;
	border-bottom: solid 1px #84888B;

}


.day td{
	padding: 5px 5px 5px 7px;
	margin: 0;
	background-color: #FCD2D2;
	border: solid 1px #B74545;
}

.day th{
	padding: 5px 5px 5px 7px;
	margin: 0;
	border: solid 1px #B74545;
	background-color: #FFB9B9;
	font-weight: normal;
}

.day table{
	margin: 10px 0;
	font-size: 100%;
	border: none;
	border-collapse: collapse;
	text-align: center;
	border: solid 1px #B74545;
}

.hatena-module input {
        margin: 0px 2px;
        border: 1px solid #BAAD8F;
}

/************************* list **********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

.section ul{
	margin: 1em 15px 1em 25px;
	padding: 0;
}

.section ol{
	margin: 1em 15px 1em 30px;
	padding: 0;
}

.section ul li,
.section ol li,
.section ol ul,
.section ol ol,
.section ul ul,
.section li li {
	margin: 0 0 0 8px;
	padding: 0;
}



.section dl{
	margin: 10px 15px;
}

.section dt{
	font-weight: normal;
}

.section dd{
	
}


/********************** img ***************************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

img.photo{
	float: right;
	border: solid 1px #D1CAB2;
	margin: 55px 15px 5px 10px;
	padding: 0;
}

.body img.asin{
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 0;
	border: solid 1px #D1CAB2;
}

/********************* footnote **********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

span.footnote{
	font-size: 80%;
}

span.footnote a{
	border: 0;
}


div.footnote{
	padding: 0px 20px;
	margin:  0px;
}

p.footnote{
	margin: 3px 0px;
	font-size: 85%;
}

p.footnote a{
	border: none;
}

/********************** comment ***********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

div.comment,
div.refererlist {
	_width: 100% ;
	font-size: 85%;
	padding: 5px 0px;
	margin:  0px;
}

div.refererlist {
	text-align: right;
}


div.refererlist ul{
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
	letter-spacing: 0px;
}

form div.refererlist ul{
	font-size: 100%;
	letter-spacing: 1px;
}

div.caption,
div.caption a{
        color: #A29F8E;
}



div.caption{
	padding: 0;
	margin: 0;
	text-align: right;
}

div.refererlist div.caption{
}

form div.refererlist div.caption{
	padding: 0 0.5em;
	margin: 0.5em 0;
}



div.refererlist div.caption a{
        border: none;
        color: #350000;
}

div.commentshort{
	margin: 0px;
        padding: 10px;
        border-bottom: 1px solid #88866C;
        background-color: #EFE784;
}

div.commentshort textarea{
	width: 90%;
        height: 10em;
}

span.canchor{

}

div.commentshort a{
	border: none;
}

div.commentshort a:hover{

}



span.commentator{
	font-weight: normal;
	margin: 0px 0px 10px 0px;
        padding: 1px 10px 1px 8px;
}

form span.commentator{
	margin: 10px 0px;
}

div.commentshort P {
	margin: 0px;
        padding: 1px;
	letter-spacing: 0px;
}


p.sectionfooter {
        margin: 10px 0px 0px 0px;
	text-align: right;
}

p.sectionfooter a{
	text-decoration: none;
	border: none;
        font-size: 90%;
}

/******************asin detail***********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

div.hatena-asin-detail {
        width: auto;
	margin: 0px;
	padding: 10px;
	border-bottom: solid 1px #E6D0D0;
        font-size: 100%;
	background-image: url("http://f.hatena.ne.jp/images/fotolife/d/design_note/20060421/20060421142733.png");
	background-repeat: repeat;
	background-position: top left;
}

div.hatena-asin-detail a{
}

div.hatena-asin-detail a:hover{
        border: none;
}

img.hatena-asin-detail-image {
	float: left;
	border: 0;
	margin: 0 20px 0 0 ;
        height: 110px;
	border: solid 1px #fff;
        background-color: #FECDCE;
}

div.hatena-asin-detail-info{
	float: left;
	margin: 0px;
	word-break: break-all;
}

.section p.hatena-asin-detail-title{
	text-align: center;
	font-weight: normal;
        padding: 3px 10px 0px;
	margin: 0px;
	border-bottom: solid 1px #E6D0D0;
}

div.hatena-asin-detail-info ul {
        list-style-type: none;
        font-size: 80%;
	margin: 0;
	padding: 5px 10px;
}


div.hatena-asin-detail-info li {
	margin: 0;
	padding: 0;
}


div.hatena-asin-detail p a{
	border: 0;
}

div.hatena-asin-detail-foot {
	clear: left;
}


/************************ form **********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

form{
	margin: 0;
	padding: 0;
}

form.hatena-searchform{
	margin: 5px 0;
}



div.day div.comment form{
	margin: 0;
	padding: 0;
}

form h2,
form div.body{
	padding: 1em 1.5em;
	width: auto;
}
form h2{
	margin: 15px 20% 0 0;
	font-size: 120%;
	padding: 5px 15px;
	color: #000000;
}

form h2 span.date,
form h2 span.title{

	border: none;
	display: inline;
	margin: 0;
	padding: 5px 15px;
}

form textarea{
	width: 90%;
}

form h3{
	display: block;
	margin: 2em 0 1em 0;
	padding: 0;
	border-bottom: solid 1px #000000;
	font-size: 100%;
}



/********************** sidebar ***********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

.sidebar {
	float: right;
	clear: right;
	width: 200px;
	padding: 0px 0px;
	margin: 30px 0px;
	font-size: 80%;
	text-align: center;
	color: #808059;

}

.sidebar a{
	color: #808059;
}

.sidebar a:hover{
	color: #45B800;
}

.hatena-module{
	margin: 0px 3px 30px;
	padding: 0px;
	_width: 100% ;
        border: none;
	background-image: url("http://f.hatena.ne.jp/images/fotolife/d/design_note/20060421/20060421142601.png");
	background-repeat: repeat;
	background-position: top left;
}


.hatena-moduletitle,
.hatena-moduletitle a{
	border: none;
}

.hatena-moduletitle{
	text-align: right;
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 5px 3px;
	margin: 0px 0px 2px;
	letter-spacing: 0px;
	line-height: 1; 
        border-bottom: 1px solid #E2DAC2;
        background-color: #ffffff;
}

.hatena-modulebody{
	padding: 10px 2px;
	margin:  0px;
	_width:100%;
        border: none;
        background-color: #ffffff;
}





/********************** sideber li **********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        


.hatena-modulebody ul{
	padding: 0px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
}

.hatena-modulebody li {
        display: block;
        margin: 4px 0px;
}

.hatena-modulebody li a{
	padding: 2px 5px;
	line-height: 1.1;
}

.hatena-modulebody li a:hover {
}


/******************* profile module *******************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

.hatena-profile {
}

.hatena-profile img{
        padding: 0px;
        border: 1px solid #808059;
}

.hatena-profile-id a{
        font-size: 100%;
        padding: 2px;
        margin: 0px;
        width: auto;
}

.hatena-profile-body {
}

/******************* photo module *******************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        


ul.hatena-photo{
	padding: 0px;
	margin: 0;
	width: auto;
	list-style-type: none;
	text-align: center;
}

ul.hatena-photo li{
	margin:  0px;
	display: inline;
	width: auto;
}

ul.hatena-photo li img{
	width: 40px;
}

ul.hatena-photo li a{
	display: inline;
	margin: 0px;
	padding: 0;
	text-align: center;
	border: none;
}

ul.hatena-photo li a:hover{
	background-color: transparent;
	border: none;
}

ul.hatena-photo li a img{
	margin: 3px 0px;
}

ul.hatena-photo li a:hover img{
}

/******************** asin log ***********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

ul.hatena-asinlog{
	padding: 0px;
	margin: 0px;
	width: auto;
	list-style-type: none;
	text-align: center;
}

ul.hatena-asinlog li{
	margin: 0 1px;
	padding: 0;
	display: inline;
	width: auto;
}

ul.hatena-asinlog li img{
	width: 40px;
}

ul.hatena-asinlog li a{
	padding: 0;
	text-align: center;
	border: none;
}

ul.hatena-asinlog li a:hover{
	background-color: transparent;
	border: none;
}

ul.hatena-asinlog li a img{
}

ul.hatena-asinlog li a:hover img{
}


/********************* rss module *********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

div.hatena-modulebody dd{
	margin: 0;
}

/********************** calender **********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

div.calendar {
	font-size:70%;
        margin: 0px 15px
}

.main div.calendar {
	font-size:80%;
	margin: 0px;
	padding: 0px 15px;
	text-align: right;
	position: static;
        color: #919191;
}

div.calendar a{
	border: none;
        color: #919191;
}


/********************** calendar2 **********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

table.calendar{
	font-size: 11px;
	letter-spacing: 0px;
	width: 180px;
	margin: 0 auto 0 0;
	padding: 0;
	border: none;
	text-align: center;
	position: relative;
	color: #808059;
}

table.calendar a{
}

td.calendar-current-month{
	font-weight: normal;
}

td.calendar-prev-month,
td.calendar-current-month,
td.calendar-next-month{
	text-align: centerr;
}


td.calendar-day a{
	border-bottom: 2px solid #E5E5E4;
	position: relative;
	z-index: 0;
	background-color: #D8E0AB;
}


td.calendar-day a:hover{
	z-index: 0;
}

td.calendar-weekday,
td.calendar-sunday,
td.calendar-saturday{
	display:none;
}

td.calendar-day a img {
	width: 13px;
	height: 13px;
	z-index: 1;
}



td.calendar-day a:hover img{
	width: auto;
	height: auto;
	bottom: -5px;
	right: -5px;
	position: absolute;
	z-index: 2;
}

/************************ adminmenu ****************************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

div.adminmenu{
	text-align: right;
	margin: 0 0 0 50px;
	font-size: 80%;
	padding: 5px 10px;
	width: 650px;
	border: none;
        color: #000000;
}

div.adminmenu a{
	border: none;
       color: #3F2F15;
}

span.adminmenu{
	margin: 0 2px;
}

.hatena-body div.adminmenu{
	margin: 0;
	text-align: left;
	border: none;
	width: auto;
	padding: 5px 10px;
}

/*********************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

span.highlight {
	background-color: #A40700;
	padding: 0px;
}

div.footer{
	padding: 10px;
	text-align: center;
}

.footer,
.footer a{
        color: #000000;
	border: none;
}


/*********keywordcloud************/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
ul.keywordcloud {
  margin: 10px;
  padding: 0;
}

ul.keywordcloud li {
  font-size:90%;
  display: inline;
}

a.keywordcloud0 { font-size: 100%; }
a.keywordcloud1 { font-size: 150%; }
a.keywordcloud2 { font-size: 200%; }
a.keywordcloud3 { font-size: 250%; }
a.keywordcloud4 { font-size: 300%; }
a.keywordcloud5 { font-size: 350%; }
a.keywordcloud6 { font-size: 400%; }
a.keywordcloud7 { font-size: 450%; }
a.keywordcloud8 { font-size: 500%; }
a.keywordcloud9 { font-size: 500%; }
a.keywordcloud10 { font-size: 500%; }