/*****デフォルトスタイルシートのリセット*****/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/*****文字の装飾*****/

span.mark {
	font-size:90%;
	color: #CC6633;
}
.big {
	font-size:110%;

}
.bold {
	font-weight:bold;
}

.red {
	color:#FF0000;
}
.gray {
	color:#888888;
}

span.green {
	font-weight:bold;
	color:#339900;
}

/*****画像の回り込み*****/

img.img-right {
	float:right;
	margin:0 0 0 10px;
}

/*****リスト*****/

ul {
	margin:0 0 10px 0;
	padding-left:30px;
	list-style:outside;
}
li {
	color:#996600;
}


/*****メイン*****/

body{
	background: #F7C47D;
	margin-top: 10px;
	color: #464646;
	line-height: 1.5;
	font-size:95%;
	text-align:center;
}

#container {
	margin: 0px auto 0px;
	width: 730px;
	background: #fffffc;
	text-align:left;
}

#container-inner {
	padding: 15px;
}

#container-inner p{
	padding:0 10px 10px 10px;
}

h1,h2 {
	margin-bottom:15px;
}

h1 {
	clear:both;
	padding-top:10px;
}

h2 {
	margin-top:10px;
}

/*****応募フォーム*****/

table.form {
	border-left:1px solid #D9B011;
	border-top:1px solid #D9B011; 
}

table.form td {
	font-size:95%;
	padding:5px;
	margin:5px;
	line-height:1.4;
	border-right:1px solid #D9B011;
	border-bottom:1px solid #D9B011; 
}

td.title {
	background:#FDF1C1;
	width:300px;
}

table.form input,
table.form select,
table.form textarea {
	font-size:110%;
	border:1px solid #CC9900;
	background:#FFFDF7;
}

table.form textarea {
	width:100%;
	height:8em;
}


table.form input.button {
	background: #CCCCCC;
	padding:5px 40px;
}



div.copyright {
	font-size:90%;
	background:#F3F3F3;
	border:#999999 1px dotted;
	text-align:center;
	padding:10px;
	margin-top:10px;
}
table.info {
	margin-top:15px;
	color:#464646;
	border-left:#999999 solid 1px;
	border-top:#999999 solid 1px;
}
table.info td {
	padding:5px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
}
td.info-koumoku{
	background:#F0F0F0;
	text-align:center;
}

div.bunsyou {
	font-size:110%;
	font-weight:bold;
	border-bottom:#999999 1px solid;
	border-left:#999999 7px solid;
	padding: 2px 0px 2px 4px;
	margin-top:30px;
}
span.mark02 {
	font-weight:bold;
	color: #CC6633;
}
div.riyuu {
	background:#FCFCFC;
	border:#aaaaaa dashed 1px;
	padding:0px 10px;
	margin:15px 30px 0px 30px;
}
div.yoirei {
	background:#FCFFFB;
	border: #25B715 dashed 1px;
	padding:0px 10px;
	margin:15px 10px 0px;
}

