@import url(defaultreset.css);

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	font-size: 85%;
	background-color: #eeeeee;
}
a {
	color: #777777;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight: bold;
}
.clearfix:after { 
	content: url(../images/common/pixel.gif); 
	display: block; 
	clear: both; 
	height: 0;
}
.clearfix {
	 zoom: 1;/*for IE 5.5-7*/
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.bold {
	font-weight: bold;
}
.underline {
    text-decoration: underline;
} 
.line-through{
    text-decoration: line-through;
}
.italic{
    font-style: italic;
}

.red {
	color: #F91F00;
}
.txt-right {
	text-align: right;
}
.txt-center {
    text-align: center;
}


.font-12px{
    font-size: 0.857em !important;
}
.font-13px{
    font-size: 0.929em !important;
}
.font-15px{
    font-size: 1.071em !important;
}
.font-16px{
    font-size: 1.143em !important;
}
.font-17px{
    font-size: 1.214em !important;
}
.font-18px{
    font-size: 1.286em !important;
}
.font-19px{
    font-size: 1.357em !important;
}
.font-20px{
    font-size: 1.429em !important;
}



.m-t_0 {
	margin-top: 0px !important;
}
.m-t_5 {
	margin-top: 5px !important;
}
.m-t_10 {
	margin-top: 10px !important;
}
.m-t_15 {
	margin-top: 15px !important;
}
.m-t_20 {
	margin-top: 20px !important;
}
.m-t_30 {
	margin-top: 30px !important;
}
.m-t_40{
	margin-top: 40px !important;
}
.m-t_50{
	margin-top: 50px !important;
}

.p-t_0 {
	padding-top: 0px !important;
}
.p-t_5 {
	padding-top: 5px !important;
}
.p-t_10 {
	padding-top: 10px !important;
}
.p-t_15 {
	padding-top: 15px !important;
}
.p-t_20 {
	padding-top: 20px !important;
}
.p-t_30{
	padding-top: 30px !important;
}
.p-t_40{
	padding-top: 40px !important;
}
.p-t_50{
	padding-top: 50px !important;
}


.m-l_0 {
	margin-left: 0px !important;
}
.m-l_5 {
	margin-left: 5px !important;
}
.m-l_10 {
	margin-left: 10px !important;
}
.m-l_15 {
	margin-left: 15px !important;
}
.m-l_20{
	margin-left: 20px !important;
}
.m-l_30{
	margin-left: 30px !important;
}
.m-l_40{
	margin-left: 40px !important;
}
.m-l_50{
	margin-left: 50px !important;
}

.p-l_0 {
	padding-left: 0px !important;
}
.p-l_5 {
	padding-left: 5px !important;
}
.p-l_10 {
	padding-left: 10px !important;
}
.p-l_15 {
	padding-left: 15px !important;
}
.p-l_20{
	padding-left: 20px !important;
}
.p-l_30{
	padding-left: 30px !important;
}
.p-l_40{
	padding-left: 40px !important;
}
.p-l_50{
	padding-left: 50px !important;
}

.m-b_0 {
	margin-bottom: 0px !important;
}
.m-b_5 {
	margin-bottom: 5px !important;
}
.m-b_10 {
	margin-bottom: 10px !important;
}
.m-b_15 {
	margin-bottom: 15px !important;
}
.m-b_20{
	margin-bottom: 20px !important;
}
.m-b_30{
	margin-bottom: 30px !important;
}
.m-b_40{
	margin-bottom: 40px !important;
}
.m-b_50{
	margin-bottom: 50px !important;
}

.p-b_0 {
	padding-bottom: 0px !important;
}
.p-b_5 {
	padding-bottom: 5px !important;
}
.p-b_10 {
	padding-bottom: 10px !important;
}
.p-b_15 {
	padding-bottom: 15px !important;
}
.p-b_20{
	padding-bottom: 20px !important;
}
.p-b_30{
	padding-bottom: 30px !important;
}
.p-b_40{
	padding-bottom: 40px !important;
}
.p-b_50{
	padding-bottom: 50px !important;
}

.m-r_0{
	margin-right: 0px !important;
}
.m-r_10{
	margin-right: 10px !important;
}
.m-r_20{
	margin-right: 20px !important;
}
.m-r_30{
	margin-right: 30px !important;
}
.m-r_40{
	margin-right: 40px !important;
}
.m-r_50{
	margin-right: 50px !important;
}

.p-r_0{
	padding-right: 0px !important;
}
.p-r_10{
	padding-right: 10px !important;
}
.p-r_20{
	padding-right: 20px !important;
}
.p-r_30{
	padding-right: 30px !important;
}
.p-r_40{
	padding-right: 40px !important;
}
.p-r_50{
	padding-right: 50px !important;
}



.w-10pc {
    width: 10% !important;
}
.w-15pc {
    width: 15% !important;
}
.w-20pc {
    width: 20% !important;
}
.w-30pc {
    width: 30% !important;
}
.w-40pc {
    width: 40% !important;
}
.w-50pc {
    width: 50% !important;
}
.w-60pc {
    width: 60% !important;
}
.w-70pc {
    width: 70% !important;
}
.w-80pc {
    width: 80% !important;
}
.w-90pc {
    width: 90% !important;
}
.w-100pc {
    width: 100% !important;
}


.img-r {
	float: right;
	margin: 0px 0px 15px 15px;
}
.img-l {
	float: left;
	margin: 0px 15px 15px 0px;
}


div#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/main_bg_top.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
header {
	background-image: url(../images/common/hd-bg.png);
	background-repeat: no-repeat;
	height: 95px;
	position: relative;
}
div#main {
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 40px;
	background-image: url(../images/common/main_bg.png);
	background-repeat: repeat-y;
}
div#menuarea {
	width: 210px;
	float:left;
}

