@charset "Shift_JIS";
/*右カラムレイアウトの為のスタイル（共通）はここに記入（sinc2008.10〜）*/

/*右サイド　レイアウトの記述*/

.container-w560 {
	width: 560px;
}
.container-w570 {
	width: 570px;
}
.box-w150 {
	width: 150px;
	float:left;
}
.box-w240 {
	width: 240px;
	float:left;
}
.box-w280 {
	width: 280px;
	float:left;
}
.box-w320 {
	width: 320px;
	float:left;
}
.box-w420 {
	width: 417px;
	float:left;
}
.box-left {
    float:left;
	display:inline;
}
.box-right {
    float:left;
	margin-left:10px;
	display:inline;
}

/*サブタイトル　オレンジ*/
.subtitle-or {
	font-size: 11pt;
	background-image: url(../images/bg-subtitle_or.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 20px;
	letter-spacing: 4px;
	font-weight: bold;
}
/*サブタイトル　グリーン*/
.subtitle-gr {
	font-size: 11pt;
	background-image: url(../images/bg-subtitle_gr.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 20px;
	letter-spacing: 4px;
	font-weight: bold;
}
/*サブタイトル　オレンジ*/
.subtitle-softname {
	font-size: 14pt;
	background-image: url(../products/images/bg_softname.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 50px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #000099;
}
.box-title {
	margin-top: 5px;
	margin-bottom: 5px;
}
