@charset "utf-8";
/* reset css
---------------------- */

@font-face {
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}
html {
	min-height: 100%;
	overflow-y: scroll;
	background: #f1f1f1;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	padding: 0;
	margin: 0;
}
address, caption, em, strong, th {
	font-style: normal;
}
caption, th {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
li {
	list-style-type: none;
}
#contents table, #contents ol, #contents ul, #contents dl, #contents blockquote, #contents pre {
	margin-bottom: 0px;
}
#top_contents table, #top_contents ol, #top_contents ul, #top_contents dl, #top_contents blockquote, #top_contents pre {
	margin-bottom: 0px;
}
#contents p {
	margin-bottom: 12px;
}
#top_contents p {
	margin-bottom: 12px;
}
a img, fieldset {
	border: none;
}
body {
	-webkit-text-size-adjust: none;
	min-width: 1040px;
	height: 100%;
	font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 80%;
	color: #111;
	letter-spacing: 1px;
	line-height: 1.6;
	background: #fff;
}
* html body {
	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a:link {
}
a:visited {
	text-decoration: none;
}
a:hover {
}
a:active {
}

/* LAYOUT
---------------------- */
#page {
	width: auto;
	margin: 0 auto;
}
#page .header_bg {
	content: "　";
	background: url(img/header-background.png) no-repeat center 0px;
}

/* header */
#header h1 {
	width: 1020px;
	font-size: 80%;
	font-weight: normal;
	margin: 0 auto;
}
#header {
	min-width: 1020px;
}
#header .header {
	width: 1020px;
	margin: 0 auto;
	padding: 15px 0;
}
#header .header:after {
	content: " ";
	display: table;
	clear: both;
}
#header .header .head-logo {
	float: left;
}
#header .header .head-inquiry {
	position: relative;
}
#header .header .head-inquiry:before {
	float: right;
	display: block;
	content: url(img/inquiry.png);
}
#header .header .head-inquiry > a {
	position: absolute;
	right: 0;
}
#header .header .head-inquiry > a:hover {
	opacity: 0.8;
}

/* navigation */
#gnavi {
	min-width: 1040px;
	padding: 20px 0 0;
}
#gnavi ul {
	width: 1020px;
	margin: 0px auto;
}
#gnavi ul:after {
	content: " ";
	display: table;
	clear: both;
}
#gnavi ul li {
	width: 16.3%;
	float: left;
}
#gnavi ul li:nth-child(2) {
	width: 18.5%;
}
#gnavi ul li > a {
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 95%;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #222;
	padding: 10px 0;
	margin: 4px 0 4px;
	font-weight: bold;
	box-sizing: border-box;
}
#gnavi ul li > a:hover {
	color: #0081d7;
}
#gnavi ul li > a:hover:before {
	color: #0081d7;
}
#gnavi ul li > a:before {
	position: absolute;
	content: "　";
	background: url(img/navi_boder.png) no-repeat;
	left: 0;
}
#gnavi ul li:nth-child(6) > a:after {
	position: absolute;
	content: "　";
	background: url(img/navi_boder.png) no-repeat;
	right: 0;
}
#gnavi ul li.navi_slide {
	position: relative;
	cursor: pointer;
}
#gnavi ul li.navi_slide > a {
	cursor: default;
}
#gnavi li.navi_slide ul {
	display: none;
	position: absolute;
	width: 150%;
	height: inherit;
	margin-left: -5px;
	padding: 0 14px;
	border-bottom: 3px solid #bce2e8;
	overflow: hidden;
	zoom: 1;
	z-index: 5000;
	border-radius: 0 0 4px 4px;
	background: rgba(255, 255, 255, 0.95);
	background: #fff\9;
}
#gnavi li.navi_slide ul li {
	width: 100%;
	color: #595757;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	float: none;
}
#gnavi li.navi_slide ul li:last-child {
	border: 0px;
}
#gnavi li.navi_slide ul li a {
	display: block;
	position: inherit;
	text-align: left;
	text-decoration: none;
	text-shadow: inherit;
	font-size: 105%;
	letter-spacing: 1px;
	color: #444;
	margin: 0 auto;
	padding: 8px 0;
	background: none;
	box-shadow: none;
}
#gnavi li.navi_slide ul li a:after, #gnavi li.navi_slide ul li a:before {
	content: " ";
	border: 0px;
}
#gnavi li.navi_slide ul li a:hover {
	color: #0081d7;
	box-shadow: inherit;
}
#gnavi li.navi_slide ul li a:hover:before {
	box-shadow: inherit;
	background: none;
}
#gnavi + #visual {
	border-bottom: 0px;
}
#top_contents {
	margin: 0 auto;
	padding: 15px 0;
	background: #fff;
	clear: both;
}
#top_contents:after {
	content: " ";
	display: table;
	clear: both;
}
#contents {
	width: 1020px;
	margin: 0 auto;
	padding: 15px 0;
	background: #fff;
	clear: both;
}
#contents:after {
	content: " ";
	display: table;
	clear: both;
}

/* contents */
#visual {
	min-width: 1040px;
	margin-bottom: 14px;
	padding: 20px 0 0;
}
#visual .visual {
	width: 1020px;
	margin: 0 auto;
}
#visual .visual img {
	width: 100%;
}
#top_contents:after, #header:after, #gnavi:after {
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}
#main {
	float: right;
	width: 750px;
	margin: 0px;
}
#main:after {
	content: " ";
	display: table;
	clear: both;
}
.section {
	padding: 0 0 20px;
}
#main .section > .section_title {
	position: relative;
	font-size: 160%;
	font-weight: normal;
	color: #333;
	padding: 20px 20px;
	margin: 0px;
	font-weight: bold;
	background: #e5f4ff;
	border-bottom: 3px solid #0081d7;
}
#main .section > .section_title:after {
	position: absolute;
	content: url(img/midashi_pt02.png);
	bottom: 0;
	right: 0;
}
.section .content_title {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 14px;
	padding: 10px 15px;
	background: #f1f1f1;
}
.section > .article {
	padding: 20px 10px 20px;
}
.child_content_section {
	padding: 7px 0 30px;
}
#main .child_content_section > .section_title {
	font-size: 160%;
	color: #0081d7;
	border-left: 5px solid #0081d7;
	padding: 0 0 0 15px;
	margin: 0 0 15px 5px;
}
.child_content_section > .article {
	padding: 18px 10px 15px;
}

