@import "default.css";
@import "textarearesizer.css";

/*　コンテンツ　*/
#main
{	background-color: #fff;
	float: right;
	width:660px;}

h1
{	background-image: url("../images/main_header_bg.gif");
	background-repeat: no-repeat;
	padding: 6px 0 6px 10px;
	margin-bottom: 7px;
	font-weight: bold;}
	
h1.headline-image
{	background-image: none;
	padding: 0;}
	
h2.obi
{	background-image: url("../images/main_header_bg.gif");
	background-repeat: no-repeat;
	padding: 6px 0 6px 10px;
	margin-bottom: 7px;
	font-weight: bold;
	margin-top: 15px;}
	
h3.voiceh3, h4.voiceh4 {
	font-weight: bold;
	margin-bottom: 15px;
	color: #962825;
}
	
.kakomi
{	border: #c4bb9c 1px solid;
	padding: 6px 0 6px 10px;
	margin-bottom: 7px;
	font-weight: bold;}

p.font-large
{	font-size: 1.3em;}

.float-left
{	float: left;}

.float-right
{	float: right;
	margin-left: 15px;
	margin-bottom: 10px;}

#cont-right
{	float: right;
	width: 320px;}
	
	#cont-right h2
	{	margin-bottom: 5px;}
	
p
{	margin-bottom: 15px;}
	
#cont-right h2
{	font-size: 1.2em;
	color: #993333;}
	
#cont-right2, #cont-right3
{	float: right;
	width: 402px;}
	
	#cont-right2 ul
	{	margin-top: -15px;}
	
	#cont-right2 li
	{	margin-top: 15px;}
	
	#cont-right2 li.font-large
	{	font-size: 1.3em;}
	
	#cont-right2 .font-xlarge
	{	font-size: 1.6em;
		line-height: 110%;}
	
.listmark
	{	font-family: webdings;}
	
.listmark-color
	{	color: #C4BB9C;}
	
	
#cont-left
{	float: left;
	width: 316px;}
	
#cont-left2
{	float: left;
	width: 234px;}
	
#japan p
{	margin-bottom: 20px;}
	
.link-border
{	border-width: 1px;
	border-style: dotted none;
	border-color: #D6CFB9;
	width: 320px;
	padding: 7px 0;}
	
.caption
{	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 20px;}
	
.contlinks li
{	border-width: 1px;
	border-style: dotted none none;
	border-color: #D6CFB9;
	width: 320px;
	padding: 7px 0;}
	
.contlinks li.contlinks-terminate
{	border-width: 1px;
	border-style: dotted none dotted;
	border-color: #D6CFB9;
	width: 320px;
	padding: 7px 0;}
	
.listmark-disc
{	margin-bottom: 1.5em;}
	
.listmark-disc li
{	list-style: disc;
	margin-left: 1.5em;}
	
.listmark-square li
{	list-style: square;
	margin-left: 15px;}
	
.list01 {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	list-style: disc;
}

.list01 li {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#table01 {
	background-color:#FFF;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

#table01 td {
	vertical-align: middle;
	background-color:#f1eee6;
	padding: 10px;
	border: none;
}

#table01 td.borderBtm {
	border-bottom: #FFF solid 7px;
}

#table01 td.borderRight {
	border-right: #FFF solid 7px;
}

#table01 caption {
	margin-bottom: 5px;
}

.redBold {
	color: #962825;
	font-weight: bold;
}
	
	
/*　応募フォーム　*/
table
{	border-collapse: collapse;
	width: 100%;}

table,th,td
{	padding: 7px;
	margin-left: 1px;
	border: solid 1px #D9D3BF;}
	
th
{	width: 100px;
	background-color: #EEEBE1;}

.fieldsize1
{	width: 200px;}

.fieldsize2
{	width: 50px;}

.fieldsize3
{	width: 500px;}

.fieldsize4
{	width: 70px;}

.button
{	text-align: center;
	margin: 10px;}

.cell-title
{	background-color: #C4BB9C;
	width: auto;}

.require-mark
{	color: #900;}

button
{	border-style: none;
	background-color: #FFF;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;}
	
button.button-reset
{	width: 69px;}

button.button-submit
{	width: 139px;}

button.button-submit2, button.button-reset2
{	width: 99px;}

.require-error
{	color: #900;
	margin-top: 20px;
	list-style: none;}
