/* 芹澤信雄 飛ばしの極意 CSS  */


body {
margin: 0px auto;
text-align: center;
font-size: 12px;
line-height: 160%;
color: #333333;
background:url('img-l/bodybg3.jpg') #000000 50% 0% repeat-y;
}


/* 見出し設定  */

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


h2 {margin: 20px 0px 5px 0px;
	padding: 0px;}
	

/* ページ全体のリンク */
a{ text-decoration:none; overflow:hidden;}
a:link{ color:#009900; }
a:visited{ color:#009900; }
a:hover{ color:#666666;
text-decoration:underline; }

img {
 border-style: none;
 border-width: 0px;
 text-decoration: none;
}
a img {
 border-style: none;
 border-width: 0px;
 text-decoration: none;
}

b { font-weight:bold; line-height: 160%;}
i { font-style:oblique; }
big { font-size:13px; }
small{ font-size:12px; }
strong {	
color: #CC0000;
font-weight: bold;
font-size: 12px;
line-height: 160%;
}


/* ラッパーの設定*/
#wrap {
margin: 0px auto;
padding: 0px;
width: 880px;
background-color: #FFFFFF;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}	

/* フッターの設定*/
#foot {
margin: 0px 20px;
padding: 20px 0px 0px 0px;
width: 840px;
background-color: #FFFFFF;
border-top: 1px solid #CCCCCC;
font-weight: normal;
font-size: 12px; 
}

#foot p{
margin:  10px 0px;
padding: 0px;
text-align: center;
}

#foot ul{
margin: 0px;
padding: 1px 0px 5px 0px;
}

#foot li{ padding: 0px; color: #009900; list-style: none; display: inline;}
#foot li a{ color: #009900; text-decoration: none;}
#foot li a:hover{ color: #99FF00; text-decoration: none;}
#foot address{margin: 5px 0px; font-size: 12px; font-weight: normal; color: #000000; font-style: normal;}



/*-------------ボックス設定--------------*/ 

/*---ボックス2---*/ 
.box1_1 {
margin: 0px;
padding: 200px 420px 0px 40px;
width: 420px;
height: 219px;
text-align:left;
background: url('img-l/intro_bg01.jpg') 0% 0% no-repeat;
}

.box1_1 p{
margin: 0px 0px 20px 0px;
padding: 0px;
color:#000000;
font-size: 15px;
line-height: 140%;
}

#box1_2 {
margin: 0px;
padding: 0px;
width: 880px;
text-align:left;
background: url('img-l/intro_bg02.jpg') 0% 0% no-repeat;
float: left;
}


#box1_2 .left{
margin: 0px;
padding: 0px 20px 0px 40px;
width: 420px;
text-align:left;
float: left;

}

#box1_2 .left p{
margin: 0px 0px 20px 0px;
padding: 0px;
color:#000000;
font-size: 15px;
line-height: 140%;
}

#box1_2 .right{
margin: 0px 0px 0px 0px;
padding: 15px 40px 0px 15px;
width: 345px;
text-align:left;
float: right;

}

#box1_2 .right p{
margin: 0px 0px 20px 0px;
padding: 0px;
color:#000000;
font-size: 12px;
line-height: 170%;
}

#box1_2 .right small{
color:#000000;
font-size: 11px;
line-height: 170%;
}

.box1_3 {
margin: 0px;
padding: 0px;
width: 880px;
height: 30px;
text-align:left;
background: url('img-l/intro_bg03.jpg') 0% 0% no-repeat;
clear:both;
}

/*---ボックス2---*/ 
.box_2 {
margin: 15px;
padding: 0px;
width: 850px;
text-align:left;
background: url('img-l/box2_bg.jpg') 100% 0% no-repeat;
}

.box_2 p{
margin: 5px 230px 20px 0px;
color:#000000;
font-size: 15px;
line-height: 140%;
}

/*---ボックス3---*/ 
.box_3 {
margin: 15px 15px 25px 15px;
padding: 14px;
width: 820px;
text-align:left;
border: 1px solid #999999;
background: url('img-l/box3_bg.jpg') 0% 0% repeat-y;
}

.box_3 p{
margin: 0px 15px 10px 0px;
color:#333333;
font-size: 12px;
line-height: 160%;
}

/*---ボックス4---*/ 
.box_4_1 {
margin: 0px 15px 0px 15px;
padding: 15px 0px;
width: 850px;
text-align:center;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
background-color: #99CC00;
}


.box_4_2 {
margin: 0px 15px 10px 15px;
padding: 15px 0px;
width: 850px;
text-align:center;
font-size: 14px;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
background: url('img-l/box4_2_bg.jpg') 0% 0% no-repeat;
}

.box_4 p{
margin: 5px 230px 20px 0px;
color:#000000;
font-size: 15px;
line-height: 140%;
}



/*-------------レイアウト用--------------*/ 	

.mar_b00 { margin-bottom: 0;}
.mar_b05 { margin-bottom: 5px;}
.mar_b10 { margin-bottom: 10px;}
.mar_b15 { margin-bottom: 15px;}
.mar_b20 { margin-bottom: 20px;}
.mar_b30 { margin-bottom: 30px;}
.mar_b40 { margin-bottom: 40px;}
.mar_b50 { margin-bottom: 50px;}
.mar_b-auto { margin-bottom: auto;}

.mar_t00 { margin-top: 0;}
.mar_t05 { margin-top: 5px;}
.mar_t10 { margin-top: 10px;}
.mar_t15 { margin-top: 15px;}
.mar_t20 { margin-top: 20px;}
.mar_t30 { margin-top: 30px;}
.mar_t40 { margin-top: 40px;}
.mar_t50 { margin-top: 50px;}
.mar_t-auto { margin-top: auto;}

.mar_l00 { margin-left: 0px;}
.mar_l05 { margin-left: 5px;}
.mar_l10 { margin-left: 10px;}
.mar_l20 { margin-left: 20px;}
.mar_l30 { margin-left: 30px;}
.mar_l-auto { margin-left: auto;}

.mar_r00 { margin-right: 0px;}
.mar_r05 { margin-right: 5px;}
.mar_r10 { margin-right: 10px;}
.mar_r20 { margin-right: 20px;}
.mar_r30 { margin-right: 30px;}
.mar_r-auto { margin-right: auto;}


/*-------------フォント用--------------*/ 
.grayb {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; LINE-HEIGHT: 180%
}