@charset "shift_jis";

/*
	information{
	ファイル名 : main.css;
	概要 : このCSSファイルはサイト全体で使用します。;
	サイト名 : A-Trustのホームページ;
	URL : http://www.a-trust.net/index.html;
	コピーライト : (C) 2006　A-trust Inc.All right reserved.;
}

*/





/* ----------↓ページ全体---------- */


body {
	margin:0 auto 0 auto;
	background-color:#F3F4F3;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a:link {
	text-decoration:underline;
	color:#333333;
}

a:visited {
	text-decoration:underline;
	color:#333333;
}

a:hover {
	text-decoration:none;
	color:#999999;
}

a:active {
	text-decoration:none;
	color:#999999;
}


/*----------↑ページ全体----------*/





/*----------↓ヘッダー----------*/


#header {
	width:740px;
	margin:0;
	padding:60px 40px 0 40px;
	background:url(../img/bg_main_top.gif) no-repeat;
	}
	
#header h2 {
	margin:0; /* A-Trustロゴ */
}

#header h1 {
	font-size:11px; /* コピーライト */
	color:#999999;
	font-weight:normal;
	margin:0 0 10px 0;
	text-align:right;
}

#header-menu {
	width:740px;
	margin:0;
	padding:0;
	color:#666666;
	font-size:12px;
	text-align:right;
}

#header-menu ul {
	margin:0;
	padding:0;
}

#header-menu li {
	display:block;
	float:right;
	text-decoration:none;
	margin:10px 0 10px 15px;
}

#header-menu li img {
	vertical-align:middle;
	margin-right:10px;
	padding:0;
}

#header-menu li a:link {
	text-decoration:none;
	color: #666666;
	border-bottom:solid 1px #666666;
}

#header-menu li a:visited {
	text-decoration:none;
	color: #666666;
	border-bottom:solid 1px #666666;
}

#header-menu li a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color:#FF9900;
	border-bottom:solid 1px #FFFFFF;
}

#header-menu li a:active {
	text-decoration:none;
	color: #FFFFFF;
	background-color:#FF9900;
	border-bottom:solid 1px #FFFFFF;
}


/* ----------↑ヘッダー---------- */





/* ----------↓ページ本体（２段組）---------- */


#base {
	width:820px;
	margin:20px auto 40px auto;
	text-align:left;
	background:url(../img/bg_main_side.gif) repeat-y;
}


#pagebody {
	width:740px;
	margin:40px auto 50px auto;
}

#naviarea {
	width:180px;
	float:left;
	margin:0;
	padding:0;
}

#main {
	width:560px;
	text-align:left;
	font-size:12px;
	color:#333333;
	line-height:17px;
	float:right;
}

#footer {
	width:820px;
	height:50px;
	margin:0;
	padding:30px 0 0 0;
	text-align:center;
	background:url(../img/bg_main_bottom.gif) no-repeat;
}


/* ----------↑ページ本体（２段組）---------- */





/* ----------↓共用---------- */


.clear {
	clear:both; /* 段組解除 */
}

h3 {
	font-size:12px;
	color:#333333;
	font-weight:normal;
	margin-left:0;
	padding-left:20px;
	line-height:20px;
	background:url(../img/p6.gif) no-repeat left;
}

h4 {
	font-size:12px;
	color:#333333;
	font-weight:normal;
	margin-left:20px;
	padding-left:15px;
	line-height:20px;
	background:url(../img/p3.gif) no-repeat left top;
}


h5 {
	width:540px;
	height:25px;
	margin:0 0 20px 0;
	padding:7px 0 0 20px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	background:url(../img/bg_mm_32.gif) no-repeat;
}

.hr-dotted {
	width:558px;
	margin:20px 0 30px 0;
	border-bottom:dotted 1px #666666;
}

.hr-dotted-gotop {
	width:558px;
	margin-bottom:20px;
	border-top:dotted 1px #666666;
}

.hr-dotted-keyboard {
	width:558px;
	margin:100px 0 10px 0;
	border-top:dotted 1px #666666;
}

.go-top {　　　　　/* ページの先頭へ（通常） */
	width:560px;
	margin-top:20px;
	font-size:11px;
	color:#333333;
	text-align:right;
}

.go-top p {
	line-height:16px;
}

.go-top img {
	vertical-align:middle;
}

.go-top a:link {
	text-decoration:underline;
	color:#333333;
}

.go-top a:visited {
	text-decoration:underline;
	color:#333333;
}

.go-top a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF9900;
}

.go-top a:active {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF9900;
}

.go-top-space {　　　　　/* ページの先頭へ（serviceページ） */
	width:560px;
	margin:20px 0 50px 0;
	font-size:11px;
	color:#333333;
	text-align:right;
}

.go-top-space p {
	line-height:16px;
}

.go-top-space img {
	vertical-align:middle;
}

