/* CSS Document */

@import url("../../css/main.css");

/* コンテンツ位置 */
#open_contents{
	margin-left:50px;
}

/* //////////////////////////////////////////////////////////// */
/* 左側のコンテンツ//////////////////////////////////////////// */

/* 左側のコンテンツの絵の位置 */
.pos_left_pic{
	margin:55px 0px 0px 80px;
}
.pos_left_pic02{
	margin:53px 0px 32px 92px; 
}
.pos_left_pic03{
	margin:28px 0px 0px 92px; 
}
.pos_left_pic04{
	margin:195px 0px 0px 92px;
}
/* 左側のコンテンツの絵のタイトル */
.title_pic_font{
	font-weight:bold;
	font-size:12px;
	margin-bottom:3px;
}

/* 左側のコンテンツの文字位置 */
.pos_left_font{
	width:200px;
	margin:0 auto;
	color:#FFFFFF;
	line-height:18px;
}
.pos_left_font_2{
	margin:22px 0px 13px 78px;
	color:#FFFFFF;
}

/* //////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////// */
/* 右側のコンテンツ//////////////////////////////////////////// */

#contents_right{
	margin:34px 0px 0px 112px;
	line-height:18px
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.pos_right_pic{
	margin:10px 0px 17px 0px;
}

/* //////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////// */


/* 個別マージントップ */
#margin_top_22px{
	margin-top:22px;
}
.margin_top_96px{
	margin-left:96px;
}
/* リンクの文字の色 */
.link_white:Link{
	color:#FFFFFF;
}
.link_white:visited{
	color:#FFFFFF;
}
