@charset "UTF-8";
/* Dozens CSS Document */

/*
	1.基本設定
	2.段落設定
	3.詳細設定
		3-1.Header
		3-2.Container & Main Content
			3-2-1. top page
			3-2-2. login page
			3-2-3. sub page
		3-3.Side Bar
		3-4.Form
			3-4-1. top page
			3-4-2. sub page
		3-5.Footer
*/

/******************************************/
/*            1. 基本設定                 */
/******************************************/

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	line-height:20px;
	color:#606060;
	font-family:Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#5f5f5f;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

img, img a{
	border:0;
}

ul{
	list-style-type:none;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a{
	color:#00a2ff;
	text-decoration:none;
}

a:hover{
	color:#00a2ff;
	text-decoration:underline;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.fn{
	float:none;
}

.taC{
	text-align:center;
}

.taR{
	text-align:right;
}
.fwB{
	font-weight:bold;
}

.fs16{
	font-size:16px;
}

.fcGrey{
	color:#606060;
}

.fcRed{
	color:#eb0012;
}

/******************************************/
/*            2. 段落設定                 */
/******************************************/

.content{
	height:auto;
	margin:0 auto;
	min-height:100%;
	padding:0;
	text-align:left;
	width:960px;
}

#header{
	width:100%;
	height:75px;
	background:url(../image/bg_header.jpg) repeat-x;
	padding-top:33px;
}

#headline{
	height:257px;
	margin:0 auto 0;
	overflow:hidden;
	position:relative;
	width:100%;
	background-color:#FF0000;
	background:url(../image/bg_headline.jpg) repeat-x;
}

#headline_content{
	height:257px;
	left:50%;
	margin-left:-600px;
	position:absolute;
	text-align:center;
	top:0;
}

#headerbar{
	height:55px;
	margin:0 auto 0;
	overflow:hidden;
	position:relative;
	width:100%;
	background-color:#FF0000;
	background:url(../image/bg_headerbar.jpg) repeat-x;
}
#headerbar_content{
	height:55px;
	left:50%;
	margin-left:-600px;
	position:absolute;
	text-align:center;
	top:0;
}

#container{
	width:100%;
	background-color:#f2f2f2;
	border-bottom:8px solid #ffffff;
	padding:10px 0 30px 0;
}

.cLeft{
	float:left;
}

.cRight{
	float:right;
}

#footer{
	width:100%;
	background-color:#5f5f5f;
	color:#fff;
	padding-top:30px;
	height:55px;
}


/******************************************/
/*            3. 詳細設定                 */
/******************************************/

/***	3-1. Header ***/

.bgHeader{
	text-align:right;
}

.bgHeader a{
	color:#ffffff;
	text-decoration:none;
}

.bgHeader  a:hover{
	color:#e5e5e5;
	text-decoration:underline;
}


/***	3-2. Container & Main Content ***/

/*3-2-1. top page*/

.bgContent{
	margin-top:10px;
}

.cLeft li{
	margin-bottom:25px;
}

.cLeft p{
	padding:15px 0;
}

/*3-2-2. login page*/

.col470{
	background:transparent url(../image/bg_col470.png) repeat-y scroll 0 0;
	margin:0 auto;
	width:478px;
}

.col470 .col470Top {
	background:transparent url(../image/bg_col470_top.png) no-repeat scroll center top;
}

.col470 .col470Bttm {
	background:transparent url(../image/bg_col470_bttm.png) no-repeat scroll center bottom;
	padding:0 0 10px;
}

.colForm{
		clear:both;
		padding:40px 60px;
		height:280px;
}

.colForm p{
	padding:20px 0;
}

.mssg{
	background:transparent url(../image/icn_error.png) no-repeat 0 2px;
	color:#ffa317;
	padding-left:20px;
}

/*3-2-3. sub page*/

.col220{
	background:transparent url(../image/bg_col220.png) repeat-y scroll 0 0;
	margin:0;
	width:228px;
}

.col220 .col220Top {
	background:transparent url(../image/bg_col220_top.png) no-repeat scroll center top;
}

.col220 .col220Bttm {
	background:transparent url(../image/bg_col220_bttm.png) no-repeat scroll center bottom;
	padding:0 0 10px;
}

.col710{
	background:transparent url(../image/bg_col710.png) repeat-y scroll 0 0;
	margin:0;
	width:718px;
}

