@charset "utf-8";

/* ======================
Standard CSS setting for OSSI's web development.
ROOT.CSS Version 0.1(beta)
Last modified:05/08/2008 
====================== */

/* ========== import ========== */
@import url('base.css');
@import url('content.css');
@import url('mt.css');

/* ========== initialize & reset ========== */
*{margin:0; padding:0; outline:none;}
img{border:none;}
caption,th{text-align:left;}
table{border-collapse:collapse; border-spacing:0;}
ul{list-style:none;}

/* ========== clearfix ========== */
.clrFix:after{content:"."; clear:both; height:0; display:block; visibility:hidden;}
*:first-child+html .clrFix{display:inline-block;}/* for IE7 */
* html body .clrFix{display:inline-block;}/* for IE6 */

/* ========== common setting =========== */
/* hide from browser */
.hide{display:none;}
hr{display:none;}
hr.dot{display:block;	clear:both;	margin-bottom:20px; border:none ;border-top:dotted 1px #BDBDBD; height:1px;}
/* float */
.lt{float:left; margin:0 15px 15px 0;}
.ct{display:block; text-align:center; margin:0 auto 15px auto;}
.rt{float:right; margin:0 0 15px 15px;}
.f-lt{float:left;}
.f-rt{float:right;}
.clr{clear:both;}
/* text align */
.a-lt{text-align:left;}
.a-ct{text-align:center;}
.a-rt{text-align:right;}
/* margin */
.mb0{margin-bottom:0px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mt20{margin-top:20px;}
.ml0{margin-left:0 !important;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}

/* color */
.red{color:#D5372B;}
.t-red{color:#cc0000;}
.t-blue{color:#0066ac;}
/* width */
.wid250 {width:250px;}

/* ========== universal font size setting =========== */
/* firefox */
body{font-size:78%; font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;color:#333; line-height:1.75;}
 * html body{font-family:Verdana,Helvetica,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",sans-serif;}


/* IE6 */
* html body{font-size:76%;}
/* IE7 */
*:first-child+html body{font-size:76%;}
/* font size setting sample */
.small {font-size:87%;}
.large {font-size:110%;}

/* anchor */
a:link{color:#0167a9;}
a:visited{color:#104d93;}
a:hover{color:#FF3300;}
a:active{color:#104d93;}

