@charset "UTF-8";

/*============================================================
//
//  目次---------------------
//  ・初期設定
//  ・共通設定
//
//==========================================================*/

/*============================================================
//  初期設定
//==========================================================*/

* {
	margin: 0;
	padding : 0;
}

html,
body{
	font-size:12px;
	line-height:1.5em;
	color:#EFEFEF;
	font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	text-align: center;
	background:url(../image/bg.gif) no-repeat;
}

h1, h2, h3, h4, h5, h6, p, li,dt,dd {
	line-height:1.5em;
}

.left{ float:left; }

.right{ float:right; }

a {
	color:#333;
/* macIE&FF対策¥*/
	overflow: hidden;
/* macIE&FF対策*/
}
a:hover {
	color:#FF6600;
}

img,
a img {
	border : 0;
	text-decoration: none;
}

img{vertical-align:bottom;}

.test{
	border:1px solid #f00;
}

.clr {
	clear: both;
/* macIE対策¥*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
/* macIE対策*/
}

#page {
	margin:0 auto;
	width:950px;
	text-align: left;
}
#header,
#footer,
#upload {
	width:100%;
}

/*============================================================
//  ヘッダー
//==========================================================*/

#header{
	background:url(/image/header_bg.jpg) no-repeat;
	padding:15px 0 0 0;
}
#header h1{
	width:215px;
	height:46px;
	background:url(../image/title.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 10px 0;
	float:left;
}
* html #header .logo{
	behavior: expression(IEPNGFIX.fix(this));
}
#header .logo{
	width:190px;
	height:46px;
	background:url(../image/logo.png) no-repeat;
	text-indent:-9999px;
	float:right;
}
#header .logo a{
	width:190px;
	height:46px;

	display:block;
}
#header h2{
	width:600px;
	height:19px;
	background:url(../image/lead.png) no-repeat;
	text-indent:-9999px;
	margin:0 0 25px 15px;
	font-size:0.1em;
}
* html #header h2{
	behavior: expression(IEPNGFIX.fix(this));
}

/*============================================================
//  フッター
//==========================================================*/

#footer{
	border-top:2px solid #0087C0;
}

#footer .copy{
	width:280px;
	height:5px;
	background:url(../image/copy.gif) no-repeat;
	text-indent:-9999px;
	margin:auto;
	margin-top:10px;
	font-size:0.1em;
}

/*============================================================
//  アップロードボタン
//==========================================================*/

#upload{
	height:80px;
	background:#0087C0;
	margin-bottom:25px;
}
#upload .inner{
	width:950px;
	padding-top:13px;
	margin:auto;
}

#upload .box-select{
	width:310px;
	padding-left:140px;
	margin-right:15px;
	float:left;
}
#upload .box-select .no1{
	width:34px;
	margin-right:5px;
	padding-top:10px;
	float:left;
}
#upload .box-select .select{
	width:265px;
	float:right;
}
#upload .box-select p.caution{
	font-size:1.2em;
	color:#FF9900;
	font-weight:bold;
	margin-top:3px;
}
#upload .box-btn{
	width:288px;
	float:left;
}
#upload .box-btn .no2{
	width:34px;
	margin-right:8px;
	padding-top:10px;
	float:left;
}
#upload .box-btn .btn{
	width:244px;
	float:right;
}

/*============================================================
//  注意
//==========================================================*/

#caution{
	width:950px;
	margin-bottom:35px;
}
#caution .title{
	width:120px;
	margin-left:30px;
}
#caution .box-caution{
	width:888px;
	border:1px solid #CCC;
	background:url(../image/caution_bg.png) ;
	margin:auto;
}
* html #caution .box-caution{
	behavior: expression(IEPNGFIX.fix(this));
}
#caution .box-caution .inner{
	padding:10px;
}
#caution .box-caution ul{
	list-style:none;
	margin-bottom:15px;
}
#caution .box-caution ul li.sub-title{
	font-size:1.0em;
	font-weight:bold;
	color:#0087C0;
	margin-bottom:1px;
}
#caution .box-caution ul li{
	font-size:1.0em;
	margin-bottom:3px;
}
#caution .box-caution .textB{
	width:705px;
	float:left;
}
#caution .box-caution .textA{
}
#caution .box-caution .sample{
	width:130px;
	margin:73px 25px 0 0;
	float:right;
}