.col710 .col710Top {
	background:transparent url(../image/bg_col710_top.png) no-repeat scroll center top;
}

.col710 .col710Bttm {
	background:transparent url(../image/bg_col710_bttm.png) no-repeat scroll center bottom;
	padding:0 0 10px;
}

/*path*/
.path{
	font-size:10px;
	padding:0 20px;
	height:25px;
	text-transform:uppercase;
	color:#666666;
}

/*page title*/
.pageTtl{
	margin:0 20px ;
	border-bottom:1px solid #9e9e9e;
	padding:25px 10px 30px 10px;
	height:7px;
}

.pageTtl h2 {
	float:left;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	line-height:normal;
}
.pageTtl h2 a{
	color:#000000;
}

.pageTtl .addBox{
	float:right;
	font-size:16px;
	font-weight:bold;
	background:url(../image/btn_add.png) no-repeat 0 0;
	padding-left:21px;
	margin:8px 5px 0 0;
}

.pageTtl .addBox a{
	color:#ea2c3a;
}

.pageTtl .addBox a:hover{
	color:#ea2c3a;
	text-decoration:underline;
}

/*table*/

.col470Bttm table{
	border-collapse:collapse;
	border:0;
	margin:0;
	width:350px;
}

.col470Bttm th{
	width:130px; 
	line-height:25px; 
	margin:0;
	font-size:14px;
	color:#000000;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}

.col470Bttm th, 
.col470Bttm td{
	border:0;
	padding:0 0 15px 0;
	color:#000000;
}

.col710Bttm .listBoxTtl{
	clear:both;
	margin:0 20px;
	width:670px;
	height:35px;
	font-size:11px;
	border-bottom:1px solid #c8c8c8;
}

.col710Bttm .list{
	float:left;
	clear:both;
}

.col710Bttm .listBox .r_edit{
	float:left;
	padding:15px 0;
	width:30px;
}
.col710Bttm .listBox .r_del{
	float:left;
	padding:15px 0;
	width:55px;
	margin-left:5px;
}

.col710Bttm .listBox .r_add{
	float:left;
	padding:15px 0;
	width:70px;
}

.col710Bttm .listBoxTtl .r_name{
	float:left;
	padding:7px 10px 7px 20px;
	width:145px;
}

.col710Bttm .listBoxTtl .r_type{
	float:left;
	padding:7px 0;
	width:55px;
	text-align:center;
}
.col710Bttm .listBoxTtl .r_ttl{
	float:left;
	padding:7px 5px;
	width:40px;
	text-align:center;
}
.col710Bttm .listBoxTtl .r_priority{
	float:left;
	padding:7px 5px;
	width:20px;
	text-align:center;
}
.col710Bttm .listBoxTtl .r_content{
	float:left;
	padding:7px 5px;
	width:240px;
	text-align:center;
}

.col710Bttm .listBox{
	clear:both;
	margin:0 20px;
	width:670px;
	height:50px;
	border-bottom:1px solid #e6e6e6;
}

.col710Bttm .listBox .r_name{
	float:left;
	padding:15px 10px 15px 20px;
	width:145px;
}

.col710Bttm .listBox .r_type{
	float:left;
	padding:15px 5px;
	width:45px;
	text-align:center;
}
.col710Bttm .listBox .r_ttl{
	float:left;
	padding:15px 5px;
	width:40px;
	text-align:center;
}
.col710Bttm .listBox .r_priority{
	float:left;
	padding:15px 5px;
	width:20px;
	text-align:center;
}
.col710Bttm .listBox .r_content{
	float:left;
	padding:15px 5px;
	width:240px;
	text-align:center;
}
.col710Bttm .listBox .r_editdel{
	float:left;
	padding:15px 5px;
	text-align:right;
	width:120px;
}

.col710Bttm .listBoxDel{
	background-color:#FDF7ED;
	clear:both;
	margin:0 20px;
	width:670px;
	border-bottom:1px solid #E6E6E6;
}
.col710Bttm .listBoxDel .r_name{
	padding:15px 0 0 20px;
}
.col710Bttm .listBoxDel .mssg{
	background:transparent url(../image/icn_error.png) no-repeat 0 2px;
	color:#ffa317;
	padding:0 0 10px 20px ;
}

.col710Bttm .listBoxAdd{
	background-color:#F8ECED;
	clear:both;
	margin:0 20px;
	width:670px;
	border-bottom:1px solid #E6E6E6;
}

.col710Bttm .listBoxAdd .r_addttl{
	text-align:left;
	padding:7px 0 0 20px;
	color:#000000;
}
.col710Bttm .listBoxAdd .r_name{
	float:left;
	padding:7px 10px 7px 20px;
	width:145px;
}

.col710Bttm .listBoxAdd .r_type{
	float:left;
	padding:7px 0;
	width:45px;
	text-align:center;
}
.col710Bttm .listBoxAdd .r_priority{
	float:left;
	padding:7px 5px;
	width:80px;
	text-align:center;
}
.col710Bttm .listBoxAdd .r_content{
	float:left;
	padding:7px 5px;
	width:210px;
	text-align:center;
}
.col710Bttm .listBoxAdd .mssg{
	background:transparent url(../image/icn_error.png) no-repeat 0 2px;
	color:#ffa317;
	padding:0 0 10px 20px ;
}

.col710Bttm .listBoxEdit{
	background-color:#E4F1F9;
	clear:both;
	margin:0 20px;
	width:670px;
	border-bottom:1px solid #E6E6E6;
}

.col710Bttm .listBoxEdit .r_editttl{
	text-align:left;
	padding:7px 0 0 20px;
	color:#000000;
}
.col710Bttm .listBoxEdit .r_name{
	float:left;
	padding:7px 10px 7px 20px;
	width:145px;
}

.col710Bttm .listBoxEdit .r_type{
	float:left;
	padding:7px 0;
	width:45px;
	text-align:center;
}
.col710Bttm .listBoxEdit .r_priority{
	float:left;
	padding:7px 5px;
	width:80px;
	text-align:center;
}
.col710Bttm .listBoxEdit .r_content{
	float:left;
	padding:7px 5px;
	width:210px;
	text-align:center;
}
.col710Bttm .listBoxEdit .mssg{
	background:transparent url(../image/icn_error.png) no-repeat 0 2px;
	color:#ffa317;
	padding:0 0 10px 20px ;
}


.col710Bttm table{
	border-collapse:collapse;
	border:0;
	margin:0 20px 20px 20px;
	width:678px;
	word-break:break-all;
	word-wrap: break-word;
}


.col710Bttm tr{
	border-bottom:1px solid #e6e6e6;
}

.col710Bttm tr.th{
	border-bottom:1px solid #c8c8c8;
}

.col710Bttm tr.none{
	border-bottom:0px;
}


.col710Bttm th, 
.col710Bttm td{
	border:0;
}

.col710Bttm th{
	font-size:11px;
	border-bottom:1px solid #c8c8c8;
	padding:7px 0 7px 20px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	}
	
.col710Bttm th.pn{
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

.col710Bttm  td{
	padding:15px 0;
	color:#000000;
}

.col710Bttm td.addD,
.col710Bttm td.addR{
	background-color:#f8eced;
	padding:15px 30px;
}

.col710Bttm td.labelD{
	font-size:14px;
}

.col710Bttm td.editR{
	background-color:#E4F1F9;
	padding:15px 30px;
}



td.add, td.edit{
	padding:0 10px;
}

td.add{
	background-color:#f8eced;
}

td.edit{
	background-color:#e4f1f9;
}

td.delete{
	background-color:#fdf7ed;
}

td.none{
	padding:0;
}

.urlD, .urlR{
	font-weight:bold;
	color:#00a2ff;
	margin:0;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

.urlD{
	width:510px;
	padding:0 10px 0 20px;
	font-size:16px;
}

.urlR{
	font-size:14px;
	padding:0 10px 0 20px;
}

.label{
	float:left;
	margin:2px 10px 0 0;
}

.new{
	margin-left:6px;
	width:15px;
	height:15px;
}

.col710Bttm p{
	margin:10px 40px;
}

/*etc page :privacy...*/

.subBox{
	background:url(../image/bg_subbox.gif) no-repeat scroll right bottom;
	padding:10px 0 20px 0;
	margin:15px 40px;
}

.subBox h1{
	font-size:0;
	height:45px;
}

.subBox h1 img{
	border-bottom:4px solid #d1d1d1;
	padding-bottom:8px;
}

.subBox p.title{
	margin:10px 0 0 0;
	font-weight:bold;
	color:#000;
	padding:0;
}

.subBox p,
.thankBox p{
	margin:5px 0 20px 0;
	padding:0;
}

.thankBox{
	width:315px;
	background:url(../image/bg_subbox.gif) no-repeat scroll center bottom;
	padding-bottom:20px;
	color:#333;
}


/***	3-3. Side Bar ***/

.userinfoBox ul{
	padding:20px 15px 0 15px;
}

.userinfoBox li.user{
	background:url(../image/icn_user.png) no-repeat 0 4px;
	padding:0 0 8px 18px;
}

.userinfoBox li.user span{
	color:#000000;
	font-weight:bold;
}

.userinfoBox li.usage{
	background:url(../image/icn_usage.png) no-repeat  0 4px;
	padding:0 0 8px 18px;
}

.userinfoBox li.usage span{
	color:#ea2c3a;
	font-weight:bold;
}

.userinfoBox li.dnslist{
	background:url(../image/icn_dnslist.png) no-repeat  0 4px;
	padding-left:18px;
}

.userinfoBox li.dnslist span{
	color:#ea2c3a;
	font-weight:bold;
}
.userinfoBox li.dnsname{
	list-style:disc inside none;
	padding-left:17px;
}

.sidemenuBox ul{
	padding:30px 7px 70px 5px;
}

.sidemenuBox li{
	background-color:#f6f6f6;
	padding:8px 12px;
	margin-bottom:3px;
}

.sidemenuBox li a{
	border-left:5px solid #d0d0d0;
	padding-left:7px;
	color:#606060;
	font-size:12px;
}

.sidemenuBox li a:hover{
	border-left:5px solid #ea2c3a;
}


/***	3-4. Form ***/

/*3-4-1. top page*/

#loginBox{
	width:434px;
	background:url(../image/bg_login_top.jpg) no-repeat;
	padding:30px 0 0 0;
}
#loginBox th{
	padding:5px;
	font-size:14px;
	color:#333333;
}
#loginBox td{
	padding:5px 10px;
}
#loginBoxBttm{
	width:434px;
	height:23px;
	background:url(../image/bg_login_bttm.jpg) no-repeat 0 0;
}
.btnRegister{
	margin:15px 0 15px 3px;
}