div#contents {
	float: right;
	width: 660px;
	line-height: 1.6;
}
footer {
	height: 26px;
	background-image: url(../images/common/ft-bg.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-align: center;
	font-size:85%;
	line-height: 1.2;
	padding-top: 5px;
}

div#menuarea ul#menu li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	background-image: url("../images/common/mn_bg_arw_on.png");
	background-repeat: no-repeat;
	background-position: 180px center;
	background-color: #d4d4d4;
	line-height: 1.25em;
	font-size: 100%;
}

div#menuarea ul#menu li.linknone,
div#menuarea ul#menu li a {
	display: block;
	padding: 15px 15px;
	background-color: #f2f2f2;
	background-image: url(../images/common/mn_bg_arw.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	color: #341305;
	text-decoration: none;
}
div#menuarea ul#menu li a:hover {
	background:transparent;
}


div#menuarea div#contact {
	margin-top: 30px;
	border: solid 1px #b3b3b3;
	background-color: #f2f2f2;
}

div#menuarea div#contact p,
div#menuarea div#contact address {
	padding: 7px;
	font-size: 90%;
	line-height: 1.5;
}

div#menuarea div#privacy {
	margin: 20px 0px 0px;
	height: 25px;
	background-image: url(../images/common/btn_prvcy_bg_on.gif);
	background-repeat: no-repeat;
}

div#menuarea div#privacy a {
	height: 17px;
	background-image: url(../images/common/btn_prvcy_bg.gif);
	background-repeat: no-repeat;
	padding: 7px 0px 0px 43px;
	display: block;
	font-size: 90%;
	line-height:1;
	text-decoration: none;
}

div#menuarea div#privacy a:hover {
	background-image: none;
}

header h1 {
	position: absolute;
	left: 35px;
	top: 15px;
}

div#main div#pagetop {
	text-align: right;
	clear: both;
	padding: 30px 0px 0px;
}

div#contents div#update {
	padding-top: 30px;
}

