@charset "UTF-8";

/*==============================================================
回り込み解除
==============================================================*/
.clearFix {
	zoom: 1;
}

.clearFix:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/*==============================================================
マージン、回り込み
==============================================================*/

.mgnL5 {
	margin-left: 5px;
}

.mgnL10 {
	margin-left: 10px;
}

.mgnL15 {
	margin-left: 15px;
}

.mgnL20 {
	margin-left: 20px;
}

.mgnL25 {
	margin-left: 25px;
}

.mgnL30 {
	margin-left: 30px;
}

.mgnL35 {
	margin-left: 35px;
}

.mgnL40 {
	margin-left: 40px;
}

.mgnL45 {
	margin-left: 45px;
}

.mgnL50 {
	margin-left: 50px;
}

.mgnL55 {
	margin-left: 55px;
}

.mgnL60 {
	margin-left: 60px;
}

.mgnR5 {
	margin-right: 5px;
}

.mgnR10 {
	margin-right: 10px;
}

.mgnR15 {
	margin-right: 15px;
}

.mgnR20 {
	margin-right: 20px;
}

.mgnR25 {
	margin-right: 25px;
}

.mgnR30 {
	margin-right: 30px;
}

.mgnR35 {
	margin-right: 35px;
}

.mgnR40 {
	margin-right: 40px;
}

.mgnR45 {
	margin-right: 45px;
}

.mgnR50 {
	margin-right: 50px;
}

.mgnR55 {
	margin-right: 55px;
}

.mgnR60 {
	margin-right: 60px;
}

.mgnR150 {
	margin-right: 150px;
}

.mgnR180 {
	margin-right: 180px;
}

.mgnR200 {
	margin-right: 200px;
}

.mgnT5 {
	margin-top: 5px;
}

.mgnT10 {
	margin-top: 10px;
}

.mgnT15 {
	margin-top: 15px;
}

.mgnT20 {
	margin-top: 20px;
}

.mgnT25 {
	margin-top: 25px;
}

.mgnT30 {
	margin-top: 30px;
}

.mgnT35 {
	margin-top: 35px;
}

.mgnT40 {
	margin-top: 40px;
}

.mgnT45 {
	margin-top: 45px;
}

.mgnT50 {
	margin-top: 50px;
}

.mgnT55 {
	margin-top: 55px;
}

.mgnT60 {
	margin-top: 60px;
}

.mgnB5 {
	margin-bottom: 5px;
}

.mgnB10 {
	margin-bottom: 10px;
}

.mgnB15 {
	margin-bottom: 15px;
}

.mgnB20 {
	margin-bottom: 20px;
}

.mgnB25 {
	margin-bottom: 25px;
}

.mgnB30 {
	margin-bottom: 30px;
}

.mgnB35 {
	margin-bottom: 35px;
}

.mgnB40 {
	margin-bottom: 40px;
}

.mgnB45 {
	margin-bottom: 45px;
}

.mgnB50 {
	margin-bottom: 50px;
}

.mgnB55 {
	margin-bottom: 55px;
}

.c {
	margin-bottom: 60px;
}

.w445 {
	width:445px;
}

.fltL {
	float: left;
}

.fltR {
	float: right;
}

.tbInner {
	float: left;
	font-size:12px;
}

.positionR {
	position:relative;
}

.txtBig18 {
	font-size:18px;
	font-weight:bold;
}

.overLap {
	overflow: hidden;
	width:656px;
}

.txtBold{
	font-weight:bold;
}

.colOrange{
	color:#F90;
}

.colRed{
	color:#F00;
}

.colBlue{
	color: #09F;
}

.txt12{
	font-size:12px;
}

/*==============================================================
ベース　※サイトのベース設定
==============================================================*/

/*====================================
幅が980px以上の場合
*/

body {
	background: #fff;
	min-width:980px;
	line-height: 1.4;
	font-size: 13px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
	width: 980px;
	margin: 0px auto;
}

#header {
	background: url(../img/header_bg.jpg) repeat-x;
	width:100%;
	height:160px;
}

#second #header {
	background: url(../img/header_bg_2.jpg) repeat-x;
	width:100%;
	height:110px;
}

