a:link   {
	color: #145AAF;
	text-decoration:none;
	font-size:12px;
}
a:visited  {
	color: #145AAF;
	text-decoration:none;
	font-size:12px;
}
a:active  {
	color: #145AAF;
	text-decoration:none;
	font-size:12px;
}
a:hover  {
	color: #000000;
	text-decoration:underline;
	font-size:12px;
}

.size a:link   {
	color: #145AAF;
	text-decoration:none;
	font-size:14px;
}
.size a:visited  {
	color: #145AAF;
	text-decoration:none;
	font-size:14px;
}
.sizea:active  {
	color: #145AAF;
	text-decoration:none;
	font-size:14px;
}
.size a:hover  {
	color: #000000;
	text-decoration:underline;
	font-size:14px;
}

#footer a:link   {
	color: #666;
	text-decoration:none;
	font-size:10px;
}
#footer a:visited  {
	color: #666;
	text-decoration:none;
	font-size:10px;
}
#footer a:active  {
	color: #666;
	text-decoration:none;
	font-size:10px;
}
#footer a:hover  {
	color: #666;
	text-decoration:underline;
	font-size:10px;
}

body {font-size:12px;}

td{font-size:12px; line-height: 18px}
th{font-size:12px; line-height: 18px}
.fs16{font-size:16px; line-height: 18px}
.fs14{font-size:14px; line-height: 16px}
.fs12{font-size:12px; line-height: 18px}
.fs122{font-size:12px; line-height: 18px}
.fs120{font-size:12px; line-height: 14px}
.fs11{font-size:11px; line-height: 15px}
.fs10{font-size:10px; line-height: 14px}
.fs9{font-size:9px; line-height: 13px}
.form_td{font-size:12px; line-height:15px; color:#333333; background-color:#FFFFFF}
.pt10 {padding-top:10px;}
.pt5 {padding-top:5px;}
.pb10 {padding-bottom:20px;}
.pb5 {padding-bottom:5px;}
.pl1 {padding-left:1.5em;}


/*--------------------------------------------------*/

body {margin:0;}

p {font-size:12px;
	line-height:18px;
	margin:0;
}

body{
	font-size:12px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
}

#all {
	width:750px;
	background-image:url(../img/top/back.gif);
	background-repeat:repeat-y;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	position:relative;
}

h1 {
	width:740px;
	height:20px;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	background-repeat:no-repeat;
	text-align: right;
	margin:0;
	padding-top: 2px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0px;
}

/*-------------【インデックス】メニュー-------------------*/

h2 {
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

#menu {
	width:168px;
	float:left;
	margin-left:7px;
	margin-top: 27px;
}

#menu_top {
	width:168px;
	background-image: url(../img/menu/grobal_top.gif);
	background-repeat: no-repeat;
	height: 37px;
	padding-top: 10px;
}
#menu_txt {
	width:168px;
	background-color: #f7f7f7;
	position: relative;
}

#menu_txt ul {
	list-style:none; /*行頭文字を非表示にする*/
	margin:0;
	padding:0;
}

#menu_txt li {
	margin:0 14px 0 9px;
	padding:0;

}

#menu_txt a {
	background:url(../img/menu/gl_arrow2.gif) left center no-repeat;
	padding:10px 0 10px 18px;/*リンクテキストの位置調整*/
	display:block;/*ブロックレベル要素として表示されるように指定*/
	width:134px !important;
	/*IE対策のためボックスの幅を指定。通常は親要素のボックス領域に対して可能な限り幅いっぱいに広がる*/
	text-decoration:none;
	color:#5078fa;
	border-bottom: 1px dashed #b8b8b8;
}

#menu_txt a:hover {
	text-decoration:underline;
	color::#5078fa;
}

#menu_btm {
	width:168px;
	background-image:url(../img/menu/r_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:10px;
	height: 11px;
	background-color: #f7f7f7;
}

/*------グローバルインデックス対応--------*/

#menu_txt .el a {
	background:url(../img/menu/gl_arrow2.gif) left center no-repeat;
	padding:10px 0 10px 18px;/*リンクテキストの位置調整*/
	display:block;/*ブロックレベル要素として表示されるように指定*/
	width:134px !important;
	/*IE対策のためボックスの幅を指定。通常は親要素のボックス領域に対して可能な限り幅いっぱいに広がる*/
	text-decoration:none;
	color:#5078fa;
	border-bottom:none;
}

#menu_txt a:hover {
	text-decoration:underline;
	color::#5078fa;
}


#menu_txt .sub1 a {
	background:url(../img/menu/gl_arrow3.gif) left top no-repeat;
	padding:0 0 6px 30px;/*リンクテキストの位置調整*/
	display:block;/*ブロックレベル要素として表示されるように指定*/
	width:122px !important;
	/*IE対策のためボックスの幅を指定。通常は親要素のボックス領域に対して可能な限り幅いっぱいに広がる*/
	text-decoration:none;
	color:#5078fa;
	border-bottom:none;
}

#menu_txt .sub1 a:hover {
	text-decoration:underline;
	color::#5078fa;
}

#menu_txt .sub2 a {
	background:url(../img/menu/gl_arrow3.gif) left top no-repeat;
	padding:0px 0 10px 30px;/*リンクテキストの位置調整*/
	display:block;/*ブロックレベル要素として表示されるように指定*/
	width:122px !important;
	/*IE対策のためボックスの幅を指定。通常は親要素のボックス領域に対して可能な限り幅いっぱいに広がる*/
	text-decoration:none;
	color:#5078fa;
	border-bottom: 1px dashed #b8b8b8;
}

#menu_txt .sub2 a:hover {
	text-decoration:underline;
	color::#5078fa;
}




/*-------------【home】メニュー-------------------*/
#home {
	width:152px;
	margin-top:25px;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #b8b8b8;
}


#home a {
	background:url(../img/menu/gl_arrow2.gif) left center no-repeat;
	padding:5px 0 5px 18px;/*リンクテキストの位置調整*/
	display:block;/*ブロックレベル要素として表示されるように指定*/
	width:134px !important;
	/*IE対策のためボックスの幅を指定。通常は親要素のボックス領域に対して可能な限り幅いっぱいに広がる*/
	text-decoration:none;
	color:#5078fa;
}

#home a:hover {
	text-decoration:underline;
	color:#5078fa;
}


/*--------------------------------------------------*/
#main {
	width:520px;
	float:right;
	margin-right:15px;
	margin-top: 27px;
}


#footer {
	width:750px;
	background-color:#f0f0f0;
	font-size:10px;
	line-height:18px;
	color:#666666;
	text-align:center;
	clear: both;
	float: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#grvl_menu {
	width:259px;
	position:absolute;
	left: 488px;
	top: 2px;
	font-size: 10px;
	text-align: right;
	color:#0066CC;
}

/*---------------会社概要-----------------*/
.gaiyou {
	font-size:16px;
	color:#4B6FE6;
	font-weight:bold;
	border-bottom:#4B6FE6 1px solid;
}

.td1 {
	font-size:14px;
	padding:15px 0 5px 0;
	border-bottom:#999999 1px dashed;
}
