/* --------------------------------------------------------------- */
/*  Style Sheet
/*  last update 2007.2.27
/*  common/base.css
/*  Copyright(C) Masashi Kijima
/* --------------------------------------------------------------- */

/* ･ﾈ･ﾃ･ﾗ･ﾚ｡ｼ･ｸ
--------------------------------------------------- */

#mainContents h2{
display:block;
width:460px;
height:32px;
margin:0 0 20px 0;
}
#mainContents h2.ttlNews{background:url(/common/images/ttl_news.gif) no-repeat;}
#mainContents h2.ttlForum{background:url(/common/images/ttl_forum.gif) no-repeat;}

#mainContents ul{
margin:0 0 20px 20px;
}
#mainContents li span.date{
margin:0 15px 0 0;
}

#subContents h2{
display:block;
width:220px;
height:32px;
margin:0 0 20px 0;
}
#subContents h2.ttlProposal{
background:url(/common/images/ttl_proposal.gif) no-repeat;
}
#subContents h2.ttlProfile{
background:url(/common/images/ttl_profile.gif) no-repeat;
}
#subContents ul{
margin:0 0 30px 0;
}
#subContents ul.listProposal li a{
font-weight:bold;
color:#1e498d;
line-height:180%;
text-decoration:underline;
}
#subContents ul.listProposal li a:hover{
color:#99CCFF;
}
#subContents ul.listProfile li a{
font-weight:bold;
color:#1e498d;
line-height:180%;
text-decoration:underline;
}
#subContents ul.listProfile li a:hover{
color:#99CCFF;
}



/*追加*/

#feed_gooBlog li a{
font-weight:bold;
color:#1e498d;
line-height:180%;
text-decoration:underline;
}

#feed_gooBlog li a:hover{
color:#99CCFF;
}


#feed_wordPress li a{
font-weight:bold;
color:#1e498d;
line-height:180%;
text-decoration:underline;
}

#feed_wordPress li a:hover{
color:#99CCFF;
}


/*点滅*/
@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.5;/*透明度80%*/
 }
}
.blinking{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 1s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}




/*
------------------------------------------------*/
#movBtn{
position:absolute;
top:360px;
left:40px;
display:block;
width:200px;
height:60px;
}
#movBtn a{display:block; width:200px; height:60px; background:url(/common/images/070301movBtn.gif) no-repeat;}
#movBtn a:hover{display:block; width:200px; height:60px; background:url(/common/images/070301movBtn.gif) no-repeat; background-position:0 -60px;}

