@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(img-layout/bg_body.jpg) repeat-y center top;
	color: #333333;
	background-color: #e5f3fe;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 0;
	padding: 4px 10px 4px 10px;
}
.bg-blue {
	background-color: #C4DFF9;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#TOP {
	width: 760px;
	height: 100px;
	float:left;
}
#MENU {
	width: 760px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	background: url(img-layout/bg_main.jpg) repeat-y;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #666666;
	background: url(img-layout/bg_h2.jpg) no-repeat;
	background-color: #e8e8e8;
	margin: 30px 0 0 0;
	padding: 8px 0 8px 30px;
}
#CONTENTS h2 a {
	color: #666666;
	text-decoration: none;
	display: block;
}
#CONTENTS h2 a:visited {
	color: #666666;
	text-decoration: none;
}
#CONTENTS h2 a:hover,
#CONTENTS h2 a:active, /* for IE (Keyboard) */
#CONTENTS h2 a:focus { /* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: underline;
} 
#CONTENTS h3 {
	font-size:14px;
	color: #ffffff;
	background-color: #015ab4;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
#CONTENTS h3 a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#CONTENTS h3 a:visited {
	color: #ffffff;
	text-decoration: none;
}
#CONTENTS h3 a:hover,
#CONTENTS h3 a:active, /* for IE (Keyboard) */
#CONTENTS h3 a:focus { /* for Netscape (Keyboard) */
	color: #ffffff;
	text-decoration: underline;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #f2f2f2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(img-layout/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【CONTENTS】表設計 ___________ */
