@charset "shift_jis";

/*--------------------------------------------*/
/* CSS RESET                                  */
/*--------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset,img { 
	margin: 0px;
	padding: 0px;
	border: 0px;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border: 0;
}

/*--------------------------------------------*/
/* clearfix                                   */
/*--------------------------------------------*/

.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--------------------------------------------*/
/* float                                      */
/*--------------------------------------------*/

.fltL {
	float: left;
}
.fltR {
	float: right;
}

/*--------------------------------------------*/
/* margin                                     */
/*--------------------------------------------*/
.mt00 {
	margin-top: 0 !important;
}

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.mr10 {
	margin-right: 10px;
}

.pr10 {
	padding-right:10px;
}


.pr15 {
	padding-right:15px;
}

.pr20 {
	padding-right:20px;
}

.pl10 {
	padding-left:10px;
}

.pl15 {
	padding-left:15px;
}

.pl20 {
	padding-left:20px;
}
.pl60 {
	padding-left:60px;
}

.pt10 {
	padding-top:10px;
}

.pt35 {
	padding-top:35px;
}
.mb50 {
	margin-bottom:160px;
}

/*--------------------------------------------*/
/* tool                                       */
/*--------------------------------------------*/

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.nobg {
	background: none !important;
}

/*--------------------------------------------*/
/* img                                        */
/*--------------------------------------------*/

.imgC {
	text-align: center;
}

.imgL {
	text-align: left;
}
.imgR {
	text-align: right;
}

.imgL img,
.imgC img,
.imgR img {
	display: inline;
}

/*--------------------------------------------*/
/* font                                        */
/*--------------------------------------------*/

/*‘Š‘Î•¶ŽšƒTƒCƒY*/
.xx-small {
	font-size: 70%;
}
.x-small {
	font-size: 78%;
}
.small {
	font-size: 85%;
}
.large {
	font-size: 115%;
}
.x-large {
	font-size: 130%;
}
.xx-large {
	font-size: 143%;
}

.red_txt {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.txtL {
	text-align: left;
}

.txtC {
	text-align: center;
}

.txtR {
	text-align: right;
}

/*--------------------------------------------*/
/* BASE                                       */
/*--------------------------------------------*/

body {
	background: #f2f2f2 url(../img/common_bg_body.gif) 0 0 repeat-x;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #1e1e1e;
	text-align: center;
	line-height: 1.6;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

/*--------------------------------------------*/
/* COMMON                                     */
/*--------------------------------------------*/

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header {
}
#header_bottom ul {
	background-image: url(../img/common_bg_header.jpg);
	width: 355px;
	height: 28px;
	display: block;
	float: right;
}
#header_bottom ul li a {
	width: auto;
	height: 28px;
	display: block;
	float: left;
}
#gnavi {
	background-image: url(../img/common_bg_gnavi.jpg);
	height: 44px;
	display: block;
}
#header_bottom ul li,
#gnavi li {
	float: left;
	display: inline;
}
#gnavi li a {
	width: 190px;
	height: 44px;
	display: block;
}
#gnavi li a:hover,
#header_bottom ul li a:hover {
	background-color: transparent;
}
#gnavi li a:hover img,
#header_bottom ul li a:hover img {
	visibility: hidden;
}

a {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#contents {
	background:#FFFFFF;
	padding: 0 0 0 10px;
}

#left_contents {
	width:170px;
	padding: 10px 0 0 0;
	float: left;
	height: auto;
}

#right_contents {
	width:570px;
	float:right;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline;
}


#right_contents_in {
	margin-top:10px;
}

#right_main {
	float:left;
	width:440px;
}

#right_bunner {
	float:right;
}

/*--------------------------------------------*/
/* pankuzu                                    */
/*--------------------------------------------*/

#pankuzu_box {
	border:#cccccc solid 1px;
	padding:1px;
	margin-top: 10px;
}

#pankuzu {
	background:#f2f2f2;
}

#pankuzu li {
	background:url(../img/common_topicspath.gif) 0 50% no-repeat;
	display:inline;
	padding-left:10px;
	line-height: 25px;
}

#pankuzu li.home {
	background:none;
}