.go-top-space a:link {
	text-decoration:underline;
	color: #333333;
}

.go-top-space a:visited {
	text-decoration:underline;
	color: #333333;
}

.go-top-space a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF9900;
}

.go-top-space a:active {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF9900;
}

.red {
	font-size:12px;
	color:#FF0000;
	padding:0 0 0 5px;
	line-height:16px;	
}

.mini {
	font-size:11px;
	color:#333333;
	line-height:16px;
}

.bold {
	font-size:12px;
	font-weight:bold;
	color:#333333;
}


/* ----------↑共用---------- */






/* ----------↓Top ---------- */


#login-bg-small {
	width:220px;
	height:240px;
	margin:50px 0 0 0;
	padding:0;
	font-size:12px;
	color:#333333;
	background:url(../img/bg_login_small.gif) no-repeat;
	float:right;
}

#login-bg-small p {
	padding:70px 20px 0 0;
	text-align:right;
	line-height:26px;
}

#login-bg-small p .textfiled-sp {
	margin-left:10px;
}

#login-bg-small #help {
	width:170px;
	margin:10px auto 0 auto;
	font-size:12px;
	line-height:16px;
	text-align:left;
	color:#666666;
}

#login-bg-small #help img {
	vertical-align:middle;
	margin-right:10px;
}


#top-pagebody {
	width:740px;
	margin:30px auto 50px auto;
}

#top-sub-navi {
	width:220px;
	margin:0 60px 0 0;
	float:left;
}

#top-sub-navi ul {
	margin:0;
	padding:0;
}

#top-sub-navi li {
	padding:0;
	text-align:left;
	font-size:12px;
	color:#666666;
	line-height:20px;
	list-style:none;
	displey:block;
}

#top-sub-navi li img {
	vertical-align:middle;
	margin-right:10px;
}

#top-sub-navi #inquiry {
	width:188px;
	margin:70px 0 40px 0;
	padding:80px 15px 15px 15px;
	font-size:11px;
	line-height:18px;
	text-align:left;
	color:#333333;
	border:solid 1px #99CC00;
	background:url(../img/bg_inquiry.gif) no-repeat;
}

#top-main {
	width:740px;
	margin:70px 0 0 0;
}

#top-main #top-contents {
	width:460px;
	margin:0;
	padding:0;
	float:right;
}

#top-main #top-contents-01 {
	width:350px;
	margin:25px 0 0 0;
	padding:0 0 20px 110px;
	font-size:12px;
	line-height:18px;
	color:#333333;
	background:url(../img/i_01.gif) no-repeat;
	border-bottom:dotted 1px #999999;
}

#top-main #top-contents-02 {
	width:350px;
	margin:25px 0 0 0;
	padding:0 0 20px 110px;
	font-size:12px;
	line-height:18px;
	color:#333333;
	background:url(../img/i_02.gif) no-repeat;
	border-bottom:dotted 1px #999999;
}

#top-main #top-contents-03 {
	width:350px;
	margin:25px 0 0 0;
	padding:0 0 0 110px;
	font-size:12px;
	line-height:18px;
	color:#333333;
	background:url(../img/i_03.gif) no-repeat;
}

#top-main #top-contents #banner {
	width:448px;
	margin:50px 0 0 0;
	padding:15px 10px 15px 0;
	font-size:11px;
	color:#999999;
	line-height:16px;
	border:solid 1px #CCCCCC;
}


/* ----------↑Top ---------- */






/* ----------↓メニュー ---------- */


#menu {
	width:740px;
	height:50px;
	margin:10px 10px 25px 11px;
	padding:0 29px 0 29px;
	background:url(../img/menu_bg.gif) repeat-x;
}
	
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
	
#menu li {
	float:left;
	display:block;
	text-decoration:none;
}
	

/* ----------↑メニュー ---------- */






/* ----------↓サブナビゲーション ---------- */


#sub-navi {
	width:150px;
	margin:5px 30px 0 0;
}

#sub-navi ul {
	margin:0;
	padding:0;
}

#sub-navi li {
	width:150px;
	text-align:left;
	font-size:12px;
	padding:0;
	list-style:none;
}

#sub-navi li a:link {
	text-decoration:none;
	border-bottom:solid 3px #CCCCCC;
	display:block;
}

#sub-navi li a:visited {
	text-decoration:none;
	border-bottom:solid 3px #CCCCCC;
	display:block;
}

#sub-navi li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#99CC00;
	border-bottom:solid 3px #FFFFFF;
	display:block;
}

#sub-navi li a:active {
	text-decoration:none;
	color:#FFFFFF;
	background:#99CC00;
	border-bottom:solid 3px #FFFFFF;
	display:block;
}

.navi-bg {
	color:#669900;
	border-bottom:solid 3px #99CC00;
	display:block;
}


