@charset "utf-8";

@font-face {
	src: url(../fonts/Quicksand_Bold.otf);
	font-family: "Quicksand Bold";
}

@font-face {
	src: url(../fonts/Quicksand_Light.otf);
	font-family: "Quicksand Light";
}

@font-face {
	src: url(../fonts/Quicksand_Book.otf);
	font-family: "Quicksand Book";
}

* {
	margin: 0;
	padding: 0;
}

ul,ol,li {
	list-style: none;
}

img {
	border: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid 3px #d3d3d3;
}

img.alignright {
	margin: 3px 0 2px 10px;
	display: inline;
	border: solid 3px #d3d3d3;
}

img.alignleft {
	margin: 7px 10px 2px 0;
	display: inline;
	border: solid 3px #d3d3d3;
}

img.alignnone {
	border: solid 3px #d3d3d3;
}

.alignright,.right {
	float: right;
}

.alignleft,.left {
	float: left;
}

.clear {
	clear: both;
}

.v-bt {
	vertical-align: text-bottom;
}

.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
}

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

a:hover {
	color: #000;
}

h2,h3,h4,h5,h6 {
	font-family: "Quicksand Bold", sans-serif;
	font-weight: normal;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
	background-color: #33333;
}

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

.header,.footer {
	width: 100%;
	float: left;
	padding-top: 10px;
	
}

.footer{
background: white;
}

.header{
background: black;
}

.font_0 {
    font: 27px/1.4em arial,ｍｓ ｐゴシック,ms pgothic,돋움,dotum,helvetica,sans-serif;
    color: #000;
}

.font_2 {
    font: 18px/1.4em arial,ｍｓ ｐゴシック,ms pgothic,돋움,dotum,helvetica,sans-serif;
    color: #000;
}
.font_6 {
    font: 17px/1.4em arial,ｍｓ ｐゴシック,ms pgothic,돋움,dotum,helvetica,sans-serif;
    color: rgb(0, 0, 0);
}
.color_19 {
    color: #A90000;
}
.container_1{
	
	width: 25%;
	height: 620px;
	float: left;
	padding-top: 0px;
	background: white;
	
}

.container_main{
	width: 750px;
	height: 620px;
	float: left;
	padding-top: 0px;
	background: white;
}

.container_2{
	width: 75%;
	height: 620px;
	float: left;
	padding-top: 0px;
	background: white;
    overflow: scroll;
	overflow-y: visible;
	overflow-x: hidden;

}


.header {
	min-height: 30px;
}

.footer {
	padding-bottom: 45px;
	font-size: 12px;
}

.footer h3 {
	font-family: "Quicksand Book", sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	background: url(../images/bg-footer-list.png) no-repeat center bottom;
	margin-bottom: 15px;
}

.footer>div {
	width: 220px;
	float: right;
}

.footer>div+div {
	margin-left: 20px;
}

.footer .social-links li {
	display: inline;
	margin-right: 5px;
}

.footer p {
	margin-bottom: 10px;
}

.footer a {
	font-weight: bold;
}

.logo {
	font-family: 'Quicksand Bold', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	float: left;
	margin-top: -5px;
}

.nav {
	width: 78%;
	float: right;
	text-align: right;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	font-weight: normal;
	padding: 15px;
}

.nav ul {
	float: right;
}

.nav li {
	margin-left: 10px;
	float: left;
}

.nav li a,.nav li a span,a.keep-reading,a.keep-reading span {
	float: left;
	background-image: url(../images/bg-nav.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 12px;
	font-family: "Quicksand Book", sans-serif;
	cursor: pointer;
}

.nav li a,a.keep-reading {
	background-position: left top;
	padding-left: 12px;
}

.nav li a span,a.keep-reading span {
	background-position: right top;
	white-space: nowrap;
	padding: 8px 12px 0 0;
	height: 18px;
}

.nav li a:hover,.nav li.current_page_item a, .nav li.current-page-ancestor a, a.keep-reading:hover {
	background-position: left -26px;
	color: #fff;
	text-shadow: 0 -1px 0 #333;
}

.nav li a:hover span,.nav li.current_page_item a span, .nav li.current-page-ancestor a, a.keep-reading:hover span	{
	background-position: right -26px;
}

a.keep-reading,a.keep-reading span {
	float: none;
	display: inline-block;
}

a.keep-reading span {
	padding-top: 0;
	line-height: 26px;
	height: auto;
}

.gallery {
	

	}

.gallery li {
	
	float: left;
	text-align: center;
	width: 150px;
	height: 150px;
	background: transparent;
}
.gallery li:hover {
	position: relative;
}
.gallery li:hover .popup {
	display: block;
	
}

.gallery li:hover .popup_up {
	display: block;
	
}

.popup {
	position: absolute;
	left: 5%;
	bottom: 55%;
	background: url(../images/bg-mask.png);
	color: #333;
	display: none;
	padding: 5px;
	z-index: 2;
	width: 160%;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}

.popup_up {
	position: absolute;
	left: 0%;
	bottom: 30%;
	background: url(../images/bg-mask.png);
	color: #333;
	display: none;
	padding: 5px;
	z-index: 2;
	width: 160%;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}

.popup_up div {
	border: solid 1px #404040;
	padding: 10px 20px;
	background-color: #fff;
}

.popup_up h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}

