﻿@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------
margin-padding
-------------------------------------------------------*/

.mt0 {
	margin-top:0 !important;
}
.mt0-5 {
	margin-top:0.5em;
}
.mt1 {
	margin-top:1em;
}
.mt1-2 {
	margin-top:1.2em;
}
.mt2 {
	margin-top:2em;
}
.mt3 {
	margin-top:3em;
}
.mt4 {
	margin-top:4em;
}
.mr1 {
	margin-right:1em;
}
.mr1-5 {
	margin-right:1.5em;
}
.mr2-5 {
	margin-right:2.5em;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb0-5 {
	margin-bottom:0.5em;
}
.mb1 {
	margin-bottom:1em;
}
.mb1-5 {
	margin-bottom:1.5em;
}
.mb2 {
	margin-bottom:2em;
}
.mb3-5 {
	margin-bottom:3.5em;
}
.ml0 {
	margin-left:0 !important;
}
.ml0-5 {
	margin-left:0.5em;
}
.ml0-7 {
	margin-left:0.7em;
}
.ml1 {
	margin-left:1em;
}
.ml1-5 {
	margin-left:1.5em;
}
.ml2 {
	margin-left:2em;
}
.ml2-5 {
	margin-left:2.5em;
}
.ml3 {
	margin-left:3em;
}
.ml3-5 {
	margin-left:3.5em;
}
.ml4 {
	margin-left:4em;
}
.ml4-8 {
	margin-left:4.8em;
}
.ml5 {
	margin-left:5em;
}
.ml6-9 {
	margin-left:6.9em;
}
.ml6 {
	margin-left:6em;
}
.ml7 {
	margin-left:7em;
}
.ml8 {
	margin-left:8em;
}
.ml9 {
	margin-left:9em;
}
.ml11 {
	margin-left:11em;
}

.pd0 {
	padding:0;
}
.pt0 {
	padding-top:0 !important;
}
.pt0-5 {
	padding-top:0.5em;
}
.pt1 {
	padding-top:1em;
}
.pt2 {
	padding-top:2em;
}
.pt3 {
	padding-top:3em;
}
.pt4 {
	padding-top:4em;
}
.pr0 {
	padding-right:0 !important;
}
.pr1 {
	padding-right:1em;
}
.pr2 {
	padding-right:2em;
}
.pr3-5 {
	padding-right:3.5em;
}
.pb0 {
	padding-bottom:0 !important;
}
.pb1 {
	padding-bottom:1em;
}
.pb2 {
	padding-bottom:2em;
}
.pb3 {
	padding-bottom:3em;
}
.pb3-5 {
	padding-bottom:3.5em;
}
.pb4 {
	padding-bottom:4em;
}
.pb5 {
	padding-bottom:5em;
}
.pl0 {
	padding-left:0 !important;
}
.pl0-5 {
	padding-left:0.5em;
}
.pl1 {
	padding-left:1em;
}
.pl1-4 {
	padding-left:1.4em;
}
.pl2 {
	padding-left:2em;
}
.pl3 {
	padding-left:3em;
}
.pl3-5 {
	padding-left:3.5em;
}
.pl4 {
	padding-left:4em;
}
.pl4-5 {
	padding-left:4.5em;
}
.pl5 {
	padding-left:5em;
}
.pl15 {
	padding-left:15em;
}
.pl16 {
	padding-left:16em;
}

.indent1 {
	text-indent:1em;
	margin-left:0em;
}
.st1-0 {
	margin-left:1em;
	text-indent:-1em;
}
.st1-3 {
	margin-left:1.3em;
	text-indent:-1.3em;
}
.st1-6 {
	margin-left:1.6em;
	text-indent:-1.6em;
}
.st2-0 {
	margin-left:2em;
	text-indent:-2em;
}
.st2-6 {
	margin-left:2.6em;
	text-indent:-2.6em;
}
.st3-0 {
	margin-left:3em;
	text-indent:-3em;
}
.st3-6 {
	margin-left:3.6em;
	text-indent:-3.6em;
}
.st3-8 {
	margin-left:3.8em;
	text-indent:-3.8em;
}
.st4-5 {
	margin-left:4.5em;
	text-indent:-4.5em;
}
.st4-8 {
	margin-left:4.8em;
	text-indent:-4.8em;
}


/*-----------------------------------------------------
text
-------------------------------------------------------*/

.fs65 {
	font-size:65%;
}
.fs70 {
	font-size:70%;
}
.fs80 {
	font-size:80%;
}
.fs90 {
	font-size:90%;
}
.fs100 {
	font-size:100%;
}
.fs110 {
	font-size:110%;
}
.fs120 {
	font-size:120%;
}

.ruby {
	font-size:65%;
}

.textGreen {
	color: #063;
}

.underline {
	text-decoration:underline;
}

.bd_bl_dash {
	border-bottom:3px dotted #069;
}
.bd_gr_b {
	color:#060;
	font-weight:bold;
	border-bottom: 1px dashed #060;
	padding-bottom: 1px;
	line-height:2.2;
}
.bd_gray_b {
	font-weight:bold;
	border-bottom: 1px dashed #d3d3d3;
	padding-bottom: 1px;
	line-height:2.2;
	font-size: 1.2em;
}

.normal {
	font-weight:normal !important;
}

.txtRight {
	text-align:right !important;
}

div.textPa p {
	margin-top:0 !important;
	margin-bottom:0 !important;
}


/*-----------------------------------------------------
list-style
-------------------------------------------------------*/

.circle {
	list-style:circle !important;
}
.square {
	list-style:square !important;
}
.ls-none {
	list-style:none !important;
}

#line-mb5px li {
	margin-bottom:5px;
}
#line-mb10px li {
	margin-bottom:10px;
}
#line-mb16px li {
	margin-bottom:16px;
}