/*--------------------------------------------*/
/* header                                     */
/*--------------------------------------------*/


#header h1 {
	float:left;
	padding-top: 18px;
}

#header_top {
	float:right;
	height: 73px;
}

#header_bottom {
	clear:both;
	height: 28px;
}
 
#header_bottom p {
	float:left;
	padding-left: 89px;
}

.header_top_txt {
	padding-top:17px;
}

.header_top_txt02 {
	padding-top:5px;
	text-align: right;
}


/*--------------------------------------------*/
/* footer                                     */
/*--------------------------------------------*/
#footer ul {

}

#footer li {
	display:inline;
	border-left:#484848 solid 1px;
	line-height:10px;
}

#footer {
	clear: both;
	background: #FFFFFF;
}

#footer a {
	padding:0 3px 0 8px;
}

#footer ul {
	background:#ffffff url(../img/common_bg_footer.gif) top left repeat-x;
	padding-top: 12px !important;
	padding-top: 17px;
	height:28px !important;;
	height:40px;
}

#footer p {
	padding:10px 0;
}

#footer .none {
	border-left:none;
}
#fBnr ul {
	padding: 10px 0;
	width: 760px;
	margin: 0 auto;
}
* html #fBnr ul {
	margin: 0;
}
	#fBnr ul li {
		width: 185px;
		height: 56px;
		float: left;
		display: inline;
		margin-right: 6px;
	}
	#fBnr ul li a {
		width: 185px;
		height: 56px;
		display: block;
	}
	#fBnr ul li.last {
		margin-right: 0;
	}
#fBnr p {
	padding:10px 0;
	clear: both;
}

/*--------------------------------------------*/
/* ‹¤’Ê•”•ª                                   */
/*--------------------------------------------*/

.pagetop {
	line-height:12px;
	display: block;
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}

.pagetop a {
	background:url(../img/common_img_arrow03.gif) top left  no-repeat;
	padding-left: 15px;
}

.left_menu {
	width: 160px;
	background:url(../img/common_leftmenu_bg.gif) top left repeat-y;
	border-bottom:#CCCCCC solid 1px;
}

.left_menu p {
	background:url(../img/common_img_arrow01.gif) 10px center  no-repeat;
	display: block;
	padding-left: 30px;
}

.left_menu dt  {
	overflow:hidden;
	width: 160px;
	height: 39px;
}
.left_menu dd  {
	background:#f2f2f2 url(../img/common_img_dot.gif) bottom left repeat-x;
	line-height:26px;
	width: 156px;
	margin-left: 2px;
}

.left_menu_last {
	margin-bottom:1px;
	background-image:none !important;
}

#left_menu01 {
	background:url(../img/common_btn_left01_ov.jpg) top left no-repeat;
}

#left_menu02 {
	background:url(../img/common_btn_left02_ov.jpg) top left no-repeat;
}

#left_menu03 {
	background:url(../img/common_btn_left03_ov.jpg) top left no-repeat;
}

#left_menu01 a,
#left_menu02 a,
#left_menu03 a {
	width:160px;
	height:39px;
	display:block;
}


#left_menu01 a:hover,
#left_menu02 a:hover,
#left_menu03 a:hover {
	background-color: transparent;
}


#left_menu01 a:hover img,
#left_menu02 a:hover img,
#left_menu03 a:hover img {
	visibility: hidden;
}

#leftmenu02 {
	height:157px;
	margin-bottom: 10px;
}

#leftmenu02 li {
	float:left;
}

#left_menu04 {
	background:url(../img/common_btn_left04_ov.jpg) top left no-repeat;
}

#left_menu05 {
	background:url(../img/common_btn_left05_ov.jpg) top left no-repeat;
}

#left_menu06 {
	background:url(../img/common_btn_left06_ov.jpg) top left no-repeat;
}

#left_menu07 {
	background:url(../img/common_btn_left07_ov.jpg) top left no-repeat;
}

#left_menu04 a,
#left_menu05 a,
#left_menu06 a
 {
	width:160px;
	height:39px;
	display:block;
}

#left_menu07 a
 {
	width:160px;
	height:40px;
	display:block;
}

#left_menu04 a:hover,
#left_menu05 a:hover,
#left_menu06 a:hover,
#left_menu07 a:hover {
	background-color: transparent;
}

