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

/*========================================
top
========================================*/

body {font-size: 10px;}
/* for IE6 */
* html body {font-size: 62.5%;}
/* for IE7 */
*:first-child+html body {font-size: 62.5%;}

html {
}

body {
	position: relative;
	text-align: center;
	line-height: 1.5;
	color: #333;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	-webkit-text-size-adjust: none;
	background: url(../images/bg.png);
}

/* clearfix */
.clearfix {
	zoom:1;

}

.clearfix:after {
   	content: ""; 
    	display: block; 
    	clear: both;
}

/* container */
#wrapper {
	background: url(../images/main_bg.png) repeat-y;
	width: 944px;
	margin: 0 auto;
}

#container p.pageTop {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* header */
header {
	background-color: #FFFFFF;
	border-bottom: #DB4B3B 5px solid;
	width: 100%;
	height: 95px;
}
#header_inner {
	width: 944px;
	margin: 0 auto;
}	

#header_inner h1 {
	float: left;
	padding-top: 24px;
	padding-left: 6px;
}

#header_inner p {
	float: right;
	padding-top: 16px;
	padding-right: 45px;
}

/* main */
#main {
	width: 940px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 40px;
}

#presen .button {
	position: relative;
	width: 526px;
	margin: 0 auto;
}

#presen .button a {
	position: absolute;
	top: 96px;
	left: 148px;
}

#contact table {
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

#contact table th {
	padding-bottom: 5px;
	font-size: 1.6em;
	font-weight: 600;
	color: #434343;
	vertical-align: top;
}

#contact table th p {
	float: left;
	padding-right: 20px;
}

#contact table th span {
	background-color:#FF0000;
	font-size: 0.9em;
	display: block;
	width: 50px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 5px;   /* Firefox—p */
	float: left;
}

#contact table td {
	padding-bottom: 20px;
	vertical-align: middle;
}

#contact table input {
	padding: 10px 7px;
	font-size: 14px;
	border: 2px solid #CCC; 
	border-radius: 5px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 5px;   /* Firefox—p */
}

#contact table textarea {
	padding: 10px 7px;
	font-size: 14px;
	border: 2px solid #CCC;
	margin-bottom: 10px;
	border-radius: 5px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 5px;   /* Firefox—p */
}


/* footer */
footer {
	background-color: #E94514;
	height: 94px;
}

footer #footer_inner {
	width: 944px;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
}

footer #footer_inner dl {
	color: #FFFFFF;
	font-size: 1.2em;
	float: left;
	text-align: left;
}
footer #footer_inner dl dt {
	font-size: 1.4em;
	font-weight: bold;
}

footer #footer_inner p.copy {
	color: #FFFFFF;
	font-size: 1.2em;
	float: right;
	text-align: right;
}

/* padding */
.padding_bottom08 {
	padding-bottom: 8px;
}

.padding_bottom12 {
	padding-bottom: 12px;
}

.padding_bottom15 {
	padding-bottom: 15px;
}

.padding_bottom20 {
	padding-bottom: 20px;
}

.padding_bottom25 {
	padding-bottom: 25px;
}

.padding_bottom35 {
	padding-bottom: 35px;
}

.padding_bottom42 {
	padding-bottom: 42px;
}	