#formBox{
	width:414px;
	height:110px;
	background:url(../image/bg_form.png) no-repeat;
	padding:57px 0 0 20px;
}

#formBox input {
	background-color:transparent;
	border-width:0;
	display:block;
}

.submit_invite {
	background:transparent url(../image/bg_submit.png) no-repeat scroll 0 0;
	cursor:pointer;
	font-size:0;
	width:65px;
	height:28px;
	line-height:0;
	visibility:hidden;
	margin-top:7px;
}	

#inviteBox{
	width:414px;
	height:80px;
	background:url(../image/bg_invite.png) no-repeat;
	padding:57px 0 0 20px;
}

#inviteBox input {
	background-color:transparent;
	border-width:0;
	display:block;
}

.go_invite {
	background:transparent url(../image/btn_go.png) no-repeat scroll 0 0;
	cursor:pointer;
	font-size:0;
	width:47px;
	height:32px;
	line-height:0;
	visibility:hidden;
	margin:3px 5px 0 0;
}	


.inputbox{
	background:transparent url(../image/bg_input.gif) no-repeat scroll left top;
	height:46px;
}

.inputbox_invite {
	color:#919191;
	font-size:1.4em;
	width:286px;
	height:23px;
	padding:13px 20px 2px 7px;
}

*:focus{outline:0;}

