/* 左メニュー --------------------------------------------- */  

div#wraper
div#menuLeft
dl#mainmenu {
	background-image: url(../../common/images/menu_bgimg1_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}



/* イメージ写真 */
div#photo {
	background-image: url(../images/photo_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}


/* コンテンツ --------------------------------------------- */  

div#wraper {
	background-color: #70A9E2;
	background-image: url(../images/wraper_bgimg.jpg);
	background-repeat: repeat-y;
}

/* フッター --------------------------------------------- */  

div#footer {
	background-image: url(../images/wraper_bgimg_bottom.gif);
}


/* 各カラム --------------------------------------------- */  

div.separate {
	border-top: 2px solid #FF9900;
}


/* メインコンテンツ */

div#contents
h1 {
	background-image: url(../images/title_bgimg.gif);
}

div#mainphoto {
	background-image: url(../images/cache_bgimg.jpg);
	height: 149px;
	width: 480px;
	margin: 20px 0 10px 15px;
	text-align: right;
	overflow: hidden;
}

div#mainphoto
p {
	color:#333333;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 15px;
}

div#registbtn {
	height: 169px;
	width: 480px;
	margin: 0 0 40px 15px;
	background-color: #E7E0CE;
	border: 1px solid #D7CDB2;
}

div#registbtn
p#btnimage {
	margin: 10px 0;
}

div#registbtn
p#btnimage
a {
	background-image: url(../images/btn_regist.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 112px;
	width: 433px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	outline: none;
}

div#registbtn
p#btnimage
a:hover {
	background-position: 0px -112px;
}

div#registbtn
ul {
	text-align: center;
}

div#registbtn
ul
li {
	display: inline;
	background-image: url(../../common/images/btn_link_allow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	margin: 0 1em 0 0;
	height: 20px;
	line-height: 20px;
}



/* Web登録をすると */

div#characteristic
ol
li {
	float: left;
	width: 235px;
	height: 150px;
	border: 1px solid #E7E0CE;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#characteristic
ol
li#chara01 {
	background-image: url(../images/characteristic_bgimg_01.jpg);
	margin: 0 5px 5px 0;
}

div#characteristic
ol
li#chara02 {
	background-image: url(../images/characteristic_bgimg_02.jpg);
	margin: 0 0 5px 0;
}

div#characteristic
ol
li#chara03 {
	background-image: url(../images/characteristic_bgimg_03.jpg);
	margin: 0 5px 5px 0;
}

div#characteristic
ol
li#chara04 {
	background-image: url(../images/characteristic_bgimg_04.jpg);
	margin: 0 0 5px 0;
}

div#characteristic
ol
li
h3 {
	text-align: right;
	margin: 10px 5px 0 0;
	font-size: 1.1em;
	height: 40px;
	overflow: hidden;
}

div#characteristic
ol
li
p {
	margin: 0 5px 0 100px;
}


ol#merit
li {
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 90px;
	padding: 0 0 0 85px;
	margin: 1.5em 1em 1.5em 0;
}

* html body
ol#merit
li {
	height: 90px;	/* IE5-6 only */
}

ol#merit
li.merit1 {
	background-image: url(../../worksinfo/images/merit_01.gif);
}

ol#merit
li.merit2 {
	background-image: url(../../worksinfo/images/merit_02.gif);
}

ol#merit
li.merit3 {
	background-image: url(../../worksinfo/images/merit_03.gif);
}

ol#merit
li.merit4 {
	background-image: url(../../worksinfo/images/merit_04.gif);
}

ol#merit
li
h3 {
	color: #FF6600;
}




/* 登録方法 */

table#registhowto {
	border-collapse: separate;
	width: auto; 
}

table#registhowto
th,
table#registhowto
td {
	padding: 1em 0;
	border: 0;
	vertical-align: middle;
}

table#registhowto
th {
	white-space: nowrap;
	font-weight: bold;
	font-size: 1.2em;
}

table#registhowto
th
span {
	display: block;
	padding: 1em 25px 1em 1em;
	background-color: #FFCC00;
	background-image: url(../images/registhowto_bgimg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

table#registhowto
td {
	padding-left: 1em;
}



/* Web登録フォーム */

div#rules {
	overflow: auto;
}

div#rules
ol {
	padding: 0 0 0 2em;
	list-style-type: decimal;
}

div#rules
ol
li {
	margin: 1em 0;
}

div#agreement {
	background-color: #F5F1E4;
	padding: 0.8em;
	text-align: center;
	margin: 5px 0;
	font-size: 1.3em;
}

div#agreement
label {
	cursor: pointer;
	color: #0066CC;
	text-decoration: underline;
}

div#registform
table {
	width: 99.5%;
	margin: 0 0 15px 0;
}

div#registform
table
caption {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #FF9900;
	margin: 0 0 8px 0;
	color: #FFFFFF;
}

div#registform
table
tr {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div#registform
table
th,
div#registform
table
td {
	padding: 0.6em 1em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0;
	border-right: 0;
}

div#registform
table
th {
	color: #666666;
	font-weight: bold;
	background-color: #F5F1E4;
	width: 180px;
	white-space: nowrap;
}

div#registform
table
.w20 {
	width: 20%;
}

div#registform
table
.w30 {
	width: 100px;
}

div#registform
table
.w60 {
	width: 150px;
}

div#registform
table
.w90 {
	width: 235px;
}

div#registform
table
td
select
optgroup {
	font-style: normal;
	margin: 10px 0;
	border-top: 1px solid #CCCCCC;
	padding: 5px 0 0 0;
}

div#registform
table
td
select
optgroup
option {
	text-indent: 1em;
}

div#registform
table
td
select
option.choice {
	color:#aaaaaa;
}

div#registform
table
td
input {
	padding: 0.3em;
	vertical-align: middle;
	margin: 0 2px;
}

div#registform
table
td
label {
	cursor: pointer;
	border-bottom: 1px dashed #0066CC;
}

div#registform
table
td
ul
li {
	margin: 7px 0;
	clear: both;
}

div#registform
table
td
ul#address
li
span {
	display: block;
	width: 80px;
	float: left;
}

div#registform
table
td
span.contact_title {
	width: 120px;
}


/* 必須マーク */

p.necessary_caution {
	margin: 0 0 20px 0;
	padding: 0.5em;
	text-align: right;
	line-height: 1em;
}

span.necessary {
	color: #CC0000;
	margin: 0 0.5em;
	font-size: 1.8em !important;
	line-height: 0.8em;
	position: relative;
	top: 0.4em;
}


/* 登録ボタン */

p#submit{
	margin: 0 0 20px 0;
	text-align: center;
}


/* お問い合わせ エラー文 */
p.errormsg {
	color: #CC0000 !important;
	padding: 1em;
	margin: 1em;
	background-color: #FFE8E8;
}

