@charset "utf-8";
/*--------------------------------------
　　　　　　　レイアウト
---------------------------------------*/



/*== マーカー付きリスト ===============*/

ul{
list-style-image:url("/images/Balls/blue.gif");
padding-left:17px;
font-weight:normal;
}


ol{
list-style-type:decimal;
padding-bottom:10px;
font-weight:bold;
}



/*== 小見出し =========================*/

h4{
border-top:dashed 1px #000000;
margin-top:20px;
margin-bottom:10px;
padding-top:30px;
}



/*== 全体Box =============================*/

div#box1{
margin:10px 5px 0px 5px;
padding:10px 15px 50px 15px;
background-color:white;
}



/*== 大見出し＆背景色 ==================*/

div.bgco{
border:solid 1px #cc0000;
margin:10px;
margin-bottom:35px;
background-color:#ffffb2;
}



/*== 大見出し =========================*/

h2.Heading{
border-left:none;
border-bottom:none;
color:#ff0000;
text-align:center;
padding-bottom:10px;
font-size:24px;
}



/*== 大見出し内余白 ====================*/

div#space{
margin-bottom:5px;
padding:5px 10px 0px 10px;
line-height: 150%;
}



/*== リスト除外設定 ====================*/

.normal{
list-style-type:none;
font-weight:normal;
}



/*== 太字 ==============================*/

.weibo{
font-weight:bold;
}



/*== 縦幅調整メール例１ =================*/

div#vsides{
border-right:double 5px #000000; 
border-left:double 5px #000000;
text-align:center;
width:150px;
margin:100px 0px 20px 0px;
}



/*== 二重線と横幅調整 ==================*/

div.vsides{
border-right:double 5px #000000; 
border-left:double 5px #000000;
text-align:center;
width:150px;
margin:20px 0px 20px 0px;
}



/*== はみ出た部分を表示しない =========*/

div#contents{
     overflow:hidden;
    　…
}

