#!/usr/bin/perl


/*============================================
全般的なスタイル
============================================*/

body{
	background: #eeeeee;
	font-family: Meiryo;
}

/*============================================
form用スタイル
============================================*/

form{
	background: #f5deb3;
	margin: 15px auto;
	width: 770px;
	padding: 10px;
	border: 1px solid #cccccc;
}
form div + div{
	margin-top: 7px;
}
label {
	display: inline-block;
	width: 200px;
	text-align: right;
}
input, textarea, select{
	font: 1em sans-serif;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	border: 1px solid #999;
}
.ex1{
	margin-left: 5px;
}
.ex2{
	margin-top: 2px;
	margin-left: 205px;
}
textarea {
	width: 550px;
}
table{
	margin-left: 205px;
}
input:focus, textarea:focus {
    	border-color: #000;
}
textarea {
    	margin-left: 205px;
	vertical-align: top;
    	height: 5em;
    	resize: vertical;
}
.button {
	padding-left: 200px;
}
button {
	margin-left: .5em;
}

/*============================================
$msgスタイル
============================================*/

.textarea1 {
    	margin-left: 205px;
	width: 550px;
}

/*============================================
その他スタイル
============================================*/



.tfs{
	background: #f5deb3;
	margin: 15px auto;
	width: 970px;
	padding: 10px;
	border: 1px solid #cccccc;
}
.hrstyle1 { 
  border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #f5deb3, #8c8b8b, #f5deb3);
  background-image: -moz-linear-gradient(left, #f5deb3, #8c8b8b, #f5deb3);
  background-image: -ms-linear-gradient(left, #f5deb3, #8c8b8b, #f5deb3);
  background-image: -o-linear-gradient(left, #f5deb3, #8c8b8b, #f5deb3); 
}
.a0{
	margin: 15px auto;
	text-align: center;
	font-size: 35px;
}
.a1{
	margin: 15px auto;
	text-align: center;
	font-size: 25px;
}
.a2{
	text-align: center;
}
.a3{
	margin: 5px auto;
	text-align: center;
	font-size: 20px;
	color: #FF0000;
}
.a4{
	margin: 5px auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ff4500;
}
.button1{
	margin: 5px auto;
	text-align: center;;
}
.style2{
	margin-left: 15px;
	text-align: left;
}
.style3{
	margin-left: 57px;
	text-align: left;
}
.style4{
	margin-left: 57px;
	margin-bottom: 5px;
}
li{
	margin-top: 5px;
	margin-bottom: 5px;
}


