/*================================共通設定==================================*/

/*------------何か全体的な設定------------*/

img {
	border: none;
}
form {
	margin: 0px;
}
table,tr,td {
	border-collapse: collapse;
}

/*-----------マージン左右オート-----------*/

.fornn {
	margin-right: auto;
	margin-left: auto;
}

/*--------------横位置設定--------------*/

.txright {
	text-align: right;
}
.txleft {
	text-align: left;
}
.txcenter {
	text-align: center;
}

/*--------------縦位置設定--------------*/

.txtop {
	vertical-align: top;
}
.txbottom {
	vertical-align: bottom;
}
.txmiddle {
	vertical-align: middle;
}


/*--------------横幅設定--------------*/
.wspace10 {
	width:10px;
}
.wspace15 {
	width:15px;
}
.wspace20 {
	width:20px;
}
.wspace25 {
	width:25px;
}

/*--------------マージン--------------*/

/*-----上-----*/
.mgt10 {
	margin-top: 10px;
}

/*-----下-----*/
.mgb10 {
	margin-bottom: 10px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb30 {
	margin-bottom: 30px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb50 {
	margin-bottom: 50px;
}

/*-----------フロートクリア-----------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*--------------フロート--------------*/

.fleft {
	float: left;
	margin-right: 10px;
}

.fleft20 {
	float: left;
	margin-right: 20px;
}

.fright {
	float: right;
	margin-right: 10px;
}

.fright20 {
	float: right;
	margin-right: 20px;
}


/*===========================ページ骨組み基本================================*/

body {
	background-image: url(../img/bg_all.gif);
	background-repeat: repeat;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.all {
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	width: 740px;
	margin-bottom: 0px;
}


.header {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 740px;
	height: 85px;
}

.menu {
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 740px;
	height: 33px;
}
.menu img {
	margin-right: 0px;
	margin-left: 0px;
}


.footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 740px;
	height: 20px;
	font-size: 1px;
}




/*=========================プルダウンメニュー=========================*/
.pullmenuall{
	position:absolute;
	width:740px;
	margin-left: auto;
	margin-right: auto;
	z-index:100;
}

.pullbox01 {
	height: 84px;
	width: 120px;
	position:absolute;
	top: 112px;
	left: 241px;
	z-index: 101;
	line-height: 1px;
	display: none;
}
.pullbox02 {
	height: 42px;
	width: 120px;
	position:absolute;
	top: 112px;
	left: 361px;
	z-index: 102;
	line-height: 1px;
	display: none;
}

/*============================文字の設定==============================*/

/*-------フォント-------*/

.text8,.text10,.text12,.text10h14,.text10h18,.companybox1,.companybox2,.companybox3,.companybox4,.catch1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";	
}


/*---------文字色----------*/

.blue,.bluebb,.companybox1,.companybox3,.catch1 {
	color: #003366;
}

/*-------文字サイズ-------*/

.text8 {
	font-size: 8pt;
}

.text10,.text10h14,.text10h18,.companybox1,.companybox2,.companybox3,.companybox4,.catch1 {
	font-size: 10pt;
}

.text12 {
	font-size: 12pt;
}

/*-------文字縦間隔-------*/
.text10h18 {
	line-height: 18pt;
}
.text10h14{
	line-height: 14pt;
}


/*-----↓文字スタイル-----*/

.bb,.bluebb,.companybox1,.companybox3,.catch1 {
	font-weight: bold;
}


/*-----------------------↓テキストリンク-------------------------*/
a.textlink {
	color: #000000;
}
a:hover.textlink {
	color: #FFFFFF;
	background-color: #0033FF;
}

a.textlink2 {
	color: #0033FF;
}
a:hover.textlink2 {
	color: #FFFFFF;
	background-color: #0033FF;
}

