@charset "UTF-8";

@media print {

body {
	zoom: 80%;
	}
}

	
/*
*	1.  YUI Fonts CSS
*	2.  YUI Reset CSS
*	3.  フォントサイズ設定
*	4.  サイト構造
*	5.  ヘッダ設定
*	6.  ヘッダメニュー設定
*	7.  TOPページ　コンテンツ設定
*	8.  フッター設定
*	9.  次ページ COMMON設定
*	10. お仕事一覧・詳細設定
*	12. 商品詳細覧設定
*	13. その他細かいの設定
*	14. スペース設定
*/

/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}


/*======================================

	3. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #E9FDFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}



/*======================================

	5. ヘッダ設定
	
=======================================*/


#header {
	margin: 0 auto;
	padding: 0 20px;
	width: 850px;
	height: 80px;
}

#header-logo {
	margin: 17px 0 0 0;
	padding: 0;
	width: 294px;
	height: 42px;
	float: left;
	background-image: url(../img/logo.gif);
}

#header-logo a {
	display: block;
	width: 294px;
	height: 42px;
	}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#header-menu {
	margin: 50px 0 0 0;
	padding: 0;
	width: 350px;
	text-align: right;
	float: right;
}

#header-menu img {
	vertical-align: middle;
}

#header-menu a {
	color: #333333;
	text-decoration: none;
}

#header-menu a:hover {
	color: #0066CC;
	text-decoration: underline;
}

/*======================================

	6. メニュー設定
	
=======================================*/

#menu{
	margin: 0 auto;
	padding: 0 0 0 19px;
	width: 871px;
	height: 47px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#menu li, #menu a {
	display:block;
	height:47px;
	}

#menu li {
	padding: 0;
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(../img/menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu01 a{
	background-position: 0px 0;
	width: 83px;
	}

#menu01 a:hover{
	background-position: 0px -47px;
	}
	
#menu01 a:active{
	background-position: 0px -47px;
	}

#menu02 a{
	background-position: -83px 0;
	width: 138px;
	}

#menu02 a:hover{
	background-position: -83px -47px;
	}
	
#menu02 a:active{
	background-position: -83px -47px;
	}

#menu03 a{
	background-position: -221px 0;
	width: 151px;
	}

#menu03 a:hover{
	background-position: -221px -47px;
	}
	
#menu03 a:active{
	background-position: -221px -47px;
	}

#menu04 a{
	background-position: -373px 0;
	width: 177px;
	}

#menu04 a:hover{
	background-position: -373px -47px;
	}
	
#menu04 a:active{
	background-position: -373px -47px;
	}

#menu05 a{
	background-position: -550px 0;
	width: 93px;
	}

#menu05 a:hover{
	background-position: -550px -47px;
	}
	
#menu05 a:active{
	background-position: -550px -47px;
	}

#menu06 a{
	background-position: -643px 0;
	width: 210px;
	}

#menu06 a:hover{
	background-position: -643px -47px;
	}
	
#menu06 a:active{
	background-position: -643px -47px;
	}



/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-image {
	margin: 22px auto 44px auto;
	padding: 0;
	width: 850px;
	height: 293px;
	clear: both;
	background-color: #FFFFFF;
}

#top-banner {
	margin: 0 auto 40px auto;
	width: 810px;
	background-image: url(../img/bg2.gif);
}

#top-banner:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#top-banner {
	zoom: 1;
}

#top-banner-left {
	margin: 0;
	padding: 0;
	width: 260px;
	text-align: left;
	float: left;
}

#top-banner-center {
	margin: 0;
	padding: 0 0 0 15px;
	width: 260px;
	text-align: left;
	float: left;
}

#top-banner-right {
	margin: 0;
	padding: 0;
	width: 260px;
	text-align: left;
	float: right;
}

.top-banner-comment {
	margin: 7px 5px 0 5px;
	line-height: 120%;
}

