@charset "UTF-8";

/* CSS Document */


/* ----------------------------------------------------------------------------------
common
---------------------------------------------------------------------------------- */

* {
  margin: 0px;
  padding: 0px;
}

body {
	margin : 0;
	padding : 0;
	text-align : center;
	font-size: 12px;
	border-top: 2px solid #000;
}

a:link { color: #393939; text-decoration: underline; }
a:visited { color: #393939; text-decoration: underline; }
a:hover { color: #C80202; text-decoration: underline; }
a:active { color: #393939; }

img { border: 0px; }

li { list-style-type: none; display: block;}

body,td,div,li	{
    font-family: メイリオ,Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',"Osaka";
	color: #525252;
    line-height : 150%;
	font-size: 12px;
}

#wrapper {
 	width: 750px;
	text-align: left;
    margin: 0px auto;
    padding: 30px 0px;
	border-top: 2px solid #000;
}


/* ----------------------------------------------------------------------------------
header
---------------------------------------------------------------------------------- */

#header {
    position: relative;
 	width : 750px;
	height: 100px;
    margin: 0px auto;
    padding: 0px;
}

#logo {
    position: absolute;
    left: 0px;
    top: 24px;
}

/* ----------------------------------------------------------------------------------
contents
---------------------------------------------------------------------------------- */

#contactInput table {
	border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
	width: 100%;
    margin: 0px auto;
    padding: 0px;
}

#contactInput td {
    vertical-align: top;
    padding: 5px; 
	border: 1px solid #ccc;
}

.contactLeft {
    background-color: #f9f9f9;
    width: 230px;
}

.contactLeftP {
    background-color: #FFE2DC;
    width: 230px;
}

#buttonCenter {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

#thx {
	text-align: center;
	margin: 0px auto;
	padding: 50px 0px;
}

#title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin: 0px auto;
	padding-bottom: 10px;	
}

.red {
	font-size: 11px;
	color: #C00;
}

/* ----------------------------------------------------------------------------------
footer
---------------------------------------------------------------------------------- */

#footerArea {
    clear: both;
    position: relative;
 	width : 750px;
	height: 130px;
    text-align: left;
	font-size: 11px;
	margin: 0px auto;
    padding: 10px 0px;
	border-top: 2px solid #000;
}

#contactBottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#privacyMark {
    position: absolute;
    right: 0px;
    top: 10px;
}

#iso9001 {
    position: absolute;
    right: 85px;
    top: 10px;
}