.inputbox_invite:focus{
	color:#000;
	font-weight:bold;
}

/*3-4-2. sub page*/

/*input & checkbox & select*/

.inputL{
	width:8px;
	height:25px;
	background:url(../image/input_left.png) no-repeat;
	float:left;
}

.inputR{
	height:25px;
	background:url(../image/input_right.png) no-repeat top right;
	float:left;
	padding-top:3px;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../image/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../image/radio.gif) no-repeat;
}

input{
	border:0px solid #BDBDBD;
	font-size:12px;
	margin:0;
	padding:2px;
}

input.rn{
	width:120px;
}
input.pr{
	width:60px;
}
input.ip{
	width:190px;
}


.col710Bttm select{
width:40px;
}

.slct{
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#ffffff;
border:1px solid #d1d1d1;
padding:3px;
}

/*button*/

.btn, .btnGrey {
	-x-system-font:none !important;
	font-family:arial,helvetica,sans-serif !important;
	font-size:14px !important;
	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:bold !important;
	height:auto;
	line-height:18px !important;
	margin:20px 5px;
	overflow:hidden;
	padding:0;
}

.btn button, .btn a, 
.btnGrey button, .btnGrey a{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior:url(border-radius.htc);
	border-radius: 5px;
	-x-system-font:none !important;
	background:#ea2c3a none repeat scroll 0 0;
	border:1px solid #ea2c3a;
	color:#FFFFFF;
	cursor:pointer;
	display:inline;
	font-family:arial,helvetica,sans-serif !important;
	font-size:14px !important;
	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:normal !important;
	height:auto;
	line-height:18px !important;
	margin:0;
	padding:4px 20px;
}

