/* Jimdo Reset
------------------------------------------------*/
body .n {
	padding: 5px 0;
}

div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input,
div.cc-m-form-view-sortable select,
div.cc-m-form-view-sortable textarea {
    font-family: inherit;
    font-size: 0.95em;
}

div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input {
    line-height: normal;
}
div.cc-m-form-view-input input[type="text"] { padding: 0 0.3em; }
div.cc-m-form-view-input textarea { padding: 0.3em; }
div.cc-m-form-view-input select[multiple="multiple"] { padding: 0.2em; }

div.cc-m-form-view-sortable input[type="checkbox"],
div.cc-m-form-view-sortable input[type="radio"] {
    padding: 0;
    border: none;
}

div.cc-m-form-view-input div.captcha input[name="captcha"] {
	font-family: inherit;
	font-size: 1.3em;
	padding: 3px 0 3px 6px;
	line-height: 1.5;
	width: auto;
}

div.cc-m-form-view-input input[type="submit"] {
	display: inline-block;
	padding: 0.5em 1.5em;
	margin: 1.5em auto;
	font-size: 1em;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.cc-m-form-view-input input[type="submit"]:hover {
	color: #333333;
	background-color: #e6e6e6;
}
div.cc-m-form-view-input input[type="submit"]:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

/* Layout
------------------------------------------------*/
#container {
	width: 950px;
	margin: 0 auto;
}

/* Header
------------------------------------------------*/
#header {
	margin: 20px 0 0;
}

/* Logo
----------------------------------*/
h1#logo {
	float: left;
	line-height: 1.6em;
	font-size: 30px;
}

#logo a {
	color: #000;
	text-decoration: none;
}

/* Point
----------------------------------*/
#point {
	margin: 0 0 8px;
	float: right;
	text-align: right;
}
#point p {
	font-size: 12px;
}
#point p span {
	margin: 0 0 15px;
	font-size: 25px;
	font-weight: bold;
}
#point p {
	font-size: 12px;
}

/* Global Navi
----------------------------------*/
#globalnavi {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}
#globalnavi ul.mainNav1 {
	overflow: hidden;
	width: 950px;
	margin: 0;
	padding: 0;
	background: #a8b424;
	background: -moz-linear-gradient(top,  #a8b424 0%, #899229 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8b424), color-stop(100%,#899229)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a8b424 0%,#899229 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a8b424 0%,#899229 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a8b424 0%,#899229 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a8b424 0%,#899229 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8b424', endColorstr='#899229',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 5px 5px;
}
#globalnavi ul.mainNav1 li {
	list-style-type: none;
	float: left;
}
#globalnavi ul.mainNav1 li a {
	display: block;
	margin: 0;
	padding: 10px 15px;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#globalnavi ul.mainNav1 li a:hover {
	background: #7c8227;
}
#globalnavi ul.mainNav1 li a.current {
	background: #7c8227;
}
#globalnavi ul.mainNav1 li a.parent {
	background: #7c8227;
}
#globalnavi ul.mainNav1 li:last-child a {
	border: none;
}
#globalnavi ul.mainNav2 {
	display: none;
}

/* Visual
----------------------------------*/
#visual {
	clear: both;
	width: 950px;
	height: 280px;
	margin: 0;
	display: block;
}

/* content
------------------------------------------------*/
#content {
	float: left;
	width: 680px;
	margin: 5px 0 50px;
}
#content h1 {
	margin: 15px 0 7px;
	padding: 15px;
	background: #ecefd4;
	border-top: 4px solid #9fa527;
	border-bottom: 1px solid #e1e1e1;
}
#content h2 {
	margin: 15px 0 7px;
	padding: 10px 5px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
#content h2:before {
	content: " ";
	margin: 0 7px 0 0;
	padding: 3px 0;
	border-left: 5px solid #9fa527;
}
#content h3 {
	margin: 15px 0 7px;
	padding: 5px 0 5px 15px;
	background: url(https://u.jimcdn.com/cms/o/sc720bd746f0b2f28/userlayout/img/bg-h3.png?t=1373343212) no-repeat 0 center;
	border-bottom: 1px solid #ddd;
}

/* side
------------------------------------------------*/
#side {
	float: right;
	width: 250px;
	margin: 5px 0 50px;
}

