@charset "UTF-8";
/* CSS Document */

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* common */
body{
	background:url(../img/bg.gif) #fff;
	font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

/* header */
header{
	position:relative;
	width:960px;
	height:180px;
	margin:0 auto;
	padding:0 10px;
	background:none;
}
header div#right-top{
	position:absolute;
	top:0;
	left:530px;
	background:url(../img/right_top_bg.png) no-repeat left top #fff;
	width:420px;
	height:180px;
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-khtml-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	text-align:right;
	padding-right:10px;
}

header div#right-top p{
	line-height:100%;
}

section.app{
	margin:30px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius:  10px;
	-khtml-border-radius:  10px;
	border-radius:  10px;
	background:#fff;
	width:900px;
	padding:20px;
}

section div.app_head{
	height:130px;
}

section div.app_head h2{
	float:left;
}
section div.app_head p.dl_bt{
	float:right;
}

section div.image-container{
	-moz-border-radius: 10px;
	-webkit-border-radius:  10px;
	-khtml-border-radius:  10px;
	border-radius:  10px;
	background:#d6d6d6;
	padding:20px 9px 20px 19px;
}

section div.image-container:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

section div.image-container ul li{
	margin-right:15px;
	float:left;
	list-style:none;
}

p.cap{
	text-align:center;
}


small{
	display:block;
	margin:0 auto;
	padding:25px;
	font-size:14px;
	text-align:center;
}

