/********CSS基本設定 ********/
body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	background-color: #FFFFFF;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background-position: center;
	background-repeat: repeat-y;

}

#WRAP {
	width:800px;
	margin:0 auto;
	color:  #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

div,td {
	text-align:left;
}

p,pre,h4 {
	margin:0;
	font:14px/20px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}

li {
	margin: 0;
}

ol, ul {
	margin: 0;
	padding:0;
}

select {
	display:block;
}

a {
	color: #006699;
	text-decoration: none;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}



/********【ヘッダー】*********/
h1 {
	font-size:12px;
	line-height:16px;
	margin: 0;
	color: #FF6699;
}

#TOP {
	width: 800px;
	height:300px;
	background-image: url(../nagoyakou-image/top.png);
	margin: 0;
}

#MENU {
	width: 800px;
	height:25px;
	float:left;
	background-color: #000099;
}

#MENULINK {
	width: 743px;
	position: absolute;
	top: 290px;
	left:99px;
	height: 48px;
}

.menubt {
	float: left;
	font-size:14px;
	line-height:25px;
	background-color: #000099;
}

.menubt a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 26px 3px 18px;
	background-image: url(../image/bg_menubt00.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-weight: bold;
}


.menubt a:hover,
.menubt a:active, 		/* for IE (Keyboard) */
.menubt a:focus {		/* for Netscape (Keyboard) */
	color: #006699;
	background-image: url(../image/bg_menubt01.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

.menu {
	float:left;
}

/********【メイン】*********/
#MAINWRAP {
	width:800px;
	float:left;
	background-image: url(../image/bg_mainwrapper.gif);
}

/********【コンテンツ】*********/
#CONTENTS {
	width:590px;
	float:right;
}

.con_mar {
	padding: 5px 10px 20px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

#CONTENTS h2 {
	font-size:16px;
	line-height:43px;
	margin:0;
	color: #666666;
	background-image: url(../nagoyakou-image/h2.gif);
	text-indent: 40px;
	background-repeat: no-repeat;
}

#CONTENTS h3 {
	font-size:16px;
	line-height:30px;
	margin:0;
	color: #333333;
	background-color: #FFCC66;
	background-image: url(../image/con_h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 60px;
}

#CONTENTS h3 a,
#CONTENTS h3 a:hover,
#CONTENTS h3 a:active, 		/* for IE (Keyboard) */
#CONTENTS h3 a:focus {		/* for Netscape (Keyboard) */
	color: #333333;
	background-color: #FFCC66;
	text-decoration: none;
}

#CONTENTS p {
	margin: 10px 10px 10px 20px;
}

.bg-yell {
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFCC;
	border: 4px outset #CC0000;
}

.order-d {
	background-color: #FFFFFF;
	border: 8px outset #FF9900;
	margin: 10px 40px 20px 40px;
}

.order-page {
	background-color: #FFFFE6;
	border: 4px outset #CC0000;
	padding: 0 0 6px 30px;
	margin: 0 40px 0 40px;
}


.check-wrap {
	background-color: #FFEEEE;
	border: 4px outset #CC0000;
	margin: 10px 40px 20px 40px;
}

.co-wrap {
	background-color: #FFFFFF;
	border: 3px outset #006699;
	margin: 10px 40px 20px 40px;
}


#CONTENTS form {
	margin: 20px 40px 20px 40px;
	padding: 4px 10px 16px 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 4px outset #CC0000;
}

.company {
	margin: 10px;
}

.tokutei {
	margin: 10px;
}

.tokutei p {
	font-size: 12px;
}

.form_left {
	float: left;
	width: 120px;
	text-align: right;
	background-color: #EEEEEE;
}

.form_right {
	float: left;
}

.pad-t {
	padding-top: 20px;
}

#CONTENTS table {
	font-size: 16px;
	background-color: #FFFFFF;
}

.t-t {
	background-color: #E1E1E1;
	color: #000000;
	font-weight: bold;
}

#CONTENTS td {
	color: #000000;
}

#CONTENTS th {
	color: #333333;
	background-color: #FFFF66;
}

.txt2{
	background-color:#FFCCCC;
	width:589px;
	margin:0px;
	padding:0px;
}

.txt2imag{
	margin-bottom:10px;
	margin-top:10px;
	text-align:right;
}

