@charset "utf-8";

/* グローバル */
*{
	font: 9pt "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #4b4b4b;
}

/* タグ */
body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #f3f4f3;
}
ul,p,dl,dd,dt,h1,span {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

a {
	color: #0000ee;
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
	text-decoration: underline;
}


/* クラス */
.clear{
	clear: both;
}

.futoji{
	font-weight: bold;
	color: #663333;
}
/* フォームクラス */
/* 強制的に半角カナ入力にする (IEのみ動作) */
.kana {
	ime-mode: disabled;
}

/* コンテンツ */
#wrapper {
	width: 95%;
}
/*
左右1列ずつに分かれたテーブル
*/
.hyou2{
	color:#333333;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0 auto;
}

.hyou2 td {
	color:#333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 10px;
	text-align: left;
}

/* ボタンまでテキストフォームチックになるのを防ぐ */
.hyou2 tr td > input {
	background: #ffffff;
	border: 1px solid #E4A57A;
	border-right: 1px solid #F7E4D7;
	border-bottom: 1px solid #F7E4D7;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.hyou2 select {
	background: #ffffff;
	border: 1px solid #E4A57A;
	border-right: 1px solid #F7E4D7;
	border-bottom: 1px solid #F7E4D7;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

/* ツールチップ */
div#qTip {
  padding: 3px 5px 3px 5px;
  border: 1px solid #7367cd;
  border-right-width: 1px;
  border-bottom-width: 1px;
  display: none;
  background: #F5ECFF;
  color: #333333;
  text-align: left;
  position: absolute;
  z-index: 1000;
 
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
 
}

/* フォーム用javascript エラー表示 */
#status {
	color: #FF3333;
	margin: 5px 0 5px 0;
}
#status2 {
	color: #FF3333;
	margin: 5px 0 5px 0;
}

/* ロールオーバーメニュー (ul,li,a タグを使用したブロックメニュー ) */
.navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 110%;
}

.navi li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.navi li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 23px;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.navi li a:hover {
	background: #ffffff url(img/left.gif) no-repeat 3px 4px;
	color: #000000;
}

/* 各コンテンツの右下のメニュー */
.contents_menu{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.contents_menu a{
	line-height: 150%;
	background-image: url(../img/al2.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}
#container {
	width: 520px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background: #FFFFFF url(img/shadow.jpg) repeat-y;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#container #head {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
#container #cont .center {
	text-align: center;
}
#container #cont .center .bgglay {
	width: 90%;
	background: #f7f7f7;
	text-align: left;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
#container #cont .Process {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}
#container #cont .Process h3 {
	font-size: 14pt;
	color: #663399;
	margin-top: 15px;
}
#container #cont .Process p {
	margin-bottom: 15px;
}
#container #cont .Process li {
	list-style: none;
	background: url(img/fuki.gif) no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 8pt;
	color: #993333;
}
#container #cont .Process ol {
	margin: 0px;
}
