﻿/* ----------------------------------------------------------------------------------------------------------

Output device: screen, projection

Author:     松本�?
Update:     2009.05.03
Version:    1

Content:
    
01　base
02  layout
03  navigation
04	navigation "active"
05  top page contents
06  sub page contents
07  sub menu
08  common style
09	other

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
01　base
---------------------------------------------------------------------------------------------------------- */
body {
	font: 12px "�E��E?�E�ゴシチE��", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
	background: url(../images/back_01.gif) repeat-y;
}
/* ----------------------------------------------------------------------------------------------------------
02  layout
---------------------------------------------------------------------------------------------------------- */

#main {
	position: relative;
	width: 940px;
	margin: 0 0 0 20px;
	overflow: hidden;
}
#header {
	position: relative;
	width: 940px;
	height: 20px;
	margin-top:0px;
}
#header h1 a {
	width: 100px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat bottom ;
}
#toplinks {
	position: absolute;
	top: 20px;
	right: 5px;
	margin: 0;
	padding: 0;
	margin-top:0px;
}
#top_con {
	position: relative;
	width: 940px;
}

#top_news {
	width: 700px;
}

#footer {
	clear: both;
	width: 940px;
	margin:20px 0 20px 0;
	padding: 10px 0px 20px 10px;
	border-top: 1px solid #CCCCCC;
	text-align:center;

}
address {
	padding-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#footer p {
margin-left:200px;
}
/* ----------------------------------------------------------------------------------------------------------
03  navigation
---------------------------------------------------------------------------------------------------------- */
ul#nav {
	position:relative;
	width:938px;
	height:34px;
	margin: 18px 0 0 0;
	margin-top:23px;
	/*overflow: hidden;*/
	background:transparent url(../images/all_nav.jpg) no-repeat;
}
ul#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
}
ul#nav li a {
	overflow: hidden;
	border: 0;
	text-decoration: none;
	display: block;
	background: transparent url(../images/all_nav.jpg) no-repeat;
}

li#company a{
width: 107px;
	height: 34px;
}

 li#service a{
width: 191px;
	height: 34px;
 }
  li#product a{
width: 97px;
	height: 34px;
 }
   li#event a{
width: 151px;
	height: 34px;
 }
    li#case a{
width: 94px;
	height: 34px;
 }
     li#price a{
width: 96px;
	height: 34px;
 }
   li#partner a{
width: 108px;
	height: 34px;
 }
 
  li#recruit a{
  	width: 94px;
	height: 34px;
  }
li#company a:link, li#company a:visited {
	background-position: 0px 0x;
}
li#company a:hover, li#company a:focus {
	background-position: 0px -34px;
}

li#service a:link, li#service a:visited {
	background-position: -109px 0px;
}
li#service a:hover, li#service a:focus {
	background-position: -109px -34px;
}

li#product a:link, li#product a:visited {
	background-position: -300px 0px;
}
li#product a:hover, li#product a:focus {
	background-position: -300px -34px;
}
li#event a:link, li#event a:visited {
	background-position: -397px 0px;
}
li#event a:hover, li#event a:focus {
	background-position: -397px -34px;
}
li#case a:link, li#case a:visited {
	background-position: -549px 0px;
}
li#case a:hover, li#case a:focus {
	background-position: -549px -34px;
}
li#price a:link, li#price a:visited {
	background-position: -642px 0px;
}
li#price a:hover, li#price a:focus {
	background-position: -642px -34px;
}


li#partner a:link, li#partner a:visited {
	background-position: -738px 0px;
}
li#partner a:hover, li#partner a:focus {
	background-position: -738px -34px;
}
li#recruit a:link, li#recruit a:visited {
	background-position: -846px 0px;
}
li#recruit a:hover, li#recruit a:focus {
	background-position: -846px -34px;
}
/* ----------------------------------------------------------------------------------------------------------
04  navigation active
---------------------------------------------------------------------------------------------------------- */