#header h1 .pcLogo{
	float:left;
	padding-top:4px;
	display:block;
}

#header h1 .spLogo{
	display:none;
}

#headBottom form {
	float:right;
}

#headTop{
	padding-top:23px;
}

#contactArea{
	float:left;
	width:744px;
	padding-left:44px;
}


#topContact{
	float:left;
}


#topContact dt{
	float:left;
	padding-right:15px;
}

#topContact dd{
	float:left;
	border-right:#CCC 1px solid;
	padding-right:15px;
	
}

#topLogin{
	float:left;
	width:258px;
}


#topLogin dt{
	float:left;
	width:138px;
	text-align:right;
}

#topLogin dd{
	float:left;
	width:120px;
}


#idCode,#passCode{
	width:120px;
	height:20px;
	border:1px solid #ccc;
}

#idCode2,#passCode2{
	width:120px;
	height:20px;
	border:1px solid #ccc;
}


#topLogin2{
	float:left;
	width:120px;
	padding:3px 0 0 15px;
}

#idPass{
	background:url(../img/arrow.gif) no-repeat 0 2px;
	text-indent:1em;
	padding-bottom:10px;
	font-size:11px;
}

#idPass2{
	background:url(../img/arrow.gif) no-repeat 0 2px;
	text-indent:1em;
	padding-bottom:10px;
	font-size:11px;
}


#loginBtn{
	background:url(../img/btn_login_off.jpg) no-repeat;
	width:119px !important;
	height:22px;
	cursor:pointer;
	border:medium none !important;
}

#loginBtn2{
	background:url(../img/btn_login_off.jpg) no-repeat;
	width:119px !important;
	height:22px;
	cursor:pointer;
	border:medium none !important;
}

#searchArea{
	width:100%;
}

#searchArea .wrapper{
	text-align:center;
	width:980px;
	padding-top:37px;
	margin:0 auto !important;
}

#searchCode {
	background:url(../img/icon_search.jpg) no-repeat 7px 6px #FFF;
	width: 300px;
	height:26px;
	padding-left:30px;
	border:1px solid #ccc;
	line-height:30px;
}

#searchBtn{
	background:url(../img/btn_search_off.jpg) no-repeat 0 1px;
	width:70px !important;
	height:30px;
	cursor:pointer;
	border:medium none !important;
	line-height:30px;
}


#atentin{
	width:980px;
	margin:0 auto !important;
}

#atentin h1{
	width:960px;
	padding:10px;
	background:#FE0000;
	color:#FFF;
	text-align:center;
	font-weight: bold;
}

#atentin p {
	width:938px;
	padding:20px;
	border:#FE0000 1px solid;
	font-weight: bold;
}

#topMenu{
	width:980px;
	margin:30px auto 0 !important;	
}

#topMenu li{
	float:left;
	margin-bottom:10px;
}

#pankuzu{
	font-size:10px;
}



#leftArea{
	float:left;
	width:220px;
}

#rightArea{
	float:right;
	width:730px;
}

#leftArea img{
	vertical-align:top;
}

.naviArea{
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	padding:10px 0 0 15px;
}

.naviArea li{
	background:url(../img/arrow.gif) no-repeat 0 5px;
	text-indent:1em;
	padding-bottom:5px;
}

.spTtl{
	display:none;
}

#naviAgri p{
	width:198px;
	padding:10px 10px 0 10px;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	font-size:12px;
}




.newsList{
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	padding:20px 30px;
	height:120px;
	overflow:scroll;
	overflow-x:hidden;
}

.newsList li{
	padding-bottom:20px;
}

.newsList span{
	display:block;
	margin-right:5px;
	float:left;
}

.newsList .txtArea{
	width:480px;
}

#rightArea img{
	vertical-align:top;
}

.mailArea{
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	background:#FFFAF3;
	padding:20px 30px;
}

#adress{
	width:350px;
	height:30px;
	border:1px solid #ccc;
	float:left;
}

#btnRegist{
	background:url(../../img/btn_regist_off.jpg) no-repeat;
	width:140px !important;
	height:30px;
	cursor:pointer;
	float:left;
	margin-left:5px;
	border:medium none !important;
}

#tripContents{
	position:relative;
}

