@charset "UTF-8";

/* 背景・デフォルトフォント */
body{
margin:0;
padding:0;
font:normal 90%/150% verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.t_left{ text-align:left; }
.t_center{ text-align:center; }
.t_right{ text-align:right; }

/* マージン・パディング・テキストリセット */
div,pre,blockquote,address,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,
dl,dt,dd,
table,tr,th,td,
form,input,
img,a,strong,em,u,strike{
margin:0;
padding:0;
font-size:1em;
font-weight:normal;
font-style:normal;
text-decoration:none;
}

/* テーブルデフォルト */
table{
border-collapse:collapse;
border-spacing:0;
text-align:left;
}

/* clearfix */

.clearfix:after {  
visibility: hidden;  
display: block;  
font-size: 0;  
content: " ";  
clear: both;  
height: 0;  
}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* clearfix end */

/* @group ////////// effcter css //////////*/

#effecter_wrap{
width:860px;
margin:20px auto 0 auto;
}

#effecter_wrap h1{
margin-bottom:20px;
}

#effecter_wrap .contents_box{
margin-bottom:20px;
clear:both;
overflow: hidden;
}

#effecter_wrap .contents_box table{
width:100%;
border-left:#000 1px solid;
}

#effecter_wrap .contents_box table td{
padding:10px;
border-right:#000 1px solid;
vertical-align:top;
}

#effecter_wrap .contents_box table td.left{
width:38%;
}

#effecter_wrap .contents_box table td.center{
width:31%;
}

#effecter_wrap .contents_box table td.right{
width:31%;
}

#effecter_wrap .contents_box table td h2{
margin:0 0 5px 0;
color:#9a0000;
font-weight:bold;
font-size:1.2em;
}

#effecter_wrap .contents_box table td ul li{
margin:0 0 1em 1em;
}

#effecter_wrap .contents_box table td ul li.img{
list-style:none;
text-align:center;
margin-left:0;
padding-left:0;
}

#effecter_wrap .contents_box table td ul li.red{
color:#FF0000;
}

#effecter_wrap .contents_box table td ul li span{
color:#000099;
font-weight:bold;
}

#effecter_wrap .contents_box table td dl dt.speaker{
width:20px;
float:left;
clear: both;
}

#effecter_wrap .contents_box table td dl dd{
padding-left:20px;
margin-bottom:1em;
}



/* @end */