body#companyinfo-page ul#nav li#company a{
	background-position: 0px -34px;
}
body#service-page2 ul#nav li#service a {
	background-position: -109px -34px;
}
body#product-page ul#nav li#product a {
	background-position: -300px -34px;
}
body#event-page ul#nav li#event a {
	background-position: -397px -34px;
}
body#case-page ul#nav li#case a {
	background-position: -549px -34px;
}
body#price-page ul#nav li#price a {
	background-position: -642px -34px;
}
body#partner-page ul#nav li#partner a {
	background-position: -738px -34px;
}
body#useinfo-page ul#nav li#recruit a {
	background-position: -846px -34px;
}


body#companyinfo-page h2 {
	background: url(../images/company_info.jpg) no-repeat;
	margin-top:2px;
}

body#service-page2 h2 {
	background: url(../images/service.jpg) no-repeat;
	margin-top:2px;
}
body#partner-page h2 {
	background: url(../images/partner.jpg) no-repeat;
	margin-top:2px;
}
body#product-page h2 {
	background: url(../images/product.jpg) no-repeat;
	margin-top:2px;
}

body#useinfo-page h2 {
	background: url(../images/use_info.jpg) no-repeat;
	margin-top:2px;
}
body#price-page h2 {
	background: url(../images/price.jpg) no-repeat;
	margin-top:2px;
}
body#price-page h2 {
	background: url(../images/price.jpg) no-repeat;
	margin-top:2px;
}
body#private-page h2 {
	background: url(../images/private.jpg) no-repeat;
	margin-top:2px;
}
body#site2-page h2 {
	background: url(../images/site2.jpg) no-repeat;
	margin-top:2px;
}
body#securite-page h2 {
	background: url(../images/securite.jpg) no-repeat;
	margin-top:2px;
}

body#case-page h2 {
	background: url(../images/case.jpg) no-repeat;
	margin-top:2px;
}
body#event-page h2 {
	background: url(../images/event.jpg) no-repeat;
	margin-top:2px;
}
body#message-page2 h2 {
	background: url(../images/message_sol.jpg) no-repeat;
	margin-top:2px;
}
body#question-page h2 {
	background: url(../images/question.jpg) no-repeat;
	margin-top:2px;
}
body#login h2 {
	background: url(../images/login.jpg) no-repeat;
	margin-top:2px;
}
body#site h2 {
	background: url(../images/site.jpg) no-repeat;
	margin-top:2px;
}

/* ----------------------------------------------------------------------------------------------------------
05  top page contents
---------------------------------------------------------------------------------------------------------- */
#top_news h4 {
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 120%;
	text-indent:6px;
	color:#666666;
	background:url(../images/page_title.gif) no-repeat;
	
	text-decoration: none;
}
#col {
	position: relative;
	clear: both;
	margin-bottom: 20px;
}
.col {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 6px;
}
#col .col #dev a {
	width: 150px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background: url(../images/dev.png) no-repeat;
}
#col .col #hp_create a {
	width: 150px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background: url(../images/hp_create.png) no-repeat;
}
#col .col #hp_consult a {
	width: 150px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background: url(../images/consulting.jpg) no-repeat;
}
#col .col #trustas a {
	width: 150px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background: url(../images/trustas.jpg) no-repeat;
}
#col .col #trustas2 a {
	width: 150px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background: url(../images/service2.jpg) no-repeat;
}
#col .col #trustas3 a {
	width: 150px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background: url(../images/secret.jpg) no-repeat;
}

#col .col-last #r_archive a {
	width: 150px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background: url(../images/r_archive.png) no-repeat;
}
.col span, .col-last span {
	display: none;
}
.col-last {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 0;
}
.col h3, .col-last h3 {
	margin: 0;
	font-size: 120%;
}
#top_news ul {
	padding: 1em 0 1em 0;
}
#top_news li {
	border-bottom: 2px dotted #CCCCCC;
	line-height: 1.8em;
}