/* ----------↑サブナビゲーション---------- */







/* ----------↓Service ---------- */


#imgbox {
	width:300px;
	height:185px;
	margin:20px 0 40px 0;
	padding:0 10px 10px 250px;
	background:url(../service/img/siteimg_01.gif) no-repeat;
}

#rikuriku {
	width:300px;
	height:220px;
	margin:20px 0 20px 0;
	padding:0 10px 10px 250px;
	background:url(../service/img/siteimg_02.gif) no-repeat;
}

#servicepolicy {
	width:537px;
	height:352px;
	margin:40px auto 40px auto;
	padding:30px 0 0 15px;
	text-align:left;
	background:url(../service/img/bg_servicepolicy.gif);
	border:solid 4px #FFCC00;
}

#thumbnail {
	width:560px;
	height:1100px;
	margin-top:30px;
	background:url(../service/img/thumbnail.gif) no-repeat;
}


/* ----------↑Service ---------- */






/* ----------↓Charge ---------- */


.charge-table {
	width:560px;
	margin:30px 0 30px 0;
	font-size:12px;
	color:#333333;
	text-align:center;
}

.charge-table table th {
	color:#333333;
	height:30px;
}

.charge-table table .row1 {
	width:60px;
}

.charge-table table .row2 {
	width:70px;
	background-color:#EBEBEB;
}

.charge-table table .row3 {
	width:60px;
	background-color:#EBEBEB;
}

.charge-table table .row4 {
	width:80px;
	background-color:#FFFF99;
}

.charge-table table .row5 {
	width:80px;
}

.charge-table table .row6 {
	width:80px;
	background-color:#FFFF99;
}

.charge-table table .row7 {
	width:80px;
}

.charge-table table .row11 {
	width:120px;
}

.charge-table table .row12{
	background-color:#EBEBEB;
	width:120px;
}

.charge-table table .row14 {
	background-color:#FFCCCC;
	width:120px;
}

.charge-table caption {
	width:540px;
	height:65px;
	padding:7px 0 0 20px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	background:url(../img/bg_mm_50.gif) no-repeat;
}

.charge-table .download {
	width:550px;
	text-align:left;
	margin:20px 0 20px 0;
	padding:0;
}

.charge-table .download img {
	vertical-align:middle;
	margin-right:10px;
}





/* ----------↑Charge ---------- */






/* ----------↓Company ---------- */


#greeting {
	width:506px;
	margin:30px 0 30px 0;
	padding:80px 22px 30px 22px;
	font-size:12px;
	line-height:20px;
	color:#333333;
	border:solid 5px #CCCCCC;
	background:url(../company/img/bg_greeting.jpg) no-repeat;
}

#main #b-rink {
	width:440px;
	margin:0 10px 50px 0;
	line-height:18px;
	float:right;
}







/* ----------↑Company ---------- */






/* ----------↓Contact ---------- */


.form-bor-box {
	text-align:left;
	border:solid 1px #CCCCCC;
}

.form-bor-rb {
	padding:10px 10px 10px 15px;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC; 
}

.form-bor-b {
	padding:10px 10px 10px 15px;
	border-bottom:solid 1px #CCCCCC;
}

.form-bor-r {
	padding:10px 10px 10px 15px;
	border-right:solid 1px #CCCCCC;
}

.form-sp {
	padding:10px 10px 10px 15px;
}

#individual {
	width:330px;
	height:110px;
	padding:10px;
	text-align:left;
	line-height:16px;
	border:solid 1px #7F9DB9;
	background-color:#FFFFFF;
	overflow:scroll;
	overflow-x:hidden;
}

#attention {
	width:538px;
	height:65px;
	margin:10px 0 50px 0;
	padding:10px;
	font-size:11px;
	text-align:left;
	border:solid 1px #FF0000;
}






/* ----------↓Contact ---------- */





/* ----------↓Login ---------- */


#shopname {
	width:720px;
	height:25px;
	margin:0 0 20px 0;
	padding:10px;
	font-size:14px;
	color:#333333;
	line-height:16px;
	text-align:left;
	background-color:#FFFFCC;
}

#main-login {
	width:740px;
	text-align:center;
	font-size:12px;
	color:#333333;
	line-height:17px;
	background-color:#F7F7F7;
	background:url(../img/bg_border.gif);
}

#main-login #login-bg-big {
	width:350px;
	height:230px;
	margin:30px auto 30px auto;
	padding:0;
	font-size:12px;
	color:#333333;
	background:url(../login/img/bg_login.gif);
	border:solid 5px #FFCC00;
}

#main-login #login-bg-big p {
	padding:75px 80px 0 0;
	text-align:right;
	line-height:32px;
}

#main-login #login-bg-big .textfiled-sp {
	margin-left:20px;
}


/* ----------↑Login ---------- */
















/* ----------↓メイン---------- */