/* .in_content */
.in_content {
	padding: 12px 5px 20px;
}
.in_content > .title {
	font-size: 110%;
	color: #000;
	margin-bottom: 12px;
	padding: 10px 15px;
	background: #f1f1f1;
}
.in_content > .in_content_inner {
	padding: 10px 5px;
}

/* sub */
#sub {
	float: left;
	width: 240px;
	margin: 0px;
}
#sub a > img:hover {
	opacity: 0.7;
}
#sub > p {
	margin-bottom: 18px;
}
#sub_info {
	padding: 0 10px 8px;
}
#sub_info h2 {
	font-size: 120%;
	line-height: 1.3;
	margin: 0 -10px 6px;
	padding: 8px 15px;
	background: #ff0000;
}
#sub_info h2 span {
	display: block;
	font-size: 60%;
	font-weight: normal;
}
#sub_info dl {
	padding: 15px;
	border: 1px solid #cccccc;
}
#sub_info dt {
	font-weight: bold;
	margin-bottom: 6px;
}
#sub_info dd {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
#sub_info dd:last-child {
	margin: 0;
	border: 0px;
}
#sub .sub_menu {
}
#sub .sub_menu > .set {
	border-top: 5px solid #0081d7;
	padding: 10px 0 30px 0;
	margin-bottom: 10px;
}
#sub .sub_menu .sub_menu_title {
	padding: 0 5px 8px 22px;
	font-size: 140%;
	margin-bottom: 0;
}
#sub .sub_menu .sub_menu_title:before {
	position: relative;
	content: url(img/sub-menu_point.png);
	left: -7px;
}
#sub .sub_menu ul {
	padding: 0 10px;
}
#sub .sub_menu li {
	position: relative;
}
#sub .sub_menu li a {
	border-bottom: 1px dashed #CCCCCC;
	display: block;
	padding: 11px 20px 11px 8px;
	text-decoration: none;
	color: #000000;
}
#sub .sub_menu li a:after {
	display: block;
	position: absolute;
	content: url(img/sub-arrow.png);
	right: 10px;
	top: 40%;
}
#sub .sub_menu li:nth-child(1) {
	border-top: 1px dashed #CCCCCC;
}
#sub .sub_menu li a:hover {
	background: #e5f4ff;
}
#sub .sub_menu {
}
#sub .sub_bannar li {
	margin-bottom: 15px;
}

/* footer */
#footer {
	position: relative;
	min-width: 1020px;
}
#footer .pagetop {
	text-align: right;
	width: 1020px;
	margin: 0 auto;
}
#footer .pagetop .mark {
	display: inline-block;
	margin: 0px;
}
#footer .pagetop .mark a {
	display: block;
	font-size: 90%;
	color: #fff;
	padding: 5px 15px 4px;
	border-radius: 4px 4px 0 0;
	background: #1c6a9b;
}
#footer .pagetop .mark a:before {
	content: "\0025b2";
	margin-right: 4px;
}
#footer .footer {
	border-top: 2px solid #1f699a;
	background: #1c6a9b;
}
#footer #footer_msg {
	font-size: 110%;
	line-height: 1.4;
	color: #fff;
	padding: 15px 0;
	background: #3366CC;
}
#footer #footer_msg .footer_msg {
	width: 1020px;
	margin: 0 auto;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer .information .information_inner .information_body {
	padding: 25px 0 0;
}
#footer .information .information_inner .information_body:after {
	content: " ";
	display: table;
	clear: both;
}
.footernavi {
	width: 415px;
	margin: 0 auto;
	float: left;
	padding: 0 40px 0 0;
}
.footernavi:after {
	content: " ";
	display: table;
	clear: both;
}
.footernavi li {
	width: 50%;
	font-size: 80%;
	float: left;
	margin: 0 0 3px 0;
}
.footernavi li:before {
	content: ">";
	font-size: 120%;
	color: #333;
}
.footernavi li a {
	text-decoration: underline;
	color: #333;
}
#footer .footernavi li a:hover {
	border-bottom: 1px double #0081d7;
	color: #0081d7;
}
.footernavi_title {
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}
.footernavi_title:before {
	content: "●";
	font-size: 140%;
	color: #333333;
}
.footer_company_navi {
	float: left;
	width: 150px;
}
.footer_company_navi ul {
}
.footer_company_navi li {
	font-size: 80%;
	margin: 0 0 3px 0;
}
.footer_company_navi li:before {
	content: ">";
	font-size: 120%;
	color: #333;
}
.footer_company_navi li a {
	color: #333;
}
#footer .footer_company_navi li a:hover {
	border-bottom: 1px double #0081d7;
	color: #0081d7;
}
.company_navi_title {
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}
.company_navi_title:before {
	content: "●";
	font-size: 140%;
	color: #333333;
}
div#copy {
	text-align: center;
	width: 1020px;
	margin: 0 auto;
	padding: 5px 0 10px;
}
div#copy img {
	position: relative;
	vertical-align: bottom;
	top: -4px;
	left: 14px;
}
#copy a {
	text-decoration: none;
	font-size: 90%;
	color: #fff;
}

/* 戻る */
.return {
	text-align: right;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0px 0px;
	margin: 0px;
	clear: both;
}
.return a {
	text-decoration: none;
	color: #663333;
	padding: 4px 5px;
}
.return a:before {
	content: "\0025b2";
	margin-right: 4px;
}

/* 汎用スタイル */
.clear {
	clear: both;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}

