@charset "utf-8";

/* ========== 外部ファイル読み込み ========== */
@import url('base.css');
@import url('content.css');
/* ========== 初期化 ========== */
*{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;}
/* ========== 共通定義 =========== */
/* クリア */
.clrFix:after{content:"."; clear:both; height:0; display:block; visibility:hidden;}
* html .clrFix{display:inline-block;}/* for IE6 */
*:first-child+html body .clrFix{zoom:1;}/* for IE7 */
.clr{clear:both;}
/* 非表示 */
.hide{display:none;}
hr{display:none;}
/* 要素の配置 */
.lt{float:left; margin:0 10px 15px 0;}
.ct{display:block;.t-align:center; margin:0 auto 15px auto;}
.rt{float:right; margin:0 0 10px 15px;}
/* テキストの配置 */
.a-lt{text-align:left !important;}
.a-ct{text-align:center !important;}
.a-rt{text-align:right !important;}
.v-top{vertical-align:top !important;}
/* フォント設定 ==> 変更の可能性アリ */
/* firefox */
body{font:12px arial,helvetica,clean,sans-serif;}
body{font-family:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3", Osaka, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva; line-height:1.3; color:#000;}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
/*
10px 	84%
11px 	92%
12px 	100%
13px 	109%
14px 	117%
15px 	125%
16px 	134%
17px 	142%
18px 	150%
19px 	159%
20px 	167%
21px 	175%
22px 	184%
23px 	192%
24px 	200%
25px 	209%
26px 	217%
*/
/* アンカーテキスト */
a:link{color: #000099;}
a:visited{color:#362e2b;}
a:hover{color:#99c819;}
a:active{color:#99c819;}
/* 改行キャンセル */
.nowrap{white-space:nowrap !important;}
/* マージン */
.last {margin-bottom:30px !important;}
.mb0 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.pt20 {padding-top:20px !important;}
/* サイズ */
.w180 {width:180px !important;}
.w420 {width:420px !important;}

/* 機能クラス */
.blank{}
.bgpng{}
.rollover{}
.wordBreak{}
.KotonohaLink {}
