/* ユーザーページ専用スタイルシート */

/* ブラウザ表示リセット
----------------------------------------- */
h1,h2,h3,h4,h5,h6,div,p,form,ul,li,dl,dt,dd,table,td,th{
	margin:0px; padding:0px;
	font-weight:100;
	font-size:1.0em;
	font-weight:1.0em;
}
table,img{
	border:none;
}
div,td,th{
}
ul,li{
	list-style:none;
}
A:link, A:visited {
	color:#ffffff;
	text-decoration:underline;
}
A:hover, A:active {
	color:#ffffff;
	text-decoration:none;
}

body{
	margin:0px;
	background:#de3494;
	color:#de3494;
}

/* レイアウト指定（fix）
----------------------------------------- */
div#container{
	width:950px;
	margin:0 auto;
	background:#000000;
}
div#content{
	display:inline;
	float:left;
	width:590px;
	margin:0px 180px 0px 180px;
}
div#navi_left{
	float:left;
	width:160px;
	margin-left:-940px;
}
div#navi_right{
	float:left;
	width:160px;
	margin-left:-170px;
}
div#footer{
	clear:both;
}

/* ヘッダー
----------------------------------------- */
div#header{
	position:relative;
	height:290px;
	background:url(http://blog.goo-net.com/gooranger/img/1/title.jpg) no-repeat 0px 0px;
}
div#header h1{
	position:absolute;
	width:950px;
	top:255px;
	left:0px;
	margin-bottom:0px;
	padding:7px 0px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}
div#header h1 a{
	color:#de3494;
	text-decoration:none;
}
div#header h1 a:hover{
	color:#ffffff;
}
div#header h2{
	width:210px;
	padding:20px;
	color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
}

/* 中央：コンテンツ
----------------------------------------- */
div#content dt{
	height:30px;
	margin-bottom:10px;
	background:url(http://blog.goo-net.com/gooranger/img/1/belt_maintop.jpg) no-repeat 0px 0px;
}
div#content dt p{
	padding:7px 15px 0px 15px;
	color:#000000;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}
div#content dd.text{
	padding:0px 15px;
	margin-bottom:10px;
	font-size:0.8em;
	line-height:1.6em;
}
div#content dd.text p{
	margin-top:5px;
	text-align:right;
}
div#content dd.post{
	height:15px;
	margin-bottom:30px;
	background:url(http://blog.goo-net.com/gooranger/img/1/belt_mainbtm.gif) no-repeat 0px 0px;
}
div#content dd.post p{
	padding:1px 10px 0px 10px;
	font-size:0.7em;
	text-align:right;
	color:#000000;
}
div#content dd.post p span{
	margin:0px 7px;
}
div#content p.page{
	margin-bottom:10px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}
/* トラックバック */
div#content dd.text p.tb_post{
	font-size:0.8em;
}
/* コメント */
div#content dd.comment th,
div#content dd.comment td{
	padding:3px 10px;
	vertical-align:top;
}
div#content dd.comment td input{
	width:200px;
	height:20px;
	background:#000000;
	border:#de3494 solid 1px;
	color:#de3494;
}
div#content dd.comment div{
}
div#content dd.comment div .com_input2{
	width:550px;
	background:#000000;
	border:#de3494 solid 1px;
	color:#de3494;
}
div#content dd.comment div.com_btn{
	margin-bottom:20px;
	text-align:center;
}
div#content dd.comment div.com_btn input{
	padding:2px 10px;
	background:#000000;
	border:#de3494 solid 1px;
	color:#de3494;
	font-weight:bold;
}
div#content dd.comment p.com_post{
	font-size:0.8em;
}


/* ナビゲーション共通
----------------------------------------- */
td.side{
}
td.side_title{
	width:140px;
	height:30px;
	background:url(http://blog.goo-net.com/gooranger/img/1/belt_navi.jpg) no-repeat 0px 0px;
	padding:0px 10px 0px 10px;
	color:#000000;
	font-size:0.8em;
	line-height:0.9em;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
table.calendar_bg{
	width:98%;
	margin:0px auto;
}
table.calendar_bg th,
table.calendar_bg td{
	width:14%;
	height:22px;
	font-size:0.8em;
	text-align:center;
}
table.calendar_bg th{
	font-weight:bold;
}
table.calendar_bg td.calendar a{
	display:block;
	width:22px;
	padding:2px 0px;
	background:#de3494;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
div.side_text{
	width:160px;
	margin:5px 0px;
	font-size:0.7em;
}

/* フッター
----------------------------------------- */
div#footer table{
	margin:0px auto;
}




/* 個別指定class
----------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