.btnGrey button, .btnGrey a{
	background:#c0c0c0 none repeat scroll 0 0;
	border:1px solid #c0c0c0;
	color:#FFFFFF;
}

.btn button:hover, .btn a:hover, 
.btnGrey button:hover, .btnGrey a:hover {
	background:#00a2ff none repeat scroll 0 0;
	border:1px solid #00a2ff;
	color:#FFFFFF;
	text-decoration:none;
}

.btnBack button, .btnBack a{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	behavior:url(border-radius.htc);
	border-radius: 20px;
	-x-system-font:none !important;
	clear:both;
	background:#ea2c3a none repeat scroll 0 0;
	border:1px solid #ea2c3a;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-family:arial,helvetica,sans-serif !important;
	font-size:12px !important;
	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:normal !important;
	height:auto;
	width:145px;
	line-height:18px !important;
	margin:15px 0 20px 20px;
	padding:2px 10px;
}

.btnBack button, .btnBack a{
	background:#ececec none repeat scroll 0 0;
	border:1px solid #ececec;
	color:#606060;
}


.smBtn{
	text-align:right;
	padding:0 5px 0 0;
}

.smBtn a{
	padding:4px 6px;
	background-color:#efefef;
	color:#b3b3b3;
	font-size:11px;
	margin-left:5px;
}
.smBtn a:hover{
	background-color:#00a2ff;
	color:#ffffff;
	text-decoration:none;
}

.formBtn{
	margin:0 0 15px 0;
	padding-top:8px;
}
.formBtn a{
	padding:5px 12px;
	background-color:#ea2c3a;
	color:#ffffff;
	font-size:12px;
	margin-left:5px;
	font-weight:bold;
}

.formBtn a.grey{
	background-color:#c0c0c0;
}

.formBtn a:hover, .formBtn a.grey:hover{
	background-color:#00a2ff;
	color:#ffffff;
	text-decoration:none;
}


/***	3-5. Footer ***/

.bgFooter{
	background:url(../image/copyright.jpg) no-repeat scroll 0 0;
	text-align:right;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	color:#e5e5e5;
	text-decoration:underline;
}

/*** Popup Page***/

.popup{
	background-color:#ffffff;
	width:718px;
}

.popup table{
	border-collapse:collapse;
	border:0;
	margin:0 20px 20px 20px;
	width:678px;
	word-break:break-all;
	word-wrap: break-word;
}


.popup tr{
	border-bottom:1px solid #e6e6e6;
}

.popup tr.th{
	border-bottom:1px solid #c8c8c8;
}

.popup tr.none{
	border-bottom:0px;
}


.popup th, 
.popup td{
	border:0;
}

.popup th{
	font-size:11px;
	border-bottom:1px solid #c8c8c8;
	padding:7px 0 7px 20px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	}
	
.popup th.pn{
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

.popup td{
	padding:15px 0;
	color:#000000;
}

.popup td.addD,
.popup td.addR{
	background-color:#f8eced;
	padding:15px 30px;
}
.popup td.labelD{
	font-size:14px;
}

.popup td.editR{
	background-color:#E4F1F9;
	padding:15px 30px;
}

.bgnone{
	background:none;
}

.popup textarea{
	border:1px solid #cccccc;
	padding:5px;
	font-family:Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
}


#menu {
	float: left;
	list-style: none;
	margin: 0 15px 20px 20px;
	padding:0 5px;
	width:668px;
	border-bottom:1px solid #333;
}
#menu li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
#menu a {
	background-color:#b0b0b0;
	/*background:#ec404e url(../image/menu_seperator.gif) bottom right no-repeat;*/
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 20px;
	text-decoration: none;
	letter-spacing:1px;
	font-size:1.2em;
}
#menu a:hover,
#menu a.on{
	background:#ec404e url(../image/menu_hover.gif) bottom center no-repeat;
	color: #fff;
	padding-bottom: 6px;
}

