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

/* =========================================================
reset
========================================================= */
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style:normal;
	font-weight:normal;
}
img{
	vertical-align:bottom;
}
ol,
ul,
li {
	list-style:none;
}
 
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }
/* =========================================================
start
========================================================= */

a { color:#000;}
a:link    { color:#333;}
a:visited { color:;}
a:hover   { color:#666;}
a:active  { color:;}


	

/* テキスト位置 */	
.text-right{
	text-align:right;}

.text-center{
	text-align:center;}

.text-left{
	text-align:left;}	


/* リンクボタン */	
.btn{
	background:url(../images/common/btn_bg.gif) repeat-x left bottom #cc3335;
	border-radius: 5px;       
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	padding:3px 10px;
}

.btn a{
	text-decoration:none;
	display:block;
	color:#FFF;
	background:url(../images/common/btn_arrow.gif) no-repeat left center ;
	padding-left:10px;
}

.btn:hover{
	display:block;
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

.btn-left{
	float: left;}

.btn-right{
	float:right;}

.btn-center{
	text-align:center;}

.btn-center .btn{
	display:inline-block;
	*display: inline;  
    *zoom: 1;
}


/* テーブルの設定 */	
.table{
	width:100%;
	border-bottom:solid 1px #cccccc;
	}
.table th{
	background:#EEE;
	font-weight:bold;
	padding:2vw;
	border-top:solid 1px #cccccc;
	}

.table td{
	border-top:solid 1px #cccccc;
	padding:2vw;
	}


/* パーツのマージン設定 */
.table,
.list,
.listgroup,
.box,
.column{
	margin-bottom: 1.5em;
}




#main{
	margin:20vw 3vw;
}

#main p{
	margin-bottom: 0.5em;
}



/* ---------------------問い合わせフォーム--------------------- */

#index img{
	max-width: 100%;
}
#index input.btn{
	color:#FFF;
	border:none;
	padding:2vw 6vw;
	font-size:120%;
	}

#index input:hover{
	display:inline;
	}
#index textarea{
	width:100%;
	}
#index .table th{
	width:25%;
	font-size: 3.4vw;
}
	
#index .table input{
	margin-right:1em;}

#index .table small {
	display: block;
}