#top-contents {
	margin: 0 auto 40px auto;
	padding: 0;
	width: 810px;
	text-align: left;
	clear: both;
}

#top-contents:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#top-contents {
	zoom: 1;
}

#top-contents-left {
	margin: 0;
	padding: 0;
	width: 535px;
	text-align: left;
	float: left;
}


#top-contents-right {
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
	width: 260px;
}

#top-contents-right img {
	margin: 0 0 10px 0;
}

.top-cms-table table {
	margin: 0 0 10px 0;
	width: 100%;
	border-collapse: collapse;
}

.top-cms-table td,
.top-cms-table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
}

.top-cms-table th {
	width: 100px;
}

.top-cms-table th img {
	vertical-align: middle;
}

.top-cms-table a {
	color: #333333;
	text-decoration: none;
}

.top-cms-table a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.top-dl {
	margin: 0 auto;
	padding: 0;
	width: 248px;
	background-color: #FFFFFF;
	border: 1px solid #0C419A;
}

.top-dl ul {
	margin: 15px 10px;
	list-style: url(../img/icon04.gif);
}



/*======================================

	8. フッター設定
	
=======================================*/

#footer {
	margin: 0 auto;
	padding: 25px 0 0 0;
	clear: both;
	width: 810px;
	background-image: url(../img/footer-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#footer-left {
	padding: 0 0 0 20px;
	width: 236px;
	float: left;
	font-size: 85%;
}

#footer-left img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#footer-right {
	width: 500px;
	float: right;
	font-size: 92%;
}


#copyright {
	padding: 15px 0;
	text-align: center;
	clear: both;
	font-size: 85%;
}



/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#main-image {
	margin: 22px auto 44px auto;
	padding: 0;
	width: 850px;
	clear: both;
}

/*----- パンくずリスト設定 -----*/
.breadcrumbs-list {
	margin: 0;
	padding: 0 0 3px 0;
	}

.breadcrumbs-list a {
	color: #333333;
	text-decoration: none;
}

.breadcrumbs-list a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#contents {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 810px;
	text-align: left;
}

#contents:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#contents {
	zoom: 1;
}


#contents-left {
	margin: 0;
	padding: 0;
	width: 180px;
	text-align: left;
	float: left;
}


#contents-right {
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
	width: 600px;
}




/*======================================

	8. サブメニュー設定
	
=======================================*/

#sub-menu {
	margin: 0;
	padding: 0;
	width: 180px;
}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#sub-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #aaaaaa;
}

#sub-menu li,
#sub-menu a {
	display: block;
	widows: 157px
}

#sub-menu a {
	margin: 0;
	padding: 10px 5px 8px 30px;
	background-image: url(../img/sub-menu-bg.gif);
	height: 18px;
	text-decoration: none;
	color: #333333;
	line-height: 1.2em;
}

#sub-menu a:hover {
	color: #0066CC;
}


/*======================================

	10. お知らせ
	
=======================================*/

.cms-table table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

.cms-table td,
.cms-table th {
	padding: 5px;
	border-bottom: 1px dotted #aaaaaa;
	vertical-align: top;
}

.cms-table th {
	width: 100px;
}

