@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2009-11-20
Auther:     Miki Ishijima

-------------------------------------------*/
/* ------------------------------------------

 *  1.regular tags style
 *  2.Layout
 *  3.bloggers column
 *  4.mainColumn
 *  5.after 写真、活用イベント部分 スタイル
 *  6.sidebar
 *  7.Footer
  
-------------------------------------------*/

a:link{
	color: #5097fb;
}

.header{
	width:960px;
	height: 320px;
	background: url(images/mainimage_sub.jpg) no-repeat;
}

h1 a{
	height: 106px;
	display: block;
}

h1 a:hover{
	background: none;
}

.header h1 a span{
	display: none;
}

.header ul{
	position: relative;
	top: 15px;
}

.header ul li a{
	display: block;
	width: 380px;
	height: 40px;
	margin-bottom: 10px;
	text-decoration: none;
	background: url(images/bg_bloggersname.gif) no-repeat;
}

.header ul li a:hover,
.header ul li.crrent a{
	background: url(images/bg_bloggersname_on.gif) no-repeat;
}

.header ul li a span{
	display: block;
	padding: 10px 20px 0;
	height: 40px;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
}

.header ul li a:hover span,
.header ul li.crrent span{
	color: #eb171e;	
}

#mainColumn{
	border-top: 3px solid #eb171e;
	border-bottom: 3px solid #eb171e;
}

.title{
	margin: 10px 0 50px;
	padding: 0;
}

#mainColumn h2{
	margin: 10px 0;
	color: #eb171e;
}

#mainColumn h3{
	margin: 30px 0 0;
	padding-left: 20px;
	font-size: 160%;
	color: #eb171e;
	background: url(images/icon_redarrow.gif) no-repeat 0 8px;
}

.entrybody p{
	margin-bottom: 20px;
}

.attention{
	font: 10px;
	color: #eb171e;
}

#sideColumn{
	width: 180px;
	padding: 10px;
	color: #ffffff;
	background:  #eb171e;
}

#sideColumn a{
	color: #ffffff;
}

#proficon{
	padding: 10px 25px 5px;
	color: #000000;
	text-align: center;
	background: #ffffff;
}

#Footer .copyright a{
	text-decoration: none;
}

.gototop{
	width: 9em;
	float: right;
	text-align: right;
	background: url(images/icon_moreread.gif) no-repeat 0 5px;
}

.gototop a{
	color: #000000;
}
.entry-no-image {
	display:none;
}