table {
	width: 220px;
	height: 200px;
}
/* ----------------------------------------------------------------------------------------------------------
06  sub page contents
---------------------------------------------------------------------------------------------------------- */
#sub_con {
	position: relative;
	float: right;
	width: 700px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#trusts_con {
	position: relative;
	float: right;
	width: 700px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#sub_con2 {
	position: relative;
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.sub_title {
	width: 940px;
	height: 120px;
	margin: 10px 0 10px 0;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}

#menu h3 {
	width: 220px;
	height: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 120%;
	color: #666666;
}

#sub_con h3 {
	clear: both;
	width: 700px;
	height: 28px;
	margin-bottom: 10px;
	padding-left: 0.5em;
	padding-bottom:0.2em;
	padding-top:7px;
	font-size: 120%;
	text-indent:26px;
	background:url(../images/page_title.gif) no-repeat;
}

#sub_con h3 a:link, #sub_con h3 a:hover {
	color: #666666;
	text-decoration: none;
}

#sub_con2 h3 {
	clear: both;
	width: 700px;
	height: 20px;
	padding-left: 0.5em;
	border-bottom: 1px solid #CCCCCC;
	margin-left:20px;
	font-size: 120%;
	color: #666666;
}
#trusts_con h3 {
	clear: both;
	width: 700px;
	height: 28px;
	margin-bottom: 10px;
	padding-left: 0.5em;
	padding-bottom:0.2em;
	padding-top:7px;
	font-size: 120%;
	text-indent:26px;
	background:url(../images/page_title.gif) no-repeat;
}

#trusts_con h3 a:link, #sub_con h3 a:hover {
	color: #666666;
	text-decoration: none;
}





.content-font{
	line-height:30px;
}
.content-font1{
margin-left:25px;
	line-height:30px;
}

/*ログイン画面用ヘッダー（Longタイトル)*/
#login_con h3{
	clear: both;
	width: 940px;
	height: 28px;
	margin-bottom: 10px;
	padding-left: 0.5em;
	padding-bottom:0.2em;
	padding-top:7px;
	font-size: 120%;
	text-indent:26px;
	background:url(../images/page_title_login.gif) no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------
07  common style
---------------------------------------------------------------------------------------------------------- */
a:link {
	color: #2e3192;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#footer, #footer a {
	color: #9f9f9f;
}
#footer a:hover {
	color: #404040;
}
#toplinks a {
	text-decoration: none;
}
#toplinks span {
	padding: 0 0.5em;
}
#footerlinks span {
	padding: 0 0.5em;
}
#form p {
	padding-bottom: 1em;
}

/* ----------------------------------------------------------------------------------------------------------
08	other
---------------------------------------------------------------------------------------------------------- */
div .anchor {
	clear: both;
	width: 700px;
}
.back2top a {
	float: right;
	height: 20px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
	padding: 0px;
	display: block;
	text-indent: 20px;
	width:150px;
	background: url(../images/back2top.gif) no-repeat 0% 50%;
}
/* page navigation
----------------------------------*/
div.pageNavi p.center {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center
}
div.pageNavi p.center a {
	text-decoration: none;
	color: #3399FF;
	background-color: #FFFFFF;
	background-position: center;
	margin: 2px;
	border: 1px solid #3399FF;
	padding: 1px 3px;

}
div.pageNavi p.center a.now {
	background-color: #3399FF;
	color: #FFFFFF;
}
div.pageNavi p.center a:hover {
	color: #FFFFFF;
	background-color: #3399FF;

}
.square_gray {
	border: medium solid #CCCCCC;
	margin-left: 13px;
}

/* trustas frame
----------------------------------*/

