@charset "utf-8";


*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#cccccc;
}

#container{
	width:900px;
	margin:auto;
	background-image:url("../images/main-haikei.gif");
	border-left:3px solid #000000;
	border-right:3px solid #000000;
	overflow:hidden;
}
header{
	position:relative;
	margin-bottom:20px;
}

.menu ul{
	list-style-type:none;
	position:absolute;
	top:270px;
	left:0;
}
.menu li{
	width:150px;
	height:20px;
	float:left;
	text-align:center;
	margin-left:25px;
}

.menu a{
	color:#ffffff;
	font-size:30pt;
	font-family:'ＫＦひま字',;
	text-decoration:none;
}
.menu li a:hover{
	color:#000000;
}
img.waku{
	border:solid 4px #666666;
}
.access{
	color:#999999;
	font-size:30pt;
	font-family:'ＫＦひま字',;
	text-decoration:none;
	margin-left:70px;
	margin-top:30px;
	margin-bottom:20px;
}

p{
	font-family:'HGSｺﾞｼｯｸM',;
	font-size:17px;
	margin-bottom:15px;
}

.all{
	margin-left:80px;
}
.topicpath{
	margin-bottom:20px;
	margin-left:40px;
	font-family:'ＫＦひま字',;
	text-decoration:none;
	font-size:15px;
}

/*引用*/
.topicpath ol li {
        /* liを横並び＆ブレットを消す */
        display: inline;
        list-style-type: none;
}

.topicpath ol li:before {
        /* liの前に記号追加 */
        content: " > ";
}

.topicpath ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content: none;
}
/*引用*/



/*-----------------------------------引用---------------------------*/
/* --- フォームエリア --- */
form.contact {
width: 750px; /* フォームエリアの幅 */
font-size: 15px;
font-family:'HGSｺﾞｼｯｸM',;
}
/* --- フォームエリア内の段落 --- */
form.contact p {
line-height: 130%;
}
/* --- 段落内の「必須」画像 --- */
form.contact p.attention img {
vertical-align: middle;
}

/* --- 部品グループ --- */
form.contact div.fields {
margin-bottom: 20px; /* 部品グループの下マージン */
padding: 2px; /* 部品グループのパディング */
background-color: #f9f9f9; /* 部品グループの背景色 */
border: 1px #c0c0c0 solid; /* 部品グループの境界線 */
}

/* --- テーブル --- */
form.contact table {
width: 100%; /* テーブルの幅 */
border: 1px solid; /* テーブルの境界線 */
border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}
/* --- キャプション --- */
form.contact caption {
margin-bottom: 2px; /* キャプションの下マージン */
padding: 10px 8px; /* キャプションのパディング（上下、左右） */
background: #f9f9f9 url(../images/caption_back1.gif) repeat-x; /* キャプションの背景 */
border: 1px solid; /* キャプションの境界線 */
border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
text-align: left;
color: #808080; /* キャプションの文字色 */
font-weight: bold;
}
/* --- 見出しセル（th） --- */
form.contact th {
width: 140px; /* 見出しセルの幅 */
padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しセルの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
text-align: left;
line-height: 130%;
}
/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
font-weight: normal;
}
/* --- データセル（td） --- */
form.contact td {
padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
background-color: #ffffff; /* データセルの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}
/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
color: #808080;
}
/* --- 必須項目セル --- */
form.contact td.required {
width: 26px; /* 必須項目セルの幅 */
padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
background-color: #c4e6fa; /* 必須項目セルの背景色 */
text-align: center;
}
/* --- 任意項目セル --- */
form.contact td.arbitrary {
background-color: #e0f1fc; /* 任意項目セルの背景色 */
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
margin-bottom: 2px; /* フォーム部品の下マージン */
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#name, #kana,#title,
#mail, #address {
width: 350px; /* フォーム部品の幅 */
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 70px; /* フォーム部品の幅 */
}
#address, #zip2 {
width: 420px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message {
width: 420px; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}
#remark {
width: 420px; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.contact p.button {
margin-top:80px;
margin-bottom:100px;
text-align: center;
}
form.contact p.button input{
padding:5px 20px;
font-size: 18px;
font-family:'HGSｺﾞｼｯｸM',;
}

/*-----------------------------------引用---------------------------*/

footer{
	background-color:#ffffff;
	padding:30px 0px;
	font-size:15px;
	text-align:center;
	color:#000000;
	border-top:solid 1px #000000;
}