#left_menu04 a:hover img,
#left_menu05 a:hover img,
#left_menu06 a:hover img,
#left_menu07 a:hover img {
	visibility: hidden;
}

div.ico_ISMS {
	width: 150px;
}

.arrow01_detail {
	margin: 12px 0 0 0;
	text-align: right;
}

.arrow01_detail span {
	background:url(../img/common_img_arrow01.gif) 0 50% no-repeat;
	padding-left:20px;
}

#common_up_box {
	background:#f2f2f2;
	border:#CCCCCC solid 1px;
	width: 568px !important;
	width: 570px;
	height: 120px;
	padding: 8px 0;
}

.common_up {
	padding:0 7px 0 7px;
}

.common_up_tit {
	width:570px;
	height:39px;
}

/*--------------------------------------------*/
/* top.html                                   */
/*--------------------------------------------*/
.txtbox01 {
	padding-left:10px;
	padding-right: 15px;
}
.txtbox_new {
	margin-left: 10px;
	width: 550px;
}
.topLink {
	width: 265px;
	background: url(../../img/renew/bottom_topLink.gif) left bottom no-repeat;
	padding-bottom: 15px;
	font-size: 10px;
}
	.topLink .topLink_l {
		background: url(../../img/renew/head_topLink_l.jpg) left top no-repeat;
	}
	.topLink .topLink_r {
		background: url(../../img/renew/head_topLink_r.jpg) left top no-repeat;
	}
	.topLink .arr_topLink {
		margin-left: 9px;
		margin-top: 15px;
		margin-bottom: 8px;
	}
		.topLink .arr_topLink a {
			background: url(../../img/renew/bg_topLink.gif) left top no-repeat;
			font-weight: bold;
			color: #003399;
			display: block;
			width: 195px;
			_width: 245px;
			font-size: 12px;
			height: 40px;
			_height: 43px;
			line-height: 1.6;
			padding-top: 3px;
			padding-right: 5px;
			padding-left: 45px;
	}
		.topLink ul {
			padding: 0 13px;
		}
			.topLink ul li {
				background: url(../../img/renew/ic_topLink.gif) left 5px no-repeat;
				padding-left: 15px;
				margin-bottom: 7px;
			}

.top_price {
	margin: 10px 0 0 10px;
	width: 550px;
	clear: both;
}

.top_price li {
	float:left;
}

.top_price_right {
	padding-right:4px;
}

.top_feature_box {
	margin: 30px 0 0 0;
}

.top_feature_box02 {
	border-top:#CCCCCC solid 1px;
	margin-top:10px;
	padding:10px 0 0 65px;
	margin-left: 10px;
}

.top_feature_box dl,
.top_feature_box02 dl {
	border-right:#CCCCCC solid 1px;
	float: left;
}

.top_feature_box dd
.top_feature_box02 dd {
	padding-top:10px;
}


.top_feature_none {
	border-right:none !important;
	padding-right: 0px !important;
}

.top_news dt {
	float:left;
	background:url(../img/common_img_arrow02.gif) 10px center no-repeat;
	padding: 5px 0 5px 25px;
}

.top_news dd {
	background:url(../img/common_img_dot.gif) bottom left repeat-x;
	padding: 5px 0 5px 135px;
}

.top_news dd p {
	height:1%;
}

.top_bnr {
	position:relative;
	clear:both;
	width: 740px;
	height: 210px;
}

.top_bnr p {
	position:absolute;
	top:131px;
	left:525px;
}
.top_bnr p.bnr01 {
	left: 222px;
	top: 149px;
}
.top_bnr p.bnr02 {
	left: 396px;
	top: 149px;
}
.top_bnr p.bnr03 {
	left: 570px;
	top: 149px;
}
/*--------------------------------------------*/
/* error.html                                   */
/*--------------------------------------------*/
.error {
	font-size:140%;
	font-weight:bold;
	padding-left:10px;
	margin-top:15px;
}

