@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: #555555;
	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: 700px;
	text-align: left;
}
/*ヘッダー*/
#header {
	background: url(images/top.jpg) 0px 45px no-repeat;
	height:245px;
	margin-bottom:20px
}
#header02 {
	height:60px;
	margin-bottom:20px
}
#header p,#header h2{
	padding-left:45px;
	margin-top:2px;
}
#header p#modoru{
	text-align:right;
	margin:-30px 0 27px 0;
	font-size:10px;
	line-height:10px;
}
* html #header p#modoru{margin:-20px 0 17px 0;}

#header p strong{
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
	color:#FF0000
}
#header02 p strong{
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
	color:#000000
}
/*ナビ*/
#nav:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#nav {
  min-height: 1px;
}
* html #nav {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#nav ul{
	background:#EAF7FD;
	padding:10px 20px;
	margin:5px 0 10px 0
}
#nav li{
	padding-left:18px;
	background: url(images/ya.gif) left no-repeat;
	float:left;
	display:block;
	width:200px;
	font-size:14px;
	line-height:24px
}
*html #nav li{
	padding-left:18px;
	background: url(images/ya.gif) left no-repeat;
	float:left;
	display:block;
	width:220px;
	font-size:14px;
	line-height:24px
}
#nav a{
	text-decoration:none
}
/*フォーム*/
#form {
	margin:5px 0px 20px 0px;
	padding-bottom:10px;
	background:#F2F2F2 url(images/dot.gif) bottom repeat-x ;
}
#form02 {
	margin:5px 0px 20px 0px;
	padding-bottom:10px;
}
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:180px;
	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 p#onegai{
	font-size:10px;
	line-height:14px;
}
#privacy strong{
	font-weight:bold;
}
#privacy div{
	margin:10px 0px;
	width:620px !important;
	width:650px;
	height:150px;
	overflow:auto;
	padding:10px 15px;
	background:#FFFFFF;
}
#privacy div p{
	margin:10px 0;
}



/*ボタン*/
#btn{
padding:20px 0 10px 20px;
}
*html #btn{
padding:10px 0 0px 20px;
}
#kakunin a{
	width:310px;
	height: 48px;
	background: url(images/kakunin.gif) top no-repeat;
	text-indent: -700em;
	display: block;
	margin-top:0px;
}
#kakunin a:hover {
	background-position: bottom
}

#send{
padding:20px 0 10px 20px;
background-color:#FFFFFF
}

#form table{
	font-size: 12px;
	line-height:18px;
}


/*管理ページ*/
#form02 table{
	width:620px;
	font-size:12px;
	line-height:18px;
	empty-cells:show;
	border-collapse:collapse;
	border-bottom:1px solid #999999;
}
#form02 td{
border-top:1px solid #999999;
padding:4px 0px 4px 10px;
white-space: nowrap;
height:40px;
word-spacing:10px
}
#form02 td.center{
border-top:1px solid #999999;
padding:4px 0px 4px 10px;
white-space: nowrap;
height:40px;
word-spacing:10px;
text-align:center;
}

#form02 table img{
margin-left:20px;
}

#btn01{
	width:55px;
	height: 22px;
	background: url(images/btn_touroku.jpg);
	text-indent: -700em;
	display: block;
	margin:-22px 0 0 553px;
}
*html #btn01{
	width:55px;
	height: 22px;
	background: url(images/btn_touroku.jpg);
	text-indent: -700em;
	display: block;
	margin:-22px 0 0 500px;
}


/*セコムステッカー*/
#side-stickersr{
	margin-left:600px;
	margin-top:-50px;
}


/*コピーライト*/
#copyright{
	font-size:10px;
	text-align:center;
}
#copyright a{
	color:#000000
}
