@charset"Shift_JIS";

/*--全体構造-------------------------------*/
body{
	margin:0;
	padding:0;
	color:#000000;
	background-color: #FFFFFF;
	background-image: url(../images/index/back_image.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper{
	width:760px;
	color:#000000;
	margin:0 auto 0 auto;
	padding:0;
}

.index {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

a:link{

	color:#5D5DE3;
	text-decoration: none;
}

a:visited{
	color:#5D5DE3 ;
	text-decoration: none;
}

a:hover{
	color: #CC6600;
	text-decoration: underline;
}

a:active{
	color: #CC6600;
}

/*--ヘッダー-------------------------------*/
#header{
	width:756px;
	position: relative;
	margin:0 0 0 7px;
	padding:0;
	height:127px;

}
#header ul{
	margin:0;
	padding:0;
	list-style:none;
}
#header li{
	margin:0;
	height:127px;
	text-indent:-9999px;
	float:left;
	padding:0;
}
#header li a{
	text-decoration:none;   /*Firefox対策*/
	height:127px;
	display:block;
}

/**********************************************/
#header li#logo{
	width:165px;
	background:url(../images/index/logo1-1.gif) no-repeat;
}
#header li#home{
	width:59px;
	background:url(../images/index/main_menu_1-1.gif) no-repeat;
}
#header li#news{
	width:64px;
	background:url(../images/index/main_menu_2-1.gif) no-repeat;
}
#header li#welcome{
	width:58px;
	background:url(../images/index/main_menu_3-1.gif) no-repeat;
}
#header li#diary{
	width:69px;
	background:url(../images/index/main_menu_4-1.gif) no-repeat;
}
#header li#catalogues{
	width:69px;
	background:url(../images/index/main_menu_5-1.gif) no-repeat;
}
#header li#order{
	width:43px;
	background:url(../images/index/main_menu_6-1.gif) no-repeat;
}
#header li#works{
	width:51px;
	background:url(../images/index/main_menu_7-1.gif) no-repeat;
}
#header li#s{
	width:64px;
	background:url(../images/index/main_menu_8-1.gif) no-repeat;
}
#header li#profile{
	width:52px;
	background:url(../images/index/main_menu_9-1.gif) no-repeat;
}
#header li#mail{
	width:55px;
	background:url(../images/index/main_menu_10-1.gif) no-repeat;
}

#header li#logo a:hover{
	width:165px;
	background:url(../images/index/logo1-2.gif) no-repeat;
}

#header li#home a:hover{
	width:59px;
	background:url(../images/index/main_menu_1-1_f2.gif) no-repeat;
}
#header li#news a:hover{
	width:64px;
	background:url(../images/index/main_menu_2-1_f2.gif) no-repeat;
}
#header li#welcome a:hover{
	width:58px;
	background:url(../images/index/main_menu_3-1_f2.gif) no-repeat;
}
#header li#diary a:hover{
	width:69px;
	background:url(../images/index/main_menu_4-1_f2.gif) no-repeat;
}
#header li#catalogues a:hover{
	width:69px;
	background:url(../images/index/main_menu_5-1_f2.gif) no-repeat;
}
#header li#order a:hover{
	width:43px;
	background:url(../images/index/main_menu_6-1_f2.gif) no-repeat;
}
#header li#works a:hover{
	width:51px;
	background:url(../images/index/main_menu_7-1_f2.gif) no-repeat;
}
#header li#s a:hover{
	width:64px;
	background:url(../images/index/main_menu_8-1_f2.gif) no-repeat;
}
#header li#profile a:hover{
	width:52px;
	background:url(../images/index/main_menu_9-1_f2.gif) no-repeat;
}
#header li#mail a:hover{
	width:55px;
	background:url(../images/index/main_menu_10-1_f2.gif) no-repeat;
}