/*--------------------------------------------*/
/* prive.html  20090803 add                   */
/*--------------------------------------------*/
.pricePdf {
	padding-top: 10px;
}
.pricePdf span {
	background:url(../../pub/img/pdficon_small.gif) left top no-repeat;
	padding-left: 22px;
	margin-left: 7px;
	padding-top: 5px;
}
@media print {
* html .pricePdf span {
	height: 1%;
	padding-top: 0;
}

}


.newsLink {
	background:transparent url(../img/common_img_arrow01.gif) no-repeat scroll 10px center;
	display:block;
	padding-left:30px;
	float: right;
}




/*--------------------------------------------*/
/* ƒvƒ`ƒŠƒjƒ…[ƒAƒ‹  20100324 add             */
/*--------------------------------------------*/
.tabList {
	position: relative;
	width: 570px;
	height: 29px;
	background: url(../../topics/img/jTab/bg_tab.gif) repeat left top;
}

.tabList .tab01,
.tabList .tab02,
.tabList .tab03,
.tabList .tab04 {
	position: absolute;
	left: 0;
	top: 0;
	width: 98px;
	height: 29px;
}
.tabList .tab01 { left: 1px; background: url(../../topics/img/jTab/tab_all_cr.gif) repeat left top;}
.tabList .tab02 { left: 100px; background: url(../../topics/img/jTab/tab_info_cr.gif) repeat left top;}
.tabList .tab03 { left: 199px; background: url(../../topics/img/jTab/tab_ad_cr.gif) repeat left top;}
.tabList .tab04 { left: 298px; background: url(../../topics/img/jTab/tab_photo_cr.gif) repeat left top;}

.tabList .tab01 a,
.tabList .tab02 a,
.tabList .tab03 a,
.tabList .tab04 a {
	display: block;
	width: 98px;
	height: 29px;
}

.tabList .tabActive a,
.tabList .tab01 a:hover,
.tabList .tab02 a:hover,
.tabList .tab03 a:hover,
.tabList .tab04 a:hover {
	background-color: transparent;
}
	.tabList .tabActive a img,
	.tabList .tab01 a:hover img,
	.tabList .tab02 a:hover img,
	.tabList .tab03 a:hover img,
	.tabList .tab04 a:hover img {
		visibility: hidden;
	}


.tabWrap {
	margin-top: -4px;
	padding-top: 4px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
}
.tab {
	min-height: 206px;
	height: auto !important;
	height: 206px;
	padding: 0 15px;
}






