* {
	margin:0px;
	padding:0px;
	border:none;
	font-size:12px;
	white-space:normal;
	word-break:break-all;
	line-height:1.4em;
}

a:link { color:#000000; } 
a:visited { color:#000000; } 
a:hover { color: #000000; } 
a:active { color:#000000; } 



	
body {

	background-image:url(../img/background.gif);
	background-color: #FFFFFF;
}


/* レイアウトベース */
#layout_content {
	width:800px;
	height:100%;
	margin:0px auto;
	background-color:#FFFFFF;
}

/* 社名ロゴ */

.company_image {
	margin:10px 0px 10px 10px;
}

/* テーブル */

.a-1 {
	width:785px;
	margin:auto;
	border:none;
}

.a-2 {
	width:226px;
	margin:auto;
	border:none;
}

.a-2_bunner_space {
	width:226;
	height:145;
	padding-top:8px;
	background-image:url(../img/bunner_space.gif);
}

.b-center {
	margin-left:7px;
	border:none;
	margin-top:10px;
	margin-bottom:10px;
}

.c-table {
	margin:auto;
}

.c-1 {
	width:311px;
}

.c-2 {
	margin-right:10px;
}

.c-3_1 {
	width:226;
	height:48;
	background-image:url(../img/c-2center.gif);
}

.c-3_2 {
	width:226;
	height:66;
	background-image:url(../img/c-2_bottom.gif);
}

/* バナー画像 */

.a-2_bunner {
	width:219px;
	height:136px;
	margin:auto;
}

.b-cell {
	margin-right:5px;
}

/* text関連 */

.mini_text {
	font-size:10px;
}

.big_text {
	font-weight:bold;
	font-size:12px;
}

.color_text {
	color:#4388b5;
}

/* margin関連 */

.margin_box {
	margin:4px 4px 4px 4px;
}

.mt_05 {
	margin-top:5px;
}

.mt_10 {
	margin-top:10px;
}

.mb_10 {
	margin-bottom:10px;
}

/* align関連 */

.center {
	text-align:center;
}


/*padding関連 */

.padding_box {
	padding:5px 5px 5px 5px;
}