/* CSS Document */


/* ========IMPORT======== */

@import "template.css";


/* ========タイトルリンクの設定======== */

h2 {
	font-size: 12px;
	}

h3 a {
	color:#FFFFFF;
	text-decoration:none;
	}
	

h3 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

/* ========ブログ文章中リンクの設定======== */

.blogtext a {
	color: #D10000;
	text-decoration:underline;
	}

.blogtext a:hover {
	color: #666666;
	text-decoration:underline;
	}

/* ========ライトナビリンクの設定======== */

#rightnavi a {
	color: #666666;
	text-decoration:none;
	}

#rightnavi a:hover {
	color: #D10000;
	text-decoration:underline;
	}

/* ================ */


#b_main {
	width: 665px;
	padding-left: 15px;
	color: #333333;
	}
	

	
	
#blog_title {
	background-image: url(../img/blog_title.jpg);
	width: 650px;
	height: 27px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	


#new {
	background-color: #CCCCCC;
	padding-bottom: 5px;
	width: 210px;
	}
	
#new ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#new li {
	background: url(../img/blog_list_icon.gif) 9px 9px no-repeat;
	padding-left: 25px;
	line-height: 28px;
	margin: 0;
	}
	
#category {
	background-color: #CCCCCC;
	margin-top: 20px;
	width: 210px;
	}
	
#category ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#category li {
	background: url(../img/blog_list_icon.gif) 9px 9px no-repeat;
	padding-left: 25px;
	line-height: 28px;
	margin: 0;
	}
	
#archive {
	background-color: #CCCCCC;
	margin-top: 20px;
	width: 210px;
	}
	
#archive ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#archive li {
	background: url(../img/blog_list_icon.gif) 9px 9px no-repeat;
	padding-left: 25px;
	line-height: 28px;
	margin: 0;
	}
	
.date {
	margin-top:10px;
	margin-left:10px;
	}
	
.blogtext {
	margin-top:10px;
	}
	
h3 {
	background-image:url(../img/b_bar.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:2px;
	padding-left:30px;
	width:620px;
	height:23px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}

	
/* ========ライトバナーカスタマイズ======== */

#right_bannerarea {
	float:right;
	width:205px;
	margin-top:20px;
	margin-right:10px;
	}
	
#right_bannerarea ul {
    margin:0;
    padding:0;
	}

#right_bannerarea li {
	margin-top:5px;
    list-style-type: none;
	}

#right_bannerarea li a{
  	display: block;
	margin: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999em;
	width:205px;
	height:58px;
   	}

#right_bannerarea li a:hover {
	background-position: -205px 0px;
	}

#right_banner1 a {
	background-image:url(../img/phmsbanner_s.gif);
	}
	
#right_banner2 a {
	background-image:url(../img/requestbanner_s.gif);
	}
	
#right_banner3 a {
	background-image:url(../img/beautybanner_s.gif);
	}
	
#right_banner4 a {
	background-image:url(../img/shopbanner_s.gif);
	}
	