#tripContents .linkList{
	position:absolute;
	top:25px;
	right:20px;
	background:url(../img/arrow.gif) no-repeat 0 5px;
	text-indent:1em;
}

.tripArea{
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	padding:20px 30px;
}


.tripArea dl{
	border-bottom:#CCC 1px dotted;
	padding:20px 0;
}

.tripArea dt{
	float:left;
	margin-right:5px;
}

.tripArea dd{
	float:left;
	width:600px;
}

.tripArea .linkNext{
	float:right;
	background:url(../img/arrow.gif) no-repeat 0px 3px;
	text-indent:1em;
	width:8em;
	text-align:right;
	font-size:11px;
	display:block;
}


.serviceArea{
	background:#F9F9F9;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	padding:20px 0 20px 30px;
}


.serviceArea dt{
	float:left;
	margin-right:10px;
}

.serviceArea dd{
	float:left;
	width:120px;
	padding-right:20px;
}

#footer{
	background: url(../img/footer_bg.jpg) repeat-x;
	width:100%;
}

#footInner{
	position:relative;
	width:980px;
	margin:0 auto !important;
}

#footInner #footerLogo{
	position:absolute;
	top:43px;
	right:10px;
}

#pageTop{
	text-align:right;
}

#footInner li{
	float:left;
	padding:30px 10px;
}

#copyRight{
	width:100%;
	background:#000;
}

#copyRight p{
	color:#FFF;
	text-align:right;
	width:980px;
	margin:0 auto !important;
	font-size:10px;
	padding:5px 0;
}

#bannerArea li{
	padding-bottom:10px;
}


#spNav{
	display:block;
}



.pcOnly{
	display:block;
}

.spOnly{
	display:none;
}

hr{
	display:none;
}


/*第二階層*/

#second #rightArea h2{
	background:url(../img/right_line.jpg) no-repeat 0 bottom;
	width:670px;
	padding-bottom:30px;
	display:block;
	font-size:18px;
	font-weight:bold;
}


.secondConentsArea{
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	padding:20px 30px;
}

.secondConentsArea h3{
	background:#f2f2f2;
	padding:5px 10px;
	width:650px;
	font-size:14px;
	font-weight:bold;	
}

.secondConentsArea h4{
	background:url(../img/arrow_h4.jpg) no-repeat 0px 5px;
	margin:5px 10px;
	text-indent:20px;
	width:630px;
	font-size:13px;
	font-weight:bold;	
}

.secondConentsArea h5{
	border-bottom:dotted 1px #CCC;
	padding-bottom:3px;
}


.secondConentsArea .linkNext{
	float:right;
	background:url(../img/arrow.gif) no-repeat 0px 3px;
	text-indent:1em;
	width:8em;
	text-align:right;
	font-size:11px;
	display:block;
}


.pc2Nav p {
	text-indent:-9999px;
	display:block;
	height: 17px;
	width:220px;
	background:url(../img/arrow_accordion.png) no-repeat 0 0;
	cursor:pointer;	
}

.pc2Nav p.menuAction {
	background-position: 0 -25px!important;
}


/*インターネット接続サポート一覧*/

#internetArea dl{
	border-bottom:#CCC 1px dotted;
	padding:20px 0;
}

#internetArea dt{
	float:left;
	margin-right:15px;
}

#internetArea dt img{
	border: solid 1px #CCC;
}

#internetArea dd{
	float:left;
	width:400px;
}

#internetArea .noImg dd{
	float:left;
	width:650px;
	margin-left:20px;
}


.pc2NavOpen p{
	display:none;
}

.capArea{
	border:#CCC solid 1px;
	width:630px;
	padding:20px;
	font-size:12px;
}

.spOnly{
	display:none;
}






/*====================================
運営会社
*/
.companyInfo {
	width: 100%;
	border: solid 1px #ccc;
}

.companyInfo tr th{
	width: 20%;
	padding:5px;
	vertical-align:top;
	background-color:#F2F2F2;
	border: solid 1px #ccc;
}

.companyInfo tr td{
	width: 80%;
	padding:5px;
	border: solid 1px #ccc;
}





/*====================================
お問い合わせ
*/