.popup_up p+p {
	margin-top: 5px;
}

.popup div {
	border: solid 1px #404040;
	padding: 10px 20px;
	background-color: #fff;
}

.popup h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}

.popup p+p {
	margin-top: 5px;
}

.view-larger {
	background: url(../images/i_mag.png) no-repeat left 2px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: underline;
}

.triangle {
	position: absolute;
	bottom: -12px;
	left: 25px;
}

.triangle img {
	display: block !important;
}

.view-larger {
	background: url(../images/i_mag.png) no-repeat left 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: underline;
}

.sidebar {
	width: 220px;
}

.right+.content {
	padding-right: 310px;
}

.left+.content {
	padding-right: 310px;
}

.content>div {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}
.content>div >h2 {margin-bottom: 25px;}
.box {
	padding-bottom: 30px;
	width: 100%;
	float: left;
}

.searchform {
	background: #f0f0f0 url(../images/bg-searchform.gif) repeat-x left top;
	border: solid 1px #dfdfdf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 26px;
	margin-bottom: 20px;
	border-bottom-color: #9f9f9f;
	padding: 5px;
}

.searchform .input-text {
	padding: 3px 5px 4px;
	height: 16px;
	float: left;
	border: solid 1px #b9b9b9;
	background: #fff url(../images/bg-search-input.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	width: 165px;
}

.widget {
	background: #f7f7f7 url(../images/bg-widget.png) repeat-x left top;
	border: solid 1px #dfdfdf;
	border-bottom-color: #9f9f9f;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 10px 15px;
	margin-bottom: 20px;
}

