/* CSS Basic Style ---------------------------------------------------------- */

/* === 【全体のルール等】 === */


/* === 全体 === */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width:100%;
}


/* === リンク === */
a:link , a:visited , a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:1px;
}
a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}

a:link.links2 {
	color:#FF6600; 
	font-size:12px;
	text-decoration:none;
	}
a:visited.links2 {
	color:#FF6600; 
	font-size:12px;
	text-decoration:none;
	}
a:active.links2 {
	color:#FF6600; 
	font-size:12px;
	text-decoration:none;
	}	
a:hover.links2 {
	color:#FF6600;
	font-size:12px;
	text-decoration:underline;
	}


/* === マージン === */
.margin_box {
	margin-bottom: 15px;
}
.margin_tb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin_bottom30 {
	margin-bottom: 30px;
}
.margin_bottom40 {
	margin-bottom: 40px;
}
.margin_bottom45 {
	margin-bottom: 45px;
}
.margin_bottom25 {
	margin-bottom: 25px;
}
.margin_bottom5 {
	margin-bottom: 5px;
}
.margin_bottom10 {
	margin-bottom: 10px;
}
.margin_bottom15 {
	margin-bottom: 15px;
}
.margin_bottom20 {
	margin-bottom: 20px;
}
.margin_right15 {
	margin-right: 15px;
}
.margin_right10 {
	margin-right: 10px;
}
.margin_right5 {
	margin-right: 5px;
}
.margin_left20 {
	margin-left: 20px;
}
.margin_left15 {
	margin-left: 15px;
}
.margin_left10 {
	margin-left: 10px;
}
.margin_top10 {
	margin-top: 10px;
}
.margin_top15 {
	margin-top: 15px;
}
.margin_top5 {
	margin-top: 5px;
}

.margin_rb10 {
	margin-right: 10px;
	margin-bottom: 10px;
}

.margin_lb10 {
	margin-left: 10px;
	margin-bottom: 10px;
}

/* === パディング === */
.padding_right15{
	padding-right: 15px;
} 


/* === 画像回り込み === */
.img_right {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
	float: right;
}

.img_left {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 20px;
	float: left;
}

/* === 背景 === */
.bg_FFFFFF {
	background-color:#FFFFFF;
}
.bg_666666 {
	background-color:#666666;
}
.bg_E4E4E4 {
	background-color:#E4E4E4;
}

/* === テキスト === */
.txt_w_10 {
	font-size: 10px;
	line-height: 1.3m; 
	color: #FFFFFF;
}
.txt_g_10 { 
	font-size: 10px; 
	line-height: 1.3em; 
	color: #333333;
	letter-spacing:1px;
}  
.txt_g_11 { 
	font-size: 11px; 
	line-height: 1.3em; 
	color: #333333;
	letter-spacing:1px;
}  
.txt_g_12 { 
	font-size: 12px; 
	line-height: 160%; 
	color: #333333;
	letter-spacing:1px;
} 

.txt_green_12 { 
	font-size: 12px; 
	line-height: 140%;
	color: 006666; 
}

.txt_green_12b {
	font-size: 12px;
	line-height: 140%;
	color: 006666;
	font-weight: bold;
}

.txt_blue_12 { 
	font-size: 12px; 
	line-height: 140%;
	color: #004891;
} 
.txt_w_12 {
	font-size: 12px;
	line-height: 1.6em; 
	color: #FFFFFF;
} 
.txt_blue_14 {
	font-size: 14px;
	line-height: 1.3em; 
	color: #004891;
} 
.txt_blue_16 {
	font-size: 16px;
	line-height: 1.3em; 
	color: #004891;
}
.txt_g_14b {
	font-size: 14px;
	line-height: 1.3em; 
	color: #666666;
	font-weight: bold;
} 

.txt_red_12 {
	font-size: 12px; 
	line-height: 140%;
	color: #FF5F5F;
}
.txt_red_12b {
	font-size: 12px; 
	line-height: 140%;
	color: #FF5F5F;
	font-weight: bold;
}
.txt_ore_12 {
	font-size: 12px; 
	line-height: 140%;
	color: #FF9933;
}
.txt_ore2b_12 {
	font-size: 12px; 
	line-height: 140%;
	color: #FF9900;
	font-weight: bold;
}
.txt_ore_14b {
	font-size: 14px;
	line-height: 1.3em; 
	color: #FF9933;
	font-weight: bold;
}
.txt_ore_10 {
	font-size: 10px; 
	line-height: 125%;
	color: #FF6600;
}
.txt_yg_12b {
	font-size: 12px;
	line-height: 1.6em;
	color: #489F24; 
	font-weight: bold;
}


/* === 問い合わせ・プライバシー■部分 === */
.txt_l_green_12 {
	font-size: 12px;
	line-height: 160%;
	color: #76C5B1;
}
.txt_l_purple_12 {
	font-size: 12px;
	line-height: 160%;
	color: #DE6D98;
}

/* === アドレス表記 === */
address {
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-align: right;
	letter-spacing: 1px;
	margin-top: 10px;
}

hr { 
background-color: #CCCCCC; 
color: #CCCCCC; 
border: none; 
height: 1px;
margin:0px;
} 


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