#listu1 ul li {
	margin-bottom:10px;
}
#listu1 ul ol li {
	margin-bottom:3px;
}


/*-----------------------------------------------------
dt-dd
-------------------------------------------------------*/

.dllay01 dt {
	float:left;
	width:28em;
}
.dllay01 dd {
	margin-left:28em;
}

.txt_mb6px dd {
	margin-bottom:6px;
}
.txt_mb10px dd {
	margin-bottom:10px;
}
.txt_mb16px dd {
	margin-bottom:16px;
}


/*-----------------------------------------------------
box
-------------------------------------------------------*/

.form-blue-box {
	font-size:200%;
	font-weight:bold;
	text-align:center;
	margin:0 auto !important;
	border:1px solid #003399;
	width:6em;
	padding-right:0.1em;
	padding-left:0.1em;
}
.form-blue a:hover {
	color:#ffffff;
	background:#0000cc;
	text-decoration:none;
}
.form-blue a {
	text-decoration:none;
}
.address-gr-box {
	padding:0.5em;
	text-align:left;
	border:1px solid #999;
}

.gr-box {
	padding:0.1em;
	border:1px solid #999;
}
.gr-box1 {
	padding:0.3em;
	text-align:left;
	border:1px solid #999;
}
.gr-box2 {
	padding:0.3em;
	border:1px solid #999;
}
.gr-box3 {
	background-color:#CCC;
	border:2px solid #c0c0c0;
	padding:3px 0;
	margin:5px 0;
}
.black-box1 {
	border:1px solid #000;
	padding:0.1em;
}
.black-box2 {
	border:solid 1px;
	padding:0 20px;
}
.red-box1 {
	border:2px solid #c00202;
	padding:0 20px;
}

.pink-bd-box {
	border:3px dotted #F69;
	padding:10px;
}


/*-----------------------------------------------------
table
-------------------------------------------------------*/

.table_bg_pink th {
	background-color:#ffe4e1 !important;
}
.table_bg_blue th {
	background-color:#ccffff !important;
}
.table_bg_green th {
	background-color:#ccffcc !important;
}
.table_bg_yellow th {
	background-color:#ffff99 !important;
}
.bdr-no {
	border-right:1px solid #FFF !important;
}
.bdl-no {
	border-left:1px solid #FFF !important;
}

.table_list ul {
	margin:0 !important;
}


/*-----------------------------------------------------
background
-------------------------------------------------------*/

.bg-none {
	background:none !important;
}
.bg-none-i {
	background-image:none !important;
}
.bg_pink {
	background-color:#FCC !important;
}
.bg_blue {
	background-color:#CFF !important;
}
.bg_gy {
	background: #CF6 !important;
}


/*-----------------------------------------------------
img
-------------------------------------------------------*/

.imgList01 {
	clear: both;

}
#contentsArea .imgList01 li, #contentsArea .imgList01 ul li ul li {
	float: left;
	list-style: none !important;
	width: 155px;
	margin: 0 20px 0 0;
	padding-bottom: 20px;
	text-align:center;
}


/*-----------------------------------------------------
gijiroku
-------------------------------------------------------*/

#gijiroku p {
	margin:3px auto;
	text-indent:1em !important;
}
#gijiroku p.nm {
	margin-top:20px !important;
	text-indent:0 !important;
}


/*-----------------------------------------------------
twitter
-------------------------------------------------------*/

#twitter {
	text-align:center;
	width:222px;
	padding:0;
	margin:20px 0 0 0;
	background:#32A7E0;
	border: 1px solid #CCC;
}
#twitter .bg {
	text-align:left;
	line-height:150%;
	background:#FFF;
	margin:0;
	padding:6px 10px; 
	border-top:1px solid #CCC;
	font-size:90%;
}


/*-----------------------------------------------------
other
-------------------------------------------------------*/

.v-top {
	vertical-align:top;
}

.line1-2 {
	line-height:1.2;
}
.line1-5 {
	line-height:1.5;
}
.line1-8 {
	line-height:1.8;
}

.d-none {
	display:none !important;
}

.fl {
	float:left;
}
.fr {
	float: right;
}
.clear-b {
	clear:both;
}

.nowrap {
	white-space:nowrap !important;
}

.name {
	vertical-align:baseline;
}
.name1 {
	vertical-align:baseline;
	padding:0 2px 0 4px;
}

/*-----------------------------------------------------
深セン部分
-------------------------------------------------------*/

#shinsen {
          margin-bottom:6px;
          padding-left:0;
          padding-right:0;
}

/*-----------------------------------------------------
高橋部分
-------------------------------------------------------*/

.member img {
             margin-bottom:4px;
}

.takahashi{
           margin-bottom:4px;
}