/* 各固定ページ用
---------------------- */
/* greeting.html */

.company_table_inner {
	padding: 20px 0 25px;
	background: #ff0000;
}
.company_table_inner .company_table {
	width: 100%;
	padding: 20px 20px 25px;
	box-sizing: border-box;
	border-collapse: collapse;
}
.company_table_inner .company_table th, .company_table_inner .company_table td {
	padding: 18px 20px;
	border: 1px solid #ccc;
}
.company_table_inner .company_table th {
	text-align: center;
	width: 29%;
	font-weight: normal;
}
#main .company_office_list {
	margin: 0px;
}
.company_office_list dt {
}
.company_office_list dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.company_office_list dd:last-child {
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
}

/* .flow */
.flow {
	padding: 0;
}
.flow .flow_set {
	position: relative;
	margin: 0 0 10px;
	padding: 15px 0 10px;
}
.flow .flow_set:after {
	content: " ";
	display: table;
	clear: both;
}
.flow .flow_set:before {
	content: url(img/arrow.png);
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -40px;
	left: 0px;
}
.flow .flow_set:last-child {
	margin: 0;
}
.flow .flow_set:last-child:before {
	content: "";
	bottom: 0px;
}
.flow .last_set:before {
	content: "";
	bottom: 0px;
}
.flow .flow_set .flow_head {
	float: left;
}
.flow .flow_set .flow_head .step {
	text-align: center;
}
.flow .flow_set .flow_msg {
}
.flow .flow_set .r_padding {
	padding: 0 200px 0 0;
}
.flow .flow_set .flow_body {
	padding: 0 0 0 95px;
}
.flow .flow_set .flow_body:after {
	content: " ";
	display: table;
	clear: both;
}
.flow .flow_set .flow_body .flow_img {
	width: 30%;
	float: right;
}
.flow .flow_set .flow_msg .flow_title {
	font-size: 160%;
	text-shadow: 0.5px 0 0 #00acc6;
	line-height: 1.4;
	color: #00acc6;
	margin-bottom: 5px;
}

/* access.html */
#access_map {
	width: 640px;
	margin: 0 auto;
	padding: 28px 10px;
}
#access_map .map_set {
	margin-bottom: 23px;
}
#access_map .map_set #map {
	width: 100%;
	height: 350px;
	border: 1px dotted #fff;
	margin-bottom: 15px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
#access_map .map_set .guide {
	text-align: center;
	font-size: 90%;
	line-height: 1.0;
	letter-spacing: 2px;
	color: #fff;
	padding: 8px 20px;
	background: #3366CC;
}
#access_map .map_set .guide:before {
	content: "\00ff0b\00ff0d";
	font-size: 110%;
	letter-spacing: 4px;
	color: #fff;
	margin-right: 6px;
	padding: 0 1px 0 5px;
	border: 1px solid #fff;
}
#access_map .access_data {
	padding: 10px 5px 14px;
	border-bottom: 1px dotted #ccc;
}
#access_map .access_data .title {
	font-size: 85%;
	line-height: 1.0;
	color: #3366CC;
	margin-bottom: 15px;
	padding: 4px 0 2px 8px;
	border-left: 5px solid #3366CC;
	vertical-align: middle;
}
#access_map .access_data dl {
	line-height: 1.4;
	margin-bottom: 0px;
	padding: 0 5px;
	overflow: hidden;
	zoom: 1;
}
#access_map .access_data dl:after {
	content: " ";
	display: table;
	clear: both;
}
#access_map .access_data dl dt {
	margin: 0 0 10px 0;
	font-weight: bold;
}
#access_map .access_data dl dd {
	margin: 0 0 20px 0;
}

/* privacy.html */
#privacy #main ul li {
	margin-left: 8px;
	margin-bottom: 4px;
	list-style: none;
}
#privacy #main dl {
	margin-left: 8px;
}
#privacy #main dl dt {
	margin-bottom: 4px;
}
#privacy #main dl dd {
	margin-left: 5px;
	margin-bottom: 14px;
}
#privacy #main h4 {
	margin: 20px 0 5px 0;
}
#privacy .privacy_inner {
	padding: 15px 10px 20px;
}
#privacy .privacy_inner h3 {
	margin: 0 -10px 20px;
	padding: 8px 15px;
	background: #f1f1f1;
}

/* inquiry.html */
.attent_block {
	padding: 0 10px;
}
.attent_block h3 {
	font-size: 120%;
	color: #444;
	margin: 0 -10px 14px;
	padding: 9px 14px;
	border-radius: 4px;
	background: #eee;
}
.attent_block .set {
	margin-bottom: 20px;
	padding: 0 10px;
}
.attent_block .set .title {
	font-size: 110%;
	color: #a5460e;
	margin: 0 -10px 10px;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}