div#contents div#update dl {
	margin-top: 5px;
    overflow: auto;
}

div#contents div#update dl dt {
	clear: left;
	float: left;
	width: 9em;
	background-image: url(../images/common/blt.gif);
	background-repeat: no-repeat;
	background-position: 10px 1em;
	padding: 8px 0px 10px 1.7em;
}

div#contents div#update dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	padding: 8px 0px 10px 10.7em;
}

div#contents h2 {
	height: 32px;
	background-image: url(../images/common/hdln2-bg.gif);
	background-repeat: no-repeat;
	font-size: 1.286em;
	line-height: 1;
	padding: 18px 0px 0px 25px;
	font-weight: bold;
}

div#contents h3 {
	position: relative;
	background-image: url(../images/common/hdln3-bg.gif);
	padding: .4em 0 .3em 2.5em;
	border-bottom: 1px solid #aeaeae;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 110%;
}
div#contents h3:after {
	position: absolute;
	top: .5em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 7px;
	height: 7px;
	border: 3px solid #707070;
}
div#contents h3:before {
	position: absolute;
	top: .7em;
	left: .9em;
	z-index: 2;
	content: '';
	width: 7px;
	height: 7px;
	border: 3px solid rgba(150, 150, 150, .5);
}
div#contents h4 {
	color: #333333;
	font-weight: bold;
	border-left: 5px solid #828282;
    border-bottom: 1px solid #828282;
	padding: 5px 0 5px 10px;
	line-height: 1.25;
	margin-top: 20px;
}
div#contents h5 {
	color: #707070;
	font-weight: bold;
	border-left: 5px solid #b0b0b0;
	padding: 0 0 0 10px;
	line-height: 1.25;
	margin-top: 20px;
}

div#contents p,
div#contents ul,
div#contents ol {
	margin: 10px 0px 0px 0px;
}

div#contents ul li {
	background-image: url(../images/common/blt_circle.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 0px 15px;
}
div#contents ol li {
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
}

div#contents ul.list-none li {
    background-image: none;
    padding-left: 0;
}

div#contents ul.list-kome li {
    background-image: none;
    list-style-type: none;
    text-indent: -1em;
}
div#contents ul.list-kome li:before {
    display: inline;
    content: "※";
}

div#contents ol.list-num01 li,
div#contents ol.list-num02 li {
    list-style-type: none !important;
}
div#contents ol.list-num01 > li,
div#contents ol.list-num02 > li {
    counter-increment: cnt;
}
div#contents ol.list-num01 > li:before {
    content: "("counter(cnt) ") ";
    display: inline-block;
	margin-left: -1.75em;
	width: 1.75em;
}
div#contents ol.list-num02> li:before {
    content: counter(cnt) ") ";
    display: inline-block;
	margin-left: -1.75em;
	width: 1.75em;
}


div#contents dl.dl-dsgn01 {
    margin: 20px 0;
}
div#contents dl.dl-dsgn01 dt{
    float: left;
    padding: 0.25em 0;
}
div#contents dl.dl-dsgn01 dd{
    padding: 0.25em 0;
}

div#contents dl.dl-dsgn02 {
    margin: 20px 0;
}
div#contents dl.dl-dsgn02 dt{
    font-weight: bold;
    float: left;
    width: 6em !important;
    padding: 0.75em 0;
    color:#444;
}
div#contents dl.dl-dsgn02 dd{
    padding: 0.75em 0;
    padding-left: 6em !important;
    border-bottom: dotted 1px #888;
}


div#contents table.tbl-dsgn,
div#contents table.tbl-dsgn2 {
	margin: 10px 0px 0px 0px;
	border: 1px solid #999999;
}
div#contents table.tbl-dsgn th {
	background-color: #eeeeee;
}
div#contents table.tbl-dsgn2 th {
	background-color: #8E8E8E;
	color: #ffffff;
}
div#contents table.tbl-dsgn th, div#contents table.tbl-dsgn td,
div#contents table.tbl-dsgn2 th, div#contents table.tbl-dsgn2 td {
	border: 1px dotted #999999;
	padding: 5px 10px;
}

