/*****************************************************
	ameblo CSS Skin Settings
	Skin for:	basic_ad
	FileName:	common.css
	$Revision:	1.8 $

	LAST EDIT:	2010.04.19
 *****************************************************/



/***********************************
	common setting
 ***********************************/

*{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}

html{
	font-size:12px;
	*font-size:75%; /*forIE6IE7*/
}

table{
	font-size: inherit;
	font: 100%;
}

img{
	border: none;
}

ul,li,dl,dt,dd{
	list-style:none;
}

a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}
 
a:hover {
	text-decoration:underline;
}



/***********************************
	old type skin - type_a.css
 ***********************************/

#main {
	float: right;
}

#sub_a{
	float: left;
}

#sub_b{
	width: 0;
	height: 0;
	visibility: hidden;
	display: none;
}



/***********************************
	frame/header/wrapper
 ***********************************/

div#frame{
	width: 940px;
	margin: 0 auto;
	background: #FFF url(http://web.pscompany.co.jp/ameba/hiroto5/img/bg.jpg) repeat-y;
}

div#subFrame{
	width: 900px;
	margin: 0 auto;
}

div#overHeader{
	width: inherit; /* 900px */
}

div#userNaviArea{
	visibility: hidden;
	display: none;
}

div#header h1{
	text-indent: -9999px;
	background: #FFF url(http://web.pscompany.co.jp/ameba/hiroto6/img/top.jpg) no-repeat top left;
}

div#header h1 a{
	display: block;
}

div#header h1,
div#header h1 a{
	width: 900px;
	height: 572px;
}

div#header h2{
	text-indent: -9999px;
	height: 0;
	visibility: hidden;
	display: none;
}

div#subFirstContentsArea{
	overflow: hidden;
	margin-top: 20px;
}

div#main{
	width: 650px;
	padding: 0px 20px 0px 15px;

}/* 680px */

div#sub_a{
	width: 207px;
	padding-left: 8px;
}/* 215px */

div#sub_b{
	width: 0;
	visibility: hidden;
	display: none;
}/* 0px */



/*** hidden contents ***/

div#ameblo,
div#footer_ad,
div#footerArea,
div#advertising2,
div#rss{
	text-indent: -9999px;
	height: 0;
	visibility: hidden;
	display: none;
}

div#defaultAd{
	position: absolute;
	top: -100%;
	left: -100%;
	z-index: -5;
	height:0;
}



/***********************************
	div#sub_a
 ***********************************/

div#profile h4,
div#recent_entries h4,
div#theme_list h4,
div#calendar h4,
div#archives h4,
div#search h4,
div#reader h4,
div#favorite h4
div#ranking h4,
div#bookmark h4,
div#ameblo h4,
div#rss h4{
	text-indent: -9999px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: -5px 0px ;
}

div#profile h4{
	height: 55px;
	background-image: url(http://web.pscompany.co.jp/ameba/hiroto6/img/menu_profile.gif);
}

div#recent_entries h4{
	height: 48px;
	background-image: url(http://web.pscompany.co.jp/ameba/hiroto6/img/menu_l_entries.gif);
}

div#calendar h4{
	height: 52px;
	background-image: url(http://web.pscompany.co.jp/ameba/hiroto6/img/menu_calendar.gif);
}

div#archives h4{
	height: 48px;
	background-image: url(http://web.pscompany.co.jp/ameba/hiroto6/img/menu_archives.gif);
}

div#search h4{
	height: 42px;
	background-image: url(http://web.pscompany.co.jp/ameba/hiroto6/img/menu_search.gif);
}

div#reader h4{
	height: 47px;
	background-image: url(http://web.pscompany.co.jp/ameba/hiroto6/img/menu_audience.gif);
}

div.mainMenu{
	margin: 0px auto 20px;
}

div.menu_frame{
	margin-left: 10px;
}

/*** Calendar TABLE ***/

div#calendar table{
	line-height: 1.3em;
	width: 160px;
	text-align: center;
}

div#calendar th.sun{
	color: red;
}

div#calendar th.sat{
	color: blue;
}



/***********************************
	div#main
 ***********************************/

/*** page ***/

div.page{
	text-align: center;
}

/*** PS Message Box ***/

div#message{
	margin-bottom: 30px;
}

div#ps_message{ /* メッセージボックス */
	overflow: hidden;
	_zoom: 1;
	width: 600px;
	margin-left: 50px;
}

div#msg_image{ /* メッセージボックス画像 */
	float: left;
	margin-right: 20px;
}

div#msg_text{ /* メッセージボックステキスト */
	overflow: hidden;
	_zoom: 1;
}

div#msg_text span.title{
	display: block;
	font-weight: bold;
}

/*** entry ***/

div.entry{
	width: 490px;
	padding: 25px 30px 25px 60px;
	position: relative;
} /* width: 600px */

div.entry_head{
	position: absolute;
	top: 50px;
	right: 50px;
}

div.entry h3.title{
	font-size: 1.5em;
	font-weight: bolder;
}

div.entry div.contents{
	margin-top: 30px;
	padding-left:15px;
color:#666666;
} /* width: 580px */