.attent_block .set .title:before {
	content: "\0025cf";
	color: #a5460e;
	margin-right: 6px;
}
.attent_block .list01 {
	padding: 5px 0px 0px;
}
.attent_block .list01 li {
	text-indent: -14px;
	color: #5A4727;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-left: 14px;
}
.inquiry_info {
	margin-bottom: 25px;
}
.inquiry_info:after {
	content: " ";
	display: table;
	clear: both;
}
.inquiry_info .set {
	width: 49%;
	margin-right: 2%;
	float: left;
}
.inquiry_info .set:last-child {
	margin: 0px;
}
.inquiry_info .set .title {
	font-size: 110%;
	margin-bottom: 4px;
}
.inquiry_info .no {
	font-size: 260%;
	font-family: "arial black";
	letter-spacing: -1px;
	line-height: 1.0;
}
.inquiry_info .tel .no {
	color: #000;
}
.inquiry_info .fax .no {
	color: #a77b66;
}
.inquiry_info .tel .no:before {
	content: url(img/tel-mark.png);
	margin-right: 8px;
}
.inquiry_info .fax .no:before {
	content: url(img/fax-mark.png);
	margin-right: 8px;
}
#inquiry .inquiry_inner {
	margin: 15px 0 30px;
	padding: 10px 20px 15px;
}
#inquiry .inquiry_inset {
	margin-bottom: 25px;
	padding: 15px 15px 8px 25px;
	background: #fff;
	overflow: hidden;
	zoom: 1;
}
#inquiry #main .inquiry_inner h3 {
	font-size: 120%;
	color: #333;
	margin: 0 -10px 20px;
	padding: 10px 15px;
	background: #eee;
}
#MailForm span {
	color: #FF0000;
}
#MailForm .hissu {
	background: #FF0000;
	color: #fff;
	padding: 1px 3px;
	margin: 0 0 0 3px;
}
#MailForm table {
	width: 99%;
	margin: 5px 0 25px;
	border-collapse: collapse;
}
#MailForm th, #MailForm td {
	padding: 18px 15px;
	border: 1px solid #e1e1e1;
	font-weight: normal;
	color: #111;
}
#MailForm th {
	width: 140px;
	background-color: #f9f9f9;
}
#MailForm input, #MailForm textarea {
	width: 310px;
	font-family: "メイリオ";
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #444;
	margin: 2px 0;
	padding: 9px 9px;
	border: 1px solid #e1e1e1;
}
#MailForm textarea {
}
#MailForm select {
	font-size: 110%;
	padding: 10px 10px;
	border: 1px solid #e1e1e1;
}
#MailForm label {
	cursor: pointer;
	padding: 2px 0;
}
#MailForm .form3 {
	vertical-align: middle;
	width: 3%;
}
#MailForm .form25 {
	width: 25%;
}
#MailForm .form45 {
	width: 45%;
}
#MailForm .form60 {
	width: 60%;
}
#MailForm .form90 {
	width: 93%;
}
#MailForm .attent {
	font-size: 90%;
	color: #666;
}
#MailForm .attent2 {
	font-size: 90%;
	color: #4D3A20;
}
#MailForm .focus {
	background: #ffe7e0;
}
#MailForm02 .focus {
	background: #ffe7e0;
}
.send_btn_inner {
	text-align: center;
	padding: 15px 0 20px;
}
.send_btn_inner:hover {
	opacity: 0.5;
}
.send_btn {
	display: inline-block;
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 10px;
	padding: 15px 30px;
	border: 0px;
	background: #FF9900;
}
.submit_btn {
	width: 50%;
}
.reset_btn {
	width: 30%;
}
.inputarea li {
	margin: 0 15px 0 0;
	float: left;
}
#thanks p {
	line-height: 300px;
	text-align: center;
}
#main .inquiry-info {
	margin: 0px;
	overflow: hidden;
	zoom: 1;
}
.inquiry-info li {
	margin-right: 15px;
	float: left;
}

/* formmail.cgi */
.send_inner {
	padding: 12px 0 20px;
}
.send_inner .send_step_msg {
	text-align: center;
	font-size: 140%;
	margin-bottom: 15px;
}

/* formmail.cgi:send base */
.send_guide_msg {
	text-align: center;
	color: #444;
	padding: 0 0 15px;
}
.send_inner .send_btn_inner {
	text-align: center;
}
.send_inner .send_btn_inner .send_btn {
	display: inline-block;
	color: #fff;
	font-size: 130%;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0 10px;
	padding: 15px 30px;
	border: 0px;
	background: #FF9900;
}
.send_inner .send_btn_inner .btn_return {
	background-color: #797979;
}
.send_inner .send_btn_inner .btn_return {
	background-color: #797979;
}

/* formmail.cgi:send confirm */
.send_confirm_table {
	padding: 17px 0 30px;
}
.send_confirm_table table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}
.send_confirm_table table th, .send_confirm_table table td {
	font-size: 110%;
	font-weight: normal;
	line-height: 1.5;
	border: 1px solid #ccc;
	padding: 17px 20px;
	background: #fff;
}
#main .send_confirm_table table th {
	width: 40%;
	background: #f5f5f5;
}
.send_confirm_table table {
}

/* formmail.cgi:send error */
.send_inner .send_error {
	padding: 15px 0 30px;
}
.send_inner .send_error li {
	font-size: 110%;
	padding: 5px 0;
}
.send_inner .send_error li:before {
	content: "\0025cf";
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	color: #C2C2C2;
	margin-right: 8px;
}
.send_inner .send_error li span {
	display: inline-block;
	color: #FF3333;
	margin-right: 5px;
}

/* base styles
---------------------- */
.table_base {
	padding: 20px 0 25px;
}
.table_base table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}
.table_base table th, .table_base table td {
	font-weight: normal;
	padding: 18px 16px;
	border: 1px solid #E3E3E3;
}
.table_base table tbody th {
	text-align: center;
	width: 28%;
}
.content_inner {
	padding: 10px 0 25px;
}
.content_inner:after {
	content: " ";
	display: table;
	clear: both;
}
.content_inner .section_child_title {
	font-size: 160%;
	color: #0081d7;
	border-left: 5px solid #0081d7;
	padding: 0 0 0 15px;
	margin: 0 0 20px 5px;
}
.content_inner .article:after {
	content: " ";
	display: table;
	clear: both;
}
.content_inner .images_r {
	float: right;
}
.content_inner .images_l {
	float: left;
}
.content_inner img {
	width: 100%;
}
.content_inner_set:after {
	content: " ";
	display: table;
	clear: both;
}
.w_margin270 .images_r, .w_margin270 .images_l {
	width: 270px;
	margin-right: 15px;
}
.w_margin270 .msg_l {
	padding-right: 310px;
}
.w_margin270 .msg_r {
	padding-left: 310px;
}
#main .pick_text {
	font-size: 140%;
	color: #6699CC;
	margin-bottom: 16px;
}
.breadcrumbs {
	position: relative;
	width: 1020px;
	padding: 15px 0 10px;
	top: -10px;
}
.breadcrumbs ul:after {
	content: " ";
	display: table;
	clear: both;
}
.breadcrumbs ul li {
	font-size: 90%;
	margin-right: 5px;
	float: left;
}
.breadcrumbs ul li a {
	display: inline-block;
	margin-right: 4px;
}

