@charset "utf-8";
/* CSS Document */

/* 基本枠/////////////////////////////////////////////////////////////////////// */
#work_frame{
	width:732px;
	margin:auto;
	padding-left:18px;
}
#work_frame_left{
	width:370px;
	float:left;
	text-align:left;
}
#work_frame_right{
	width:340px;
	float:right;
	text-align:left;
}

/* １カラムデザイン時 */
#work_frame_noColumn{
	width:714px;
	padding:0px 18px;
	margin:auto;
}



/* その他/////////////////////////////////////////////////////////////////////// */
/* 文章（２カラムデザイン時） */
#explanatory_note{
	line-height:150%;
	text-justify: inter-ideograph;
	text-align: justify;
	margin-left:18px;
}
/* 文章（１カラムデザイン時） */
#explanatory_note_noColumn{
	line-height:150%;
	text-justify: inter-ideograph;
	text-align: justify;
	margin:0px 18px;
}

/* 商品ボタン */
#work_btn{
	width:100%;
	overflow: hidden;
	margin-top:8px;
}
#work_frame_left ul{
	margin:0px;
	padding:0px;
}

#work_frame_left li{
	display: inline;
	list-style-type:none;
	
	
}

#work_frame_left li a {
	display:block;
	background:url(../../work/common/work_btn_cursor.gif) left center no-repeat;
	border-bottom:1px dotted #666666;
	margin:0px;
	padding:7px 5px 7px 22px;
}
#work_frame_left li a:link ,
#work_frame_left li a:visited {
    color: #333333;
    background-color:#FFFFFF;
		text-decoration:none;
}
#work_frame_left li a:hover ,
#work_frame_left li a:active {
    color: #003366;
    background-color:lightblue;
		text-decoration:underline;
}
#work_frame_left .nolink {
	display:block;
	background:url(../../work/common/work_btn_cursor.gif) left center no-repeat;
	border-bottom:1px dotted #666666;
	margin:0px;
	padding:7px 5px 7px 22px;
}






