@charset "UTF-8";
/* CSS Document */
/* intro_j.html以外で使用するcss */

body{
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	/*font-family: "MS PGothic";*/
	color: #4C4C4C;
	background-image:image-set("common/bg.gif");
}

a{
	color: #6666FF;
}

hr{
	border: none;
	border-top: 1px solid #aaa;
	margin: 2px;
}

/***************************/
/* main : ページ全体
   sidemenu : サイドメニュー
   contents : ページ内容　　*/
/***************************/
.main{
	table-layout: inline-block;
	margin-right: auto;/* align="center"の代替 */
	margin-left: auto;/* align="center"の代替 */
	background-color: #FFFFFF;
	width: 800px;
	border-collapse:collapse;
}
.main td{
	padding: 0px;
}
.main img {
	vertical-align: bottom;
	border: none;
}
td:has(.sidemenu){
	vertical-align: top;
}
.sidemenu{
	width:174px;
	border-collapse: collapse;
}
.sidemenu td{
	padding: 0px;
}

.contents{
	width: 600px;
	border-collapse:collapse;
}

/********/
/* font */
/********/
.unnamed1{ 
	/*font-family: "Meiryo"; */
	line-height: 19pt;/* point */
}
.description{ 
	/*font-family: "Meiryo"; */
	line-height: 19pt;/* point */
}
.detail{
	line-height: 18px;/* pixel */
}
.big{
	font-size: 15pt;
}
.small{
	font-size: 10pt;/* point */
}
.tiny{
	font-size: 10px;/* pixel */
}
.vtop{
	vertical-align: top;
}

/*********/
/* table */
/*********/
.table{
	width: 100%;
	border-collapse: collapse;
}
.table-space{
	width: 100%;
	border-spacing: 0px 5px;
}

/* TOPへ戻る */
.top{
	font-size: 10pt;
	text-align: right;
}
.top a{
	font-weight: bold;
	color: #6666ff;
}
td:has(.top){
	height: 50px;
}

/* 文責 */
.writer{
	font-size: 10pt;
}

/* タイトル */
.title{
	border-spacing: 0;
	width: 100%;
}
.title td{
	background-color: #9ACA5F;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* 左側が緑の■のサブタイトル */
.subtitle-g{
	background-color: #75CC3F;
	height: 26px;
	width: 10px;
}
.subtitle{
	width: 98%;
	font-size: 10pt;
	color: #4C4C4C;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #E6E6E6;
}
.subtitle span{
	padding-left: 4px;
}

/* safari対応用 */
_:lang(x)+_:-webkit-full-screen-document,.subtitle-g{
	background-color: #75CC3F;
	height: 26px;
}
_:lang(x)+_:-webkit-full-screen-document,.subtitle{
	width: 98%;
	font-size: 10pt;
	color: #4C4C4C;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #E6E6E6;
}
/* 小さい● */
.dot{
	font-size: 10pt;
	width: 17px;
}

/* 緑の● */
.greendot {
	font-size: 12pt;
	color:#75CC3F;
	line-height: 28px;
}
.greendot a,.greendot span{
	padding-left: 5px;
	font-size: 12pt;
}
.greendot a{
	color: #6666FF;
}
.greendot span{
	color: #4C4C4C;
}

/*　緑の枠　*/
.greenwaku{
	background: #F2F8EC; 
	border: 2px solid #9ACD68; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	padding: 20px 0; 
	width: 531px;
}
.greenwaku dd{
	padding: 0; 
	margin: 0; 
	width: 500px; 
	margin: auto;
}

/* 親要素:minitable */
.minitable{
	border:#A6A6A6 solid 1px;
	width: 100%;
	font-size: 10pt;
	border-collapse:collapse;
}
.minitable td{
	border:#A6A6A6 solid 2px;
	padding: 3px;
}
.minitable table td{
	border: none;
}
.minitable .header{
	background-color: #E8DFE6;
	text-align: center;
	font-weight: bold;
}
.minitable .row{
	background-color: #F3F3F3;
}

.minitable .redheader, .redheader{
	background-color: #EBA99D;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
}
.center{
	text-align: center;
}


/*連絡先*/
.contact{
	background-color: #F0FFD9;
	width: 100%;
	border-spacing: 25px;
}

/*1行スペース*/
.space10{
	height: 10px;
}
.space30{
	height: 30px;
}
.space50{
	height: 50px;
}

dl dt {
	color: #2d8fdd;
	border-left: solid 6px #2d8fdd;
	background: #f1f8ff;
	margin-bottom: 3px;
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none
}
dl dd {
	margin-left: 0px;
}
