﻿@charaset"UTF-8";

/* ブラウザスタイルの初期化 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	color:#666666;
	font-family:
		Arial,
		"ヒラギノ角ゴ Pro W3",
		"Osaka",
		"ＭＳ Ｐゴシック",
		san-serif;
	line-height: 1.3;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* 文書本体 */

body{
background-color: #EBEBEB;
font-size: 14px;
}

/* リンクテキスト */

a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover,a:focus,a:active {
	color: #CC0000;
	text-decoration: underline;	
}

/* CSSオフ時の表示 */

hr {
display:none;
}


/* 画像 */

img {
	border: 0; /* boder: nonde;でもＯＫ */
}

/* 全体のコンテナ */

div#container {
	width: 600px;
	margin: 0 auto;
	background:	#ffffff;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
}

/* ヘッダー */

div#header {
	height: 108px;
	background:
	url(img/form_head.jpg) no-repeat;
}

#header-inner a{
	text-indent:-9999px;
	height: 68px;
	width: 208px;
	background:
		url(http://www.kankinss.com/img/head_img02.gif)
		no-repeat
		right
		top;
	float: right;
	display: block;
}

#header #logo{
	float: left;
}


/*フォーム*/

h1 {
margin:15px 0 15px 0px;
}

strong {
color:#CC0000;
}
#contact {
}

#contact p{
text-align:center;
}


#contact table tr td,#contact table tr th {
border: 1px solid #B7C3DE;
padding:5px;
text-align:left;
}

#contact table {
width:500px;
border-collapse: collapse;
margin: 30px 0  20px 50px;
font-size:12px;
}


#contact table tr th {
font-weight:bold;
background-color: #f0f0f0;
width:100px;
}

#contact table tr td p{
text-align:left;
}


div#mokuji {
width:400px;
margin-left:60px;
}

div#mokuji h2{
padding:5px;
color:#666600;
font-size:14px;
font-weight:bold;
border-left:#666600 solid 5px;
margin-bottom:10px;
}

div#mokuji ul{
font-size:12px;
margin-left: 60px;
}

div#mokuji ul li{
background:url(http://www.kankinss.com/img/yaji_img02.gif) no-repeat;
padding:0 0 3px 18px;
margin-bottom:3px;
border-bottom:#cccccc dotted 1px;
}

/*サンクスページ*/

.thanks {
width:450px;
margin-left:75px;
padding-bottom:100px;
}

/* フッター */

#footer{
	clear: both;
	padding: 15px 0 12px 0;
	text-align:center;
	border-top:#666666 dotted 1px;
	margin-top:20px;
}
#footer p {
	color: #000066;
	line-height: 1.3;
}

#footer a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
}
#footer a:visited {
	color: #000066;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: none;
}

#footer address{
	font-size: small;
	font-style: normal;
	text-align: center;
	padding-top: 10px;
}





/* Win IE7の調整 */



/* Win IE6の調整 */


