@charset "utf-8";

/*■ページ共通■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	text-align:center;
	margin:0px;
	padding:0px;
	line-height: 1.5;
	background-image: url(../images/bk_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*画像リンク・ラインなし*/
a img {
	border:none;
}

/*フォーム・マージンなし*/
form {
	margin:0;
}

/*リンク・設定*/
a:focus {
	outline:none;
}

a {
	color:#F66606;
	background-color:transparent;
	text-decoration: none;
}
a:hover {
	color:#F68D06;
	text-decoration: underline;
}

/*テキスト*/
p {
	line-height: 1.3;
	margin: 0px;
}
p.base {
	margin: 10px;
}


/*クリア*/
.clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

/**/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}

/*■ベース設定（コンテナー・ヘッダー・レフト・メイン・フッター）■■■■■■■■■■■■■■■■■■*/

/*表示コンテンナー・指定*/
#container {
	width:860px;
	text-align:left;
	padding: 0px;
	border-right: #FFF solid 1px;
	border-left: #FFF solid 1px;
	margin: 0px auto 0px auto;
	background-repeat: repeat-y;
}

/*ヘッダー・指定*/
#header {
	background-color: #FFF;
	margin: 0px auto 0px auto;
	width: 100%;
	background-image: url(../images/header_bg.gif);
	height: 138px;
	text-align: center;
	/*background: transparent;*/
}

/*レフトボディー・指定*/
#leftbody {
	float: left;
	width: 180px;
	padding: 0px;
	margin: 0px;
}

/*メインボディー・指定*/
#mainbody {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#indexbody {
	width: 860px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
}


/*フッター・指定*/
#footer {
	width: 860px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009FE8;
	background-color: #FFFFFF;
} 

/*■ヘッダー関係■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*H1*/
#header h1 {
	font-size: 10px;
	text-align: right;
	color: #C8E3FF;
	margin:0px;
	padding: 5px 20px 5px 10px;
	font-weight: normal;
	background-color: #0054a5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*ヘッダー上部・背景指定*/
#header_top {
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	height: 90px;
	width: 864px;
	display: block;
	padding: 0px;
}

/*ヘッダーロゴマーク*/
#header_top h2 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 76px;
	width: 380px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*ヘッダーロゴマーク・リンク（通常時）*/
#header_top h2 a {
	display: block;
	height: 76px;
	width: 347px;
	text-indent: -9999px;
}
/*ヘッダーロゴマーク・リンク（ロールオーバー時）*/
#header_top h2 a:hover {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

/*ヘッダーロゴ右側*/
#box_head {
	background-image: url(../images/info.gif);
	padding: 0px;
	float: right;
	margin-top: 5px;
	font-size: 10px;
	width: 411px;
	height: 91px;
}

#box_menu {
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#box_head3 {
	padding: 0px;
	float: right;
	font-size: 10px;
	width: 864px;
	height: 42px;
}

#box_head2 {
	padding: 0px;
	margin: 5px auto 0px auto;
	font-size: 10px;
	text-align: center;
	width: 100%;
}


/*ヘッダーコンテンツ*/
#header ul {
	list-style:none;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#header ul li
{
	list-style-type:none;
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
	margin: 0px auto 0px auto;
}

/*ヘッダー・上部コンテンツボタン（通常時）*/

#con_contact a {
	background-image: url(../img/common/head/con_contact.gif);
	background-repeat: no-repeat;
	width:70px;
}
#con_sitemap a {
	background-image: url(../img/common/head/con_sitemap.gif);
	background-repeat: no-repeat;
	width:70px;
}

/*通常時・共通*/
#con_contact a, #con_sitemap a {
	height: 20px;
	display: block;
	padding-left: 25px;
	padding-top: 2px;
}

/*ヘッダー・上部コンテンツボタン（ロールオーバー時）*/
#con_contact a:hover {
	background-image: url(../img/common/head/con_product_h.gif);
	background-repeat: no-repeat;
}

#con_contact a:hover {
	background-image: url(../images/info.gif);
	background-repeat: no-repeat;
}
#con_sitemap a:hover {
	background-image: url(../img/common/head/con_sitemap_h.gif);
	background-repeat: no-repeat;
}

/*ヘッダー・下部コンテンツボタン（通常時）*/
#con_home a {
	background-image: url(../img/common/head/con_home.gif);
	background-repeat: no-repeat;
}
#con_company a {
	background-image: url(../img/common/head/con_company.gif);
	background-repeat: no-repeat;
}
#con_business a {
	background-image: url(../img/common/head/con_business.gif);
	background-repeat: no-repeat;
}

#con_news a {
	background-image: url(../img/common/head/con_news.gif);
	background-repeat: no-repeat;
}
#con_product a {
	background-image: url(../img/common/head/con_product.gif);
	background-repeat: no-repeat;
}
/*#con_recruit a {
	background-image: url(../img/common/head/con_recruit.gif);
	background-repeat: no-repeat;
}*/

/*通常時・共通*/
#con_home a, #con_company a, #con_business a, #con_news a,#con_product a {
	height: 40px;
	width:152px;
	display: block;
	text-indent:-9999px;
}

/*ヘッダー・下部コンテンツボタン（ロールオーバー時）*/
#con_home a:hover {
	background-image: url(../img/common/head/con_home_h.gif);
	background-repeat: no-repeat;
}
#con_company a:hover {
	background-image: url(../img/common/head/con_company_h.gif);
	background-repeat: no-repeat;
}
#con_business a:hover {
	background-image: url(../img/common/head/con_business_h.gif);
	background-repeat: no-repeat;
}

