﻿@charset "utf-8";

a:link {
	color:#203744;
        font-weight:bold
        text-decoration : none;
	}
a:visited {
	color:#203744;
        font-weight:bold
        text-decoration : none;
	}
a:hover{
  color :#666;
  text-decoration : underline;
  visibility : visible;
}
html,body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 180%;
	font-variant: normal;
	color: #000;
}

h1{
        font-size:15px;
}

h2{
	margin: 10px 20px 1em 0px;
	padding: 1px 15px 0.2em 10px;
	background-image: none;
	border-left: 5px solid #333;
	border-bottom: 1px solid #eee; 
	background-color: #f5f5f5;
        width:580px;
        font-size:14px;
}

input,textarea{
border-style: solid;
border-color: #aaaaaa;
color: #000000;
background-color: #ffffff;
border-width: 1px;
}

.list {
	padding-top:17px;
	padding-left: 23px;
	padding-bottom: 5px;
	background-image: url(../images/ico/arrow04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: 5px 19px;
}

.item{
	font-weight: bold;
	color: #333333;
}

input,textarea{
border-style: solid;
border-color: #aaaaaa;
color: #000000;
background-color: #ffffff;
border-width: 1px;
}

.btn{
border-style: solid;
border-color: #cccccc;
color: #000000;
background-color: #ffffff;
border-width: 1px;
}

.form {
border-top: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-bottom: #cccccc 1px solid;
margin-bottom: 0.5em;
}
