@charset "UTF-8";

/*------------ index ------------*/

.top_table {
		margin: auto;
}

.top_name {
		font-size: 1.8em;
		font-weight: bold;
}

.yellowsttl {
		background-image: url(../../common/images/pct_bg_sttl.gif);
		background-repeat: no-repeat;
		width: 405px;
		height: 27px;
		padding: 13px 0 0 10px;
		font-size: 1.2em;
		line-height: 1;
		font-weight: bold;
		margin: 0 0 20px 0;
}

 .pinksttl {
		background-image: url(../../common/images/pct_bg_ttl.gif);
		background-repeat: no-repeat;
		width: 690px;
		height: 27px;
		padding: 13px 0 0 10px;
		font-size: 1.2em;
		line-height: 1;
		font-weight: bold;
		margin: 0 0 25px 0;
}

.redtxt {
	 	font-size: 1.5em;
		line-height: 1.5;
		font-weight: bold;
		color: #af1f23;
		margin: 0 0 12px 0;
 }

 .teltxt {
	 	font-size: 1.2em;
		font-weight: bold;
		color: #af1f23;
 }

.left_txtbox {
		width: 415px;
		float: left;
}

.right_phtbox {
		width: 265px;
		float: right;
}

 .under_pht_left {
	 	width: 265px;
		float: left;
		padding-left: 60px;
 }
 
  .under_pht_right {
	 	width: 265px;
		float: right;
		padding-right: 60px;
 }


.bold_name {
		font-size: 1em;
		font-weight: bold;
}

.i_name {
		font-size: 1.5em;
		font-weight: bold;
		background-image: url(../../images/index_txt_iijima.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding: 3px 0 0 90px;
		height: 38px;
		margin: 0 0 5px 0;
}

.i_nakagawa {
		font-size: 1.5em;
		font-weight: bold;
		background-image: url(../../images/index_txt_nakagawa.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding: 3px 0 0 90px;
		height: 38px;
		margin: 0 0 5px 0;
}

.bluebox {
	background-color: #e0f2f8;
	padding: 20px;
}

.bluebox li {
	margin-bottom: 10px;
	list-style: none;
}

.telado {
	width: 340px;
	float: left;
}

.mailbtn {
	width: 225px;
	float: left;
	display: block;
}

.blueleft {
	width: 320px;
	float: left;
}

.blueright {
	width: 320px;
	float: right;
}

.blueleft  dt {
	font-weight: bold;
}

.blueleft  dd {
	margin-left: 1em; /* ブロック全体を 1em 右に */
}

.blueright dt {
	font-weight: bold;
}

.blueright dd {
	margin-left: 1em; /* ブロック全体を 1em 右に */
}

.whitebox {
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px 7px 3px 7px;
}

.blog .RSSsite {
	display: none;
}


