@charset "UTF-8";
/* ボディ全体 */
body{
	margin : 0px;
	font-size : 14px;
	line-height : 1.5em;
	color : #333;
	text-align : center;
	font-family:"Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	min-width : 1000px;
	background : #fff url('images/common/back_body.jpg') repeat-x;
	padding : 0px 1px;
	}

/*--------------------------- ALLcommon START -----------------------------------*/

/* 画像ボーダーなし、下揃え */
img{
    border : 0px;
    vertical-align : middle;
    }


/* リストスタイルなし */
ul{list-style : none;margin:0;padding:0;}
/* P　マージンなし */
p{margin : 0 auto;}
/* テーブル */
table{font-size : 100%;}
/* フォーム */
form{margin : 0;}
/*テキストエリア文字サイズ*/
textarea{font-size : 100%;}

/* 文字の縦位置（中） */
.vm{vertical-align : middle;}
/* 文字の縦位置（上） */
.vt{vertical-align : top;}
/* 文字の縦位置（下） */
.vb{vertical-align : bottom;}


/*floatleft*/
.fl{float : left;}
/*floatright*/
.fr{float : right;}
/* フロートクリアー（全） */
.cr{clear : both;display: block;}
/* フロートクリアー（右） */
.crr{clear : right;display: block;}
/* フロートクリアー（左） */
.crl{clear : left;display: block;}


/* 赤文字 */
.red{color : #ff0000;}
/* 青文字 */
.blue{color : blue;}
/* 白文字 */
.white{color : white;}
/* グリーン */
.green{color : green;}

/*白背景*/
.whiteback{background : #fff;}

/* 文字サイズ（70%） */
.f70{
	font-size : 70%;
	}
/* 文字サイズ（80%） */
.f80{
	font-size : 80%;
	}
/* 文字サイズ（120%） */
.f120{
	font-size : 120%;
	}
/* 右寄せ */
.rt{
	text-align : right;
	}
/* 左寄せ */
.lt{
	text-align : left;
	}
/* センター */
.ce{
	text-align : center;
	}
	
/* 字間(120%) */
.lh120{line-height : 120%;}
/* 字間(130%) */
.lh130{line-height : 130%;}
/* 字間(150%) */
.lh150{line-height : 150%;}

/*-------マージン指定3pstart-------*/
.mb3{
	margin-bottom : 3px;
	}
.ml3{
	margin-left : 3px;
	}
.mr3{
	margin-right : 3px;
	}
.mt3{
	margin-top : 3px;
	}
.mall3{
	margin : 3px;
	}
/*-------マージン指定end-------*/
/*-------マージン指定5pstart-------*/
.mb5{
	margin-bottom : 5px;
	}
.ml5{
	margin-left : 5px;
	}
.mr5{
	margin-right : 5px;
	}
.mt5{
	margin-top : 5px;
	}
.mall5{
	margin : 5px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定10start-------*/
.mb10{
	margin-bottom : 10px;
	}
.ml10{
	margin-left : 10px;
	}
.mr10{
	margin-right : 10px;
	}
.mt10{
	margin-top : 10px;
	}
.mall10{
	margin : 10px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定15start-------*/
.mb15{
	margin-bottom : 15px;
	}
.ml15{
	margin-left : 15px;
	}
.mr15{
	margin-right : 15px;
	}
.mt15{
	margin-top : 15px;
	}
.mall15{
	margin : 15px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定20start-------*/
.mb20{
	margin-bottom : 20px;
	}
.ml15{
	margin-left : 20px;
	}
.mr15{
	margin-right : 20px;
	}
.mt15{
	margin-top : 20px;
	}
.mall15{
	margin : 20px;
	}
/*-------マージン指定end-------*/

/*-------マージン指定30pstart-------*/
.mb30{
	margin-bottom : 30px;
	}
.ml30{
	margin-left : 30px;
	}
.mr30{
	margin-right : 30px;
	}
.mt30{
	margin-top : 30px;
	}
.mall30{
	margin : 30px;
	}
/*-------マージン指定end-------*/
/*-------マージン指定50pstart-------*/
.mb50{
	margin-bottom : 50px;
	}
.ml50{
	margin-left : 50px;
	}
.mr50{
	margin-right : 50px;
	}
.mt50{
	margin-top : 50px;
	}
.mall50{
	margin : 50px;
	}
/*-------マージン指定end-------*/

.ml35{
	margin-left : 35px;
	}

/*-------padding指定3pstart-------*/
.pb3{
	padding-bottom : 3px;
	}
.pl3{
	padding-left : 3px;
	}
.pr3{
	padding-right : 3px;
	}
.pt3{
	padding-top : 3px;
	}
.pall3{
	padding : 3px;
	}
/*-------padding指定end-------*/
/*-------padding指定5pstart-------*/
.pb5{
	padding-bottom : 5px;
	}
.pl5{
	padding-left : 5px;
	}
.pr5{
	padding-right : 5px;
	}
.pt5{
	padding-top : 5px;
	}
.pall5{
	padding : 5px;
	}
/*-------padding指定end-------*/
/*-------padding指定10start-------*/
.pb10{
	padding-bottom : 10px;
	}
.pl10{
	padding-left : 10px;
	}
.pr10{
	padding-right : 10px;
	}
.pt10{
	padding-top : 10px;
	}
.pall10{
	padding : 10px;
	}
/*-------padding指定end-------*/

/*-------padding指定30pstart-------*/
.pb30{
	padding-bottom : 30px;
	}
.pl30{
	padding-left : 30px;
	}
.pr30{
	padding-right : 30px;
	}
.pt30{
	padding-top : 30px;
	}
.pall30{
	padding : 30px;
	}
/*-------padding指定end-------*/

.w130{
    width : 130px;
    }
.w140{
    width : 140px;
    }
.w150{
    width : 150px;
    }

/* リンク下線なし */
a{text-decoration : none;}

/*--------------------------- ALLcommon END -----------------------------------*/



/*--------------------------- SITEcommon START -----------------------------------*/

/* デフォルトリンクカラー */
a:link { color: #1e8ac2; }
a:visited { color: #1e8ac2;}
a:hover { color: #c27d45;}
a:active { color: #c27d45;}

.box_line{
    border : 3px solid #e5e5e5;
    margin : 0 auto;
    text-align : center;
    }

/* ページ全体 */
.left_back{
    background : url('images/common/back_body_left.jpg') no-repeat;
    background-position : top left;
    }
#all{
	width : 1000px;
	text-align : center;
	margin : 0 auto;
    position: relative;
    min-height: 100%;
	}
#head{
	background : url('images/common/back_head.jpg') no-repeat;
	margin : 0 auto;
	text-align : left;
    position : relative;
	}
#head h1{
    font-size : 14px;
    margin : 0px;
    font-weight : normal;
    float : left;
    width : 600px;
    }
#head .logo{
    float : left;
    width : 280px;
    }
#head .free_tel{
    float : right;
    width : 258px;
    }
#head .office{
    margin : 0 260px 0 330px;
    
	}
#head .office li{
	float : left;
    padding-left : 15px;
    padding-top : 27px;
	}

#head .global_menu{
    clear : both;
    margin : 0px;
    }
#head .global_menu li{
	float : left;
    padding : 0px;
    margin-right : 3px;
    position : relative;
	}