#contactArea2 dl {
	background: #fff;
	padding: 10px;
	margin-bottom: 1px;
}

#contactArea2 input {
	width:400px;
	border:1px solid #ccc;
}


#contactArea2 input.houjin {
	width:15px;
	border:1px solid #ccc;
	text-align:left;
}


#contactArea2 textarea {
	width:400px;
	height:120px;
	border:1px solid #ccc;
}

.secondConentsArea dl{
	border-bottom:#CCC 1px dotted;
	padding:20px 0;
}


#contactSendArea{
	background:#FFFAF3;
	border:#CCC solid 1px;
	width:668px;
	padding:20px 0;
	text-align:center;
}





/*====================================
ID/Pass発行依頼フォーム
*/


#publishArea dl {
	background: #fff;
	padding: 10px;
	margin-bottom: 1px;
}

#publishArea input {
	width:400px;
	border:1px solid #ccc;
}

#publishArea input.houjin {
	width:15px;
	border:1px solid #ccc;
	text-align:left;
}


#publishArea textarea {
	width:400px;
	height:120px;
	border:1px solid #ccc;
}


.secondConentsArea dl{
	border-bottom:#CCC 1px dotted;
	padding:20px 0;
}


#contactSendArea{
	background:#FFFAF3;
	border:#CCC solid 1px;
	width:668px;
	padding:20px 0;
	text-align:center;
}


/*====================================
用語一覧
*/

.maxArea{
	width:630px;
	overflow:hidden;
}

.maxArea ul{
	width:650px;
	margin:0 -20px 0 20px;
}

.maxArea li{
	width:300px;
	margin:0 20px 20px 0;
	float:left;
}

.maxArea li a{
	background:url(../img/arrow.gif) no-repeat left 3px;
	padding-left:1em;
}


#rightArea{
	position:relative;
}

.listBtn{
	background:url(../img/btn_list.jpg) no-repeat;
	width:98px !important;
	height:22px;
	cursor:pointer;
	border:medium none !important;
	position:absolute;
	top:20px;
	right:20px;
}


#wordArea dl{
	border-bottom:#CCC 1px dotted;
	padding:20px 0;
}

#wordArea dt{
	float:left;
	margin-right:15px;
	width:150px;
}

#wordArea dd{
	float:left;
	width:450px;
}



/*====================================
ヘルプデスク
*/

table.frame1{
	margin-bottom:20px;
	margin-right:auto;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}

table.w670{
	width:670px;
}

table.w120{
	width:120px;
}

table.w200{
	width:200px;
}

table.w240{
	width:240px;
}

table.frame1 th.style1{
	padding:5px;
	background:#f4f4f4;
	vertical-align:top;
	text-align:left;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

table.frame1 td{
	padding:5px;
	vertical-align:top;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}


/*====================================
メール設定サポート一覧
*/


.maxArea{
	width:630px;
	overflow:hidden;
}

.maxArea ul{
	width:650px;
	margin:0 -20px 0 20px;
}

.maxArea li{
	width:300px;
	margin:0 20px 20px 0;
	float:left;
}

.maxArea li a{
	background:url(../img/arrow.gif) no-repeat left 3px;
	padding-left:1em;
}


/*====================================
出張サポート
*/


.supportArea ul{
	width:650px;
	margin:0 -20px 0 20px;
}

.supportArea li{
	margin-bottom:15px;
}

.supportArea li a{
	background:url(../img/arrow.gif) no-repeat left 3px;
	padding-left:1em;
}





/*====================================
共通
*/

a:link,a:visited {
	color:#333;
	text-decoration: none;
}

a:hover,a:active {
	color:#333;
	text-decoration: underline;
}


.indispensable {
	font-size:12px;
	color:#E12F00;
	font-weight:bold;
	padding-top: 3px;
	padding-right:8px;
}

ul.listItem{
	list-style-type: disc;
	padding-left:20px;
}

ol.listItem{
	list-style-type: decimal;
	padding-left:20px;
}





/*フォームボタン*/
#send_btn {
	width:141px!important;
	height:30px;
	background:url(../img/btn_form.jpg) no-repeat;
	border:none!important;
	cursor:pointer;
	margin:20px 20px 0 0;
}

