@import url(http://fonts.googleapis.com/css?family=Tangerine|Dynalight);
@charset "utf-8";

/*
==============================================================================

Piero no fude web CSS

URI: http://www.pieronofude.com/

-------------------------------------------------------------------
*/



body{
	width: 100%;
	height:100%;
	text-align:center;
	position:relative;
}

div,p,dd,dl,dt,ul,li,h1,h2,h3,h4,h5,h6{
	font-size: 10px;
	font-family:"lucida grande", tahoma, verdana, arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	font-weight: normal;
	line-height: 1.5;
}

a:link {color:#cc3300;}
a:visited {color:#cc3300;}
a:active {color:#cc3300;}
a:hover {color:#ffa000;}


/*
==========================================

メインビジュアル

------------------------------------------
*/

#mail_container{
	width:1235px;
	height:100%;
	position:relative;
    text-align:center;
	background:#fff;
	padding:25px 0 0 0;
	margin:0 auto 0 ;
}

h1{
	color:#999;
	position:absolute;
	top:10px;
	right:25px;
	}

#mailbox{
	width: 1195px;
	height:auto;
	margin:0 0 0 20px;
	position:relative;
    text-align:left;
}

#topbox{
	width: 1195px;
	height:auto;
	text-align:left;
	margin:0 auto 0px ;
	
}


#topbox_left{
	float:left;
	width:290px;
	height:auto;
	text-align:left;
	margin:0 0 0 0px;
}

#topbox_right{
	float:left;
	width:839px;
	min-height:550px;
	height:auto !important;
	height:550px;
	text-align:left;
	margin:80px 0 50px 0px;
	border-left:1px solid #ccc;
	padding:0 0 0 65px;
}

#logo{
	}

/*
====
メインフォーム
---------------------
*/



table.pieroform {
	border:0px;
	border-collapse:collapse;
	width:835px;
	}
	
table.pieroform th{
	text-align:left;
	}
	
table.pieroform td {
	background:#fff;
	}
	
table.pieroform td.td01 {
	width:195px;
	}
	
table.pieroform td.td02{
	width:580px;
	padding:0 0 0 50px;
	}

input.form_01{
	width:195px;
	height:20px;
	padding:3px;
	border:0;
	background:#545454;
	color:#fff;
	}

textarea.form_massage{
	width:580px;
	height:300px;
	padding:3px;
	margin:0 0 10px 0px;
	border:0;
	background:#545454;
	color:#fff;
	}

strong.ttl {
	text-align:left;
	border-left:solid 4px #000;
	display:block;
	margin:0 0 10px 0;
	padding:2px 5px;
	}
	
	
span.item{
	border-bottom:solid 1px #ccc;
	padding:2px 5px;
	display:block;
	font-size:12px;
	position:relative;
	margin:0 0 10px 0px;
	}
	
span.item span{
	display:block;
	margin:0 0 0 0px;
	font-size:10px;
	color:#333;
	position:absolute;
	right:0px;
	bottom:2px;
	}

div.btn_box{
	margin:30px 0 0 0;
	text-align:right;
	}

/*
====
確認画面
---------------------
*/
	
table.form {
	width:835px;
	}
	
table.form th,
table.form td {
	text-align:left;
	border-bottom:1px solid #ccc;
	padding:8px;
	font-weight:normal;
	font-size:12px
	}
	
table.form th {
	}

table.form td {
	width:600px;
	border-left:1px solid #ccc;
	}
