@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
  
-------------------------------------------*/

body{
	font: small "Lucida Grande", Lucida, Verdana, sans-serif, "Hiragino Kaku Gothic Pro";
}

h1{
	margin: 0;
	padding: 0;
}

h1 a:hover{
	text-decoration: none;
	border: none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a img{
	border: none;
}

a:link{
	color: #eb171e;
}

a:hover{
	color: #ffffff;
	background: #eb171e;
	text-decoration: none;
}

a:visited{
	color: #773699;
}

/* @group layout */

#container{
	width: 960px;
	margin: 0 auto;
}

#mainColumn{
	clear: both;
	float: left;
	width: 730px;
}

#sideColumn{
	float: right;
	width: 200px;
}

#Footer{
	clear: both;
}

/* @end */

/* @group mainColumn */

.section ul{ /* 位置を右上に調整 */
	padding: 10px;
	background: #eb171e;
	border: 1px solid #eb171e;
}

.section ul li{
	margin-bottom: 10px;
	padding-left: 20px;
	color: #ffffff;
	background: url(images/icon_whitearrow.gif) no-repeat 0 2px;
}

.section ul li a{
	color: #ffffff;
	text-decoration: none;
}

.section ul li a:hover{
	text-decoration: underline;
}

/* @end */

/* @group after */

.section.after ul{
	background: #ffffff;
}

.section.after ul li{
	color: #eb171e;
	background: url(images/icon_redarrow.gif) no-repeat 0 center;
}

.section.after ul li a{
	color: #eb171e;	
}

.section.after ul li a:hover{
	color: #ffffff;	
	text-decoration: none;
}

/* @end */

/* @group sidebar */

#banners{

}

#blogparts{
	margin-top: 10px;
}

#blogparts input{
	width: 200px;
	margin: 0;
	padding: 0;
}

#AMN-contents{
	border: 1px solid #eb171e;
}

.AMN-contents-head{
	margin: 0;
}

.AMN-item{
	padding: 15px;
}

.AMN-name,
.AMN-name a{
	width: 180px;
	margin: 0 0 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#AMN-entry-list li{
	font-size: 80%;
	color: #eb171e;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000000;
}

#AMN-entry-list li a{
	display: block;
	margin-bottom: 5px;
	font-size: 120%;
	color: #000000;
	text-decoration: none;
}

#AMN-entry-list li a:hover{
	color: #ffffff;
}

* html body .AMN-item{
	padding: 0;
}

/* @end */

/* @group Footer */

#Footer{
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 20px;
}

.amnlogo{
	float: left;
	width: 107px;
}

.copyright{
	float: right;
	padding-top: 10px;
	color: #eb171e;
	font-size: 12px;
	text-align: right;
}

/* @end */


.header{
	margin-bottom: 20px;
}

.menu{
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid  #eb171e;
}

.menu li{
	float: left;
	width: 181px;
	background:  #eb171e;
	border-left: 1px solid #ffffff;
}

.menu li a{
	display: block;
	padding: 5px 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.menu li a span{
	font-size: 12px;
	font-weight: normal;
}

.menu li a:hover{
	color:  #eb171e;
	background: #ffffff;
}

.menu li a:visited{
	color: #000000;
}

.blogger{
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #eb171e;
}

.blogger .title{
	margin-bottom: 10px;
	color: #eb171e;
	font-weight: bold;
}

.blogger img{
	float: left;
	margin-right: 10px;
}

.blogger p{
	margin: 0;
}

.blogger .moreread{
	float: right;
	width: 70px;
	padding-left: 13px;
	background: url(images/icon_moreread.gif) no-repeat 0 6px;
}
.entry-no-image {
	display:none;
}