/* .page_link */
.page_link {
	display: inline-block;
	text-align: right;
	padding: 5px 0 10px;
	float: right;
}
.page_link a {
	position: relative;
	display: block;
	text-align: right;
	font-size: 90%;
	line-height: 1.5;
	padding: 1px 14px;
	padding-right: 36px;
	overflow: hidden;
}
.page_link a:after {
	position: absolute;
	content: " ";
	width: 11%;
	height: 100%;
	background: url(img/point01.png) no-repeat center center #b48f40;
	right: 0px;
	top: 0px;
}

/* .button_base */
.button_base a {
	position: relative;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	min-width: 200px;
	font-size: 110%;
	color: #3d74bf;
	padding: 10px 14px 10px 34px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #d1d1d1;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
	background: -moz-linear-gradient(top, #BFD9E5, #3D95B7 50%, #0080B3 50%, #0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(0.5, #efefef), color-stop(0.5, #e3e2e2), to(#f6f6f6));
	background: #ededed\9;
}
.button_base a:before {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(img/button_base_point.png) no-repeat left center;
	top: 0px;
	left: 12px;
}
.button_base a:hover:after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	top: 0px;
	left: 0px;
}

/* .image_list */
.image_list {
}
.image_list:after {
	content: " ";
	display: table;
	clear: both;
}
.image_list li {
	float: left;
}
.image_list li img {
	width: 100%;
}
.image_list li span {
	padding: 15px 0 0;
	display: block;
}
.two_image {
}
.two_image li {
	width: 48%;
}
.two_image li:first-child {
	margin-right: 25px;
}
.three_image {
}
.three_image li {
	width: 31%;
}
.three_image li:nth-child(-n+2) {
	margin-right: 25px;
}

/* 各ページ用スタイル
---------------------- */
/* -------------------
汎用指定 */

.inner01 {
	margin-bottom: 25px;
}
.inner01:after {
	content: " ";
	display: table;
	clear: both;
}

/* -------------------
index.html */
/* .holiday_news */

.holiday_news {
	width: 880px;
	margin: 0 auto 70px;
	border-bottom: 1px solid #999999;
}
.holiday_news:after {
	content: " ";
	display: table;
	clear: both;
}
.holiday_logo {
	float: left;
	width: 12%;
	padding: 20px;
}
.holiday_list {
	margin: 0 0 0 170px;
	padding: 20px 0 0;
}
.holiday_list .holiday_set {
	padding: 8px 0 0;
}
.holiday_list .holiday_set:after {
	content: " ";
	display: table;
	clear: both;
}
.holiday_list .holiday_set dt {
	float: left;
	color: #0081d7;
	font-size: 120%;
	font-weight: bold;
	padding: 8px 0 0;
}
#top_contents .holiday_list .holiday_set dd {
	padding: 10px 0 20px 140px;
}
#top_contents .holiday_list .holiday_set dd:nth-child(2) {
	border-bottom: 1px dotted #CCCCCC;
}

/* top_menu_conntents */
.top_menu_conntents {
	width: 1020px;
	margin: 0 auto 80px;
}
.top_menu_conntents ul {
	overflow: hidden;
	zoom: 1;
	line-height: normal;
}
.top_menu_conntents ul li {
	float: left;
	margin: 0 17px 0 0;
}
#top_hover .top_menu_conntents ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	zoom: 1;
	border-radius: 5px;
}
#top_hover .top_menu_conntents ul li a .bg {
	position: absolute;
	top: 188px;
	left: 0;
}
.top_menu_conntents ul li:nth-child(5) {
	margin-right: 0;
}
.top_menu_conntents .top_menu_btn {
	margin: 40px 0;
	text-align: center;
}
.top_menu_conntents .top_menu_btn a {
	position: relative;
	padding: 12px 130px;
	font-size: 130%;
	font-weight: bold;
	border: 1px solid #0081d7;
	color: #0081d7;
	border-radius: 3px;
	text-decoration: none;
}
.top_menu_conntents .top_menu_btn a:after {
	position: absolute;
	display: block;
	content: url(img/sub-arrow.png);
	right: 80px;
	top: 16px;
}
.top_menu_conntents .top_menu_btn a:hover {
	background: #0081d7;
	color: #fff;
	border: 1px solid #0081d7;
}
.top_menu_conntents .top_menu_btn a:hover:after {
	position: absolute;
	display: block;
	content: url(img/sub-arrow2.png);
	right: 80px;
	top: 16px;
}

/* course_list */
.course_list {
	width: 1020px;
	margin: 0 auto;
	padding: 60px 0;
}
.course_list:after {
	content: " ";
	display: table;
	clear: both;
}
.course_list .course_set {
	float: left;
	width: 188px;
	margin: 0 20px 0 0;
}
.course_list .course_set:nth-child(5) {
	margin: 0;
}
.course_list .course_img {
	padding: 0 0 15px 0;
}
.course_list .course_msg {
	padding: 0 0 0 12px;
	letter-spacing: 0.1em;
}

/* top_introduction */
.top_introduction {
	background: #e5f4ff;
}
.top_introduction .intro_set {
	width: 1020px;
	margin: 0 auto;
	padding: 15px 0 50px;
}
.top_introduction .intro_set:after {
	content: " ";
	display: table;
	clear: both;
}
.top_introduction .intro_set .intro_left {
	width: 470px;
	float: left;
	padding: 55px 0;
}
.top_introduction .intro_set .intro_midashi {
	font-size: 180%;
	color: #0081d7;
	font-weight: bold;
	border-left: 5px solid #0081d7;
	padding-left: 20px;
	line-height: 1.4em;
}
.top_introduction .intro_set .msg {
	padding: 20px 0 0 0;
}
.top_introduction .intro_set .msg > p {
	font-size: 110%;
	text-shadow: 0.3px 0 0 #333;
	line-height: 1.8em;
}
.top_introduction .intro_set .intro_rigth {
	float: right;
}

