@charset "utf-8";
/* リセット
---------------------------------------------------- */
body{
	font-family: Meiryo,'メイリオ','Lucida Grande',Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
html>body {
/*	vertical-align:middle;*/
}

img {
	border: none;
/*	vertical-align: middle;*/
}


h1,h2,h3,form,p{
	margin: 0px;
	padding: 0px;
}
a:link { color: #003366;}
a:visited { color: #003366;}
a:hover { color: #ff6633;}
a:active { color: #ff6633;}


/* 共通レイアウト
---------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
	font-size:12px;
}
.w80{
	width:80px;
}
.w90{
	width:90px;
}
.w100{
	width:100px;
}
.w180{
	width:180px;
}
.w200{
	width:200px;
}
.font12{
	font-size:12px;
	line-height:1.4;
}



/* 構造
---------------------------------------------------- */
div#container {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	text-align: left;
}

div#header_top{
	clear: both;
	margin: 0px;
	padding: 1px 0px 15px 0px;
	width: 930px;
	vertical-align: bottom;
}
div#header_top strong{
	margin: 0px;
	padding: 0px 0px 0px 60px;
	font-size: 12px;
	font-weight: 200;
}


div#header_left{
	margin: 0px;
	padding: 0px;
	width:300px;
	float: left;
	vertical-align: bottom;
	text-align: left;
}
div#header_center{
	margin: 0px;
	padding: 32px 10px 0px 0px;
	float: left;
	width:340px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

div#header_right{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	float: right;
	width:280px;
	text-align: right;
	font-size: 12px;
}
div#header_right img{
	padding: 0px 0px 4px 15px;
}
div#header_right a:link { color: #000000; text-decoration: none}
div#header_right a:visited { color: #000000; text-decoration: none}
div#header_right a:hover { color: #ff6633; text-decoration: underline}
div#header_right a:active { color: #ff6633; text-decoration: underline}


div#header_navi{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 930px;
	height:25px;
	vertical-align: bottom;
}
div#header_navi ul{
	margin: 0px;
	padding: 0px;
}
div#header_navi li{
	float: left;
	list-style-type: none; 
}

div#header_menu{
	clear: both;
	margin: 0px;
	padding: 0px;
}
div#header_menu ul{
	margin: 0px;
	padding: 0px;
}
div#header_menu li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
/*---------------------------------------------
  上部ナビゲーション
-----------------------------------------------*/

div#top_navi {
    clear:both;
	height: 20px;
	width: 930px;
	margin: 0px 0px 5px 0px;
	padding: 0px;	
}

div#top_navi ul {
	/*height: 20px;
	width: 930px;*/
	margin: 0px;
	padding: 0px;	
	background: url(../images/g_menu.gif) no-repeat 0px 0px;
}

div#top_navi li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;	
}

div#top_navi .home a {
	display: block;
	height: 20px;
	width: 60px;
	background: url(../images/g_menu.gif) no-repeat 0px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .home a:hover, #top_navi .home a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat 0px -20px;
}

div#top_navi .topics a {
	display: block;
	height: 20px;
	width: 86px;
	background: url(../images/g_menu.gif) no-repeat -60px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .topics a:hover, #top_navi .topics a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -60px -20px;
}

div#top_navi .houkaisei a {
	display: block;
	height: 20px;
	width: 86px;
	background: url(../images/g_menu.gif) no-repeat -146px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .houkaisei a:hover, #top_navi .houkaisei a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -146px -20px;
}

div#top_navi .seminar a {
	display: block;
	height: 20px;
	width: 86px;
	background: url(../images/g_menu.gif) no-repeat -232px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi #seminar a:hover, #top_navi .seminar a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -232px -20px;
}

div#top_navi .study a {
	display: block;
	height: 20px;
	width: 84px;
	background: url(../images/g_menu.gif) no-repeat -318px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .study a:hover, #top_navi .study a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -318px -20px;
}

div#top_navi .dvd a {
	display: block;
	height: 20px;
	width: 84px;
	background: url(../images/g_menu.gif) no-repeat -402px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .dvd a:hover, #top_navi .dvd a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -402px -20px;
}

div#top_navi .kaitaku a {
	display: block;
	height: 20px;
	width: 93px;
	background: url(../images/g_menu.gif) no-repeat -486px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .kaitaku a:hover, #top_navi .kaitaku a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -486px -20px;
}

div#top_navi .soft a {
	display: block;
	height: 20px;
	width: 86px;
	background: url(../images/g_menu.gif) no-repeat -579px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .soft a:hover, #top_navi .soft a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -579px -20px;
}

div#top_navi .yougo a {
	display: block;
	height: 20px;
	width: 93px;
	background: url(../images/g_menu.gif) no-repeat -665px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .yougo a:hover, #top_navi .yougo a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -665px -20px;
}

div#top_navi .member a {
	display: block;
	height: 20px;
	width: 86px;
	background: url(../images/g_menu.gif) no-repeat -758px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .member a:hover, #top_navi .member a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -758px -20px;
}