#frame {

	width:520px;
	background-color: #BF0000;
	padding:10px;
	margin-left: 0px;
}
#frame img {
	margin-left: 25px;
}
#frame dl {
	padding-bottom:15px;
}	
#frame dl dt {
	padding-bottom:5px; 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #041246; 
	width: 460px; 	
	padding-top: 5px; 
	padding-right: 10px; 
	padding-left: 10px;
	margin-left:20px;
}	
#frame dl dd {
	padding-bottom:5px; 
	color: #041246; 
	background-color: #FFFFFF; 
	width: 460px; 	
	padding-top: 5px; 
	padding-right: 10px; 
	padding-left: 10px;
	margin-left:20px;
}
#contents p.arrow1 {
	margin-left: 35%;
}
/* terrada
----------------------------------*/
#table.t_frame_value {
	width: 600px;
	margin-left: 30px;
}
#table.t_frame_value  td.left {
	background-color: #6633CC;
	color: #FFFFFF;
	text-align: center;
	width: 150px;
}
#table.t_frame_value  td.right {
	color: #663399;
	background-color: #FFFFFF;
}
#trustasframe-example1 .example-list {
	margin-left: 50px;
}
.news_info{
padding-top:10px;
padding-bottom:10px;
}


.box_evmembArea {
	width: 222px;
	margin-bottom: 10px;
	margin-top:10px;
	
	float:left;
	padding-bottom: 3px;
	background-color: #EBEBEB;
	
	background-position: left bottom;
	background-repeat: no-repeat;
}
/*---ホ�Eム用-----------*/
.box_evmembArea_home {
	width:220;
	margin-bottom: 10px;
	margin-top:10px;
	margin-right:0px;
	padding-bottom: 3px;
	background-color: #EBEBEB;
	background-image: url("../images/bg_member_b_w222.gif"/*tpa=http://www.ctc-g.co.jp/img/right/bg_member_b_w222.gif*/);
	background-position: left bottom;
	background-repeat: no-repeat;
}
/*---共送E----------*/
.box_evmembMsg {
	font-size: 90%;
	margin-top: 1px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	border-left: 0px solid #E7E7E7;
	border-right: 0px solid #E7E7E7;
	background-color: #EBEBEB;
	padding: 7px 7px 10px 7px;
	margin-left:20px;

	
}
.evmemberBtn {
	margin-top: 8px;
	background-color: #EBEBEB;
	font-size: 1px;
	text-indent: -9999px;
	margin-left:5px;
}
.evmemberBtn a{
	background: url(../images/btn_member.gif) no-repeat ;
	width: 154px;
	height: 38px;
	text-decoration: none!important;
	display: block;
}
.evmemberBtn a:hover{
	background: url(../images/btn_member_ov.gif) no-repeat ;
}

.box_sol_m2{

	width: 700px;
	display: block;
	height: auto;
	margin: 10px 0px 30px 0px;
}

.box_sol_m1{

	width: 700px;
	background: url(../images/sol_m2.gif) no-repeat;
	
	display: block;
	height: auto;
	margin: 10px 0px 30px 0px;
	height:248px;
}

.box_sol_m2 dl{
	display: block;
	float: left;
	padding: 7px 0px 7px 10px;
}

.box_sol_m2 dl.no1{ width: 110px}
.box_sol_m2 dl.no2{ width: 113px}
.box_sol_m2 dl.no3{ width: 103px}
.box_sol_m2 dl.no4{ width: 104px}
.box_sol_m2 dl.no5{ width: 104px}
.box_sol_m2 dl.no6{ width: 87px}


.list2_tb{
  line-height:1.5em;

}
.list2_tb dt{
	font-weight:bold;
	font-size:12px;
	display:block;
	clear:both;
}

.list2_tb dd{
	margin-top:4px;
	display:block;
	clear:both;
}


