/* common css */

*{
    margin:0px;
    padding:0px;
}

body{
    background-image:url(http://i.yimg.jp/images/evt/creative_award2011/0715/bgimage.gif);
		overflow-x: hidden;
}

img{
    border:0px;
}

a img {
    border-style:none;
}

div.clear {
    clear:both;
    visibility: hidden;
		overflow : hidden;
    height: 0px;
}

.left{
    float:left
}

.right{
    float:right
}

p a{
    color: #FF0033;
		text-decoration:line;
}

p a:link{
    color: #FF0033;
		text-decoration:line;
}

p a:hover{
    color: #FF0033;
		text-decoration:none;
}

p a:visited{
    color: #FF0033;
		text-decoration:none;
}

#wrapper{
    width:976px;
    background:url(http://i.yimg.jp/images/evt/creative_award2011/0715/bg_bar.gif) repeat-y;
    margin:0px auto;
    /margin:-1px auto;
}

#container{
    width:950px;
    margin-left:13px;
    background:#FFFFFF;
	  font-family:'CI',Meiryo,sans-serif;
    font-size:12px;
	  line-height:1.7em;
    color: #666666;
}

#content {
    padding-left:30px;
}

#toPageTop{
    position: relative;
		display: none;
		/display: none !important;
		float:right;
		margin-right:173px;
		z-index:2;
}

#toPageTop:not(:target){
    display: block\9;  /* IE9 */
}

#toPageTop_forIE67{
    position: relative;
		display: none;
		/display: block;
		/float:right;
		/margin-top:30px;
		/margin-bottom:-50px;
}

/* rightCol */

#rightCol {
    float:left;
    padding-top: 27px;
		padding-left:30px;
    width:230px;
}

#rightCol #info_recent{
    background: url(http://i.yimg.jp/images/evt/creative_award2011/0715/info_recent_bg.gif) no-repeat;
		width:230px;
		height:291px;
		margin-bottom:60px;
}

#rightCol #info_recent div.textArea{
    margin-left:24px;
		padding-top:42px;
}

#rightCol #info_recent div.textArea p.date{
	font-size:10px;
	color: #999999;
}

#rightCol #info_recent div.textArea p.title{
	font-size:10px;
	color: #ff0033;
	margin-top:-5px;
	margin-bottom:5px;
}

#rightCol img.twitter_sbtn{
    margin-top:8px;
}

#rightCol #twitterWidget{
    margin-top:10px;
}


/* fotter */

#footer #menu {
    background-color:#FF0033;    
    height: 135px;
    list-style-type: none;
}

#footer #menu li {
    display: inline;
}

#footer #menu ul{
    float:left;
    padding-left:125px;
    _margin-top:-4px;
}

#footer #menu img.small_logo {
    width:37px;
    margin-left:12px;
    _margin-left:6px;
    _margin-top:-4px;
    float:left;
}

#footer #bottom{
    height:20px;
    background-color:#FF0033;
}


/* for IE7 */

*:first-child+html #small_logo{
    margin-top:-4px;
}

*:first-child+html #menu ul{
    margin-top:-4px;
}