#send_btn_reset {
	width:141px!important;
	height:30px;
	background:url(../img/btn_form_reset.jpg) no-repeat;
	border:none!important;
	cursor:pointer;
	margin:0;
}

#send_btn_next {
	width:141px!important;
	height:30px;
	background:url(../img/btn_next.jpg) no-repeat;
	border:none!important;
	cursor:pointer;
	margin:20px 20px 0 0;
}

#send_btn_pre {
	width:141px!important;
	height:30px;
	background:url(../img/btn_form_pre.jpg) no-repeat;
	border:none!important;
	cursor:pointer;
	margin:20px 0 0 0;
}

#send_btn_confirm {
	width:141px!important;
	height:30px;
	background:url(../img/btn_confirm.jpg) no-repeat;
	border:none!important;
	cursor:pointer;
	margin:20px 20px 0 0;
}


#send_btn_registration {
	width:141px!important;
	height:30px;
	background:url(../img/btn_registration.jpg) no-repeat;
	border:none!important;
	cursor:pointer;
	margin:0 20px 0 0;
}

.pdfArea li{
	margin-bottom:10px;
}

.pdfArea a{
	background:url(../img/arrow.gif) no-repeat left 3px;
	padding-left:1em;
}


/*==============================================================
コンテンツ　※コンテンツエリア内の詳細設定
==============================================================*/

@media (max-width: 500px) {

body {
	background: #fff;
	min-width: inherit;
	line-height: 1.4;
	font-size: 16px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#headTop {
	padding-top: 0;
}

#pankuzu {
	font-size: 16px;
}

.wrapper {
width: auto;
margin: 0px auto;
}

#header {
	background: url(../img/sp_header_bg.jpg) repeat-x;
	width:100%;
	height:205px;
}

#second #header {
	background: url(../img/sp_header_bg2.jpg) repeat-x;
	width:100%;
	height:160px;
}


#header h1 .pcLogo{
	display:none;
}

#header h1 .spLogo{
	text-align:center;
	display:block;
	padding:25px 0 15px 0;
}


#contactArea{
	display:none;
}


#spLoginTop{
	text-align:center;
	display:block;
}


#searchArea{
	width:100%;
}

#searchArea .wrapper{
	text-align:center;
	float:left;
	width:100%;
	padding-top:37px;
	margin:0 auto !important;
}

#searchCode {
	background:url(../img/icon_search.jpg) no-repeat 7px 6px #FFF;
	width: 200px;
	height:26px;
	padding-left:30px;
	border:1px solid #ccc;
	line-height:30px;
}

#searchBtn{
	background:url(../img/btn_search_off.jpg) no-repeat 0 1px;
	width:70px !important;
	height:30px;
	cursor:pointer;
	border:medium none !important;
	line-height:30px;
}

#atentin{
	width:90%;
	margin:0 auto !important;
	padding:0 5%;
	text-align:center;
}

#atentin h1{
	width:90%;
	padding:10px 20px;
	background:#FE0000;
	color:#FFF;
	text-align:center;
	border:#FE0000 1px solid;
}

#atentin p{
	width:90%;
	padding:20px;
	border:#FE0000 1px solid;
}

#rightArea {
	float: inherit;
width: auto;
}

#second #rightArea h2{
	margin:20px 0 20px 10px!important;
	padding:0!important;
	font-size:18px;
	font-weight:bold;
	background: none;
	width: auto;
}

#internetArea .noImg dd {
float: inherit;
width: auto;
margin-left: 0;
padding: 0 10px;
}

#idPass {
	background: none;
}

.secondConentsArea {
	border: none;
	padding: 0;
}

.secondConentsArea h3{
	background:#f2f2f2;
	padding:5px 10px;
	font-size:14px;
	font-weight:bold;
	width: auto;
}

.secondConentsArea h4{
	margin:5px 10px;
	font-size:13px;
	font-weight:bold;	
}

.secondConentsAreaSp p{
	margin-left:10px;
	margin-right:10px;
}

.secondConentsAreaSp table{
	margin-left:10px;
	margin-right:10px;
	width:95%;
}


#topMenu{
	display:none;
}