.textBox{
	padding:10px 0;
	margin:10px 30px;
}

.faqBox{
	background-color:#ffffe0;
	border:1px solid #c0c0c0;
	margin:0 25px 15px 25px;
	padding:15px 20px 15px 20px;
}

.faqBox ol{
	margin-top:15px;
}

.faqBox li{
	list-style:decimal inside none;
	margin-bottom:7px;
}

.faqBox h5{
	font-size:14px;
	color:#222;
}

.faqBox h5 a{
	font-size:10px;
	font-weight:normal;
	color:#808080;
	margin-left:10px;
}
.faqBox h5 a:hover{
	color:#00a2ff;
}

.faqTtl{
	margin:0;
	padding:0;
	font-size:12px;
	color:#eb0012;
	font-weight:bold;
}
.guideTtl{
	margin:30px 40px 0 40px;
	padding:0;
	font-size:12px;
	color:#eb0012;
	font-weight:bold;
}

.premTtl{
	margin:15px 40px 0 40px;
	padding:0;
	font-size:18px;
	color:#111;
	font-weight:bold;
}

.clear{
	clear:both;
}

.col710Bttm td.account{
	background-color:#f5f5f5;
	padding:10px 30px;
}

.upgradeBox{
	text-align:center;
	margin:10px 0 30px 0;
}
.upgradeBox p{
	font-size:14px;
	font-weight:bold;
	color:#222;
	margin:0 0 10px 0;
	padding:0;
}

.upgradeBox img.btn{
	margin:10px;
}


.col710Bttm td.order{
	padding:7px 30px;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
}

.rss{
	background-color:#fff;
	border:1px solid #cdcdcd;
	padding:5px 10px 10px 10px;
	margin:0 0 15px 0;
}

.rss ul{
}
.rss li{
	background:url(../image/dot.gif) repeat-x bottom;
	padding:5px 10px;
	margin:5px 0;
}

.rss li span{
	font-size:11px;
	color:#333;
	margin-right:10px;
}

.rss li a{
	color:#606060;
	text-decoration:none;
}

.rss li a:hover{
	color:#00a2ff;
	text-decoration:underline;
}


.bgImg{
	background:url(../image/bg_container.png) no-repeat 0 0;
	width:430px;
	height:179px;
}

.message{
	margin:0 20px ;
	border-bottom:1px solid #9e9e9e;
	padding:25px 10px 30px 10px;
	height:7px;
    color: #00a2ff;
}

table.priceTbl{ margin-top:20px; }
table.priceTbl tr{ border-bottom:0 none; }
table.priceTbl th {border-left:1px solid #ffffff; padding:0; width:107px; height:45px; border-bottom: 0 none; vertical-align:bottom; }
table.priceTbl td{ text-align:center; border-left:1px solid #E6E6E6; border-right:1px solid #E6E6E6; font-size:14px; }
.color{background-color:#f6f6f6;}
table.priceTbl td.free{background-color:#f6f6f6; border-left:1px solid #fff; }
table.priceTbl td.mini{background-color:#f9bfc4; color:#ffffff; line-height:28px;}
table.priceTbl td.basic{background-color:#c3de4c; color:#ffffff; line-height:28px;}
table.priceTbl td.pro{background-color:#f7abb0; color:#ffffff; line-height:28px;}
table.priceTbl td.premier{background-color:#f4959c; color:#ffffff; line-height:28px;}
.prc{font-size:30px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#fff;text-shadow: 1px 1px 1px #777777;}
.cmmt{font-weight:normal; color:#eb0012; font-size:10px; }
table.priceTbl td.prcTtl{background-color:#a1a1a1; color:#ffffff; font-weight:bold; text-align:left; padding:0 10px; font-size:12px;}
table.priceTbl td.prcTtlD{background-color:#8f8f8f; color:#ffffff; font-weight:bold; text-align:left; padding:0 10px; font-size:12px;}
table.priceTbl td.none{ border:0 none; }
table.priceTbl td.rgst{ background-color:#fffbe5; border-bottom:1px solid #E6E6E6; padding:25px 0;}
table.priceTbl th.plan{background-color:#EA2C3A;  color:#fff; text-align:center;}
.fs10{font-size:10px;}

