@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #ffffff;
	color: #fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a,
a:link,
a:visited {
	color: #ff4e00;
	color: #003d4c;
	text-decoration: underline;
}


a:hover,
a:active {
	color: #ff0000;
	text-decoration:none;
}


a img {
	border:none;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}

h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}

h2 {
	background:#fff;
	color: #e32;
	font-size: 190%;
}

h3 {
	color: #2c6877;
	font-size: 165%;
}

h4 {
	color: #993;
	font-weight: normal;
}

ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

/** Layout **/
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #004d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #004d4c;
	text-decoration: underline;
}
#content{
/*	background: #fff;*/
	background: #f7f5e9;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
#header a, #footer a {
	color: #fff;
}

/** containers **/
/*div.form,*/
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}

/* excerpt */

.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

/*================================================================================
	JavaScript Toggle
================================================================================*/

.jsToggle{}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -144px;
}
 
/* Set the fixed height of the footer here */
#push,
#footer {
  height: 144px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.clearfix {
/*	display: inline-block;*/
	*zoom: 1;
}

.clearfix:after {
	display: block;
	content: " ";
	font-size: 1;
	height: 0;
	clear: both;
}

.wrapper_b,
.wrapper_w,
.wrapper_c,
.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

.wrapper_b {
	background-color: #000;
}

.wrapper_w {
	background-color: #fff;
}

.wrapper_c {
	background-color: #f7f5e9;
}

.wrapper_shadow {
	height: 6px;
	background: url('../img/shadow_top.png') no-repeat center;
}

.wrapper_c_top {
	height: 6px;
	background-color: #ffffff;
	background: url('../img/shadow_top.png') no-repeat center;
}

.wrapper_c_bottom {
	height: 6px;
/*	background-color: #ffffff;*/
	background: url('../img/shadow_top.png') no-repeat center;
}

.inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.inner a,
.inner a:hover,
.inner a:active {
	text-decoration:none;
}

.inner_post {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
}

.inner_post table,
.inner_post tr,
.inner_post th,
.inner_post td {
	border: 1px #0 solid;
	background: #fff;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.inner_post table {
	box-shadow: 0px 0px 0px 2px rgba(0,0,0, 1.0);
/*	margin-bottom: 48px;*/
}

.inner_post tr {
	margin: 0;
	padding: 0;
}

.inner_post th {
	margin: 0;
	padding: 0;
	background: #ffdd60;
	text-align: center;
}

.inner_post .LeftTable {
	background: #f2f0f1;
	text-align: center;
	vertical-align: middle;
}

.inner_post .RightTable {
	background: #fff;
}

.inner_post a,
.inner_post a:active,
.inner_post a:hover {
	text-decoration: none;
}

.padding_box {
	padding: 4px 8px 4px 8px;
}

