﻿/* ****************************** File ******************************

  @BlogTitle:Ameblo Customize
  @BlogURL:http://ameblo.jp/ameba-custom/
  @FileName:styles.css

  @Copyright(C)since2007 amefanbeta.com ALL RIGHT RESERVED

*/

/* ****************************** reset ****************************** */

@import"reset.css";

/* ****************************** common ****************************** */

a{
	color:#333;
	text-decoration:underline;
}
a:hover{
	color:#333;
	text-decoration:none;
}
form,
textarea,
table{font-size:12px;}
body{
	border-top:3px solid #72604C;
	background:#F8F2EA url(../images/body.jpg) repeat-x;
	color:#333;
	font-size:12px;
	font-family:Verdana,Helvetica,Arial,'Hiragino Maru Gothic Pro','ƒqƒ‰ƒMƒmŠÛƒS Pro W4','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	line-height:1.5;
}
#frame{
	padding-bottom:20px;
	background:url(../images/frame.jpg) repeat-x center bottom;
}
#sub_frame{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#top_contents{
	width:100%;
	margin-bottom:15px;
	padding-top:25px;
	overflow:hidden;
}
#center_contents{
	width:100%;
	overflow:hidden;
}
#bottom_contents{
	width:100%;
	overflow:hidden;
}

/* ****************************** top_contents ****************************** */

/* nav */
#nav ul{
	width:99px;
	height:490px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	overflow:hidden;
	border-right:1px solid #72604C;
}
#nav li{
	margin-bottom:2px;
	padding-right:15px;
	font-size:11px;
}
#nav li a{
	text-decoration:none;
}
#nav li a:hover{
	text-decoration:underline;
}
#nav li a#act{font-weight:bold;}

/* ****************************** center_contents ****************************** */

#side{
	width:335px;
	float:left;
	margin-right:15px;
	overflow:hidden;
}
#main{
	width:650px;
	float:left;
	overflow:hidden;
}
/* side */
#search select{margin-right:10px;}
.menu_title{
	padding:9px 14px;
	background:#72604C;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}
.menu_frame{
	width:305px;
	padding:9px 15px;
	overflow:hidden;
}
/* main */
.contents{}
.contents dl{
	min-height:136px;
	height:auto !important;
	height:136px;
	margin-bottom:10px;
	border:1px solid #72604C;
	position:relative;
}
.contents dl#blog_pc{margin-bottom:0;}
.contents dt{
	position:absolute;
	top:15px;
	left:15px;
}
.contents dd{margin:0 15px 7px 136px;}
.contents dd.contents_title{
	margin-top:15px;
	padding-bottom:3px;
	border-bottom:1px dotted #72604C;
	color:#EA329E;
	font-size:13px;
	font-weight:bold;
}
/* feed2js*/
li.rss-item{
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #FFF;
}
ul.rss-items .rss-item a{
	padding-left:18px;
	background:url(../images/icon-rss.png) no-repeat 0 2px;
}

/* ****************************** footer ****************************** */

#footer{
	border-top:3px solid #72604C;
	background:#FFF;
	color:#72604C;
}
#subFooter{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
#footer ul{
	padding-top:15px;
	margin-bottom:15px;
}
#footer p{
	padding-bottom:15px;
	text-align:right;
}