.dl_topics_list dl,
.dl_topics_list dd div,
.dl_topics_list02 dl,
.dl_topics_list02 dd div {
	display: block;
	min-height: 1%;
}
.dl_topics_list dl:after,
.dl_topics_list dd div:after,
.dl_topics_list02 dl:after,
.dl_topics_list02 dd div:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .dl_topics_list dl,
* html .dl_topics_list dd div,
* html .dl_topics_list02 dl,
* html .dl_topics_list02 dd div {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.dl_topics_list02 { padding: 0 15px;}
.dl_topics_list dl div { display: block;}

.dl_topics_list dt,
.dl_topics_list02 dt {
	clear: both;
	float: left;
	width: 110px;
	padding: 9px 0 0;
}
.dl_topics_list02 dt {
/*	width: 9em; */
	width: 110px;
}
.dl_topics_list dt img,
.dl_topics_list02 dt img { vertical-align: bottom}

.dl_topics_list dd,
.dl_topics_list02 dd {
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
}
.dl_topics_list dd .topic_date {
	float: left;
/*	width: 9em;*/
	width: 110px;
}
.dl_topics_list02 dd .topic_ico {
	float: left;
	width: 110px;
}
.dl_topics_list dd .topic_title,
.dl_topics_list02 dd .topic_title {
	float: left;
	width: 290px;
}

.dl_topics_list dd .topic_title a,
.dl_topics_list02 dd .topic_title a {
	display: block;
	padding-left: 14px;
	background: url(../../topics/img/ico_arrR.gif) no-repeat left 0.4em;
}
* html .dl_topics_list dd .topic_title a,
* html .dl_topics_list02 dd .topic_title a {
	height: 1%;
}






.left_menu_topic,
.left_menu_category,
.left_menu_archive,
.left_menu_banner
{
	display: block;
	min-height: 1%;
}
.left_menu_topic:after,
.left_menu_category:after,
.left_menu_archive:after,
.left_menu_banner:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .left_menu_topic,
* html .left_menu_category,
* html .left_menu_archive,
* html .left_menu_banner
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.left_menu_topic,
.left_menu_category,
.left_menu_recent,
.left_menu_archive,
.left_menu_banner {
	width: 160px;
}
.left_menu_topic dt {
	display: block;
	height: 33px;
}
.left_menu_category dt,
.left_menu_recent dt,
.left_menu_archive dt,
.left_menu_banner dt {
	display: block;
	height: 30px;
	margin-top: 10px;
}
.left_menu_topic dt img,
.left_menu_category dt img,
.left_menu_recent dt img,
.left_menu_archive dt img,
.left_menu_banner dt img {
	display: block;
}
.left_menu_topic dd,
.left_menu_category dd,
.left_menu_recent dd,
.left_menu_archive dd {
	margin-top: -1px;
	border: 1px solid #dadada;
	font-size: 85%;
	font-family:"‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace;
}
* html .left_menu_topic dd,
* html .left_menu_category dd,
* html .left_menu_recent dd,
* html .left_menu_archive dd {
	height: 1%;
}
.left_menu_category ul {
	padding: 5px 0;
}
.left_menu_category li {
	padding: 5px 9px 5px;
}
.left_menu_recent li,
.left_menu_archive li {
	margin-top: -1px;
	padding: 7px 9px 8px;
	background: url(../img/common_img_dot.gif) repeat-x left top;
}
.left_menu_recent li strong {
	display: block;
	margin-left: 12px;
}
.left_menu_recent li a {
	display: block;
}
.left_menu_category li a,
.left_menu_recent li a,
.left_menu_archive li a {
	padding-left: 12px;
	background: url(../../topics/img/ico_arrR.gif) no-repeat left 0.35em;
}
.left_menu_banner li {
	margin-top: 5px;
	vertical-align: bottom;
}
.left_menu_banner li a {
	display: block;
}


.link_next a  {
	display: block;
	padding-right: 12px;
	background: url(../../topics/img/ico_arrR.gif) no-repeat right center;
}
.link_prev a {
	display: block;
	padding-left: 12px;
	background: url(../../topics/img/ico_arrL.gif) no-repeat left center;
}





.blog_single { /* width: 550px; */}
.blog_title {
	margin-right: 18px;
	margin-bottom: 10px;
	padding: 5px 0 10px;
	text-align: justify;
	border-bottom: 1px solid #d8d8d8;
	font-size: 133%;
	font-weight: bold;
	font-family: "‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace;
	letter-spacing: -1px;
}
.e_date { font-weight: bold; color: #656565;}
.e_title { font-size: 115%; font-weight: bold; color: #656565;}
.e_tag {
	margin-right: 18px;
	margin-top: 10px;
	padding-top: 5px;
	background: url(../img/common_img_dot.gif) repeat-x left top;
	text-align: right;
	font-size: 115%;
	font-weight: bold;
}
.e_body {
/*	margin-right: 20px; */
	line-height: 1.7;
}
.e_body em { font-style: italic;}
.e_body p,
.e_body ul,
.e_body ol,
.e_body blockquote {
	margin-bottom: 20px;
}

.e_body a:link     {}
.e_body a:visited  {}
.e_body a:hover    {}
.e_body a:active   {}
.e_body a img,
.e_body a:hover img {} 

.e_body ul {}
.e_body ul li {
	list-style: outside disc;
	margin-left: 2.7em;
}
* html .e_body ul li {
	margin-left: 3em; /* IE FIX */
}
.e_body ol {}
.e_body ol li {
	list-style: outside decimal;
	margin-left: 2.7em;
}
* html .e_body ol li {
	margin-left: 3em; /* IE FIX */
}
.e_body blockquote {
	border: 1px solid #d8d8d8;
	padding: 15px 1.5em;
}
	.e_body blockquote p {}





.blog_single_archive {
	width: 550px;
}
.blog_single_archive_in {
	margin-top: -1px;
	border: 1px solid #d8d8d8;
	padding: 0 15px;
}
.blog_single_archive dd.last {
	border-bottom: none;
}