.float_box {
	overflow: hidden;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/*================================================================================
	Header / Footer
================================================================================*/

.HeaderBox {
	width: 950px;
	height: 64px;/* 100px;*/
	margin-left: auto;
	margin-right: auto;
}

.HeaderUser {
	width: 50%;
	margin-left: auto;
	margin-right: 20px;
	font-size: 15px;
	color: #000;
	text-align: right;
}

.HeaderInner {
	width: 1000px;
	Height: 30px;
	margin-top: 14px;
}

.HeaderLogo {
	background: url('../img/header_logo.png') no-repeat left;
	width: 207px;
	height: 29px;
	float: left;
}

.HeaderMenu {
	padding-top: 4px;
	margin-left: 30px;
	color: #000;
	float: left;
	font-size: 15px;
}

.HeaderMenu ul {
	list-style-type: none;
}

.HeaderMenu li {
	float: left;
	margin-left: 0;
	margin-right: 20px;
}

.HeaderMenu a {
	color: #000;
	font-weight: normal;
	text-decoration:none;
}
.HeaderMenu a:hover {
	color: #367889;
	font-weight: normal;
	text-decoration:none;
}

.FooterBox {
	background: #222222;
	width: 100%;
	height: 120px;
}

.FooterMenu {
	width: 920px;
	padding-top: 32px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #fff;
}

.FooterMenu ul {
	margin-left: -1px;
}

.FooterMenu li {
	padding: 0 15px 0 15px;
	margin: 0;
	display: inline;
	border-left: 1px solid #fff;
}

.FooterMenu a {
	color: #fff;
	font-weight: normal;
	text-decoration:none;
}
.FooterMenu a:hover {
	color: #367889;
	font-weight: normal;
	text-decoration:none;
}

.Copyright {
	background: #ffc23e;
	color: #434343;
	width: 100%;
	height: 24px;
	font-size: 16px;
	text-align: center;
}

/*================================================================================
	Visual
================================================================================*/

.VisualBox {
/*	background: url('../img/v_top_bg.png') no-repeat left;*/
	width: 1000px;
/*	height: 387px;*/
	margin: 0;
	padding: 0;
	position: relative;
}

.VisualFloat {
	position: absolute;
}

.VisualBox img {
	margin: 0;
	padding: 0;
}

.TopBack {
	background: url('../img/v_top_bg.png');
}

.TopVisual {
	width: 1000px;
	height: 387px;
	background: url('../img/v_top_cg.png') no-repeat;
	padding:0;
	margin: auto;
}

.TopVisual h1 {
	color:#fff;
	font-size:28px;
	background: 0;
	margin-top:50px;
	margin-bottom: 0;
	padding:0;
}

span.underline {
	border-bottom: solid 1px #fff;
}

/*================================================================================
	Content
================================================================================*/

.ContentBox {
	text-align: center;
	font-size: 17px;
	color: #000;
	line-height: 170%;
	overflow: hidden;
	padding: 40px 20px;
/*	padding-bottom: 32px;*/
	margin: 0;
}

.ContentBox:after {
	clear: both;
}

.ContentBox h1 {
	color: #ff4e00;
	background: none;
	font-size: 48px;
	line-height: 110%;
}

.ContentBox h2 {
	color: #ff4e00;
	background: none;
	font-size: 36px;
	line-height: 110%;
}

.ContentBox h3 {
	color: #434343;
	background: none;
	font-size: 36px;
	line-height: 110%;
}

.FloatBox {
	font-size: 15px;
	line-height: 170%;
	text-align: left;
	float: left;
}

.FloatBox:before,
.Float:after {
	content: "";
	display: table;
}

/*================================================================================
	Top
================================================================================*/

.TopHistory {
	margin: 80px 0 0 0;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

.TopHistoryBox {
	margin-top: -4px;
	background: rgba(0,0,0, 0.4);
	width: 440px;
	height: 108px;
	padding: 8px 6px 8px 12px;
	overflow: hidden;
	
	color: #fff;
	font-size: 14px;
	text-shadow: 2px 2px 1px #000;
	
	-moz-box-shadow: 0px 0px 0px 1px #fff;
	-webkit-box-shadow: 0px 0px 0px 1px #fff;
	box-shadow: 0px 0px 0px 1px #fff;
	
}

.TopHistoryBox ul {
	list-style-type: none;
	margin: 0;
}

.TopHistoryBox a {
	color: #fff;

}


.TopThumbBox {
	width: 1000px;
	height: 540px;
	position: relative;
}

.TopThumbBox ul {
	list-style-type: none;
}

.TopThumbBox li {
	float: left;
	margin: 0 16px 8px 0;
}

.TopThumbNew {
	margin-top: -2px;
	margin-left: 8px;
	position: absolute;
}

.TopFeature {
	width: 265px;
/*	margin-top: 40px;*/
	margin-left: 40px;
	float: left;
}

.TopFeature img {
	display: block;
	margin: 0px auto;
}

.TopFeature p {
	font-size: 12px;
	line-height: 18px;
}

.TopFeature h3 {
	font-size: 28px;
	margin: 0;
}

.TopEnv {
	width: 280px;/*456px;*/
	height: 200px;
	
	padding-left: 120px;
	padding-top: 30px;
	margin-left: 60px;
	margin-right: 16px;
	text-align: left;
	
	float: left;
	position: relative;
}

.TopEnv h3 {
	font-size: 31px;
}

.TopEnv img {
	left: 0px;
	top: 0px;
	position: absolute;
}

.TopEnv p {
	font-size: 14px;
	line-height: 1.5em;
	margin:0;
}

.TopEnv a {
	font-size: 14px;
	color: #ff4e00;
	float: right;
}

.TopEntryBox {
	background: #fff;
	margin: 20px;
	padding: 60px 40px 40px 40px;
	
/*
	-moz-box-shadow: 4px 4px 0px 0px rgba(255,194,62, 1.0);
	-webkit-box-shadow: 4px 4px 0px 0px rgba(255,194,62, 1.0);
	box-shadow: 4px 4px 0px 0px rgba(255,194,62, 1.0);
*/	
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.25);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.25);
	
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 200%;
}