#con_product a:hover {
	background-image: url(../img/common/head/con_product_h.gif);
	background-repeat: no-repeat;
}

#con_news a:hover {
	background-image: url(../img/common/head/con_news_h.gif);
	background-repeat: no-repeat;
}
/*#con_recruit a:hover {
	background-image: url(../img/common/head/con_recruit_h.gif);
	background-repeat: no-repeat;
}*/

/*■レフト関係■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




#leftbody ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}


#leftbody li a {
	background-image: url(../img/common/left/bk_con.gif);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 159px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#leftbody li a:hover {
	background-image: url(../img/common/left/bk_con_h.gif);
	background-repeat: no-repeat;
}

#leftbody li .now {
	background-image: url(../img/common/left/bk_con_h.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*リンク指定・タイプA*/
#leftbody a {
	color: #666666;
	background-color:transparent;
	text-decoration: none;
}
#leftbody a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*■フッター関連設定■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*フッターリンク*/
#footer ul {
	list-style:none;
	text-align: center;
	padding-right: 15px;
	padding-left: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

#footer ul li
{
	list-style-type:none;
	display: inline;
	line-height: 1.6;
	border-right: #009FE8 solid 1px;
}

/*左側ライン指定*/
#footer li.bo_l {
	border-left: #009FE8 solid 1px;
}

/*フッターリンク指定*/
#footer a {
	margin: 0 0.5em;
	font-size: 10px;
	text-decoration:none;
}

/*コピーライト*/
#footer_copy {
	font-size: 10px;
	background-color: #0054A5;
	margin: 0px;
	display: block;
	padding: 0px;
	height: 24px;
}
#footer_copy address {
	font-style: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 4px 0px 0px 10px;
}
#footer_copy address a, #footer_copy address a:hover {
	color:#FDFEFF;
	padding: 0px;
	margin: 0px;
}

/*フッターロゴイメージ*/
#footer_copy .tnet a {
	height: 20px;
	padding: 0px;
	margin: 4px 10px 0px 0px;
	color: #FFFFFF;
	float: right;
}

.rh0-0				{line-height: 1px;}
.rh0				{line-height: 2px;}
.rh1				{line-height: 5px;}
.rh2				{line-height: 10px;}
.rh3				{line-height: 15px;}
.rh3-0				{line-height: 16px;}	

.fs1				{font-size: 9px}
.fs2				{font-size: 11px}
.fs3				{
	font-size: 12px;
	text-align: left;
}
.fs4				{font-size: 13px}
.fs5				{font-size: 14px}
.fs6				{font-size: 16px}
.fs7				{font-size: 18px}
.fs8				{font-size: 24px}

.fc1				{color:#000000}
.fc2				{color:#FFFFFF}
.fc3				{color:#FF499C}
.fc4				{color:#990000}
.fc5				{color:#663300}
.fc6				{color:#339999}
.fc7				{color:#999999}
.fc8				{color:#72AAE2}
.fc9				{color:#D85950}
.fc10				{color:#FF3300}
.fc11				{color:#72AAE2}
.fc12				{color:#6FA8E1}
.fc13				{color:#996699}
.fc14   			{color:#FF6600}
.fc15   			{color:#66FFFF}
.fc16   			{color:#FF2084}
.fc17				{color:444444}
.fc18				{color:#F40358}

.x0					{padding-top: 3px}
.x1					{vertical-align: top;}
.x2					{vertical-align: bottom;}
.x3					{font-weight: bold;}
.x4					{vertical-align:middle;}
.x5					{text-decoration:underline;}
.x6					{
	text-align: center;
}
.x7					{font-weight: normal;}
.x8					{font-style: italic}
.x9					{text-align: right;}

H6 {
	FONT-WEIGHT: strong; FONT-SIZE: 15px; MARGIN-BOTTOM: 5px; COLOR: #fff
}
.newsline {
	width: 550px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP: 6px; BORDER-BOTTOM: #999999 1px dotted
}

.newsline2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 6px; PADDING-TOP: 6px; BORDER-BOTTOM: #999999 1px dotted; width: 500;
}

.newsline3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 2px; PADDING-TOP: 0px; BORDER-BOTTOM: #999999 1px dotted; width: 500;
}
.bo1	{border-right: #CCCCCC 1px solid; border-left: #CCCCCC 1px solid; border-top: #CCCCCC 1px solid;}
.bo2	{border-right: #CCCCCC 1px solid; border-left: #CCCCCC 1px solid; }
.bo3	{border: #CCCCCC 1px solid;}
.bo4	{border-right: #CCCCCC 1px solid;}
.bo5	{border-left: #CCCCCC 1px solid;}
.bo10	{border-bottom: #999999 1px dotted;}

.rh0-0				{line-height: 1px;}
.rh0				{line-height: 2px;}
.rh1				{line-height: 5px;}
.rh2				{line-height: 10px;}
.rh3				{line-height: 15px;}
.rh3-0				{line-height: 16px;}	
.rh3-1				{line-height: 18px;}	
.rh4				{line-height: 20px;}
.rh5				{line-height: 25px;}								
.rh6				{line-height: 30px;}
.rh7				{line-height: 40px;}	
.rh8				{line-height: 50px;}		
