body{
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:175%;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック";
}
#headernavi,#submenu{
	/*\*/
	letter-spacing: -0.02em;
	/**/
}

/* 相対拡縮 */
.small {
	font-size: 85%;
	line-height:135%;
}
* html td.small{
	font-size: 70%;
}
.large {
	font-size: 120%;
	line-height:175%;
}
* html td.large{
	font-size: 90%;
}
.larger {
	font-size: 150%;
	line-height:200%;
}
* html td.larger{
	font-size: 110%;
}

/***************************/
/* 写真処理　　　　　　　 */
/***************************/
.FramePhoto{
	margin:0px;
	padding:5px;
	border:1px solid #E6E6E6;
	background-color:#FFFFFF;
}
.FramePhotoLeft{
	float:left;
	margin:2px 10px 15px 0px;
	padding:5px;
	border:1px solid #E6E6E6;
	background-color:#FFFFFF;
}
.FramePhotoRight{
	float:right;
	margin:2px 0px 15px 10px;
	padding:5px;
	border:1px solid #E6E6E6;
	background-color:#FFFFFF;
}
.BorderPhoto{
	margin:0px;
	border:5px solid #E6E6E6;
	background-color:#FFFFFF;
}
.BorderPhotoLeft{
	float:left;
	margin:2px 10px 15px 0px;
	border:5px solid #E6E6E6;
	background-color:#FFFFFF;
}
.BorderPhotoRight{
	float:right;
	margin:2px 0px 10px 15px;
	border:5px solid #E6E6E6;
	background-color:#FFFFFF;
}
.Photo_Right{
	float:right;
	margin:2px 0px 2px 10px;
}
.Photo_Left{
	float:left;
	margin:2px 10px 2px 0px;
}

.FramePhoto , .FramePhotoLeft , .FramePhotoRight{
	font-size:85%; line-height:135%;
}

/***************************/
/* 囲み処理　　　　　　　 */
/***************************/
.KakomiPink{
	padding:5px 10px;
	border: 1px solid #F5D5D0;
	background-color:#FAE5DF;
}
.KakomiWhite{
	padding: 4px;
	border: 1px solid #E6E6E6;
	background-color:#FFFFFF;
}

/***************************/
/* リンクボタン処理　　　　*/
/***************************/
a.LinkBtn:link , a.LinkBtn:visited , a.LinkBtn:hover , a.LinkBtn:active{
	color:#CC0000;
	display:block;
	margin:10px auto;
	width:141px;
	height:28px;
	background-image:url(../images/bg_link_btn.gif);
	text-align:center;
	line-height:26px;
	overflow:hidden;
}

/***************************/
/* テーブル処理　　　　　 */
/***************************/
table{
	border-collapse: separate;
	border-spacing: 0px;
}
td{vertical-align:top;}
.TxtTable {
	border-top:2px solid #54AEDA;
	border-left:1px solid #EDEDED;
	width:100%;
}
.TxtTable th , .TxtTable td{
	border-right:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
	padding:3px;
}
.TxtTable th{
	background-color:#F6F6F6;
	text-align:left;
	font-weight:normal;
	width:85px;
}
* html td , * html th{
	font-size: 12px !important;
	font-size: 1.0em;
	line-height:175%;
}
.BackNumberTbl{width:100%;}
.BackNumberTbl td{width:20%;}
.LinkListTbl{
	width:100%;
	margin-bottom:7px;
}
.LinkListTbl th{
	background:url(../images/bg_tabbertab_th.gif);
	padding-left:7px;
}
.LinkListTbl td{
	width:50%;
	font-size:85%;
	border-bottom:1px dotted #CCCCCC;
}
.LinkListTbl td a{
	padding-left:12px;
	background:url(../images/link_table_mark.gif) 2px 2px no-repeat;
}

/***************************/
/* FAQ　　　　　　　　　　　*/
/***************************/
#center .FAQ-Q{padding-left:42px; background:url(../casting_images/faq_q.gif) 0px 2px no-repeat;}
#center .FAQ-A{padding-left:42px; background:url(../casting_images/faq_a.gif) 0px 2px no-repeat;}

/***************************/
/* 全幅ライン　　　　　　　*/
/***************************/
.FullWidthLine{width:630px; margin-left:-15px;}

.Dont-use-under-------------{}

/***************************/
/* テキストリンクカラーCSS */
/***************************/

/* 未訪問・訪問済リンク */
a:link,a:visited{
	color:#45B1F6;
	text-decoration: none;
}

/* マウスオーバー時 */
a:hover,a:active {
	color: #3699D2;
	text-decoration: none;
}

/***************************/
/* 標準リスト処理　　　　 */
/***************************/
#center ul{margin-bottom:10px;}
#center li{
	list-style:none;
	padding:0px 0px 0px 16px;
	background-image:url(../casting_images/list_mark.gif);
	background-repeat:no-repeat;
	background-position:2px 0.5em;
}
#center ol li{
	list-style:decimal;
	background-image:none;
	padding:0px;
}

/***************************/
/* リンクボタン処理　　　　*/
/***************************/
#center .LinkBtn{
	display:block;
	margin:10px auto;
	width:200px;
	height:36px;
	background-image:url(../casting_images/bg_link_btn.jpg);
	text-align:center;
	line-height:36px;
	overflow:hidden;
	color:#39C;
}
#center .LinkBtn:hover{color:#676454;}

/***************************/
/* 水平線　　　　　　　　 */
/***************************/
hr{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color:#CCCCCC;
	height:1px;
	margin:-0.3em 0 -0.3em 0;
	display:block;
	clear:left;
	line-height:1px;
}
html>/**/body hr{	
	border-style: none none none none;
	border-width: 0px;
	height:9px;
	clear:both;
	overflow:hidden;
	background:url(../casting_images/bg_hr.gif) repeat-x center;
	margin:0px;
	padding:0px;
}

/***************************/
/* 段落処理　　　　　　　 */
/***************************/
p{margin-bottom:10px;}