div#top_navi .mailmag a {
	display: block;
	height: 20px;
	width: 86px;
	background: url(../images/g_menu.gif) no-repeat -844px 0px;
	text-indent: -5000px;
	/* これ以降Mac IE 5には適用されない */
	overflow: hidden;
	/* これ以降Mac IE 5にも適用される */
}
div#top_navi .mailmag a:hover, #top_navi .mailmag a:visited:hover {
	background: url(../images/g_menu.gif) no-repeat -844px -20px;
}



/*　3カラム
------------------------------------------------*/
div#left3_side {
	margin: 0px;
	padding: 0px;
	width: 650px;
	float: left;
}
div#right3_side {
	margin: 0px;
	padding: 0px;
	width: 260px;
	float: right;
}
div#right3_side h1 {
	margin: 0px;
	padding: 0px;
}

div#main3_side {
	clear:both;
	margin: 0px;
	padding: 0px;
	width: 400px;
	float: right;
	text-align:left;
}
div#main3_side h1 {
	margin: 0px;
	padding: 0px;
}
div#main3_side h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

/*　2カラム
------------------------------------------------*/
div#left2_side {
	margin: 0px;
	padding: 0px;
	width: 640px;
	float: left;
}
div#right2_side {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 260px;
	float: right;
}

div#left2_side h1{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 30px;
	color: #205592;
	font-size: 18px;
	font-weight: bold;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB",Osaka;*/
	border-bottom: solid 2px #F06153;
	background: url("../images/bg_main_title.gif") no-repeat left center;
}
* html div#left2_side h1{	/* for WinIE6*/
	font-weight: 200;
	font-family: "HGP創英角ｺﾞｼｯｸUB",Osaka;
}


/*　2カラム 会員専用
------------------------------------------------*/
div#left2_side_member {
	margin: 0px;
	padding: 0px;
	width: 640px;
	float: left;
}
div#left2_side_member h1{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 30px;
	color: #009933;
	font-size: 18px;
	font-weight: bold;
/*	font-family: "HGP創英角ｺﾞｼｯｸUB",Osaka;*/
	border-bottom: solid 2px #cc6600;
	background: url("../images/bg_main_title_member.gif") no-repeat left center;
}
* html div#left2_side_member h2{	/* for WinIE6*/
	font-weight: 200;
	font-family: "HGP創英角ｺﾞｼｯｸUB",Osaka;
}


/* トップページ　左右
--------------------------------------------------------------*/
div#left_menu {
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: left;
}
/*	あとは　top.css*/


