div.logo_header {
	max-width:640px;
	align:left;
}

div.logo_header img {width:100%;}

div.pfooter {
	text-align:right;
	margin-top:10px;
	border-top:1px solid #888;
	border-right:10px solid #000;
	border-bottom:1px solid #888;
	border-left:10px solid #000;

/*	padding: 5px 5px 5px 15px;*/
	background: #000;
	background: -moz-linear-gradient(top,  #000,  #888); /* FireFox */
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#888));/* Chrome & Safari */
	color:#fff;
}

div.ptitle {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	-webkit-border-radius: 10px;
	padding: 20px;
	background: #FFFFFF;
/*
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#000000));
*/
	border: 1px #000000 solid;
	color: #FFF;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
}

div.group_frame {
	margin-top:5px;
	margin-bottom:5px;
	-webkit-border-radius: 10px;
	padding: 5px;
	background: #FFFFFF;
/*
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#000000));
*/
	border: 1px #000000 solid;
/*
	color: #000;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
*/
}

div.sch_frame {
	-webkit-border-radius: 10px;
	overflow:auto;
	width:80%;
	height:auto;
	width:auto;
	max-height: 400px;
	border: 2px solid #000000;
	background-color: #095F2C;
	background: -webkit-gradient(linear, left top, left bottom, from(#095F2C), to(#30D874));
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

/*
div.bbs_frame {
	-webkit-border-radius: 10px;
	overflow:auto;
	width:80%;
	height:auto;
	width:auto;
	max-height: 400px;
	border: 2px solid #000000;
	background-color: #095F2C;
	background: -webkit-gradient(linear, left top, left bottom, from(#095F2C), to(#30D874));
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
*/

div.bbs_left_frame {
	-webkit-border-radius: 30px;
	margin-bottom:10px;
	text-align:left;
	color:white;
/*	width:auto;*/
	max-width:70%;
	border:1px solid #ffffff;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	background-color: #FF7619;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAC090), to(#FF7619));
}

div.bbs_right_frame {
	-webkit-border-radius: 30px;
	margin-left:auto;
	margin-bottom:10px;
	text-align:left;
	color:white;
/*	width:auto;*/
	max-width:70%;
	border:1px solid #ffffff;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#888888));
}

a {
    background:url(arrow.png) 98% center no-repeat;
    display: block;
    padding: 10px;
}

input.sch_menu {
	-webkit-appearance: none;
	width:100%;
	text-align:left;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 18px 20px;
	background: #87CEEB;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFEEEE), to(#87CEEB));
	border: 1px #87CEEB solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #000;
	text-shadow: 1px 2px 3px #FFFFFF;
}

input.sch_btn {
	-webkit-appearance: none;
	width:100%;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 15px;
	background: #4316E8;
	background: -webkit-gradient(linear, left top, left bottom, from(#558ED5), to(#4316E8));
	border: 1px #4316E8 solid;
	color: #FFF;
	-webkit-box-shadow: 0 2px 2px #111;
	text-shadow: 1px 2px 3px #111111;
}

input.schP_menu {
	-webkit-appearance: none;
	width:100%;
	text-align:left;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 18px 20px;
	background: #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC));
	border: 1px #CCCCCC solid;
	color: #FFF;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
}

input.schP_btn {
	-webkit-appearance: none;
	width:100%;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 15px;
	background: #cccccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#cccccc));
	border: 1px #cccccc solid;
	color: #FFF;
	-webkit-box-shadow: 0 2px 2px #111;
	text-shadow: 1px 2px 3px #111111;
}

input.submit_menu {
	-webkit-appearance: none;
	width:100%;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 20px;
	background: #FF0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#000000));
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
}

input.submit_btn {
	-webkit-appearance: none;
	width:100%;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 15px;
	background: #4316E8;
	background: -webkit-gradient(linear, left top, left bottom, from(#558ED5), to(#4316E8));
	border: 1px #4316E8 solid;
	color: #FFF;
	-webkit-box-shadow: 0 2px 2px #111;
	text-shadow: 1px 2px 3px #111111;
}

input.memOK_menu {
	-webkit-appearance: none;
	width:100%;
	text-align:left;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background: #87CEEB;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFEEEE), to(#87CEEB));
	border: 1px #87CEEB solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #000;
	text-shadow: 1px 2px 3px #FFFFFF;
}

input.memNone_menu {
	-webkit-appearance: none;
	width:100%;
	text-align:left;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	border: 1px #FFFFFF solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #000;
	text-shadow: 1px 2px 3px #FFFFFF;
}

input.memNG_menu {
	-webkit-appearance: none;
	width:100%;
	text-align:left;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background: #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	border: 1px #CCCCCC solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #000;
	text-shadow: 1px 2px 3px #FFFFFF;
}

input.schBack_btn {
	-webkit-appearance: none;
	width:100%;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background: #FFC0CB;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFC0CB));
	border: 1px #FFC0CB solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #FFF;
	text-shadow: 1px 2px 3px #FFFFFF;
}

input.memOkNgNone_btn {
	-webkit-appearance: none;
	width:100%;
/*	text-align:left; */
/*	margin: 5px;*/
/*	margin-top:5px;*/
	-webkit-border-radius: 5px;
	padding: 5px;
	background: #87CEEB;
	background: -webkit-gradient(linear, left top, left bottom, from(#87CEEB), to(#AFEEEE));
	border: 1px #AFEEEE solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #000;
	text-shadow: 1px 2px 3px #FFFFFF;
}

div.memDisable_frame {
	-webkit-border-radius: 10px;
	margin-top:5px;
	text-align:left;
	color:#555;
	text-shadow: 1px 2px 3px #FFFFFF;
/*	width:auto;*/
	max-width:100%;
	border:1px solid #CCCCCC;
	padding:10px;
/*	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;*/
	background-color: #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
}

div.memEnable_frame {
	-webkit-border-radius: 10px;
	margin-top:5px;
	text-align:left;
	color:#000;
	text-shadow: 1px 2px 3px #AFEEEE;
/*	width:auto;*/
	max-width:100%;
	border:1px solid #87CEEB;
	padding:10px;
/*	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;*/
	background-color: #87CEEB;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFEEEE), to(#87CEEB));
}

button.memOK_btn {
	-webkit-appearance: none;
	width:100%;
/*	text-align:left; */
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background: #87CEEB;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFEEEE), to(#87CEEB));
	border: 1px #87CEEB solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #000;
	text-shadow: 1px 2px 3px #FFFFFF;
}

button.memNG_btn {
	-webkit-appearance: none;
	width:100%;
/*	text-align:left; */
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background: #FFA500;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFA500));
	border: 1px #FFA500 solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #000;
	text-shadow: 1px 2px 3px #FFFFFF;
}

button.schMemList_btn {
	-webkit-appearance: none;
	width:100%;
/*	text-align:left; */
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background: #00B050;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#00B050));
	border: 1px #00B050 solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #000;
	text-shadow: 1px 2px 3px #FFFFFF;
}

button.sch_menu {
	-webkit-appearance: none;
	width:100%;
	text-align:left;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 10px 20px;
	background: #87CEEB;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFEEEE), to(#87CEEB));
	border: 1px #87CEEB solid;
	color: #000;
	-webkit-box-shadow: 0 2px 2px #000;
	text-shadow: 1px 2px 3px #FFFFFF;
}

button.schP_menu {
	-webkit-appearance: none;
	width:100%;
	text-align:left;
/*	margin: 5px;*/
	margin-top:5px;
	max-width:640px;
	-webkit-border-radius: 10px;
	padding: 10px 20px;
	background: #CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC));
	border: 1px #CCCCCC solid;
	color: #FFF;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
}

textarea {
	width:100%;
	max-width:640px;
	height:12em;
	line-height:1.5em;
}

.p_title {
	border-top:10px double #F00;
	padding: 5px 5px 5px 15px;
	background: #666;
	background: -moz-linear-gradient(top,  #666,  #252525); /* FireFox */
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#252525));/* Chrome & Safari */
	border-radius: 1px;
	-moz-border-radius: 1px; /* FireFox */
	-webkit-border-radius: 1px;/* Chrome & Safari */
	/* font-size:140%; */
	color:#FFF;
}

table.intro {
    width: 100%;
	max-width:640px;
    margin: 0 auto;
	margin-left:0;
	margin-right:auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

table.intro th,
table.intro td {
    padding: 10px;
}

table.intro th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
/*	width: 100px;*/
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

table.intro th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}

/* firefox */

@-moz-document url-prefix() { 
    table.intro th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}

table.intro td {
    background: #f8f8f8;
    /*width: 360px;*/
    padding-left: 20px;
}

.backNoCircle {
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align:center;
	line-height: 80px;
	vertical-align: middle;
	border-radius: 50%;
	border: solid 3px skyblue;
}