#side h1 {
	background: url(https://u.jimcdn.com/cms/o/sc720bd746f0b2f28/userlayout/img/bg-side-h1.png?t=1373332500) no-repeat 7px 48% #9fa527;
	margin: 15px 0 10px;
	padding: 10px 0px 10px 30px;
	text-shadow: 0 0 5px #666;
	font-size: 110%;
	color: #fff;
}
#side h2 {
	margin: 15px 0 10px;
	padding: 0 0 2px 6px;
	border-left: 3px solid #9fa527;
	border-bottom: 1px solid #666;
	font-size: 97%;
}
#side h3 {
	margin: 15px 0 10px;
	padding: 0 0 2px 6px;
	border-bottom: 3px double #dddddd;
	font-size: 97%;
}

/* Local Navi
----------------------------------*/
#localnavi {
	width: 250px;
}
#localnavi .mainNav1 {
	margin: 0;
	padding: 0;
}
#localnavi ul.mainNav1 li {
	list-style: none;
	line-height: 1%;
	font-size: 1px;
}
#localnavi ul.mainNav1 li a {
	display: none;
}
#localnavi ul.mainNav2 {
	margin: 20px 0 0;
	padding: 22px 0 0px;
	border-bottom: 1px solid #dddddd;
	background: url(https://u.jimcdn.com/cms/o/sc720bd746f0b2f28/userlayout/img/bg-sidenav.gif?t=1373510993) no-repeat 0 0;
}
#localnavi ul.mainNav2 li {
	display: inline;
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 250px;
}
#localnavi ul.mainNav2 li a {
	display: block;
	width: 218px;
	margin: 0;
	padding: 10px 10px 10px 20px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: url(https://u.jimcdn.com/cms/o/sc720bd746f0b2f28/userlayout/img/arrow.png?t=1373510988) no-repeat 10px center #f5f5f5;
	line-height: 1.2;
	text-decoration: none;
	font-size: 15px;
	color: #000000;
}
#localnavi ul.mainNav2 li a:hover {
	background: url(https://u.jimcdn.com/cms/o/sc720bd746f0b2f28/userlayout/img/arrow.png?t=1373510988) no-repeat 10px center #ededed;
	font-weight: bold;
}
#localnavi ul.mainNav2 li a.current {
	background: url(https://u.jimcdn.com/cms/o/sc720bd746f0b2f28/userlayout/img/arrow.png?t=1373510988) no-repeat 10px center #ededed;
	font-weight: bold;
}
#localnavi ul.mainNav3 {
	margin: 0;
	padding: 0;
}
#localnavi ul.mainNav3 li {
	display: inline;
	width: 250px;
	margin: 0;
	padding: 0px;
	list-style: none;
}
#localnavi ul.mainNav3 li a {
	display: block;
	width: 208px;
	margin: 0;
	padding: 10px 10px 10px 30px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: url(https://u.jimcdn.com/cms/o/sc720bd746f0b2f28/userlayout/img/arrow.png?t=1373510988) no-repeat 20px center #f5f5f5;
	line-height: 1.2;
	text-decoration: none;
	font-size: 15px;
	color: #000000;
}
#localnavi ul.mainNav3 li a:hover {
	background: url(https://u.jimcdn.com/cms/o/sc720bd746f0b2f28/userlayout/img/arrow.png?t=1373510988) no-repeat 20px center #ededed;
	font-weight: bold;
}
#localnavi ul.mainNav3 li a.current{
	background: url(https://u.jimcdn.com/cms/o/sc720bd746f0b2f28/userlayout/img/arrow.png?t=1373510988) no-repeat 20px center #ededed;
	font-weight: bold;
}

/* footer
------------------------------------------------*/
#footer {
    width: 900px;
	clear: both;
	padding: 25px;
	background: #9fa527;
}
#footer #contentfooter {
	color: #fff;
}
#footer .leftrow a {
	color: #fff;
}
#footer .rightrow a {
	color: #fff;
}
.leftrow a img {
	vertical-align: bottom;
}
#container div#contentfooter div.inforow {
margin-bottom: 0;
}

/* Blog
-----------------------------------------------------------------------*/
#content div.datetime.dt-alignment-right {
 float: right;
 margin: 18px 10px 10px 0;
}
.cc-page-blog #content div.datetime.dt-alignment-right {
 float: right;
 margin: 32px 10px 10px 0;
}
.blogselection h1 {
 background: #eeeeee !important;
 border: none !important;
}
#content h1.post-title { margin: 25px 0 0 0; }
.postmeta {
 margin: 10px auto;
 text-align: left;
 color: #aaa;
 font-size: small;
 border-bottom: 1px dotted #ccc;
}
body.cc-page-blog #container h1.post-title a {
 color: #000000;
}
body div.blogselection div.n { padding: 0; }
body.cc-page-blog #content { margin: 0; }