.TopEntryBox2 {
	padding: 20px;
}

.TopEntry {
	width: 380px;
	height: 50px;
	margin-right: 96px;
	float: left;
}

.TopEntryButton {
	padding: 16px 80px;
	color: #fff;
	font-size: 24px;
	
	background: -moz-linear-gradient(top center, #b5db0a 0%, #a4c412 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#b5db0a), to(#a4c412));
	background: linear-gradient(top center, #b5db0a 0%, #a4c412 100%);
	
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	border-radius: 36px;
}

.ArrowBoxL,
.ArrowBoxM,
.ArrowBoxS {
	color: #434343;
	background: -moz-linear-gradient(top center, #ffdd60 0%, #ffc23e 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#ffdd60), to(#ffc23e));
	background: linear-gradient(top center, #ffdd60 0%, #ffc23e 100%);
}

.ArrowBoxL {
	padding: 20px 60px;
	font-size: 22px;
}

.ArrowBoxM {
	padding: 20px 60px;
	font-size: 18px;
}

.ArrowBoxS {
	padding: 8px 60px;
	font-size: 16px;
}

/*================================================================================
	License
================================================================================*/

.SummaryBox {
	text-align: center;
	font-size: 17px;
	color: #000;
	line-height: 170%;
	overflow: hidden;
	padding: 32px 0;
	margin: 0;
}



.SummaryBox h3 {
	color: #434343;
	background: none;
	font-size: 28px;
	line-height: 110%;
}


/*================================================================================
	License
================================================================================*/

table.LicenseTable {
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width:960px;
	margin:auto;
	margin-bottom: 40px;
}

.LicenseTable th{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	font-weight:bold;
	color:#000;
	background: #ffdd60;
	text-align:center;
}
.LicenseTable td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
	color:#000;
}

.LicenseL {
	background: #f2f0f1;
	text-align: center;
}
.LicenseR {
	background: #fff;
}

table.ContactTable {
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width:960px;
	margin:auto;
/*	margin-bottom: 40px;*/
}

.ContactTable th{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	font-weight:normal;
	padding:4px;
	color:#000;
	background: #ffdd60;
	text-align:left;
	vertical-align: top;
}
.ContactTable td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
	color:#000;
}

.ContactInfo {
	width: 800px;
	margin: auto;
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 60px;
}

/*================================================================================
	Download
================================================================================*/

.DownloadContent {
	padding: 24px 32px;
}

.DownloadHeader {
	background: url('../img/example_tip.png') no-repeat;
	padding-left: 64px;
	padding-top: 2px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.DownloadBasic {
	margin: 10px 0;
	padding: 40px 20px 20px 500px;
	color: #000;
	font-size: 14px;
	line-height: 26px;
	vertical-align: top;
	position: relative;
	
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.25);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.25);
}

.DownloadBasic img {
	position:absolute;
	left: 40px;
	top: 40px;
}

.DownloadBox {
	margin-top: 40px;
	padding: 60px 0 40px 70px;
	color: #ff4e00;

	position: relative;
}

.DownloadButton {
	width: 120px;
	padding: 8px 50px;
	color: #fff;
	font-size: 20px;
/*	font-weight: bold;*/
	letter-spacing: 4px;
	
	background: -moz-linear-gradient(top center, #b5db0a 0%, #a4c412 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#b5db0a), to(#a4c412));
	background: linear-gradient(top center, #b5db0a 0%, #a4c412 100%);
	
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
}

.DownloadBox .DownloadButton {
	top: 0px;
	left: 90px;
	position: absolute;
}

.DownloadContent table {
/*	margin-left: 100px;*/
	width: 958px;
	font-size: 14px;
	color: #000;
}

.DownloadContent tr:nth-child(even)  {
	height: 32px;
	background: url('../img/dl_separator.png') no-repeat;
}


.dl_space {
	width: 100px;
}

.dl_title {
	width: 300px;
	text-align: left;
}

.dl_title span {
	border-bottom: solid 1px #000;
}

.dl_file {
	width: 200px;
	text-align: center;
}

.dl_button {
	width: 300px;
	padding-left: 40px;
}

/*================================================================================
	Example
================================================================================*/

.ExampleBox {
	padding-top: 24px;
}

.ExampleLink {
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
	color: #000;
}

.ExampleLink a
.ExampleLink a:hover
.ExampleLink a:active {
	color: #000;
	text-decoration:none;
}

.ExampleBrand {
	background: url('../img/example_tip.png') no-repeat;
	padding-left: 56px;
	padding-top: 8px;
}

.ExampleBrand a,
.ExampleBrand a:active,
.ExampleBrand a:hover {
	color: #000;
	font-size: 24px;
	text-decoration:none;
}

@media only screen and (min-width: 700px) {
	.ExampleBox {
		padding-left: 5%;
	}
}
@media only screen and (min-width: 800px) {
	.ExampleBox {
		padding-left: 10%;
	}
	.ExampleBrand {
		margin-left: -5%;
	}
}
@media only screen and (min-width: 900px) {
	.ExampleBox {
		padding-left: 15%;
	}
	.ExampleBrand {
		margin-left: -10%;
	}
}
@media only screen and (min-width: 1000px) {
	.ExampleBox {
		padding-left: 20%;
	}
	.ExampleBrand {
		margin-left: -15%;
	}
}
@media only screen and (min-width: 1100px) {
	.ExampleBox {
		padding-left: 25%;
	}
	.ExampleBrand {
		margin-left: -20%;
	}
}
@media only screen and (min-width: 1200px) {
	.ExampleBox {
		padding-left: 30%;
	}
	.ExampleBrand {
		margin-left: -25%;
	}
}
@media only screen and (min-width: 1340px) {
	.ExampleBox {
		padding-left: 0;
	}
	.ExampleBrand {
		margin-left: 20px;
	}
}

/*================================================================================
	Practice
================================================================================*/

.PracticeBox {
	background: url('../img/practice_bg.png') repeat-y;
	width: 100%;
	overflow: hidden;
}

.PracticeBox:after {
	clear: both;
}

.PracticeMenuBox {
	width: 280px;
	color: #434343;
	float: left;
}


.PracticeMenuBox:before,
.PracticeContent:before {
	content: "";
	display: table;
}


.PracticeContent {
	width: 680px;
	color: #434343;
	float: left;
	padding-left: 25px;
	padding-top: 32px;
	font-size: 15px;
	line-height: 150%;
}

.PracticeMenu,
.PracticeMenuSelect {
	width: 280px;
	height: 40px;/* 63px;*/
	
	font-size: 14px;
	font-weight: bold;
	padding-top: 23px;
}

.PracticeMenu {
/*	background: url('../practice/img/practice_bg.png');*/
	color: #434343;
}

.PracticeMenuSelect {
	background: #fff;
	color: #ff4e00;
}


.PracticeMenu img,
.PracticeMenuSelect img {
	margin-top: -23px;
	padding-left: 60px;
	padding-right: 10px;
	float:left;
}

.PracticeMenuBox a {
	text-decoration:none;
}

.PracticeMenuBox a:hover {
	text-decoration:none;
}

.PracticeTitle {
	background: url('../img/practice_point.png') no-repeat left;
	height: 32px;/* 48px;*/
	padding-left: 64px;
	padding-top: 16px;
	margin-left: -8px;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
}

.PracticeContent h2 {
	background: url('../img/practice_point.png') no-repeat left;
	height: 36px;/* 48px;*/
	padding-left: 64px;
	padding-top: 12px;
	margin-left: -8px;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
	color: #434343;
	line-height: 120%;
}

.PracticeContent h3 {
	color: #ff4e00;
	background: none;
	font-size: 24px;
	line-height: 120%;
}

.PracticeContent h4 {
	color: #434343;
	background: none;
	font-size: 24px;
	line-height: 120%;
}


.PracticeContent p {
	padding-bottom: 10px;
}

.PracticeContent img {
	margin: 8px 8px 16px 16px;
/*	margin-top: 8px;
	margin-left: 8px;*/
	box-shadow: 0px 0px 8px 0px rgba(0,0,0, 0.5);
}

.PracticeContent img.imgtext {
	margin: 0;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0);
}

.PracticeContent a:link,
.PracticeContent a:visited {
	color: #ff4e00;
}

.PracticeContent a:hover,
.PracticeContent a:active {
	color: #ff0000;
}

.CodeBox {
	width: 600px;
	background: #fff;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px 1px rgba(0,0,0, 0.3);
}

.CodeLine {
	width: 100%;
	font-size: 15px;
	background: #fff;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0, 0.2);
}

.CodeScript {
	width: 100%;
	font-size: 14px;
	background: #fff;
}

.CodeScript pre {
	color: #000;
	background: #fff;
	padding: 4px;
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0, 0.2);
}

/*================================================================================
	User Header
================================================================================*/

.UserHeaderBox {
	width: 100%;
	height: 32px;
/*	position: relative;*/
}

.UserInfo {
	float: right;
}

.UsersBox {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0, 0.4);
	overflow: hidden;
}

