@charset "Shift_JIS";
html{
	overflow-y:hidden;
}
* html {
	 /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
*html body {/*IE6‚¾‚¯‚É“K—p*/
	overflow-y:auto;
}
*+html body {/*IE7‚¾‚¯‚É“K—p*/
	overflow-y:auto;
}
body {

}
* html body {
	/* for IE6 */
	overflow-y: auto;
	height: 100%;
}
.page_centering {
	margin: 0 auto;
	width:960px;
	height: 100%;
}
html,
body,
#wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto;
	width: 960px;
	min-height: 100%;
	background-color:#0000ff;
}
#footWrap {
	clear: both;
	height: 52px;
	margin-top: -52px;
	position: relative;
	width: 100%;
	float:left;
}
#footer {
	height: 52px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
}
#mail_info {
	height: 25px;
	width: 960px;
	text-align: center;
}
#copy_right {
	height: 27px;
	width: 960px;
	background-image:url(img/common/footer.gif);
}
A:link {
	color: #000099;
	margin-left:3px;
}
A:hover {
	color: #ff0000;
}
A:visited {
	color: #800080;
	margin-left:3px;
}
.title {
	width: 960px;
	height: 105px;
	border-width: 0px;
	margin: 0px;
	float: left;
}
ul#menu{
	list-style:none;
	display:block;
	text-align: center;

}
UL#menu LI{
	list-style:none;
	float:left;
	
	
}
ul#menu a{
	display:block;
	text-decoration:none;
	/*\*/
	overflow: hidden;
	/**/
	margin-right :2px;
	padding-left : 0px;
	margin-left : 0px;
}
A.menu_item_L1{
	display: inline;
	background-image : url(img/common/btn_s.gif);
	width:90px;
	line-height : 40px;
	float:left;
	color:#000000;
	font-weight:bold;
	padding-top: 10px;
	height:40px;
	height:50px\9; /* cssƒnƒbƒN IE8ˆÈ‰º—p */
}
a.menu_item_L2{
	color:#000000;
}
A:hover.menu_item_L1{
	background-position : 0px -50px;
	color:#000000;
	font-weight:bold;
}
A:hover.menu_item_L2{
	background-position : 0px -50px;
	color:#000000;
	font-weight:bold;
}
UL#font_size{
	list-style:none;
	position: relative;
	overflow: hidden;
  width : 80px;
}
UL#font_size LI{
	position: relative;
	float: left;
	
}
UL#font_size A{
	display:block;
	position: relative;
	height : 50px;
	background-image: url(img/common/btn_font_size.gif);
	text-decoration:none;
	text-indent : 0em;
	/*\*/
	overflow: hidden;
	/**/

  float : none;
}
A#font_size_s  {
  width:40px; 
  background-position:0      0;
  padding : 0px;
  margin : 0px;
}
A#font_size_m  {
  width:40px; 
  background-position:-40px  0;
  padding : 0px;
  margin : 0px;
}
a#font_size_l  {
	width:40px; background-position:-80px  0;
}
A:hover#font_size_s  {
	width:40px; background-position : 0px -50px;
}
A:hover#font_size_m  {
	width:40px; background-position : -40px -50px;
}
a:hover#font_size_l  {
	width:40px; background-position:-80px  -30px;
}
.contents {
	width: 960px;
}
.contents_left {
	width: 670px;
	float: left;
}
.top_addition {
	width: 960px;
	float: left;
	text-align: left;
}
.top_addition_top {
	width: 960px;
	padding-top:5px;
	background: url("img/top/addition_top_g.gif") no-repeat;
	font-weight:bold;
	font-size:120%;
}
.top_addition_text {
	width: 960px;
	background: url("img/top/addition_text_g.gif") repeat-y scroll 0 0 transparent;
}
.top_additions_bottom {
	width: 960px;
	background: url("img/top/addition_bottom_g.gif") no-repeat;
	padding-top : 10px;
	padding-bottom : 10px;
}
.top_topics {
	width: 670px;
	text-align: left;
	float:left;
}
.top_topics_top {
	width: 670px;
	padding-top:5px;
	background: url("img/top/topics_top_g.gif") no-repeat;
	font-weight:bold;
	font-size:120%;
}
.top_topics_text {
	width: 670px;
	background: url("img/top/topics_text_g.gif") repeat-y scroll 0 0 transparent;
	padding:5px 0 5px 0;
}
.top_topics_bottom {
	width: 670px;
	padding : 10px 0px;
	background: url("img/top/topics_bottom_g.gif") no-repeat;
}
.top_tantoubi {
	width: 328px;
	float: left;
	text-align: left;
}
.top_haken {
	width: 328px;
	float: right;
	text-align: left;
}
.top_tips_top {
	width: 330px;
	padding-top: 5px;
	background: url("img/top/tips_top_g.gif") no-repeat;
	font-weight: bold;
	font-size: 120%;
}
.top_tips_text {
	width: 330px;
	background: url("img/top/tips_text_g.gif") repeat-y scroll 0 0 transparent;
	padding:15px 0 5px 0;
}
.top_tips_bottom {
	width: 330px;
	padding : 10px 0px 5px;
	background: url("img/top/tips_bottom_g.gif") no-repeat;
}
.contents_right {
	width: 280px;
	float: right;
}
.top_outline {
	width: 280px;
	background-color:#99ccff;
}
.img_centering {
	display:block;
	margin: 0 auto;
	text-align: center;
}
.float_cleaner {
	clear:both;
}
.wark_name_box {
	width: 960px;
	background-color:#0000ff;
	float:left;
	margin-top:5px;
}
.wark_name {
	width: 950px;
	color: #000000;
	background-color:#ffFFFF;
	margin-left:10px;
	padding-left:3px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 115%;
	line-height: 1.8;
	text-align: left;
}
.wark_list_box {
	width: 280px;
	background:url("img/common/work_list_top_g.gif") no-repeat;
	margin-top: 16px;
	text-align: left;
	float:left;
}
.wark_list_top {
	width: 260px;
	padding-top:5px;
	margin:2px 0px 0px 20px;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	line-height: 120%;
}
.wark_list {
	width: 280px;
	background-color: #ffffcc;
	background: url("img/common/work_list_g.gif") repeat-y scroll 0 0 transparent;
	padding:10px 0px 5px 0px;
}
.wark_list_bottom {
	width: 280px;
	float: left;
	height: 15px;
	background: url("img/common/work_list_bottom_g.gif") no-repeat;
}
.wark_view_box {
	width: 670px;
	text-align: left;
	margin-top: 16px;
	float: right;
	background: url("img/common/work_view_top_g.gif") no-repeat;
}
.wark_view_top {
	width: 650px;
	line-height: 120%;
	padding-top: 5px;
	margin: 2px 0px 0px 20px;
	color: #000000;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.wark_view {
	padding:10px 0px 5px 0px;
	width: 670px;
	line-height:25px;
	margin-right:1px;
	min-height:186px;
	background: url("img/common/work_view_g.gif") repeat-y scroll 0 0 transparent;
}
.wark_view_bottom {
	width: 670px;
	height: 30px;
	float:left;
	background:url("img/common/work_view_bottom_g.gif") no-repeat;
	margin-bottom:52px;
}
.jigyou_tips {
	 /*Ž–‹Æà–¾@—Î•¶Žš*/
	width:367px;
	font-size: 90%;
	text-indent:-1em;
	line-height: 1.4;
	margin: 4em 0 0 1em;
	padding-left:1em;
	color:#336600;
	float:left;
}
.jigyou_setumei_l {
	 /*Ž–‹Æà–¾@žò•¶Žš*/
	color:#990000; 
	margin-left:1em;
	font-weight:bold;
}
.jigyou_setumei_s {
	 /*Ž–‹Æà–¾@••¶Žš*/
	margin-left:2em;
	line-height: 1.4;
}
.jigyou_setumei_s_t1 {
	 /*Ž–‹Æà–¾@’Žß‰üs‚P*/
	margin-left:1em;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.4;
}
.jigyou_setumei_s_t2 {
	 /*Ž–‹Æà–¾@’Žß‰üs‚Q*/
	margin-left:2em;
	padding-left:2em;
	text-indent:-2em;
	line-height: 1.4;
}
table.table_style {
	border: solid 1px #0000ff;
	background-color: #cccccc;
	border-spacing: 1px;
}
table.table_style tr th {
	border: solid 1px #0000ff;
	background-color: #99ffff;
	border-spacing: 1px;
	text-align:center;
	vertical-align:middle;
}
table.table_style tr td {
	border: solid 1px #0000ff;
	background-color: #ffffff;
	border-spacing: 1px;
	text-align:justify;
	text-justify:distribute;
	vertical-align:middle;
}
.midashi {
	  font-size: 14px; font-style: normal; line-height: 150%; font-weight: bold; font-variant: normal; color: #6666FF;
}
.style2 {
	  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #33CC00;
}
.copy {
	  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px; font-style: normal; line-height: 150%; font-weight: normal; font-variant: normal; color: #009933;
}
.new {
	  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; font-size: 12px; font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; color: #FF0000;
}
.small {
	  font-size: 12px; font-style: normal; line-height: 16px; font-weight: normal; font-variant: normal;
}
TD {
	font-size: 14px; font-style: normal; line-height: 18px; font-weight: normal; font-variant: normal ;
}
.setumei {
	  float: left;
}
