@charset "UTF-8";
/* CSS Document */

@import "common/layout.css";


/*-------------------------------------------------------------------------
	INDEX
/*-----------------------------------------------------------------------*/

a{/*リンクされた文字*/
    	color:#fff;
    font-style:normal;
}
a:link {/*未訪問のリンク*/
    	color:#fff;
    font-style:normal;
    
}
a:visited {/*訪問後のリンク*/
    	color:#fff;
    
}
a:hover {/*マウスをのせたとき*/
    	color:#fff;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

body{
	/*background-image:url(../img/snood2013/bg.jpg);*/
	background-color:#b71b30;
}

#all{
	width:960px;
	margin:0 auto;
	border-bottom:#CCC solid 1px;
	padding:0 0 12px 0;
	font-size:12px;
}

#main{
	
	
	margin:0 auto;
}
.ocontents_top {
width: 960px;
background-image: url(../img//bg_top.jpg);
background-position: center top;
background-repeat: no-repeat;
text-align: left;
padding-top:31px;
}

.ocontents_middle {
padding: 0;
background-image: url(../img//bg_center.jpg);
background-position: center top;
background-repeat: repeat-y;
text-align: left;
margin:0;
}

.ocontents_bottom {
background-image: url(../img//bg_bottom.jpg);
background-position: center bottom;
background-repeat: no-repeat;
text-align: left;
padding-bottom:40px;
}
#sns {
padding-left:30px;
color:#666666;

}
.btn_sns{
	width:820px;
	padding-left:40px;
	color:#666666;
	
}
#content{
	padding:0px 0px 30px 20px;
}
#content #adobebox{
	padding-left:30px;
	color:#FFF;
}

#content .item{
	width:940px;
	margin:0;
}
#content #item2{
	padding-top:20px;
}

#content #item2 #btn_box{
	padding-left:30px;
	height:120px;
}
#content #item2 #btn_box dl{
	float:left;	
}
#content #item2 #btn_box dl dt img{
	border: 1px #cccccc solid;
}
#content #item2 #btn_box dl dd{
	color:#fff;
}
#content #item2 #btn_box dl .right{
	padding-left:40px;
}