.widget h2,.widget h3 {
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-family: "Quicksand Book", sans-serif;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

.widget ul {
	padding-left: 5px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.widget li+li {
	margin-top: 7px;
}

.post {
	padding-bottom: 30px;
	background: url(../images/bg-post.png) no-repeat 53px top;
	font-size: 12px;
	line-height: 1.4em;
}

.post h2,.comments h2,.respond h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.post-thumbnail {
	float: left;
	border: solid 3px #d3d3d3;
	margin-left: 20px;
}

.post-thumbnail img {
	width: 135px;
	height: 135px;
	float: left;
}

.post-thumbnail+div {
	padding-left: 240px;
	font-size: 12px;
	line-height: 1.5em;
}

.post h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: "Quicksand Bold", sans-serif;
}

.postime {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
	float: left;
	color: #666;
	font-family: "Quicksand Bold", serif;
	background: url(../images/bg-postime.png) no-repeat left top;
	width: 60px;
	height: 30px;
	text-align: center;
	margin-top: 25px;
}

.single .postime+div {
	padding-left: 80px;
}

.post.page {
	background: none;
	padding-left: 0;
}

.post p+p,.post blockquote,.post ul,.post ol,.post blockquote+p,.post ul+p,.post ol+p,.post p+h3
	{
	margin-top: 15px;
}

.post ol,.post ul {
	list-style-position: outside;
	margin-left: 90px;
	font-size: 14px;
}

.post ol li {
	list-style: decimal;
	margin: 5px 0;
}

.post ul li {
	list-style: disc;
	margin: 5px 0;
}

.blockquote {
	background: url(../images/quote.png) no-repeat 15px top;
	padding-left: 75px;
	color: #666;
	font-size: 12px;
	line-height: 1.4em;
}

.wp-pagenavi {
	padding-left: 60px;
}

.wp-pagenavi a,.wp-pagenavi span {
	font-size: 14px;
	font-family: "Quicksand Book", sans-serif;
	display: inline-block;
	margin-right: 8px;
	line-height: 26px;
	text-align: center;
	min-width: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 8px;
}

.wp-pagenavi a {
	background: #e8e8e8;
	text-shadow: 0 1px 0 #fff;
	border: solid 1px #cfcfcf;
	border-top: none;
	border-bottom-color: #707070;
}

.wp-pagenavi span,.wp-pagenavi a:hover {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	background: #7c7c7c url(../images/bg-pagenav.gif) repeat-x left top;
	border: solid 1px #7e7e7e;
	border-top-color: #606060;
}

.navigation {
	text-align: right;
}

.navigation a,.navigation span {
	display: inline-block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
}

.navigation a {
	text-indent: 100em;
	height: 0;
	padding-top: 33px;
	background-position: left top;
}

.navigation span {
	margin-left: 20px;
	float: right;
}

.navigation .link-previous a,.navigation .link-previous {
	background-image: url(../images/arrow_left.png);
}

.navigation .link-next a,.navigation .link-next {
	background-image: url(../images/arrow_right.png);
}

.navigation a:hover {
	background-position: left bottom;
}

.contacts {
	font-size: 12px;
	line-height: 1.5em;
}

.contacts p+p {
	margin-top: 15px;
	padding: 10px 10px 0;
	border-top: solid 1px #d3d3d3;
	margin-left: -10px;
	margin-right: -10px;
}

.contacts strong {
	color: #000;
	font-weight: normal;
	font-family: "Quicksand Bold";
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

.contacts a {
	text-decoration: underline;
	font-weight: bold;
}

.contacts a:hover {
	text-decoration: none;
}

.content form {
	padding-top: 15px;
}

.content form p {
	width: 98%;
	background: #e3e3e3 url(../images/bg-searchform.png) repeat-x left top;
	float: left;
	padding: 6px 1%;
	border: solid 1px #dfdfdf;
	border-bottom-color: #9f9f9f;
	border-top: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 15px;
	color: #666;
	font-size: 12px;
}

.content form p.last {
	background: none;
	border: none;
}

.content form label {
	width: 18%;
	padding-right: 2%;
	float: left;
	text-align: right;
	font-family: "Quicksand Bold", sans-serif;
	padding-top: 4px;
}

.content form input[type=text],.content form input[type=url],.content form input[type=email],.content form textarea	{
	font-size: 12px;
	color: #333;
	background: #f2f2f2;
	border: solid 1px #b9b9b9;
	background: #fff url(../images/bg-search-input.gif) repeat-x left top;
	padding: 5px 0;
	text-indent: 8px;
	width: 79.5%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.content form input[type=submit],.content form button {
	background: #383838 url(../images/bg-btn.gif) repeat-x left top;
	border: solid 1px #333;
	float: right;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	padding: 6px 10px 8px;
	font-family: "Quicksand Book", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.content form input[type=submit]:hover,.content form button:hover {
	background-color: #000;
}

.content form span.required {
	margin-left: 14%;
	float: left;
	font-size: 11px;
	padding-top: 2px;
}

.comments,.respond {
	clear: both;
	padding-left: 80px;
}

.comment-reply-link {
	text-decoration: underline;
}

.comment-reply-link:hover {
	text-decoration: none;
}

.commentlist,.commentlist li {
	width: 100%;
	float: left;
	padding: 15px 0 20px;
	color: #000;
}

.commentlist li {
	background: url(../images/bg-comment.png) no-repeat 52px 15px;
}

.commentlist .postime {
	margin-top: 30px;
}

.comment-author {
	float: left;
	font-family: "Quicksand Book", sans-serif;
	line-height: 1em;
}

.comment-author a {
	font-family: "Quicksand Bold", sans-serif;
	text-decoration: underline;
}

.comment-author a:hover {
	text-decoration: none;
}

.comment-time {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1em;
}

.comment-content {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5em;
}

.comment-content p+p {
	margin-top: 10px;
}

.commentlist li ul {
	padding-left: 80px;
	padding-top: 30px;
	clear: both;
}

.commentlist li li {
	color: #555;
}

.commentlist li li a {
	color: #555;
}

#searchform input[type=submit] {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 3px 10px;
}

#searchform input[type=submit]:hover {
	background-color: #000;
}

#wp-calendar {
	width: 100%;
	margin-top: 5px;
}

#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: center;
	font-size: 14px;
	padding-bottom: 4px;
}

#wp-calendar thead {
	font-size: 11px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
	border: 0;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.postmeta {
	background: #fefefe url(../images/bg-postmeta.png) repeat-x left top;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	font-size: 12px;
	color: #666;
	margin-top: 20px;
}

.postmeta+.entry {
	margin-top: 15px;
	line-height: 1.5em;
}

.postmeta div.share {
	margin-left: 50px;
}

.postmeta div.share a {
	margin-left: 5px;
}

.comment-stats {
	float: right;
	background: url(../images/i_comment.png) no-repeat left center;
	padding-left: 25px;
}

.postmeta .categories {
	padding-right: 120px;
}

.single .postmeta .categories {
	padding-right: 200px;
}

.categories a {
	font-weight: bold;
}

.wp-caption {
	margin-top: 15px;
}

.wp-caption-text {
	text-align: center;
}

.wpcf7-response-output {
	clear: both;
	margin: 0 !important;
}

.wpcf7-not-valid-tip {
	padding: 0 10px !important;
	left: 10px !important;
}