#naviMail h2 img,#naviInternet h2 img,#naviProcedure h2 img,#naviWords h2 img,#infoArea h2 img{
	display:none;
}

.spTtl{
	display:block;
	background:#010101;
	border-bottom:#FE0000 2px solid;
	padding:10px 10px;
	/*width:100%;*/
	font-size:16px;
	color:#FFF;
	text-align:left;
}


.spNaviCap{
	border-bottom:1px solid #CCC;
	padding:20px 0;
}

.spNaviCap dt img{
	padding-left:10px;
	width:90%;
}

.spNaviCap dt{
	float:left;
	width:20%;
}

.spNaviCap dd{
	float:left;
	width:72%;
	padding:0 15px;
}

#naviWords{
	display:none;
}

#bannerArea{
	display:none;
}



#spNav p {
	height: 30px;
	padding: 15px 0 0 10px;
	background:url(../img/sp_arrow_under.png) no-repeat right 18px #f4f4f4;
	color:#000;
	font-weight:bold;
}

#spNav p.menuAction {
	background-position: right -16px!important;
}

#spNav li {
	padding: 0 10px;
	background:url(../img/sp_arrow.png) no-repeat right 12px #777;
	border-bottom: 1px solid #fff;
}

#spNav a {
	display:block;
	width:100%;
	padding:10px 0;
	color:#fff;
}



.newsList li{
	padding: 10px;
	background:url(../img/sp_arrow.png) no-repeat right #eee;
	border-bottom: 1px solid #fff;
}

.newsList span{
	display:block;
	margin-right:5px;
	float:left;
}

.newsList .txtArea{
	width:90%;
}



#footer{
	background: url(../img/footer_bg.jpg) repeat-x;
	width:100%;
}

#footInner{
	position:relative;
	width:100%;
	margin:0 auto !important;
}

#footInner #footerLogo{
	position:absolute;
	top:43px;
	right:10px;
}

#pageTop{
	text-align:right;
}

#footInner li{
	float:left;
	padding:0;
}

#copyRight{
	width:100%;
	background:#000;
	margin-top: 30px;
}

#copyRight p{
	color:#FFF;
	text-align:right;
	width:100%;
	margin:0 auto !important;
	font-size:10px;
	padding:5px 0;
}


#spContact{
	background:#EFEFEF;
	text-align:center;
	padding-bottom:40px;
}

#spLogin{
	width:100%;
	padding:20px 0;
}


#spLogin dt{
	float:left;
	width:20%;
	text-align:right;
	font-size:16px;
	line-height:30px;
}

#spLogin dd{
	float:left;
	width:80%;
}


#idCode,#passCode{
	width:90%;
	height:30px;
	border:1px solid #ccc;
}


#spLogin2{
	float:left;
	width:100%;
	/*padding:3px 0 0 15px;*/
}

#idPass a{
	background:url(../img/arrow.gif) no-repeat 0 4px;
	text-indent:1em;
	padding-bottom:10px;
	font-size:14px;
	display:block;
	width:11em
}


#loginBtn{
	background:url(../img/sp_btn_login.png) no-repeat;
	width:234px  !important;
	height:40px;
	cursor:pointer;
	border:medium none !important;
}


#spContactInner{
	text-align:center;
	border:#FE0000 2px solid;
	background:#FFF;
}


/*第二階層*/
#second #leftArea{
	display:none;
}





.pcOnly{
	display:none;
}

.spOnly{
	display:block;
}

hr {
	height:10px;
	background-color:#ccc;
	padding:0px;
	margin:0px;
	border:none;
	-webkit-box-shadow: 0px 2px 2px 2px #999999 inset;
	-ms-box-shadow: 0px 2px 2px 2px #999999 inset;
	-moz-box-shadow: 0px 2px 2px 2px #999999 inset;
}




.capArea{
	border:#CCC solid 1px;
	width:95%;
	padding:10px 0;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	text-align:center;
}

.img100{
	width:100% !important;
}



#spTopLink li {
	padding: 0 10px;
	background:url(../img/sp_arrow_back.png) no-repeat right 12px #777;
	border-bottom: 1px solid #fff;
}

#spTopLink a {
	display:block;
	width:100%;
	padding:10px 0;
	color:#fff;
}

}