#head .global_menu li.m0{
	margin-right : 0;
	}

#contents{
    background : url('images/common/back_contents_all.jpg') repeat-y;
    margin-top : 20px;
    }


#left_contents .clumn_title,
#right_contents .clumn_title{
    display : block;
    text-indent : -9999px;
    height : 77px;
    margin-bottom : 10px;
    }


#left_contents{
	width : 221px;
	float : left;
    background : #cc0001;
    padding-bottom : 20px;
	}
#left_contents .clumn_title{
    background : url('images/common/back_left_title.jpg') no-repeat;
    }

#left_contents .news1,
#left_contents .news2{
    background : url('images/common/back_news_allback.jpg') repeat-y;
    margin-bottom : 15px;
    position : relative;
}
#left_contents .news1 ul,
#left_contents .news2 ul{
    background : url('images/common/back_news_bottom.jpg') no-repeat;
    background-position : bottom;
    padding-bottom : 10px;
    margin-top : 10px;
}
#left_contents .news1 li,
#left_contents .news2 li{
    background : url('images/common/back_news_li.jpg') no-repeat;
    background-position : bottom center;
    margin : 5px 20px;
    text-align : left;
    padding : 5px 0;
    font-size : 12px;
    line-height : 1.2em;
}

#left_contents .news1 li.noline,
#left_contents .news2 li.noline{
    background : #e9e9eb;
    text-align : right;
    margin : 16px 10px 0px 10px;
    padding-right : 3px;
    border : 0px;
}
#left_contents .news1 span,
#left_contents .news2 span
{
    display : block;
    padding-left : 10px;
    margin-bottom : 5px;
    }
#left_contents .news1 span{
    background : url('images/common/back_news1_point.jpg') no-repeat;
    background-position : 0 50%;
}
#left_contents .news2 span{
    background : url('images/common/back_news2_point.jpg') no-repeat;
    background-position : 0 50%;
}
#left_contents .news1 h3,
#left_contents .news2 h3
{
    text-indent : -9999px;
    height : 50px;
    margin : 0px;
    }
#left_contents .news1 h3{
    background : url('images/common/back_news1_title.jpg') no-repeat;
    }
#left_contents .news2 h3{
    background : url('images/common/back_news2_title.jpg') no-repeat;
    }


#right_contents{
	width : 220px;
	float : right;
    background : url('images/common/back_right_heightline.jpg') repeat-y;
    padding-bottom : 20px;
	}
#right_contents .clumn_title{
    background : url('images/common/back_right_title.jpg') no-repeat;
    }
#right_contents li{
    margin-bottom : 10px;
    text-align : right;
    padding-right : 2px;
    }

#main_contents{
	margin : 0 220px 0 221px;
    height : 100%;
    position : relative;
	}
#main_contents h2{
	text-align : right;
    padding-right : 10px;
    font-size : 12px;
    margin : 0px;
    font-weight : normal;
	}


/*ie6ハック*/
*html body #left_contents img{margin-right : -3px;}





#footer{
    clear : both;
	background : #c41130;
    border-top : 4px solid #c5c5c5;
	text-align : right;
    color : #fff;
	}
#footer .footerbody{
	background : url('images/common/back_foot.jpg') no-repeat;
    background-position : top left;
	width : 1000px;
	margin : 0 auto;
    padding-top : 15px;
	}
#footer .copytext{
    text-align : right;
    }
