/*--------------------------------------------
フォント定義【<span class="○○">で使用します】
--------------------------------------------*/

.blue{color:#0066ff;}
/*黒・超特大・太字*/
.black32b{color:#000040;font-size:32px;font-weight:bold;}
/*黒・特大・太字*/
.black24b{color:#000040;font-size:24px;font-weight:bold;}
/*黒・大・太字*/
.black18b{color:#000040;font-size:18px;font-weight:bold;}
/*黒・中・太字*/
.black_12b{color:#000040;font-size:12px;font-weight:bold;}
/*黒・小*/
.black10b{color:#000000;font-size:10px;}

/*赤*/
.red{color:#FF0000;}
/*赤・小*/
.red10{color:#FF0000;font-size:10px;}
/*濃い赤・小*/
.red10_2{color:#CC0000;font-size:10px;}
/*朱色・太字*/
.maroon_b{color:#990000;font-weight:bold;font-size:18px;background-color:#D5D0CA;line-height:150%;}
/*オレンジ・太字*/
.orange_b{color:#ff8000;font-weight:bold;}

/*茶*/
.brown{color:#CC0000;}
/*水色*/


/*下線を引く*/
.u{text-decoration:underline;}
/*下線付き・太字*/
.u.b{font-weight:bold;text-decoration:underline;}


/*-----------------------
hの定義
-----------------------*/
.h1{
color			:	#D5D0CA;
font-size		:	1px;
}
.h2{text-decoration:underline;}
/*-----------------------
tableの定義
-----------------------*/
.table_01-w800h540{
width			:	800px;
height			:	540px;
BORDER-WIDTH		:	0px;
}
.table_02-w780h505{
width			:	780px;
height			:	505px;
BORDER-WIDTH		:	0px;
}
.table_03-w780h440{
width			:	780px;
height			:	440px;
BORDER-WIDTH		:	0px;
}
.table_04{
BORDER-WIDTH		:	0px;
}
.table_05-w339h440{
BORDER-WIDTH		:	0px;
font-size		:	10pt;
color			:	#333333;
width			:	339px;
height			:	440px;
text-align		:	right;
}
.table_06-w339h340{
BORDER-WIDTH		:	0px;
font-size		:	10pt;
color			:	#000040;
width			:	339px;
height			:	340px;
}
/*--------------------------------
tdの定義
--------------------------------*/
.td_01-w10h10{
background-image : url(img/bg_line_03.gif);
width			:	10px;
height			:	10px;
}
.td_02-w10h10{
background-image : url(img/bg_line_04.gif);
width			:	10px;
height			:	10px;
}
.td_03-w10h505{
background-image : url(img/bg_line_01.gif);
width			:	10px;
height			:	505px;
}
.td_04-w780h10{
background-image : url(img/bg_line_02.gif);
width			:	780px;
height			:	10px;
}
.td_05-w780h505{
width			:	780px;
height			:	505px;
background : url(./img/bg_image_01.jpg);
background-repeat	:	no-repeat;
background-position	:	right;
text-align		:	top;
}
.td_06-w10h15{
width			:	10px;
height			:	15px;
}
.td_07-w780h15{
font-size		:	10px;
width			:	780px;
height			:	15px;
text-align		:	right;
vertical-align		:	text-bottom;
}
.td_08-w583h65{
width			:	583px;
height			:	65px;
}
.td_09-w197h65{
width			:	197px;
height			:	65px;
}
.td_10-w780h440{
width			:	583px;
height			:	440px;
}
.td_11-w361h115{
width			:	361px;
height			:	115px;
}
.td_12-w419h440{
font-size		:	10pt;
color			:	#333333;
width			:	419px;
height			:	440px;
padding-right		:	40px;
padding-left		:	40px;
text-align		:	right;
}
.td_13-w361h200{
width			:	361px;
height			:	225px;
}
.td_14-w361h100{
width			:	361px;
height			:	100px;
background : url(./img/tel_01.gif);
background-repeat	:	no-repeat;
}
.td_15{
font-size		:	10pt;
color			:	#333333;
}
.td_16-w339h100{
width			:	339px;
height			:	100px;
text-align		:	right;
}
.td_17-w339h240{
width			:	339px;
height			:	240px;
text-align		:	right;
}
.td_18-w339h80{
font-size		:	10pt;
color			:	#333333;
width			:	339px;
height			:	80px;
text-align		:	right;
}
.td_19-w339h340{
width			:	339px;
height			:	340px;
text-align		:	right;
}
.td_20{
font-size		:	12pt;
width			:	25%;
text-align		:	right;
}
.td_21{
font-size		:	12pt;
width			:	75%;
text-align		:	left;
}
.td_22-w780h505{
width			:	780px;
height			:	505px;
text-align		:	top;
}
.td-links {
font-size		:	8px;
}
/*-----------------------
imageの定義
-----------------------*/
.img_logo_01{
width			:	583px;
height			:	65px;
BORDER-WIDTH		:	0px;
}
/*-----------------------
buttonの定義
-----------------------*/
.button_01{
border-color		:	black;
border-width		:	1;
background-color	:	#ffffff;
}
/*-----------------------
textareaの定義
-----------------------*/
.textarea_01{
font-size		:	12px;
border-width		:	1;
border-color		:	black;
background-color	:	#ffffff;
}
/*-----------------------
SELECTの定義
-----------------------*/
.SELECT_01{
font-size		:	12px;
border-width		:	1;
border-color		:	black;
background-color	:	#ffffff;
}
