/* ************************************************ 
 *	共通設定
 * ************************************************ */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'メイリオ' , Meiryo ,'ＭＳ Ｐゴシック' , sans-serif ;
	line-height: 160%;
	background-color: #fff;
}


/*  リンク色：クリック前は色指定なし */
a,a:link,a:visited,a:active {text-decoration:none;}
a:hover {color:#FF0000; text-decoration:none;}




/*  トピックパス（ヘッダー） */
.topic_path {
	font-size: 11px;
	font-weight: bold;
	color: #666666; 
	line-height: 100%;
}

.topic_path a:link {color:#666666; text-decoration:none;}
.topic_path a:visited {color:#666666; text-decoration:none;}
.topic_path a:hover {color:#FF0000; text-decoration:none;}
.topic_path a:active {color:#666666; text-decoration:none;}


/*  フッター部のリンク */
.botm_menu {
	font-size: 10px;
	color: #666666;
}

.botm_menu a:link {color:#666666; text-decoration:none;}
.botm_menu a:visited {color:#666666; text-decoration:none;}
.botm_menu a:hover {color:#FF0000; text-decoration:none;}
.botm_menu a:active {color:#666666; text-decoration:none;}



.txt_red_b {
	font-size: 12px;
	color: #ff3300;
	font-weight: bold;
}


/*  フォントサイズ指定 */
.txt11 {font-size: 11px;}
.txt12 {font-size: 12px;}
.txt13 {font-size: 13px;}
.txt14 {font-size: 14px;}

/*  基本のフォントサイズで、色だけ変える場合 */
.txt_green {color: #006600;}
.txt_dark_green {color: #003300;}
.txt_purple {color: #9933ff;}
.txt_gray {color: #333333;}
.txt_yellow {color: #FFCC00;}
.txt_pink {color: #ff6699;}
.txt_blue {color: #0033ff;}
.txt_red {color: #ff3300;}
.txt_brown {color: #330000;}
.txt_dark_blue {color: #000033;}
.txt_orange {color: #ff6600;}
.txt_redpink {color: #ff3333;}



/*  フォントサイズと色を変える場合 */
.txt14_orange {font-size: 14px; color: #ff6600;}
.txt14_red {font-size: 14px;color: #ff3300;}
.txt14_green_b {font-size: 14px; color: #006600; font-weight: bold;}
.txt14_wine_b {font-size: 14px; color: #990000; font-weight: bold;}
.txt14_skyblue {font-size: 14px; color: #0066ff;}
.txt15_skyblue {font-size: 15px; color: #0066ff;}
.txt17_green {font-size: 17px; color: #006600;}
