/* smallサイズ */
.type031_bannar{
	width:170px;
	float:left;
	padding:0px 20px 10px 0px;
}
.type031_bannar_right{
	width:170px;
	float:left;
}

.type031_bg{
	width:170px;
	height:240px;
	cursor:hand;
}

.type031_title{
	width:155px;
	height:23px;
	padding:15px 0px 0px 15px;
	_padding:12px 0px 7px 15px;
	font-size:12px;
	font-weight:bold;
}

.type031_text {
	width:148px;
	line-height:17px;
	font-size:10px;
	color:#333333;
	cursor:hand;
	padding:0px 0px 0px 14px;
}

.type031_img{
	text-align:center;
	width:170px;
}


/* #1135 2013/11/29 t-ichikawa PJ21 枠なしレイアウト追加 */
.type031_bg_frameless .type031_img{
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	width:170px;
	height:128px;
	line-height:128px;
}

.type031_bg_frameless .type031_img img{
	vertical-align:middle;
}

.type031_bg_frameless:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.type031_bg_frameless .type031_title{
	width:170px;
	height:17px;
	padding:0px 0px 0px 0px;
/*	_padding:7px 0px 7px 0px;*/
	font-size:12px;
	font-weight:bold;
}

.type031_bg_frameless .type031_text {
	width:170px;
	line-height:17px;
	font-size:10px;
	color:#333333;
	cursor:hand;
	padding:0px 0px 0px 0px;
}

.type031_bg_frameless .type031_img{
	text-align:center;
	width:170px;
}

/* normalサイズ */
.type032_bg{
	width:270px;
	height:160px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	cursor:hand;
	float:left;
}

.type032_title{
	width:255px;
	padding:15px 0px 0px 15px;
	font-size:15px;
	font-weight:bold;
}

.type032_text {
	padding:5px 0px 0px 15px;
	width:115px;
	height:95px;
	float:left;
	line-height:14px;
	font-size:10px;
	color:#333333;
}

.type032_img{
	padding:5px 13px 0px 0px;
	float:right;
	width:125px;
	height:93px;
	text-align:center;
}

/* #1135 2013/11/29 t-ichikawa PJ21 枠なしレイアウト追加 */
.type032_bg_frameless{
	width:270px;
	height:160px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	cursor:hand;
	float:left;
}

.type032_bg_frameless .type032_title {
	width:140px;
	padding:0px 0px 0px 0px;
	font-size:15px;
	font-weight:bold;
	float:right;
}

.type032_bg_frameless .type032_text {
	padding:5px 0px 0px 0px;
	width:140px;
	height:95px;
	float:right;
	line-height:14px;
	font-size:10px;
	color:#333333;
	text-align:left;
}

.type032_bg_frameless .type032_img {
	padding:0px 0px 0px 0px;
	vertical-align:middle;
	float:left;
	width:120px;
	height:93px;
	text-align:center;
	line-height:93px;
}

.type032_bg_frameless .type032_img img{
	vertical-align:middle;
}

.type032_bg_frameless:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*bigサイズ*/
.type033_bg{
	width:550px;
	height:150px;
	margin:10px 0px 5px 0px;
	padding:0px;
	cursor:hand;
}

.type033_img{
	float:left;
	width:170px;
	height:135px;
	padding-top:15px;
	text-align:center
}

.type033_text_box{
	padding:15px 0px 0px 0px;
	width:380;
	float:left;
}
.type033_title{
	width:370px;
	/*height:30px;*/
	height:25px;
	font-size:15px;
	font-weight:bold;
}

.type033_text {
	width:370px;
	height:80px;
	line-height:20px;
	font-size:12px;
	color:#333333;
}

/* #1135 2013/11/29 t-ichikawa PJ21 枠なしレイアウト追加 */
.type033_bg_frameless{
	width:550px;
	height:128px;
	margin:10px 0px 5px 0px;
	padding:0px;
	cursor:hand;
}

.type033_bg_frameless .type033_img{
	float:left;
	width:170px;
	height:128px;
	padding:0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
	line-height:128px;
}

.type033_bg_frameless .type031_img img{
	vertical-align:middle;
}

.type033_bg_frameless:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.type033_bg_frameless .type033_text_box{
	padding:0px 0px 0px 0px;
	width:380;
	float:right;
}

.type033_bg_frameless .type033_title{
	width:370px;
	/*height:30px;*/
	height:20px;
	font-size:15px;
	font-weight:bold;
}

.type033_bg_frameless .type033_text {
	width:370px;
	height:80px;
	line-height:20px;
	font-size:12px;
	color:#333333;
}

/* テキストカラー */
.textbanner_title_green{
	color:#336600;
}

.textbanner_title_gray{
	color:#000000;
}

.textbanner_title_red{
	color:#cc0000;
}

.textbanner_title_orange{
	color:#993300;
}

.textbanner_title_blue{
	color:#003399;
}

.textbanner_title_gold{
	color:#666600;
}

/* #1136 2013/11/29 t-ichikawa PJ21 カラー追加 */
.textbanner_title_light_blue{
	color:#0085B2;
}

.textbanner_title_pink{
	color:#D74D76;
}

.textbanner_title_green{
	color:#00661A;
}

.textbanner_title_dark_green{
	color:#00661A;
}

.textbanner_title_black{
	color:#000000;
}

