/*-------------------基本設定-------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #666666;
	font-size: 11pt;
	line-height: 13pt;
	background-color: #FFFFFF;
	margin: 0px;
}
table {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11pt;
	line-height: 12pt;
}
.a_red:link {COLOR: #333333 TEXT-DECORATION: none
	color: #333333;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
.a_red:visited {
	COLOR: #FF0000;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
.a_red:active {
	COLOR: #0033CC;
	TEXT-DECORATION: underline;
	font-weight: normal;
}
.a_red:hover {
	COLOR: #0033CC;
	TEXT-DECORATION: underline;
	font-weight: normal;
}

#header a:link {color: #336600; text-decoration:none; font-weight:normal;}
#header a:visited {color: #336600; text-decoration:none; font-weight:normal;}
#header a:hover {color: #336600; text-decoration:none; font-weight:normal;}
#header a:active {color: #336600; text-decoration:none; font-weight:normal;}

#header h1 {
	font-size:10pt;
	line-height:12pt;
	margin-bottom:0px;
}

h1 {									/*h1タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12pt;
	line-height: 16pt;
	margin-bottom: 15px;
}

h2 {									/*h2タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0px;
}
h3 {									/*h3タグの見た目の設定*/
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0px;
}

/*-------------------メニュー設定-------------------*/

#menu .menu_text {
	padding:13px 0px 0px 10px;
}

#menu a:link{
	background:url(images/index1.gif) no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:181px;
	height:38px;
	margin:0px;
	display:block;
}

#menu a:visited{
	background:url(images/index1.gif) no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:181px;
	height:38px;
	margin:0px;
	display:block;
}
#menu a:hover{
	background:url(images/menuover.gif) no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:181px;
	height:38px;
	margin:0px;
	display:block;
}

/*-------------------文字設定-------------------*/
.fontsize8_linehi10 {
	font-size: 8pt;
	line-height: 10pt;
}
.fontsize10_linehi12 {
	font-size: 10pt;
	line-height: 12pt;
}
.fontsize14_linehi16 {
	font-size: 14px;
	line-height: 16pt;
}
.fontsize12_linehi14 {
	font-size: 12px;
	line-height: 14pt;
}
.fontsize16_linehi18 {
	font-size: 16px;
	line-height: 18pt;
}
/*-------------------独自追加項目-------------------*/
.font_bold {							/*太字の設定*/
	font-weight: bold;
}
.font_color1 {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #FFFFFF;
}
.font_color2 {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #006F5F;
}
.font_color3 {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #D77711;
}
.font_color4 {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color: #FF0000;
}
.font_color5 {							/*フォントカラーの設定　項目が増える場合は、.font_color1、.font_color2と増やしていく*/
	color:#FF6633;
}
.font_color6 {
	color:##a0b038;
}
.bg1 {									/*背景画像の指定　項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
.bg2 {									/*背景画像の指定　項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/index1_26.gif);
	background-repeat: repeat-y;
}
.bg3 {									/*背景画像の指定　項目が増える場合は、.bg1、.bg2と増やしていく*/
	background-image: url(images/index1_32.gif);
	background-repeat: no-repeat;
}
.bg4 {
	background-image: url(images/bg4.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.padding {								/*パディング(余白)の設定　項目が増える場合は、.padding1、.padding2と増やしていく*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.padding_01 {
	padding-left:10px;
}

.border {								/*ボーダーの設定　項目が増える場合は、.border1、.border2と増やしていく*/
	border: 1px solid #333333;
}
form {									/*formタグ挿入で直下に入るスペースをなくす設定*/
	margin-bottom: 0px;
}
.form {									/*form項目サイズの固定　項目が増える場合は、.form1、.form2と増やしていく*/
	width: 200px;
	height: 18px;
}
.shadow {
	width:100%; 
	filter: DropShadow(color=#000000,offX=1,offY=1);
}
.subtitle {
	font-size:18px;
	line-height:20px;
	color:#a0b038;
	background-image:url(images/subtitle.gif);
	width:532px;
	height:24px;
}

.subtitle_small {
	font-size:14px;
	line-height:18px;
	color:#a0b038;
	border-bottom:#5ecaba 2px solid;
}

/* 070910 追加 */
.price_tab{
	font-size: 12px;
	line-height: 14pt;
	width: 532px;
	border: 1px solid #D77711;
	padding: 0px;
}

.price_td1{
	font-size: 12px;
	line-height: 14pt;
	color:#D77711;
	border-top: none;
	border-right: 1px solid #D77711;
	border-bottom: 1px solid #D77711;
	border-left: none;
	padding-left: 2px;
}

.price_td2{
	font-size: 12px;
	line-height: 14pt;
	color:#D77711;
	border-top: none;
	border-bottom: 1px solid #D77711;
	border-left: none;
	padding-right: 2px;
}

.price_td3{
	font-size: 12px;
	line-height: 14pt;
	color:#D77711;
	border-top: none;
	border-right: 1px solid #D77711;
	border-left: none;
	padding-left: 2px;
}

.f12_l14{
	font-size: 12px;
	line-height: 14pt;
	color:#D77711;
}

.padding-right_2{
	padding-right: 2px;}
	
	

/* 070926 追加 */
.m5{ margin:5px;
}

#topics a:link{
	background:url(images/index1.gif) no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:181px;
	height:38px;
	margin:0px;
	padding-top:13px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	display:block;
}

#topics a:visited{
	background:url(images/index1.gif) no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:181px;
	height:38px;
	margin:0px;
	padding-top:13px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	display:block;
}

#topics a:hover{
	background:url(images/menuover.gif) no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:181px;
	height:38px;
	margin:0px;
	padding-top:13px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	display:block;
}

/*　磁石義歯ページ　*/
.step {
	border:2px #df913e dashed;
	background:#fcf3e2;
	color:#df913e;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	height:70px;
}