#business {
	width:560px;
	height:240px;
	margin:30px 0 30px 0;
	background:url(../company/img/business.gif) no-repeat;
	text-indent:-9999px;
}

.button {
	width:120px;
	height:26px;
	border:solid 0px #ffffff;
	background-color:#ffffff;
}

#profile-table {
	width:558px;
	margin:10px 0 80px 0;
	font-size:12px;
	color:#333333;
	text-align:left;
	border:solid 1px #999999;
}

#profile-table .row21 {
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	background-color:#FFFFCC;
}

#profile-table .row22 {
	border-right:solid 1px #999999;
	background-color:#FFFFCC;
}

#profile-table .row23 {
	border-bottom:solid 1px #999999;
}

#else-mail {
	width:548px;
	height:50px;
	margin-top:20px;
	padding:10px 10px 10px 0;
	font-size:11px;
	color:#333333;
	text-align:right;
	border:solid 1px #FF0000;
	background:url(../contact/img/key_submit02.gif) no-repeat;
}

#input {
	width:560px;
	margin:20px 0 60px 0;
	text-align:center;
}

#main-mypage {
	width:558px;
	margin:5px 0 0 0;
	font-size:12px;
	color:#333333;
	text-align:center;
	line-height:17px;
	background-color:#EFEFEF;
	border:solid 1px #333333;
	float:right;
}

#data-01 {
	width:176px;
	margin:0 0 0 10px;
	padding:30px 0 20px 0;
	background-color:#EFEFEF;
	float:left;
}

#data-02 {
	width:186px;
	margin:0;
	padding:30px 0 20px 0;
	background-color:#EFEFEF;
	float:left;
}

#data-03 {
	width:176px;
	margin:0 10px 0 0;
	padding:30px 0 20px 0;
	background-color:#EFEFEF;
	float:left;
}



#bg-sitemap {
	width:520px;
	margin:0;
	padding:0 20px 20px 20px;
	line-height:19px;
	background:url(../img/bg_border.gif);
}


#sitemap-01 {
	width:260px;
	margin:0;
	padding:0;
	float:left;
}

#sitemap-01 ul {
	margin:20px 0 0 0;
	list-style:none;
}

#sitemap-01 ul img {
	vertical-align:middle;
	margin-right:10px;
}

#sitemap-02 {
	width:260px;
	margin:0;
	padding:0;
	float:left;
}

#sitemap-02 ul {
	margin:20px 0 0 0;
	list-style:none;
}

#sitemap-02 ul img {
	vertical-align:middle;
	margin-right:10px;
}


#sitemap-03 {
	width:520px;
	margin:0;
	padding:0;
	float:left;
}

#sitemap-03 ul {
	margin:20px 0 0 0;
	list-style:none;
}

#sitemap-03 ul img {
	vertical-align:middle;
	margin-right:10px;
}



#main .qa {
	line-height:22px;
}

#main .help-title {
	width:550px;
	margin:40px 0 20px;
	padding:5px;
	border-top:dotted 2px #FF9900;
	border-bottom:dotted 2px #FF9900;
}

#main .help-title img {
	vertical-align:middle;
	margin-right:10px;
}

#main .help {
	width:520px;
	margin:20px 0;
	padding:20px 19px 30px;
	border:solid 1px #666666;
	background:url(../img/bg_border.gif);
}

#main .help strong {
	color:#FF6600;
	font-size:11px;
	line-height:15px;
}

#p-contact {
	width:320px;
	padding:10px;
	background-color:#EEEEEE;
}

/* ----------↑メイン---------- */





/* ----------↓ルートリスト---------- */


#rootlist {
	width:740px;
	height:20px;
	margin-bottom:10px;
	font-size:11px;
	color:#333333;
	line-height:16px;
	text-align:left;
}


/* ----------↑ルートリスト---------- */





/* ----------↓フッター---------- */


#textlink {	
	width:800px;
	margin:0 auto 0 auto;
	padding:15px 0 15px 0;
	font-size:11px;
	text-align:center;
	border-top:solid 1px #CCCCCC;
}

#textlink a:link {	
	text-decoration: underline;
	color:#333333;
}

#textlink a:visited {	
	text-decoration: underline;
	color:#333333;
}

#textlink a:hover {	
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF9900;
}

#textlink a:active {	
	text-decoration: none;
	color:#FFFFFF;
	background-color:#FF9900;
}

#textlink img {
	vertical-align:middle;
	margin-left:15px;
}

address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	letter-spacing:1px
}


address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	letter-spacing:1px
}

address a:link {
	text-decoration:underline;
	color:#99CC00;
}

address a:visited {
	text-decoration:underline;
	color:#99CC00;
}

address a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#99CC00;
	border-bottom:none;
}

address a:active {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#99CC00;
	border-bottom:none;
}


/* ----------↑フッター ---------- */