.textbanner_title_brown{
	color:#472616;
}

.textbanner_title_frameless{
	color:#000000;
}


/* ≠‘キストバナー峨除≠*/
/* テキストバナーカラー（醇j */
.type031_bg_green {
	background: url("./image/banner_green_small.jpg") no-repeat;
}

.type031_bg_gray {
	background: url("./image/banner_gray_small.jpg") no-repeat;
}

.type031_bg_red {
	background: url("./image/banner_red_small.jpg") no-repeat;
}


.type031_bg_orange {
	background: url("./image/banner_orange_small.jpg") no-repeat;
}


.type031_bg_blue {
	background: url("./image/banner_blue_small.jpg") no-repeat;
}


.type031_bg_gold {
	background: url("./image/banner_gold_small.jpg") no-repeat;
}

/* #1136 2013/11/29 t-ichikawa PJ21 カラー追加 */
.type031_bg_light_blue {
	background: url("./image/banner_light_blue_small.jpg") no-repeat;
}

.type031_bg_pink {
	background: url("./image/banner_pink_small.jpg") no-repeat;
}

.type031_bg_dark_green {
	background: url("./image/banner_dark_green_small.jpg") no-repeat;
}

.type031_bg_black {
	background: url("./image/banner_black_small.jpg") no-repeat;
}

.type031_bg_brown {
	background: url("./image/banner_brown_small.jpg") no-repeat;
}

.type031_bg_frameless {
	background: url("./image/banner_frameless.jpg") no-repeat;
	background-position: right bottom;
}

.type032_bg_frameless {
	background: url("./image/banner_frameless.jpg") no-repeat;
	background-position: right bottom;
}

.type033_bg_frameless {
	background: url("./image/banner_frameless.jpg") no-repeat;
	background-position: right bottom;
}


/* テキストバナーカラー(中) */
.type032_bg_green {
	background: url("./image/banner_green.jpg") no-repeat;
}

.type032_bg_gray {
	background: url("./image/banner_gray.jpg") no-repeat;
}

.type032_bg_red {
	background: url("./image/banner_red.jpg") no-repeat;
}

.type032_bg_orange {
	background: url("./image/banner_orange.jpg") no-repeat;
}

.type032_bg_blue {
	background: url("./image/banner_blue.jpg") no-repeat;
}

.type032_bg_gold {
	background: url("./image/banner_gold.jpg") no-repeat;
}

/* #1136 2013/11/29 t-ichikawa PJ21 カラー追加 */
.type032_bg_light_blue {
	background: url("./image/banner_light_blue.jpg") no-repeat;
}

.type032_bg_pink {
	background: url("./image/banner_pink.jpg") no-repeat;
}

.type032_bg_dark_green {
	background: url("./image/banner_dark_green.jpg") no-repeat;
}

.type032_bg_black {
	background: url("./image/banner_black.jpg") no-repeat;
}

.type032_bg_brown {
	background: url("./image/banner_brown.jpg") no-repeat;
}

/* #1136 2013/11/29 t-ichikawa PJ21 カラー追加 */
.type033_bg_light_blue {
	background: url("./image/banner_light_blue_big.jpg") no-repeat;
}

.type033_bg_pink {
	background: url("./image/banner_pink_big.jpg") no-repeat;
}

.type033_bg_dark_green {
	background: url("./image/banner_green_big.jpg") no-repeat;
}

.type033_bg_black {
	background: url("./image/banner_black_big.jpg") no-repeat;
}

.type033_bg_brown {
	background: url("./image/banner_brown_big.jpg") no-repeat;
}

/* テキストバナーカラー(代ﾉ */
.type033_bg_green {
	background: url("./image/banner_green_big.jpg") no-repeat;
}

.type033_bg_gray {
	background: url("./image/banner_gray_big.jpg") no-repeat;
}

.type033_bg_red {
	background: url("./image/banner_red_big.jpg") no-repeat;
}

.type033_bg_orange {
	background: url("./image/banner_orange_big.jpg") no-repeat;
}

.type033_bg_blue {
	background: url("./image/banner_blue_big.jpg") no-repeat;
}

.type033_bg_gold {
	background: url("./image/banner_gold_big.jpg") no-repeat;
}

/* #1136 2013/11/29 t-ichikawa PJ21 カラー追加 */
.type033_bg_light_blue {
	background: url("./image/banner_light_blue_big.jpg") no-repeat;
}

.type033_bg_pink {
	background: url("./image/banner_pink_big.jpg") no-repeat;
}

.type033_bg_dark_green {
	background: url("./image/banner_dark_green_big.jpg") no-repeat;
}

.type033_bg_black {
	background: url("./image/banner_black_big.jpg") no-repeat;
}

.type033_bg_brown {
	background: url("./image/banner_brown_big.jpg") no-repeat;
}



/* ＝‘キストバナー峨除＝*/

/* ↓テキストバナー（大）点線↓ */
.type033_line_long {
	background: url("./image/banner_big_line_long.gif") no-repeat;
	width:506px;
	height:1px;
	margin-bottom:5px;
}
.type033_line_short{
	background: url("./image/banner_big_line_short.gif") no-repeat;
	width:370px;
	height:1px;
	margin-bottom:5px;
}
/* ↑テキストバナー（大）点線↑ */

