@charset "UTF-8";
/* CSS Document */
/* cssリセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #333;
	font-family: '游ゴシック','YuGothic','MS PGothic','ＭＳ Ｐゴシック','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1;
	background: url(img/bg_experience_page.gif) repeat left top;
}
h1,h2,p {
	font-size: 16px;
	line-height: 2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* header */
#header {
	color: #fff;
	width: 720px;
	margin: 20px auto 16px;
	padding: 15px 40px;
	background-color: #535353;
}
#header p {
	text-align: center;
}
#header p strong {
	font-size: 24px;
}
/* text_area */
#text_area {
	width: 760px;
	margin: 0 auto;
}
#text_area h2 {
	font-size: 108%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 12px;
}
#text_area p.name {
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}
strong {
	font-weight: bold;
}
/* #close_area */
#close_area {
	margin: 30px auto 40px;;
}
#close_area p {
	text-align: center;
}
	