.cms-table th img {
	vertical-align: middle;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.cms-table a {
	color: #333333;
	text-decoration: none;
}

.cms-table a:hover {
	color: #0066CC;
	text-decoration: underline;
}


.cms-title {
	padding: 0 0 0 15px;
	border-bottom: 2px dotted #009AB6;
	font-size: 136%;
	font-weight: bold;
	background-image: url(../topics/img/title-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.cms-date {
	padding: 0 0 15px 0;
	text-align: right;
}

.cms-pic {
	vertical-align: top;
}

.cms-text {
	padding: 0 10px 0 0;
	vertical-align: top;
}

.cms-pic {
	text-align: right;
}

.cms-pic img{
	border: 4px solid #FFFFFF;
}

.cms-pic p{
	margin: 0 0 15px 0;
}

.cms-data-list {
	list-style-image: url(../img/icon04.gif);
	line-height: 150%;
}

.cms-data-list li{
	margin: 0 0 15px 0;
}

.cms-data-list img{
	vertical-align: middle;
}

.cms-data-list a {
	color: #333333;
	text-decoration: none;
}

.cms-data-list a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.cms-pic-s {
	margin: 0 0 20px 0;
	clear: both;
}

.cms-pic-s:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

.cms-pic-s {
	zoom: 1;
}

.cms-pic-s-l {
	margin: 0;
	width: 150px;
	float: left;
	text-align: left;
}

.cms-pic-s-r {
	margin: 0;
	width: 150px;
	float: right;
}


/*======================================

	10. 回線取次ぎ
	
=======================================*/

.circuit-p {
	margin: 0 auto;
	width: 583px;
}

.circuit-table {
	margin: 0 auto;
	width: 583px;
}

.circuit-table table {
	margin: 0 0 10px 0;
	width: 100%;
	border-collapse: collapse;
}

.circuit-table td {
	text-align: center;
	width: 50%;
}

.circuit-title {
	margin: 30px auto 0 auto;
	width: 583px;
	color: #0066B3;
	font-weight: bold;
	font-size: 107%;
}


/*======================================

	10. サポート
	
=======================================*/

.support-table table {
	margin: 0 0 30px 0;
	width: 100%;
	border-collapse: collapse;
}

.support-table td,
.support-table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.support-table th {
	background-color: #F0F0F0;
	color: #143446;
	text-align: center;
	height: 40px;
}

.support-table td {
	vertical-align: top;
}

.support-table td img{
	vertical-align: middle;
}

.support-table td.support-right {
	text-align: right;
}


.support-table2 {
	margin: 0 0 30px 0;
}

.support-table2 table {
	margin: 0 0 5px 0;
	width: 100%;
	border-collapse: collapse;
}

.support-table2 td,
.support-table2 th {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.support-table2 th {
	background-color: #F0F0F0;
	color: #143446;
	text-align: center;
	height: 20px;
}

.support-table2 td img{
	vertical-align: middle;
}

.support-table2 td.support-right {
	text-align: right;
}

/*======================================

	11. 会社案内
	
=======================================*/

.company-table {
	margin: 0 0 5px 0;
}

.company-table table {
	margin: 0 0 30px 0;
	width: 100%;
	border-collapse: collapse;
	}

.company-table td,
.company-table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
	}

.company-table th {
	background-color: #F0F0F0;
	color: #143446;
	width: 150px;
	}


/*======================================

	10. サイトマップ
	
=======================================*/

.sitemap-table table {
	margin: 0 0 30px 0;
	width: 100%;
	border-collapse: collapse;
	}

.sitemap-table td,
.sitemap-table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
	}

.sitemap-table th {
	background-color: #F0F0F0;
	color: #143446;
	width: 150px;
	}


/*======================================

	10. プライバシーポリシー
	
=======================================*/

.policy-list li{
	margin: 0 0 15px 0;
}

.policy-list strong {
	color: #2A820A;
}


/*======================================

	10. コンタクト
	
=======================================*/

.contact-table table {
	margin: 10px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

.contact-table td,
.contact-table th {
	padding: 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

.contact-table th {
	background-color: #F0F0F0;
	color: #143446;
	text-align: center;
	width: 150px;
}

.contact-table textarea {
	width: 400px;
}

.contact-red {
	color: #CC0000;
}

.submit-button {
	width:80px;
}



/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
}

.basic-list {
	list-style-type: square;
}


.text-green {
	color: #336600;
}
.text-red {
	color: #f00;
}

/*======================================

	14. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.bottom-space50{
	padding-bottom: 50px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}

.top-space50{
	padding-top: 50px;
}