/* #footer .information */
#footer .information {
	padding: 40px 0;
	background: #f9f9f9;
}
#footer .information .information_inner {
	width: 1020px;
	font-size: 105%;
	margin: 0 auto;
}
#footer .information .information_inner:after {
	content: " ";
	display: table;
	clear: both;
}
#footer .information .information_inner .information_head {
	float: left;
}
#footer .information .company_data {
	width: 415px;
}
#footer .information .company_data .logo {
}
#footer .information .company_data .tel {
	padding-bottom: 12px;
}
#footer .information .company_data .medical_course {
	padding: 0px 0 15px;
}
#footer .information .company_data .medical_course:after {
	content: " ";
	display: table;
	clear: both;
}
#footer .information .company_data .medical_course dt {
	float: left;
}
#footer .information .company_data .medical_course dd {
	padding: 0 0 0 85px;
}
#footer .information .company_data .schedule {
	text-align: right;
	font-size: 85%;
	letter-spacing: 0px;
	color: #6e6e6e;
	padding-bottom: 20px;
}
#footer .information .company_data .schedule img {
	margin-bottom: 5px;
}
#footer .information .company_data .contact_link {
}
#footer .information .maps {
	width: 540px;
	float: right;
}
#footer .information .maps .map_image {
	text-align: right;
}
#footer .information .maps a {
	text-decoration: underline;
	font-size: 90%;
	color: #2d678f;
}
#footer .information .maps a:hover {
	opacity: 0.8;
}
#footer .information .maps .map_image img {
	border: 1px solid #ccc;
	margin-bottom: 8px;
}
#footer .information .maps .access_link {
}
#footer .information .maps .access_link:before {
	content: " ";
	position: relative;
	width: 0px;
	height: 0px;
	display: inline-block;
	margin-right: 8px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #2d678f;
	bottom: -2px;
}

/* .media */
.media {
	padding: 50px 0 40px;
	background: #e5f4ff;
	margin-bottom: 50px;
}
.media .media_inner {
	width: 1020px;
	margin: 0 auto;
}
.media .media_inner:after {
	content: " ";
	display: table;
	clear: both;
}

/* .media .top_news */
.media .top_news {
	width: 500px;
	border-right: 1px solid #95c5e4;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
}
.media .top_news .header {
	position: relative;
	text-align: center;
	font-size: 160%;
	font-weight: normal;
	padding: 0px 8px 10px;
	margin: 0 auto 12px;
}
.media .top_news .header .title {
	border-bottom: 2px solid #0081d7;
	display: inline-block;
}
.media .top_news .header .title:before {
	position: relative;
	content: url(img/midashi_pt.png);
	bottom: -2px;
	left: -7px;
}
.media .top_news .news_inner {
	padding: 15px 0 35px;
}
.media .top_news .news_inner dl {
}
.media .top_news .news_inner dt {
	float: left;
	color: #0081d7;
	padding: 0 0 0 20px;
}
.media .top_news .news_inner dd {
	margin-bottom: 25px;
	padding: 0 0 20px 160px;
	border-bottom: 1px dashed #0081d7;
}
.media .top_news .news_inner dd:last-child {
	margin-bottom: 0;
}
.media .top_news .news_inner dd a {
	display: block;
	color: #000000;
}
.media .top_news .news_inner dd a:hover {
	color: #0081d7;
}

/* news_btn */
#page .media .top_news .information {
	padding: 16px 0 0;
}
.media .media_inner .news_btn {
	margin: 0 0 40px;
	text-align: center;
}
.media .media_inner .news_btn a {
	position: relative;
	padding: 10px 70px;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #0081d7;
	color: #0081d7;
	border-radius: 3px;
	text-decoration: none;
	background: #FFFFFF;
}
.media .media_inner .news_btn a:after {
	position: absolute;
	display: block;
	content: url(img/sub-arrow.png);
	right: 30px;
	top: 15px;
}
.media .media_inner .news_btn a:hover {
	background: #0081d7;
	color: #fff;
	border: 1px solid #0081d7;
}
.media .media_inner .news_btn a:hover:after {
	position: absolute;
	display: block;
	content: url(img/sub-arrow2.png);
	right: 30px;
	top: 15px;
}

/* .media .top_blog */
.media .top_blog {
	width: 500px;
	margin-right: 0px;
	float: left;
}
.media .top_blog .header {
	position: relative;
	text-align: center;
	font-size: 160%;
	font-weight: normal;
	padding: 0px 8px 6px;
	margin: 0 auto 15px;
}
.media .top_blog .header .title {
	border-bottom: 2px solid #0081d7;
	display: inline-block;
}
.media .top_blog .header .title:before {
	position: relative;
	content: url(img/midashi_pt.png);
	bottom: -2px;
	left: -7px;
}
.media .top_blog .news_inner {
	padding: 15px 0 20px 30px;
}
.media .top_blog .news_inner dl {
}
.media .top_blog .news_inner dt {
	float: left;
	color: #0081d7;
	padding: 0 0 0 20px;
}
.media .top_blog .news_inner dd {
	margin-bottom: 25px;
	padding: 0 0 20px 160px;
	border-bottom: 1px dashed #0081d7;
}
.media .top_blog .news_inner dd a {
	display: block;
	color: #000000;
}
.media .top_blog .news_inner dd a:hover {
	color: #0081d7;
}
#page .media .top_blog .information {
	padding: 16px 0 0;
}

/* .media .top-fb */
.media .top_social {
	width: 500px;
	float: left;
}
.media .top_social .fb {
	border: 3px solid #ededed;
}

/* link_block */
.link_block {
	width: 1020px;
	margin: 0 auto;
}

