@charset "utf-8";

* {
margin: 0;
padding: 0;
}
body{
/* フォントファミリ明朝 */
/*font-family:Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;*/

/* フォントファミリゴシック */
/*font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/

/* フォントファミリゴシック （新ゴを出したい場合）*/
font-family: Verdana, "游ゴシック", YuGothic, "A-OTF 新ゴ Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-style: normal;
font-weight: normal;
font-size : 100%; /* ブラウザはCSSによる指定がない際は、font-sizeを16pxあたりで表示します。 */
line-height: 140%;
}

body,h1,h2,h3,h4,h5,p,dl,dt,dd,ul,li,span{
font-size:100%;
font-weight:normal;
margin:0;
padding:0;
}

ol,ul{
margin: 0; /* リストの横並びの時に入れないと隙間が出来る */
paddding: 0; /* リストの横並びの時に入れないと隙間が出来る */
list-style: none;
}

ul li{ list-style: none;}

a{
text-decoration: none;
color: #0044CC;
} 

img{
border-width: 0;
line-height: 0;
vertical-align: bottom; /* 画像下に隙間が出ない様にベースラインを揃える。 */
}

a img {
border-width:0;
border-style:none;
}

table{
margin: 0;
padding: 0;
border-collapse:collapse; /* ボーダーが二重になるのを防ぎます。 */
border-spacing:0;
border: solid 1px #cccccc; /* 枠線が必要な場合 */
}

th,td{
border-top: solid 1px #cccccc; /* 内線が必要な場合 */
border-left: solid 1px #cccccc; /* 内線が必要な場合 */
}

.fcr{ color: #FF0000; font-weight: bold;}
.clearboth{ clear: both;}
.indent{ padding-left: 1em; text-indent: -1em;}

.font140{ font-size: 140%;}
.font120{ font-size: 120%;}
.font100{ font-size: 100%;}
.font90{ font-size: 90%;}
.font80{ font-size: 80%;}
.font70{ font-size: 70%;}
.font60{ font-size: 60%;}

.mbottom5{margin-bottom: 5px;}
.mbottom10{margin-bottom: 10px;}
.mbottom15{margin-bottom: 15px;}
.mbottom20{margin-bottom: 20px;}
.mbottom25{margin-bottom: 25px;}
.mbottom30{margin-bottom: 30px;}
.mbottom35{margin-bottom: 35px;}
.mbottom40{margin-bottom: 40px;}
.mbottom50 {margin-bottom: 50px;}

.wrapper,
.container,
.mbottom5,
.mbottom10,
.mbottom15,
.mbottom20,
.mbottom25,
.mbottom30,
.mbottom35,
.mbottom40,
.mbottom50{
overflow:hidden;
zoom:1;
}

/* 
*****************************************************************************************************/