/* 2009.02.09 
#header li#logo{
	width:165px;
	background:url(../images/index/logo.gif) no-repeat;
}
#header li#home{
	width:59px;
	background:url(../images/index/main_menu_1-1.gif) no-repeat;
}
#header li#news{
	width:64px;
	background:url(../images/index/main_menu_2-1.gif) no-repeat;
}
#header li#welcome{
	width:58px;
	background:url(../images/index/main_menu_3-1.gif) no-repeat;
}
#header li#diary{
	width:69px;
	background:url(../images/index/main_menu_4-1.gif) no-repeat;
}
#header li#catalogues{
	width:69px;
	background:url(../images/index/main_menu_5-1.gif) no-repeat;
}
#header li#order{
	width:43px;
	background:url(../images/index/main_menu_6-1.gif) no-repeat;
}
#header li#works{
	width:51px;
	background:url(../images/index/main_menu_7-1.gif) no-repeat;
}
#header li#s{
	width:64px;
	background:url(../images/index/main_menu_8-1.gif) no-repeat;
}
#header li#profile{
	width:52px;
	background:url(../images/index/main_menu_9-1.gif) no-repeat;
}
#header li#mail{
	width:55px;
	background:url(../images/index/main_menu_10-1.gif) no-repeat;
}

#header li#home a:hover{
	width:59px;
	background:url(../images/index/main_menu_1-1_f2.gif) no-repeat;
}
#header li#news a:hover{
	width:64px;
	background:url(../images/index/main_menu_2-1_f2.gif) no-repeat;
}
#header li#welcome a:hover{
	width:58px;
	background:url(../images/index/main_menu_3-1_f2.gif) no-repeat;
}
#header li#diary a:hover{
	width:69px;
	background:url(../images/index/main_menu_4-1_f2.gif) no-repeat;
}
#header li#catalogues a:hover{
	width:69px;
	background:url(../images/index/main_menu_5-1_f2.gif) no-repeat;
}
#header li#order a:hover{
	width:43px;
	background:url(../images/index/main_menu_6-1_f2.gif) no-repeat;
}
#header li#works a:hover{
	width:51px;
	background:url(../images/index/main_menu_7-1_f2.gif) no-repeat;
}
#header li#s a:hover{
	width:64px;
	background:url(../images/index/main_menu_8-1_f2.gif) no-repeat;
}
#header li#profile a:hover{
	width:52px;
	background:url(../images/index/main_menu_9-1_f2.gif) no-repeat;
}
#header li#mail a:hover{
	width:55px;
	background:url(../images/index/main_menu_10-1_f2.gif) no-repeat;
}
*/


#table1 {
	text-align:left;
	vertical-align:top;
	background:url(../order/form/images/order_image_01.jpg) no-repeat;
	padding:74px 0 0 32px;
	height:900px;
}

#table1_1 td {
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
}

#table1_1 table td#image1 {
	font-size:10px;
	text-align:center;
}

#table1_1 table td#image1 img {
	margin:3px 0 0 4px;
}

#table1_1 table td#image2 {
	font-size:10px;
	text-align:center;
}

#table1_1 table td#image2 img {
	margin:4px 0 0 0;
}

#table1_1 table td#image3 {
	font-size:10px;
	text-align:center;
}

#table1_1 table td#image3 img {
	margin:4px 0 0 2px;
}

#table1_1 table td#image4 {
	font-size:10px;
	text-align:center;
}

#table1_1 table td#image4 img {
	margin:4px 0 0 2px;
}

.select1 {
	margin:6px 0 0 14px;
	width:150px;
	font-size:10px;
	background-color: #F2F2F2;
}

.select2 {
	margin:5px 0 0 15px;
	width:70px;
	font-size:10px;
	background-color: #F2F2F2;
}

.checkbox1 {
	margin:0 0 0 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.checkbox2 {
	margin:4px 0 0 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;

}

.checkbox3 {
	margin:9px 0 0 7px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea1 {
	margin:8px 0 0 12px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.select3 {
	margin:3px 0 0 12px;
	width:150px;
	font-size:10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.checkbox4 {
	margin:10px 0 0 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.checkbox5 {
	margin:24px 0 0 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.checkbox6 {
	margin:7px 0 0 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea2 {
	margin:8px 0 0 9px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.checkbox7 {
	margin:12px 0 0 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.select4 {
	margin:9px 0 0 62px;
	width:41px;
	font-size:10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea3 {
	margin:5px 0 0 6px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.checkbox8 {
	margin:3px 0 0 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea4 {
	margin:67px 0 0 7px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea5 {
	margin:35px 0 0 6px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea6 {
	margin:28px 0 0 6px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.select5 {
	margin:8px 0 0 10px;
	width:150px;
	font-size:10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea7 {
	margin:7px 0 0 10px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.select6 {
	margin:7px 0 0 10px;
	width:150px;
	font-size:10px;
	background-color: #F2F2F2;
}

.textarea8 {
	margin:7px 0 0 10px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.select7 {
	margin:7px 0 0 10px;
	width:160px;
	font-size:10px;
	background-color: #F2F2F2;
}

.textarea9 {
	margin:5px 0 0 10px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea10 {
	margin:4px 0 0 10px;
	width:148px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea11 {
	margin:0;
	width:350px;
	height:68px;
	font-size:10px;
	line-height:1.5;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.textarea12 {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

#table2 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	background:url(../order/form/images/order_image_02.jpg) center no-repeat;
	width:726px;
	height:1012px;
	vertical-align:top;
}

#table2 table td {
	text-align:left;
	vertical-align:top;
}

.year {
	width:58px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.month {
	width:41px;
	margin:0 0 0 18px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.day {
	width:41px;
	margin:0 0 0 18px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}


#buttom {
	text-align:center;
	margin:90px 0 0 50px;
	padding:0;
}