/* main_contents */
.link_block .main_contents {
	padding: 0 0 50px 0;
}
.link_block .main_contents:after {
	content: " ";
	display: table;
	clear: both;
}
.link_block .main_contents li {
	float: left;
	padding: 0 28px 0 0;
}
.link_block .main_contents li:nth-child(4) {
	padding-right: 0;
}
.link_block .main_contents li a > img {
	border: 2px solid #0081d7;
	border-radius: 4px;
}
.link_block .main_contents li a > img:hover {
	background: #e5f4ff;
}

/* sub_contents */
.link_block .sub_contents {
	position: relative;
	background: #efefef;
	border-radius: 5px;
	padding: 30px 70px;
	margin: 0 0 50px 0;
}
.link_block .sub_contents:after {
	position: absolute;
	display: block;
	content: url(img/link_point02.png);
	right: 0;
	bottom: 0;
}
.link_block .sub_contents .sub_contents_set {
	padding: 0 0 20px 0;
}
.link_block .sub_contents .sub_contents_set:nth-child(4) {
	padding-bottom: 0;
}
.link_block .sub_contents .sub_contents_set:after {
	content: " ";
	display: table;
	clear: both;
}
.link_block .sub_contents .sub_contents_set li {
	position: relative;
	width: 278px;
	float: left;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.link_block .sub_contents .sub_contents_set li a {
	text-decoration: none;
	border-bottom: 1px solid #999999;
	color: #333333;
}
.link_block .sub_contents .sub_contents_set li a:hover {
	color: #0081d7;
	border-bottom: 1px solid #0081d7;
}
.link_block .sub_contents .sub_contents_set li a:before {
	position: absolute;
	content: url(img/point02.png);
	left: -17px;
	bottom: 4px;
}

/* -------------------
greeting.html */
/* -------------------
contents1.html */

/* contents_detail */

.contents_detail {
	padding: 50px 0 0;
}
.contents_detail .contents_detail_title {
	border-bottom: 2px solid #0081d7;
	font-size: 140%;
}
.contents_detail .contents_detail_title:before {
	position: relative;
	content: url(img/midashi_pt.png);
	bottom: -2px;
	left: -7px;
}
.contents_detail > .article {
	padding: 50px 25px 30px;
}
.contents_detail > .article .set {
	margin: 0 0 20px 0;
}
.contents_detail > .article .set .set_contents {
	padding: 20px 20px 10px;
}
#main .contents_detail > .article .set .set_title {
	background: #f7f0ec;
	font-size: 110%;
	border-radius: 4px;
	padding: 10px 15px;
	margin: 0;
}
.contents_detail .article .set .set_contents ul {
}
.contents_detail .article .set .set_contents li {
	padding: 10px 0 3px 15px;
}
.contents_detail .article .set .set_contents li:before {
	position: relative;
	content: url(img/point03.png);
	bottom: 2px;
	left: -5px;
}
.contents_detail > .article .set dl {
	padding-right: 3px;
}
.contents_detail > .article .set dl:after {
	content: " ";
	display: table;
	clear: both;
}
.contents_detail > .article .set dt {
	float: left;
	padding: 20px 0 0 20px;
}
.contents_detail > .article .set dd {
	border-bottom: 1px dashed #666666;
	padding: 18px 20px 5px 0;
	text-align: right;
}
.contents_detail .article .set .set_contents > .msg {
	padding: 10px 20px 0;
}

.red_txt {
	color: #ff0000;
	font-size: 110%;
}

/* set_contnts_btn */
.contents_detail > .article .set_contnts_btn {
	margin: 40px 0;
	text-align: center;
}
.contents_detail > .article .set_contnts_btn a {
	position: relative;
	padding: 12px 130px;
	font-size: 130%;
	font-weight: bold;
	border: 1px solid #0081d7;
	color: #0081d7;
	border-radius: 3px;
	text-decoration: none;
}
.contents_detail > .article .set_contnts_btn a:after {
	position: absolute;
	display: block;
	content: url(img/sub-arrow.png);
	right: 80px;
	top: 16px;
}
.contents_detail > .article .set_contnts_btn a:hover {
	background: #0081d7;
	color: #fff;
	border: 1px solid #0081d7;
}
.contents_detail > .article .set_contnts_btn a:hover:after {
	position: absolute;
	display: block;
	content: url(img/sub-arrow2.png);
	right: 80px;
	top: 16px;
}

/* -------------------
contents2/ */
/* .qa */
.qa .qa_set .question {
	padding-bottom: 0px;
}
#main .qa .qa_set .question p {
	font-size: 135%;
	line-height: 1.3;
	margin-bottom: 0px;
	padding: 0 0px 0px 0px;
	border-bottom: 1px dotted #777;
}
.qa .qa_set .question p a {
	text-decoration: none;
	display: block;
	text-indent: -30px;
	cursor: pointer;
	color: #333;
	padding: 5px 5px 8px 35px;
	box-sizing: border-box;
}
.qa .qa_set .question p a:before {
	content: "Q.";
	font-size: 140%;
	color: #17528a;
	margin-right: 5px;
}
.qa .qa_set .question p a:hover {
	background: #f2f9fc;
}
.qa .qa_set {
	margin: 0 -10px 0px;
	padding: 0px 10px 0;
}
.qa .qa_set .question {
	color: #17528a;
}
.qa #js_faq_answer .qa_set .question p:before {
	content: "Q.";
	font-size: 140%;
	color: #17528a;
	margin-right: 5px;
}
.qa .qa_set.active {
	background: #f2f9fc;
}
.qa .qa_set .answer {
	font-size: 95%;
	padding: 20px 0 20px;
}

/* -------------------
contents3.html */
/* treatment_btn */

