﻿@charset "UTF-8";
/*
Theme Name: お問い合わせ
*/

/*全体の設定*/
* {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
}
/*リンク画像の枠を消す、テキストのセンターに配置*/
img {
	border-width: 0px;
	vertical-align: middle;
}
body {
	font-size: 12px;
	line-height:18px;
	font-family:"Verdana","ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	text-align: center;
	background:#FFFFFF
}

/*標準のリンク*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
b{
	color: #FF0000;
	font-weight: normal;
}

/*レイアウト枠：全体の枠と横幅・背景色*/
#page {
	margin: 10px auto;
	width: 680px;
	text-align: left;
}
/*ヘッダー*/
#header {
	background: url(images/top.jpg) 0px 20px no-repeat;
	height:220px;
	margin-bottom:20px
}
#header p,#header h2{
	padding-left:45px;
	margin-top:5px;
}
#header p#modoru{
	text-align:right;
	margin:-30px 0 27px 0;
	font-size:10px;
	line-height:10px;
}
* html #header p#modoru{margin:-30px 0 17px 0;}

#header p strong{
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
	color:#000000
}
/*フォーム*/
#form {
	margin:5px 0px 20px 0px;
	padding-bottom:10px;
	background:#F2F2F2 url(images/dot.gif) bottom repeat-x ;
}
dl,#privacy,#btn{
	background:#F2F2F2;
	padding:15px 20px;
	background:#F2F2F2 url(images/dot.gif) top repeat-x ;
	color:#555555
}

dl,ul {overflow: hidden}
dl:after,ul:after {content: ""; display: block; clear: both;  height: 1px; overflow: hidden}
/*\*/
* html dl,* html ul { height: 1em; overflow: visible}

dt,dd{
	padding:5px 0px
}
dt{
	width:160px;
	float:left
}
dd{
	width:480px;
	float:left;
}
dd li{
	float:left;
	display:block;
	width:200px;
}
dd .ml20{
	margin-left:20px
}
input,select,textarea{
	vertical-align:middle;
	margin:0 5px 0 0
}
/*個人情報の取扱いについて*/
#privacy{
	padding:20px;
}
#privacy strong{
	font-weight:bold;
}
#privacy div{
	margin:5px 0px;
	width:590px;
	height:130px;
	overflow:auto;
	padding:10px 15px;
	background:#FFFFFF;
}
#privacy div p{
	margin-bottom:10px
}
/*ボタン*/
#btn{
	padding: 20px;
	color:#330066;
}
#btn a{
	width:361px;
	height: 45px;
	background: url(images/kakunin.gif);
	text-indent: -700em;
	display: block;
	margin-top:15px;
}
#btn a:hover {
	background-position: 0px -45px
}

#btnkak{
	width:361px;
	height: 45px;
	background: url(images/kakunin.gif);
	text-indent: -700em;
	display: block;
	margin-top:15px;
	border-width:0px;
}

#btnsnd{
	width:160px;
	height: 45px;
	background: url(images/soushin.gif);
	text-indent: -400em;
	margin-top:15px;
	border-width:0px;
}

#btnmae{
	width:160px;
	height: 45px;
	background: url(images/maeni.gif);
	text-indent: -400em;
	margin-top:15px;
	border-width:0px;
}



/*コピーライト*/
#copyright{
	font-size:10px;
	text-align:center;
}
