@charset "UTF-8";

@import url(header3.css);
@import url(footer3.css);
@import url(blog_sidebar.css);
@import url(entry_styles.css);
@import url(blog_name.css);
@import url(blog_profile.css);

/* Windows版IE5.5専用外部スタイルシートの読み込み
------------------------------------------------------------ */
@media tty {
	i{content:"\";/*" "*/}}@m; @import 'win-ie55.css'; /*";}
}/* */



/* Mac版IE5.xの外部スタイルシートを読み込む
------------------------------------------------------ */
/*\*//*/
  @import url("/common/css/ie5mac.css");
/**/


/*
===== 1: reset each element =====
*/
* {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {
  border-style: none;
}


/*
===== 2: basic layout =====
*/


body {
	margin: 0;
/*	padding-top: 10px;*/
	background-color: #FFF;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #444444;
	text-align: center; /* IE5.5 or lower centerling */
	font-size: 12px;
	line-height:150%;
}

#Top3 #wrap {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#wrap {
	text-align: left;
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

#Top3 #container {
	clear: both;
	width: 980px;
	margin: 0;
	padding:0;
}
#container {
	width: 850px;
	margin: 0;
	padding:0;
}
/* float clear after box*/
#header:after,
#container:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
#header, #container {display:inline-block;} 
/* Hide from IE Mac \*/ 
#header, #container {display:block;} 
/* End hide from IE Mac */ 
/* end float clear after box */

#bg-blackcontainer {
	background-color: #000000;
/*	margin-top: 3px;*/
	z-index: 0;
}
/* float clear after box*/
#bg-blackcontainer:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
#bg-blackcontainer {display:inline-block;} 
/* Hide from IE Mac \*/ 
#bg-blackcontainer {display:block;} 
/* End hide from IE Mac */ 
/* end float clear after box */


#blog-content, #sta-content {
	float: right;
	width: 590px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

table {
	font-size: 12px;
	border-collapse: collapse;
	line-height: 130%;
	margin-bottom: 30px;
}
th, td {
	text-align: left;
	vertical-align: top;
}

/*
===== 3: typograph =====
*/

h4 {
	font-weight: bold;
}

p {
	margin-top: 0.5em;
	line-height: 1.3em;
}

/* link */
a:link, a:visited, a:active {
	color: #444444;
}
a:hover {
	color: #B30F74;
	text-decoration: underline;
}
.f-no-underline, .f-no-underline a {
	text-decoration: none;
}

/* spaces */
.spc-t10m {
	margin-top: 10px;
}
.spc-t20m {
	margin-top: 20px;
}
.spc-b25m {
	margin-bottom: 25px;
}
.spc-b50m {
	margin-bottom: 50px;
}
.spc-00 {
	margin: 0px!important;
	padding: 0px!important;
}

/* fonts for <h> */
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.f-r {
	text-align: right;
}
.f-p {
	color: #B30F74;
}
.f-10 {
	font-size: 10px;
}

/*
===== 4: CategoryArchives =====
iikimochiMUSIC,BlogApartment,PivotInfo,
PlugInPeople,RadioIikimochiLife (only List)
*/

.Copy {
	margin-top: 5px;
}

#sameList {
	margin-top: 10px;
	padding-top: 25px;
}

.Listbox dl {
	margin: 1px 0 !important;
	margin: -2px 0;
	padding: 0.5em 0 0.5em 0 !important;
	padding: 0.5em 0 0.7em 0;
	line-height: 100%;
}

.Listbox dt {
	display: inline;
	float: left;
	margin: 0;
	padding-left: 5px;
}

.Listbox dd {
	margin: 0;
	padding-left: 100px;
}

/* float clear after box*/
.Listbox:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
.Listbox {display:inline-block;} 
/* Hide from IE Mac \*/ 
.Listbox {display:block;} 
/* End hide from IE Mac */ 
/* end float clear after box */


#sameNav {
	border-top: 1px solid #8D8D8D;
	margin-top: 50px;
	padding-top: 25px;
}

#sameNav ul {
	list-style-type: none;
	line-height: 100%;
	margin: 0px;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
#sameNav li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}

#sameNav .main {
	border-right: 1px solid #AEAAA9;
	border-left: 1px solid #AEAAA9;
}


/*
===== others =====
*/

.clear{
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

/*
===== thumbnail =====
*/

.ph-thumbnail{
	margin: 10px -10px 0 0;
}
.ph-thumbnail a img {
	float: left;
	height: 80px;
	width: 80px;
	padding: 4px;
	border: 1px solid #DBDBDB;
	margin-top: 0px;
	margin-right: 10px !important;
	margin-right: 7px;
	margin-bottom: 10px !important;
	margin-bottom: 7px;
	margin-left: 0px;
}
/* for WinIE */
* html .ph-thumbnail a {
	background: url(/common/images/blog/thumbnail_bg.gif) left top no-repeat;
	height: 90px;
	width: 90px;
	padding: 5px;
}
* html .ph-thumbnail a img {
	border: none;
}