.main-table table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
.main-table tr,.main-table th,.main-table td {
	padding: 8px;
}
.main-table th {
	color: #666666;
	background-color: #f2f2f2;
	font-weight: normal;
}
.main-table td {
	background-color: #FFFFFF;
	text-align: left;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: url(img-layout/side-h.jpg) no-repeat;
	background-color: #015ab4;
	margin: 0;
	padding: 0;
}
.side {
	background: url(img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #0066CC;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:visited {
	color: #0066CC;
	text-decoration: none
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #ecf3ff;
	margin: 0;
	background-position: 4px center;
}
#SIDE .side .cat01 .cat01 a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(img-layout/li_arrow02.gif) no-repeat 2px center;
}
#SIDE .side .cat01 .cat01 li a:hover,
#SIDE .side .cat01 .cat01 li a:active, /* for IE (Keyboard) */
#SIDE .side .cat01 .cat01 li a:focus { /* for Netscape (Keyboard) */
	color: #0066CC;
	background-color: #ecf3ff;
	margin: 0;
	background-position: 4px center;
} 
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 20px 10px 20px;
	background: url(img-layout/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #000000;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
/*___________ 【CONTENTS】チェックマーク ___________ */
.check {
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 0 10px;
}
.check li {
	background: url(img-layout/ico_check01.gif) no-repeat left 6px;
	padding: 4px 0 4px 22px;
}
/*___________ 【CONTENTS】ページ送り ___________ */
.bute {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
}
.bute a {
	color: #0066CC;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.bute a:hover,
.bute a:active, 		/* for IE (Keyboard) */
.bute a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #0066CC;
	border: 1px solid #CCCCCC;
}
/*___________ 【CONTENTS】サイトマップ ___________ */
.sitemap ul{
	margin: 0 0 20px 20px;
}
.sitemap li{
	font-size: 12px;;
	line-height: 120%;
}
/* ____ index ____ */
.index-con1-bottom {
	background-image: url(images/index_waku_bottom.gif);
	background-position: bottom;
	height: auto;
	width: 539px;
	background-repeat: no-repeat;
}
.index-con1 {
	background-image: url(images/index_waku_top.gif);
	height: auto;
	width: 539px;
	background-repeat: no-repeat;
}
.index-con1-text {
	width: 384px;
	padding-left: 140px;
	padding-top: 102px;
}
.index-con1-pad {
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 20px;
}
.index-con1-pad a {
	background-image: url(images/index_yajirusi.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 30px;
	height: 30px;
	padding-bottom: 20px;
}
.index-mail a {
	background-image: url(images/index_yajirusi.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}














/* ____ 浮き出るウィンドウ用 ____ */
#fadeinbox{
	position:absolute;
	width: 595px;
　      	height: auto;
	left: 0;
	top: -800px;
        background-color: #FF0000;
	background-image: url(http://www.netwins.net/images/top/back1.jpg);
	background-repeat: repeat;
	z-index: 100;
	visibility:hidden;
padding: 0px;
} 

#fadeinbox2 {
	background-color: #FFFFFF;
	height: auto;
	width: 565px;
	padding: 0px;
	background-image: url(http://www.netwins.net/images/top/mailmaga-title.jpg);
	background-repeat: no-repeat;
	margin: 15px;
}  


.mail-box1 {
	background-color: #FFFFCC;
	height: auto;
	width: 514px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #FF0000;
	margin-bottom: 0px;
	padding: 0px;
background-image: url(http://www.netwins.net/images/top/mail1.jpg);
	background-repeat: no-repeat;

}


.mail-box2 {
	background-color: #FFFFCC;
	height: auto;
	width: 514px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #FF0000;
	margin-bottom: 0px;
	padding: 0px;
background-image: url(http://www.netwins.net/images/top/mail2.jpg);
	background-repeat: no-repeat;

}


.pad-box {
	margin-top: 41px;
        margin-right: 14px;
	margin-left: 14px;
        margin-bottom: 15px;

}

.pad-15 {
	padding: 15px;

}


.pad-24 {
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 148px;
}


/* ____ TOPページに使用 ____ */


.support1 {
	width:546px;
	color:  #333333;
}



.waku_dot {
	color:  #333333;
	background-color: #FFFFCC;
	width:523px;
	margin: 20px 10px 20px 10px;
	border: 2px dotted #FF0000;
}
.waku_dot p {
	font-size:10pt;
	line-height: 200%;
	background-image: url(http://www.netwins.net/images/top/checkmark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	margin: 2px 10px 2px 10px;
	padding: 2px 0px 2px 2px;
}

.profile_left {
	float: left;
	width:146px;
	height: auto;
}

/* ____ テキスト用 ____ */
.pt9 {
	font-size: 9pt;
	line-height:150%;
}
.pt10 {
	font-size: 10pt;
	line-height:150%;
}
.pt11 {
	font-size: 11pt;
	line-height:150%;
}
.pt12 {
	font-size: 12pt;
	line-height:150%;
}
.pt14 {
	font-size: 14pt;
	line-height:150%;
}
.f10 {
	font-size: 10px;
	line-height:12px;
}

.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}

.ind20 {
	text-indent: 20px;
}
.ind40 {
	text-indent: 40px;
}
.pop{
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体";
}
.gothic{
	font-family: "HGSｺﾞｼｯｸE";
}

.pt12_under_b {
	font-size: 12pt;
	line-height:150%;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
/*___________ レイアウト設計【profile】 ___________ */
.profile_con {
	width:547px;
	height: auto;
}

.profile_left {
	float: left;
	width:146px;
	height: auto;
}

.profile_left_con {
	width:146px;
	height: auto;
}


.profile_right {
	float: right;
	width: 385px;
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-left: 10px;
}
.profile_right h2 {
	font-size: 12pt;
	margin: 10px 0px 6px 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: underline;
}
.profile_right p {
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
}

/*___________ レイアウト設計【seikousya】 ___________ */
.seikou2 {
	width:547px;
	background-image: url(http://www.netwins.net/images/top/kigyou_mid.gif);
	background-repeat: repeat-y;
}
.seikou {
width: 547px;
	height: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 17px;
	margin-bottom: 24px;
	background-image: url(http://www.netwins.net/images/top/seikousya_waku_sita.gif);
}
.seikou-top {
	color:  #000000;
	background-color: #F7F7F7;
	background-image: url(http://www.netwins.net/images/top/seikousya_waku_ue.gif);
	margin: 0px;
	padding: 16px 10px 10px 10px;
	background-repeat: repeat-y;
}


.pad_seikou {
	padding: 0px 11px 0px 11px;
}
.seikou p {
	font-size: 9pt;
	line-height: 180%;
	padding: 0px;
}
.seikou_left {
	float: left;
	width: 122px;
	text-align: center;
}
.seikou_right {
	float: right;
	width: 390px;
}






