@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#computer {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #computer {
	height: 500px;
}

#computer a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 メインタイトル　定義
****************************************** */

#computer p.sentences02 {
	width: 566px;
	font-size : 0.8em;
}

#computer div.computer-Lt01 {
	width: 188px;
	float: left;
}

#computer div.computer-Rt01 {
	width: 368px;
	float: right;
}

#computer div.computer-Lt02 {
	width: 402px;
	float: left;
}

#computer div.computer-Rt02 {
	width: 145px;
	float: right;
}

#computer h5 {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 2px;
}