.UsersTitle {
	width: 100%;
	height: 24px;
	background: #fc4;
	padding-left: 20px;
}

.UsersForm {
	width: 600px;
}


.UsersForm .alert {
  padding: 8px 35px 8px 14px;
  margin-left: 8px;
  margin-right: 8px;
 
/*
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
*/
}

.PassChangeBox {
	width: 580px;
	height: 0px;
	background: #ccc;
	
	margin-top: 8px;
}

/*================================================================================
	Post
================================================================================*/

.NoticeBox {
	width: 880px;
	border: double 5px #ddd;
	padding: 8px;
	margin-bottom: 32px;
	margin-left: 20px;
}

.NoticeBox h1 {
	color: #444;
	font-size: 1.5em;
}

.PostBox,
.PostListHeader,
.PostHeader,
.PostResHeader,
.PostBody,
.PostResBody,
.PostTitleInner,
.PostInner,
.PostID,
.PostRes,
.PostTitle,
.PostUser,
.PostDate {
	overflow: hidden;
}

.PostContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #000;
}

.PostListBox {
	width: 960px;
/*	position: relative;*/
	box-shadow: 0px 0px 1px 1px rgba(0,0,0, 0.3);
	margin-top: 4px;
}

.PostBox {
	width: 960px;
/*	position: relative;*/
	box-shadow: 1px 1px 4px 1px rgba(0,0,0, 0.2);
	margin-top: 12px;
}