/* 枠　PRゾーン
--------------------------------------------------------------*/
.right_pr{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
}
.right_pr a:link { color: #003366; text-decoration: none}
.right_pr a:visited { color: #003366; text-decoration: none}
.right_pr a:hover { color: #ff6633; text-decoration: underline}
.right_pr a:active { color: #ff6633; text-decoration: underline}

div#right2_side h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 260px;
}
.right_pr_border {
	margin: 0px 0px 10px 0px;
	padding: 0px 2px 3px 2px;
	border-bottom:solid 1px #868FCD;
	border-left:solid 1px #868FCD;
	border-right:solid 1px #868FCD;
}

.pr_style1 table{
	margin: 0px;
	padding: 0px;
}
.pr_style1 p{
	margin: 0px;
	padding: 0px;
}
.pr_style1 th{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 1px 15px;
	text-align: left;
	font-weight: normal;
	background: url("../images/arrow_pr_style1.gif") no-repeat left top;
	font-size:12px;
	vertical-align:top;
	line-height:1.3;
	border-bottom: dotted 1px #868FCD;
}
.pr_style1 td{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 1px 5px;
	text-align: left;
	font-size:12px;
	vertical-align:top;
	line-height:1.3;
	border-bottom: dotted 1px #868FCD;
}


.pr_style2 table{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.pr_style2 p{
	margin: 0px;
	padding: 0px;
}
.pr_style2 th{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 1px 15px;
	text-align: left;
	font-weight: normal;
	background: url("../images/arrow_pr_style2.gif") no-repeat left top;
	font-size:12px;
	vertical-align:top;
	line-height:1.3;
	border-bottom: dotted 1px #868FCD;
}
.pr_style2 td{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 1px 5px;
	text-align: left;
	font-size:12px;
	vertical-align:top;
	line-height:1.3;
	border-bottom: dotted 1px #868FCD;
}
.pr_style2 a:link,
.pr_style2 a:visited { font-size:12px; text-decoration: none}
.pr_style2 a:hover,
.pr_style2 a:active { font-size:12px;text-decoration: underline}


.pr_style3 table{
	margin: 0px;
	padding: 0px;
}
.pr_style3 p{
	margin: 0px;
	padding: 0px;
}
.pr_style3 th{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 1px 15px;
	text-align: left;
	font-weight: normal;
	background: url("../images/arrow_pr_style1.gif") no-repeat left top;
	font-size:10px;
	vertical-align:top;
	line-height:1.3;
	border-bottom: dotted 1px #868FCD;
}
.pr_style3 td{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 1px 5px;
	text-align: left;
	font-size:10px;
	vertical-align:top;
	line-height:1.3;
	border-bottom: dotted 1px #868FCD;
}
.pr_style3 a:link,
.pr_style3 a:visited { font-size:12px; text-decoration: none}
.pr_style3 a:hover,
.pr_style3 a:active { font-size:12px;text-decoration: underline}

.pr_style4 table{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.pr_style4 p{
	margin: 0px;
	padding: 0px;
}
.pr_style4 th{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 1px 13px;
	text-align: left;
	font-weight: normal;
	background: url("../images/arrow_pr_style4.gif") no-repeat 2px 6px;
	font-size:12px;
	vertical-align:top;
	line-height:1.3;
	border-bottom: dotted 1px #868FCD;
}
.pr_style4 td{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 1px 5px;
	text-align: left;
	font-size:12px;
	vertical-align:top;
	line-height:1.3;
	border-bottom: dotted 1px #868FCD;
	color: #333333;
}
.pr_style4 a:link,
.pr_style4 a:visited { color: #006633;font-size:12px; text-decoration: none}
.pr_style4 a:hover,
.pr_style4 a:active { font-size:12px;text-decoration: underline}


.pr_banner{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
div#pr_tubo{
	width :200px;
	height: 83px;
	margin : 0px;
	padding: 2px 2px 0px 60px;
	text-align: left;
	background: url(../images/pr_tubo.jpg) no-repeat;
	font-size: 12px;
	line-height: 1.2;
}
div#pr_tubo p{
	text-align: left;
}

#pr_kaitaku h4{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	font-weight: bold;
	font-size:14px;
	color: #ffffff;
	background:#339966;
	text-align:center;
}
#pr_kaitaku td{
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	line-height:1.3;
	background-color:#FFFFE8;
}
.kaitakulist_sample{
	border: 1px solid #cccccc;
}

div#pr_soft{
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	line-height:1.3;
}


#pr_dvd td{
	margin: 0px;
	padding: 5px;
	vertical-align:top;
	font-size: 10px;
	line-height:1.4;
}
#pr_dvd .pr_dvd_title{
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 5px 0px;
	border-left: solid 4px #ff6600;
	font-size: 12px;
	line-height:1.4;
}


/*パンくず
--------------------------------------------------------------*/
#pankuzu {
	margin: 0px 0px 15px 0px;
	padding: 3px 5px 3px 5px;
	line-height: 1.2;
	color: #000000;
	text-align: left;
	background-color: #F0F0F0;
	font-size:12px;
}

#pankuzu a:link,
#pankuzu a:visited,
#pankuzu a:hover,
#pankuzu a:active{ 
	text-decoration: underline;
}



/* 本文
---------------------------------------------------- */
div#left_new_member{
	margin: 0px 0px 20px 0px;
	text-align: center;
}

div#main_body{
	margin: 0px;
	padding: 0px 10px 30px 10px;
	line-height:1.4;
}
p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.1em;
	line-height:1.6;
}


/* 右そろえ部分 */
.right_text{
	text-align:right;
}

.imgright{
	float:right;
	margin-left: 10px;
}
.f14{
	font-size:14px;
}

.cart {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	text-align: right;
	color:#FF0000;
	font-size: 12px;
}


/* member
---------------------------------------------------- */
div#member1{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align:center;
}
div#member2{
	margin: 0px;
	padding: 80px 0px 100px 0px;
	text-align:center;
}



/* ページトップへ
---------------------------------------------------- */
#sitemap table{

}
#sitemap th{
	padding: 2px 5px 2px 5px;
	text-align:left;
	font-weight:normal;
	color:#003399;
}
#sitemap td{
	padding: 2px;
	text-align:left;
}


/* ページトップへ
---------------------------------------------------- */
.pagetop{
	padding: 0px 0px 0px 0px;
	text-align:right;
}


/* footer
---------------------------------------------------- */
div#footer{
	clear: both;
	margin:0px;
	padding: 5px 0px 0px 0px;
	width: 930px;
}

div#bottomNavi {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	width: 930px;
	font-size: 12px;
	border-top: solid 2px #4451A8;
	line-height: 2;
}
div#bottomNavi a:link,
div#bottomNavi a:visited{ 
	color: #333333; 
	text-decoration: underline;
}
div#bottomNavi a:hover,
div#bottomNavit a:active{ 
	color: #ff6633;
	text-decoration: underline;
}


div#copyright {
	clear: both;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 930px;
	text-align: center;
	color: #FFFFFF;
	background-color: #4451A8;
	font-size: 10px;
}
#copyright a:link,
#copyright a:visited,
#copyright a:hover,
#copyright a:active{ 
	color: #FFFFFF; 
	text-decoration: none;
}