.background1{
		background-color:#FFCCCC;
}	

/********【レフト】*********/
#LEFT {
	width:203px;
	float:left;
}

.menu{
	color:#666666;
	text-decoration: none;
	background-image: url(../image/gaiyou.gif);
	display: block;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 180px;

}

.le-left {
	padding: 0px 0 20px 2px;
}

.menu-left {
	font-size: 12px;
	color: #000000;
	background-image: url(../img/left-t.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: normal;
	text-align: center;
	line-height: 32px;
}

.left-menu {
	padding: 9px;
	margin: 0 0 20px 0;
}


.left-menu p{
	font-size: 12px;
	margin: 0px 0 1px 0;
	line-height: 32px;
	text-indent: 30px;
}

.left-menu a {
	color: #666666;
	text-decoration: none;
	background-image: url(../nagoyakou-image/menu-p.gif);
	display: block;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 180px;
}



.left-menu a:hover,
.left-memu a:active, 		/* for IE (Keyboard) */
.left-menu a:focus {		/* for Netscape (Keyboard) */
	color: #FF6699;
	text-decoration: none;
	background-image: url(../nagoyakou-image/menu-a.gif);
}

.left-menu2 {
	padding: 9px;
	margin: 0 0 20px 0;
}


.left-menu2 p{
	font-size: 12px;
	margin: 0px 0 1px 0;
	line-height: 32px;
	text-indent: 30px;
	color: #FF6699;
	font-weight: bold;
	
}

.left-menu2 a {
	color: #999999;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 180px;
}



.left-menu2 a:hover,
.left-memu2 a:active, 		/* for IE (Keyboard) */
.left-menu2 a:focus {		/* for Netscape (Keyboard) */
	color: #4747FF;
	text-decoration: none;
}

/********【フッター】*********/
#FOOTER1 {
	background-image: url(../image/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


#FOOTER2 {
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666666;
	background-color: #F0CBE1;
}

#FOOTER2 p {
	font-size:12px;
	line-height:12px;
}

.pwd {
	font-size:9px;
	line-height:12px;
}

#FOOTER2 a {
	color: #FFFFFF;
	background-color: #AA0000;
	text-decoration: none;
}

#FOOTER2 a:hover,
#FOOTER2 a:active, 		/* for IE (Keyboard) */
#FOOTER2 a:focus {		/* for Netscape (Keyboard) */
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
}

/**** フロートボックス解除用。htmlでは<br class="clear" />で使用 ****/
.clear {
	clear:both;
}
/**** テキスト用 ****/

point{
	background-image:url(../image/1.gif);
	background-repeat: no-repeat;
}

em {
	font-style: normal;
	font-weight: bold;
}
span.bld {
	font-weight: bold;
}
.sml {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}

.text_right {
	text-align: right;
}
.center {
	text-align: center;
}
.center2 {
	width:590px;
	text-align: center;
}
/**** テキスト・色 ****/
span.red {
	color: #CC0000;
	background-color: #FFFFFF;
	font-weight: bold;
}

span.buru{
	color:#0033FF;
	font-weight: bold;
}

span.kiiro{
	color:#FF9900;
	font-weight:bold
}

.red-bld {
	color: #DD0000;
	background-color: #FFE6E6;
}
.red-bld2 {
	color: #DD0000;
	background-color: #FFE6E6;
	font-weight: bold;

}
.blue {
	color: #006699;
	background-color: #FFFFFF;
	font-weight: bold;
}
.blue2 {
	color: #006699;
	background-color: #FFFFFF;
}
.blue3 {
	color: #003366;
	background-color: #DEF0FF;
	font-weight: bold;
}
.red-bgyell {
	color: #CC0000;
	background-color: #FFFFCC;
	font-weight: bold;
}
/**** 画像用 ****/
img {
	border:0;
}
.float-left {
	float: left;
	margin-right: 10px;
	padding-left: 0px;
}
.float_right {
	float: right;
}
.img-middle {
	vertical-align: middle;
}

.img_right{
text-align:right;
}

.img_center{
	text-align:center;
}

.img_left{
	text-align:left;
	}

/**** フォーム用 ****/
form {
	margin:0;
}
textarea {
	font-size: 12px;
	width:340px;
	height:46px;
}
