@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-align: center;
	margin: 0;
	padding: 0;
}

#caseBox{
	width: 930px;
	text-align:center;
	margin: 0 auto auto auto;
}

p {
	margin: 0;
	padding: 0;
	}

img {
	border: 0px;
}

strong {
	font-weight: normal;
}

.txRight {
	text-align: right;
	}
	
.txLeft {
	text-align: left;
	}
	
.right {
	float: right;
	}
	
.left {
	float: left;
	}

.clear {
	clear: both;
	}

.boxArea {
	display: block;
}

	
/* サイトマップ用リンク */
.sitemap a {
	font-size: 14px;
	}
	
/* 背景 img大 */

#bg_01 {
	background-image:url(../common/back_01.jpg);
	background-repeat: repeat-x;
	}
	
/* 背景 img中 */

#bg_02 {
	background-image:url(../common/back_02.jpg);
	background-repeat: repeat-x;
	}
	
/* 背景 img小 */

#bg_03 {
	background-image:url(../common/back_03.jpg);
	background-repeat: repeat-x;
	}

/*　テーブルの基本設定　*/

table tr td{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-align: left;
	vertical-align: top;
	}

/*　点線100％　*/
.lineDash {
	background-image: url(../common2/line_dash.gif) ;
	width: 100%;
	}