/* リセット */

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: 100%;
	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 { line-height: 1; }

ol, ul { list-style: none; 
	text-align:center
}

blockquote, q { quotes: none; }

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

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

/* リセットここまで */

*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
	border: 0;
}

p{
	margin: 1em;
	margin-left:200px
}

body{
	text-align: 
	background:#fcfcFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height: 1.5em;
	
}

#wrap{
	width:1000px;
	margin:0 auto;
	text-align:
	background-color:#FFFFFF;
	border:1px solid #CCC;
	
}
#wrap .in{
	padding:20px;
}

iframe{
	border:none;
	margin:20px auto;
}

.box_01{
	padding:20px 80px;
	display: inline-block;
}

.box_01 li{
	width:280px;
	float:left;
}

.box_01 li.cl{
	clear:both;
}

h1 {
	position: relative;
	background: #000099;
	color:#fff;
	font-size:18px;
	padding:20px 0;
}
h1:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 153, 0);
	border-top-color: #000099;
	border-width: 20px;
	margin-left: -20px;
}


h2{
	background-image:-moz-linear-gradient(top, #009, #009);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009), to(#000066), color-stop(1,#000066));
	background-color:#000066;
	line-height: 40px;
	font-weight:normal;
	padding-left: 20px;
	color: #FFF;
	margin-bottom: 20px;
	font-size: 18px;
	width: 790px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	text-align: left;
	

}

h2 + p{
	text-align:left;
	padding-left:130px;
}

a.btn{
	padding:20px;
	text-align:center;
	display:block;
}
a:hover{
	opacity:0.8;
}

p.copy{
	text-align:
	font-size:13px;
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