div#contents table.tbl-smpl {
	margin: 10px 0px 0px 0px;
}
div#contents table.tbl-smpl th, div#contents table.tbl-smpl td {
	padding: 3px 5px;
	vertical-align: top;
}
div#contents table p,
div#contents table ul,
div#contents table ol {
	margin: 5px 0px 0px 0px;
}

div#contents div#regi {
    width: 500px;
    margin: 60px auto 20px auto;
    background-color: #eeeeee;
    border: 2px solid #bbbbbb;
    text-align: center;
    padding: 1.5em 0;
}

div#contents div#regi p {
    font-weight: bold;
    font-size: 1.071em;
    margin: 0;
}

a.button,
a.button2,
a.button_red,
a.button_gray {
	display: inline-block;
	width: 210px;
	text-align: center;
	text-decoration: none;
	outline: none;
    padding-top: .75em;
	padding-bottom: .75em;
    color: #FFFFFF;
    font-size: 1.143em;
	line-height: 150%;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
a.button,
a.button2 {
    background: #8d8d8d;
	background-image: -webkit-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -moz-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -ms-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -o-linear-gradient(top, #adadad, #5c5c5c);
  	background-image: linear-gradient(to bottom, #adadad, #5c5c5c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad',  endColorstr='#5c5c5c', GradientType=0 );
    border-color: #5c5c5c;
}
a.button:hover,
a.button2:hover {
    background: #7e7e7e;
	background-image: -webkit-linear-gradient(top, #dbdada, #7e7e7e);
	background-image: -moz-linear-gradient(top, #dbdada, #7e7e7e);
	background-image: -ms-linear-gradient(top, #dbdada, #7e7e7e);
	background-image: -o-linear-gradient(top, #dbdada, #7e7e7e);
	background-image: linear-gradient(to bottom, #dbdada, #7e7e7e);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdada',  endColorstr='7e7e7e', GradientType=0 );
}

a.button_red {
    background: #c72b29;
	background-image: -webkit-linear-gradient(top, #f5a3a2, #c72b29);
	background-image: -moz-linear-gradient(top, #f5a3a2, #c72b29);
	background-image: -ms-linear-gradient(top, #f5a3a2, #c72b29);
	background-image: -o-linear-gradient(top, #f5a3a2, #c72b29);
  	background-image: linear-gradient(to bottom, #f5a3a2, #c72b29);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a3a2',  endColorstr='#c72b29', GradientType=0 );
    border-color: #c72b29;

}
/*
a.button_red:hover {
	background: #d75352;
	background-image: -webkit-linear-gradient(top, #fabab9, #d75352);
  	background-image: -moz-linear-gradient(top, #fabab9, #d75352);
  	background-image: -ms-linear-gradient(top, #fabab9, #d75352);
 	background-image: -o-linear-gradient(top, #fabab9, #d75352);
 	background-image: linear-gradient(to bottom, #fabab9, #d75352);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabab9',  endColorstr='d75352', GradientType=0 );
}
*/

a.button_gray {
    background: #8d8d8d;
	background-image: -webkit-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -moz-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -ms-linear-gradient(top, #adadad, #5c5c5c);
	background-image: -o-linear-gradient(top, #adadad, #5c5c5c);
  	background-image: linear-gradient(to bottom, #adadad, #5c5c5c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad',  endColorstr='#5c5c5c', GradientType=0 );
    border-color: #5c5c5c;
}


/*------ ▼greeting.html▼ ------*/
div#contents div#prof-area {
    position: relative;
    margin-bottom: 25px;
}
div#contents div#prof-area img {
    float: left;
}
div#contents div#prof-area p{
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 200px;
}

