@charset "UTF-8";

/*-■□■□■□■□■□■□------加川設定ここから--■□■□■□■□■□■□■□■□■□■□■□-*/

.bold{
	font-weight:bold;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.red{
	color:#C00;
}

.blue{
	color:#00C;
}

/*---------------下にマージが設定されています----------------------------------------*/

.marjinshita10{
	margin-bottom: 10px;/*←下に間隔*/

}

.marjinshita15{
	margin-bottom: 15px;/*←下に間隔*/
}

.marjinshita20{
	margin-bottom: 20px;/*←下に間隔*/
}

.marjinshita25{
	margin-bottom: 25px;/*←下に間隔*/
}

.marjinshita30{
	margin-bottom: 30px;/*←下に間隔*/
}

.marjinshita35{
	margin-bottom: 35px;

}
.marjinshita40{
	margin-bottom: 40px;

}
.marjinshita45{
	margin-bottom: 45px;

}

.marjinshita50{
	margin-bottom: 50px;

}

/*---------------上にマージが設定されています----------------------------------------*/

.marjinue10{
	margin-top: 10px;/*←下に間隔*/

}

.marjinue15{
	margin-top: 15px;/*←下に間隔*/
}

.marjinue20{
	margin-top: 20px;/*←下に間隔*/
}

.marjinue25{
	margin-top: 25px;/*←下に間隔*/
}

.marjinue30{
	margin-top: 30px;/*←下に間隔*/
}

.marjinue35{
	margin-top: 35px;

}
.marjinue40{
	margin-top: 40px;

}
.marjinue45{
	margin-top: 45px;

}

.marjinue50{
	margin-top: 50px;

}

/*---------------申し込み方法のページのレベル設定----------------------------------------*/

.lebel1{
	background-image: url(../common_img/obi01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size:11pt;
	font-weight:bold;
	margin-bottom:18px;
}


.lebel2{
	margin-left:15px;
	color:#000;
	font-size:11pt;
	font-weight:bold;
	margin-bottom:18px;
	background-image: url(../common_img/sankakuorange.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}

.lebel3{
	margin-left:35px;
	margin-bottom:20px;
}

/*---------------テーブル設定列数奇数のとき使う----------------------------------------*/

.ta1 table {
	border-collapse: collapse;
	border: 2px solid #666;
	margin: 2em;
	width:90%;
}

.ta1 th, td {
  padding: 0.5em 1em;
}

.ta1 th {
	border: none;
	color: #ffffff;
	font-weight:bold;
	background-color: #666;
	text-align:center;
}

.ta1 td {
	border: 1px solid #999;
}

/*---------------ポップアップするファイルのテーブル------------------*/


.ta2 table{
	background-color:#CCC;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

td{
	background-color:#FFF;
}


.p1{
	font-size:14px;
	line-height:1.8;
}

.p2{
	font-size:16px;
	line-height:1.8;
}

.icon {
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 12px;
}



/*-------------------------------------------------------------------*/




/*---★☆----西本が追加しました---★☆---------------------------------*/

/*---------フォント赤、青の太字------------*/

.f-size15darkred{
	font-size:15px;
	font-weight:700;
	color:#C00;
	margin-bottom:20px;
}

.f-size15blue-b{
	font-size:15px;
	font-weight:700;
	color:#00C;
	margin-bottom:20px;
}

/*------小見出し------------------------*/

.merit{
	font-size: 13px;
	font-weight:bold;
	padding-left:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #996666;
	border-right-color: #996666;
	border-bottom-color: #996666;
	border-left-color: #990033;
	background-color: #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
}


.komi1 {
	font-size: 12px;
	font-weight: bold;
}

.contact-txt2 {
	background:url(../img/subpage-icon.gif) no-repeat;
	background-position:left;
	padding-left:20px;
	color:#7e0000;
	font-weight:bold;

}	

/*--------よくある質問で使う三角マーク入り----------*/

.shitsumon{
	color:#000;
	font-weight:bold;
	margin-bottom:18px;
	background-image: url(../common_img/sankakuorange.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}


/*-------よくある質問用テーブル--------------------*/

.ta-qu{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding-left:30px;
	padding-top:20px;
}

.ta-qu td{	
	padding:5px;
	line-height:2.0em;
	border-collapse:collapse;
	border:1px #666633 solid;
}

.ta-qu th{
	font-weight:bold;
	line-height:1.5em;
	padding-top:10px;
	border-collapse:collapse;
	border:1px #666633 solid;
}			
/*-------事務所紹介テーブル--------------------*/	

.intro table {
	width:90%;
	border-collapse: collapse;
	border: 2px solid; 
	margin: 2em auto;
	border-color: #999999;
}
.intro th, td {
  padding: 0.3em 2em;
  line-height:2.0em;
}
.intro th {
  background-color:#F0EEF0;
    padding-top:5px; 
}

/*-------代表者紹介テーブル--------------------*/
.sensei table {
	margin-left:30px;
	width:95%;
	border-collapse: collapse;
	border: 2px solid; 
	margin: 2em auto;
	border-color:#9999FF;
}
.sensei th,td {
	padding: 0.3em 2em;
	line-height:2.0em;
	border-color: #9999FF;
}
.sensei th  {
  background-color:#EEE8EC;
  border-collapse:collapse;
  border-color:#9999FF;
}

.inshiwaku  {
	width:600px;
	border-top:#00FFFF 30px;
	}
	
		
	 

/*-■□■□■□■□■□■□------加川設定ここまで--■□■□■□■□■□■□■□■□■□■□■□-*/

/* ----------------------------------------------------------------------- */
/* サブページに関わる設定をしてあるCSSです。------------------------------ */

#main #right-box2 {
	padding: 0px;
	float: right;
	width: 618px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	
}
/*---------------h3--ページタイトル---------------------------------------------------*/

#top-subtitle{
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 618px;
	background-image: url(../common_img/subpage-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#top-subtitle h3{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	padding-top: 30px;/*←タイトル文字の上に間隔をあけます*/
	padding-right: 0px;/*←タイトル文字の右に間隔をあけます*/
	padding-bottom: 0px;/*←タイトル文字の下に間隔をあけます*/
	padding-left: 20px;/*←タイトル文字の左に間隔をあけます*/

}

/*英字部分の設定*/
#top-subtitle p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	padding-top: 20px;/*←文字の上に間隔をあけます*/
	padding-right: 0px;/*←文字の右に間隔をあけます*/
	padding-bottom: 0px;/*←文字の下に間隔をあけます*/
	padding-left: 20px;/*←文字の左に間隔をあけます*/
	
}
/*---------------h3--ページタイトル end---------------------------------------------------*/	


/*---------------h4----サブタイトル--------------------------------------------------*/
/*---------------h4のフォントの大きさはここで変えてください。------------------------*/

#main #right-box2 h4 {
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	width: 620px;
	vertical-align: middle;
	height: 50px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom:3px;
　/*-----←ｈ4のフォントサイズ--------*/
; 	background-image: url(../common_img/h4-bg.gif);

/*--------------h4end------------------------------------------------------------------------*/

}

/*-------------コンテンツエリア--------------------------------------------------------------*/

.subpage-conarea{
	background-color:#fff;
	width: 620px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
}

.contact-txt {
	background:url(../img/subpage-icon.gif) no-repeat;
	background-position:left center;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
	padding-left:15px;
	color:#7e0000;
	font-weight:bold;

}


.contact-box{
	background:url(../common_img/subpage-contact-bg.gif) no-repeat;
	width:601px;
	height:234px;
	margin-top:15px;
	margin-left:5px;
	margin-bottom:20px;
	padding-top:10px;

}


/*---------------各種フォントのサイズ　11px～16px--------------------------------------------*/

.f-size11{
	font-size: 11px;	
	
}
.f-size12{
	font-size: 12px;	
	
}
.f-size13{
	font-size: 13px;	
	
}

.f-size14{
	font-size: 14px;	
	
}

.f-size15{
	font-size: 15px;	
	
}

.f-size16 {
	font-size: 16px;	
}

/*------------------各種フォント色変更-----------------------------------------------------*/

/*--赤--*/
.f-size11red{
	font-size: 11px;
	color: #FF0000;	
}
.f-size12red{
	font-size: 12px;
	color: #FF0000;	
}
.f-size13red{
	font-size: 13px;
	color: #FF0000;	
}
.f-size14red{
	font-size: 14px;
	color: #FF0000;	
}
.f-size15red{
	font-size: 15px;
	color: #FF0000;	
}
.f-size16red{
	font-size: 16px;
	color: #FF0000;	
}

/*--赤end--*/

/*--青--*/
.f-size11blue{
	font-size: 11px;
	color: #0033CC;	
}
.f-size12blue{
	font-size: 12px;
	color: #0033CC;	
}
.f-size13blue{
	font-size: 13px;
	color: #0033CC;	
}
.f-size14blue{
	font-size: 14px;
	color: #0033CC;		
}
.f-size15blue{
	font-size: 15px;
	color: #0033CC;	
}
.f-size16blue{
	font-size: 16px;
	color: #0033CC;		
}

/*--青end--*/

/*--黄--*/

.f-size11yellow{
	font-size: 11px;
	color: #dea200;	
}
.f-size12yellow{
	font-size: 12px;
	color: #dea200;	
}
.f-size13yellow{
	font-size: 13px;
	color: #dea200;	
}
.f-size14yellow{
	font-size: 14px;
	color: #dea200;		
}
.f-size15yellow{
	font-size: 15px;
	color: #dea200;	
}
.f-size16yellow{
	font-size: 16px;
	color: #dea200;		
}

/*--黄end--*/

/*--緑end--*/

.f-size12green{
	font-size: 12px;
	color: #23920e;	
}

.f-size13green{
	font-size: 13px;	
	color: #23920e;	
}

.f-size14green{
	font-size: 14px;	
	color: #23920e;	
}

.f-size14green{
	font-size: 14px;	
	color: #23920e;	
}

.f-size15green{
	font-size: 15px;	
	color: #23920e;	
}

.f-size16green{
	font-size: 16px;	
	color: #23920e;	
}
/*--緑end--*/
/*---------------各種フォントのサイズ---end--------------------------------------------------*/

/*----------------斜体設定------------------------------------------------------------------------*/

/*--赤--*/
.f-size11red-i{
	font-size: 11px;
	color: #FF0000;
	font-style: italic;
}
.f-size12red-i{
	font-size: 12px;
	color: #FF0000;	
	font-style: italic;
}
.f-size13red-i{
	font-size: 13px;
	color: #FF0000;	
	font-style: italic;
}
.f-size14red-i{
	font-size: 14px;
	color: #FF0000;	
	font-style: italic;
}
.f-size15red-i{
	font-size: 15px;
	color: #FF0000;	
	font-style: italic;
}
.f-size16red-i{
	font-size: 16px;
	color: #FF0000;	
	font-style: italic;
}

/*--赤end--*/

/*--青--*/
.f-size11blue-i{
	font-size: 11px;
	color: #0033CC;	
	font-style: italic;
}
.f-size12blue-i{
	font-size: 12px;
	color: #0033CC;	
	font-style: italic;
}
.f-size13blue-i{
	font-size: 13px;
	color: #0033CC;	
	font-style: italic;
}
.f-size14blue-i{
	font-size: 14px;
	color: #0033CC;	
	font-style: italic;
}
.f-size15blue-i{
	font-size: 15px;
	color: #0033CC;	
	font-style: italic;
}
.f-size16blue-i{
	font-size: 16px;
	color: #0033CC;	
	font-style: italic;
}

/*--青end--*/

.f-bold {
	font-weight:bold;

}

/*----------------斜体設定-----end-------------------------------------------------------------------*/

/*---------------各種マージン設定---10px～50px------------------------------------------------*/
/*---------------上下にマージが設定されています---------------------------------------------------*/
.marjin10{
	margin-top: 10px;/*←上に間隔*/
	margin-bottom: 10px;/*←下に間隔*/

}
.marjin20{
	margin-top: 20px;
	margin-bottom: 20px;

}
.marjin30{
	margin-top: 30px;
	margin-bottom: 30px;

}
.marjin40{
	margin-top: 40px;
	margin-bottom: 30px;

}
.marjin50{
	margin-top: 50px;
	margin-bottom: 30px;

}


/*---------------各種マージン設定  end------------------------------------------------------*/


#right-box2 p.caph3 {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 618px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
	
}

table.areabox {
	padding: 0px;
	width: 570px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:5px;
	
}

table.areabox2 {
	background-color:#fff;
	padding: 0px;
	width: 300px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
table.areabox3 {
	padding: 0px;
	width: 580px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;	
		font-size:12px;
	line-height:160%;
	
}

table.areabox3 td.bg{
	background:url(../common_img/subpage-contact-bg2.gif) no-repeat;
	width:180px;
	height:180px;
	text-align:center;
	padding:0;
	margin:0;

}
table.areabox3 td.bg2{
	background:url(../common_img/subpage-contact-bg3.gif) no-repeat;
	width:191px;
	height:180px;
	text-align:center;
	padding:0 0 0 10px;
	margin:0;
}

table.areabox3 td.bg2 img{
	margin-left:10px;
}


table.areabox3 td.bgnone{
	width:5px;
	height:180px;
	padding:0;
	margin:0;
}


table.areabox th {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-align:	left;
	
}
table.areabox th.f-orange {
	color:#ff4800;
	font-weight:bold;
}

table.areabox th.bg-red {
	margin: 0px;
	background-color: #ffcdbe;
	border-color:#fff;
	
}
table.areabox th.bg-blue {
	margin: 0px;
	background-color: #d8fffc;
	border-color:#fff;
	
}
table.areabox th.bg-green {
	margin: 0px;
	background-color: #c0f8c0;
	border-color:#fff;
	
}
table.areabox th.bg-yellow {
	margin: 0px;
	background-color: #ffebba;
	border-color:#fff;
	
}
table.areabox th.bg-white {
	text-align:center;
	background-color: #fff;
	border-color:#fff;
	
}
table.areabox td {
	background-color:#e8e8e8;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	
}

table.areabox2 td {
	background-color:#fff;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e8e8e8;
	border-right-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	
}

p.areabox-cap {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin: 0px;
	
}

/*-------中ページ専用テキストエリア---------*/

/*テキストエリアの範囲を設定します*/
/*外枠からテキストまでの間隔設定*/
.t-area {
		
	
}
.t-area10 {
	padding-right: 10px;
	padding-left: 10px;		
	
}
.t-area15 {
	padding-right: 15px;
	padding-left: 15px;		
	
}
.t-area20 {
	padding-right: 20px;
	padding-left: 20px;		
	
}
.t-area25 {
	padding-right: 25px;
	padding-left: 25px;		
	
}
.t-area30 {
	padding-right: 30px;
	padding-left: 30px;		
	
}
.t-area40 {
	padding-right: 40px;
	padding-left: 40px;		
	
}
.t-area50 {
	padding-right: 50px;
	padding-left: 50px;		
	
}
/*テキストから外枠までの間隔設定*/
p.text-area {
	padding-right: 15px;
	padding-left: 15px;	
	
}

p.text-area20 {
	padding-right: 20px;
	padding-left: 20px;	
	
}
p.text-area30 {
	padding-right: 30px;
	padding-left: 30px;	
	
}
p.text-area40 {
	padding-right: 40px;
	padding-left: 40px;	
	
}
p.text-area50 {
	padding-right: 50px;
	padding-left: 50px;	
	
}

/*--------------------------画像配置----------------------------*/

.imgbox-center {
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}

.imgbox-left{
	text-align: left;
	margin: 0px;
	padding: 0px;
	
}

.imgbox-right{
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.imgright{
	float:right;
	margin-left:1em;
}

.imgclear{
	clear:both;
}
	
	