a.link_in {
	display: block;
	list-style: none;
	background: url(../images/in.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 9px;
	line-height: 1.5em;
}
a:hover.link_in {
	background: url(../images/in_ov.gif) no-repeat;
}



/**************************************************************************************************************/

#contents p.empha_blue {
	font-weight: bold;
	color: #336699;
}
.empha_blue {
	font-weight: bold;
	color: #000066;
}
#contents table.t_frame_value {
	width: 600px;
	border:2px ri
}
td.left {
	background-color: #6633CC;
	color: #FFFFFF;
	text-align: center;
	width: 150px;
}
td.right {
	color: #663399;
	background-color: #FFFFFF;
	border:1px ridge #6699FF;
	
}
 .example-list {
	margin-left: 30px;
}
 .example-list li{
	margin-left: -7px;
	color: #336699;
}
.example-list2 {
	margin-left: 30px;
}
 .example-list2 li{
	margin-left: -7px;
	color: #000000;
}

p.center_red {
	text-align: center;
	color: #FF6600;
}
.right ul li{
margin-left:40px;
}
p.margin{
margin-left:6px;
}
.font{
font-size:15px;
margin-bottom:10px;
}
.four_font{
	font-size:15px;
}
.four_font2{
	font-size:14px;
	margin-top:10px;
}
.four_font2_2{
	font-size:14px;
	margin-top:10px;
	font-weight:bold;
	margin-bottom:10px;
}
/* page navigation
----------------------------------*/
div.pageNavi2 p.center {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-left:280px;
}
div.pageNavi2 p.center a {
	text-decoration: none;
	color: #3399FF;
	background-color: #FFFFFF;
	
	margin: 2px;
	border: 1px solid #3399FF;
	padding: 1px 3px;

}
div.pageNavi2 p.center a.now {
	background-color: #3399FF;
	color: #FFFFFF;
}
div.pageNavi2 p.center a:hover {
	color: #FFFFFF;
	background-color: #3399FF;

}
.my_footer{
	margin-left:20px;
}
.box_center{
	margin-top:10px;
}

.dot_hr{
	margin-bottom:5px;
	border-style:dotted;
	BORDER-color:#CCCCCC ;
}
.mytabel{
	width:650px;
	height:400px;
	border:1px #000033 ridge;
}

.myButton{
	background-color:#aaffff;
	border:1px #0066FF ridge;
}

/*　共通　*/

td.bgcolor1 {
	background-color:#F9F9F9;
}
td.middle{
	vertical-align:middle!important;
}
td.center{
	text-align:center;
}

table .w15 { width:15%;}
table .w20 { width:20%;}
table .w25 { width:25%;}
table .w30 { width:30%;}
table .w35 { width:35%;}
table .w55 { width:55%;}
table .w65 { width:65%;}
table .w70 { width:70%;}
table .w80 { width:80%;}


/*　右にドットライン　*/
.table_rdot_b20 {
	border-collapse:collapse;
	border: 2px solid #DDDDDD;
	width:100%;
	margin-bottom:20px;
}

.table_rdot_b20 th {
	text-align:left;
	vertical-align:top;
	line-height:1.5em;
	background-color:#EBEBEB;
	border-right: 1px dotted #cccccc;
	border-bottom:1px solid #cccccc;
	padding:1px 10px 1px 10px;
}
.table_rdot_b20 td {
	padding:7px 10px 7px 10px;
	vertical-align:top;
	line-height:1.5em;
	border-right: 1px dotted #cccccc;
	border-bottom:1px solid #cccccc;
}
.th129{
	width:129px;
}

.table_rdot_b20 .no_rdot {
	border-right:1px solid #cccccc;
}

.example{
	background-color:#ebebeb;
}

.page_align{
	margin-left:550px;
	margin-bottom:10px;
}
.font-color{
	font-size:16px;
	color:#000000;
	font-weight:bold;

}
.center_align{
	margin-left:280px;
}
.title_style{
	font-size:1.2em;
	font-weight:600;}
.font_size{
	font-size:19px;
}

.sub_title2{
	margin-left:1px;
	background:url(../images/sub_title.jpg) no-repeat;
	text-indent:18px;
	padding-top:6px;
	width:400px;
	height:26px;
	font-weight:bolder;
	margin-bottom:10px;
}