.PostInput,
.PostTextarea{
	font-size: 14px;
}

.PostInput {
	width: 600px;
}

.PostTextarea {
	width: 946px;
	max-width: 946px;
}

.PostListHeader {
	background: #ffffff;
	width: 100%;
	height: 24px;
}

.PostHeader {
	background: #ffe351;
	width: 100%;
	height: 24px;
}

.PostResHeader {
	background: #ffe351;
	width: 100%;
	height: 20px;
	font-size: 75%
}

.PostBody,
.PostResBody {
	background: #ffffff;
	width: 100%;
}

.PostFooter {
	background: #ffffff;
	width: 100%;
}

.PostTitleInner {
	padding-left: 8px;
	padding-top: 2px;
/*	position: relative;*/
}

.PostTitleInner:after {
	content: " ";
	clear: both;
}

.PostInner {
/*
	padding-left: 8px;
	padding-top: 2px;
*/
	padding: 8px;
/*	position: relative;*/
}

.PostID {
	width: 5%;
	float: left;
}

.PostRes {
	width: 5%;
	float: left;
}

.PostTitle {
	width: 50%;
	float: left;
	font-weight: bold;
}

.PostUser {
	width: 15%;
	float: left;
}

.PostDate {
	width: 15%;
	float: left;
	font-size: 80%;
	padding-top: 4px;
}

.PostLeft {
	width: 50%;
	float: left;
}

.PostRight {
	float: right;
}

.PostCode {
	width: 80%;
	margin-left: 10px;
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px 1px rgba(0,0,0, 0.3);
	background: #fffbf8;
	font-size: 90%;
	line-height: 60%;
	
	padding-left: 10px;
	padding-top: 0px;
}

.PostTags {
}

.PostTags p {
	padding: 0;
}

.PostTags table {
	width:640px;
/*	margin-top: -8px;*/
}
.PostTags td {
/*	width:50%;*/
	vertical-align: top;
}

.PostTags table,
.PostTags tr,
.PostTags td {
	border: none;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0, 0.0);
	font-size: 14px;
}