.content_inner .article .treatment_btn {
	margin: 40px 0;
	text-align: center;
}
.content_inner .article .treatment_btn a {
	position: relative;
	padding: 12px 130px;
	font-size: 130%;
	font-weight: bold;
	border: 1px solid #0081d7;
	color: #0081d7;
	border-radius: 3px;
	text-decoration: none;
}
.content_inner .article .treatment_btn a:after {
	position: absolute;
	display: block;
	content: url(img/sub-arrow.png);
	right: 80px;
	top: 16px;
}
.content_inner .article .treatment_btn a:hover {
	background: #0081d7;
	color: #fff;
	border: 1px solid #0081d7;
}
.content_inner .article .treatment_btn a:hover:after {
	position: absolute;
	display: block;
	content: url(img/sub-arrow2.png);
	right: 80px;
	top: 16px;
}

/* -------------------
contents4.html */
.example_list {
	margin-bottom: 40px;
}
.example_list:after {
	content: " ";
	display: table;
	clear: both;
}
.example_list .example_set {
	position: relative;
	float: left;
	margin: 0 40px 0 0;
}
.example_list .example_set:after {
	position: absolute;
	display: block;
	content: "　";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #0081d7;
	bottom: 130px;
	right: -35px;
}
.example_list .example_set:nth-child(3) {
	margin-right: 0;
}
.example_list .example_set:nth-child(3):after {
	visibility: hidden;
}
.example_list .example_set .example_img {
	margin-bottom: 8px;
}
.example_list .example_set .example_msg {
	font-size: 110%;
	text-align: center;
	background: #EEEEEE;
	padding: 5px 0 5px;
}
#main .example_list p {
	margin-bottom: 0;
}

/* -------------------
contents5.html */
.contents_detail .article > .app_list {
}
.contents_detail .article .app_list > ul:after {
	content: " ";
	display: table;
	clear: both;
}
.contents_detail .article .app_list > ul li {
	width: 22%;
	float: left;
	margin: 0 4% 0 0;
}
.contents_detail .article .app_list > ul li:nth-child(4n) {
	margin-right: 0;
}

/* -------------------
contents6.html */
.msg_sub_title {
	color: #33CCFF;
	font-size: 120%;
	font-weight: bold;
}
.contents_detail .article > .mat_list {
}
.contents_detail .article .mat_list > ul:after {
	content: " ";
	display: table;
	clear: both;
}
.contents_detail .article .mat_list > ul li {
	width: 22%;
	float: left;
	margin: 0 4% 20px 0;
}
.contents_detail .article .mat_list > ul li:nth-child(4n) {
	margin-right: 0;
}

/* -------------------
greeting.html */
.director_set {
	margin-bottom: 15px;
}
.director_set:after {
	content: " ";
	display: table;
	clear: both;
}
.director_set .director_img {
	float: left;
}
.director_set .director_history {
	padding: 0 0 0 300px;
}
.director_set .director_history .history_title {
	font-size: 130%;
	font-weight: bold;
}
.director_set .director_history ul li {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

/* directions_list */
.directions_list {
}
.directions_list:after {
	content: " ";
	display: table;
	clear: both;
}
.directions_list .directions_set {
	width: 45%;
	float: left;
	margin: 0 10% 20px 0;
}
.directions_list .directions_set:nth-child(2n) {
	margin-right: 0;
}
.directions_list .directions_set .directions_img {
}
.directions_list .directions_set .directions_msg {
	position: relative;
	font-size: 110%;
	padding: 10px 10px 5px 35px;
}
.directions_list .directions_set .directions_msg .no {
	position: absolute;
	display: block;
	content: "　";
	width: 30px;
	height: 30px;
	padding: 2px 0 0 0;
	background: #0081d7;
	border-radius: 30px;
	font-size: 120%;
	left: 0;
	bottom: 20%;
	box-sizing: border-box;
}
.directions_list .directions_set .directions_msg .no span {
	display: block;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
#main .directions_list p {
	margin-bottom: 0;
}

/* news_list */
.news_list {
}
.news_list .news_set {
	border-bottom: 1px dashed #cccccc;
}
.news_list .news_set:after {
	content: " ";
	display: block;
	clear: both;
}
.news_list .news_set a {
	color: #000;
	text-decoration: none;
	padding: 20px 10px;
	display: block;
}
.news_list .news_set a:hover {
	background: #f1f1f1;
}
.news_list .news_set a .date {
}
.news_list .news_set a .news_article {
	padding: 0 0 0 30px;
}
.child_content_section .article .date {
	margin-bottom: 20px;
}

/* column_list */
.column_list {
}
.column_list .column_set {
	border-bottom: 1px dashed #cccccc;
}
.column_list .column_set:after {
	content: " ";
	display: block;
	clear: both;
}
.column_list .column_set a {
	color: #000;
	text-decoration: none;
	padding: 20px 10px;
	display: block;
}
.column_list .column_set a:hover {
	background: #f1f1f1;
}
.column_list .column_set a span {
	display: block;
}
.column_list .column_set a .date {
	float: left;
}
.column_list .column_set a .column_article {
	padding: 0 0 0 140px;
}
.child_content_section .article .date {
	margin-bottom: 20px;
}

/* PageList */
#PageList {
	text-align: center;
	width: 600px;
	margin: 0 auto;
	padding: 30px 0 8px 0;
	overflow: hidden;
	zoom: 1;
}
#PageList li {
	display: inline;
	font-weight: bold;
	margin: 0 0px 0 0;
	padding: 0px 0;
}
#PageList li img {
	vertical-align: bottom;
}
#PageList li.prev a, #PageList li.next a {
	text-decoration: none;
	font-size: 130%;
	font-weight: normal;
	color: #0081d7;
	background: none;
}
#PageList li.pagelist a {
	text-decoration: none;
	font-size: 120%;
	color: #0081d7;
	margin-right: 5px;
	padding: 7px 13px;
	border: 1px solid #0081d7;
	background: none;
}
#PageList li.pagelist .current_page {
	text-decoration: none;
	font-size: 120%;
	color: #fff;
	margin-right: 5px;
	padding: 7px 13px;
	border: 1px solid #0081d7;
	background: #0081d7;
}

#column_article {
}
#column_article .date {
	margin-bottom: 20px;
}
#column_article .body {
}