/*共通設定*/
body {
/*マージン設定*/
	margin: 30px 8px;

/*行揃え*/
	text-align: center;

/*フォント*/
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック", serif;

/*デフォルトテキストカラー設定*/
	color: #333333;
}
/*強調色*/
.warning { font: bold 13px; color: #ffcc00 }
.green   { color: #669933 }
.orange  { color: #FF9933 }

/*リンク時ボーダー無し*/
img { border: 0; }

/*テキスト関連詳細設定*/
.p { font-size: 12px; text-align: left; line-height: 20px;}
.px12 { font-size: 12px }
div#waiting-info ul { margin: 0 0 0 15px; }
div#waiting-info hr { margin: 0; }
li b { font-size:13px; }
ul {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	margin: 0 0 -18px 15px;
	padding: 0;
}
li { margin-top: 8px; }
.prohibition {
	list-style: none;
	padding-left: 17px;
	background: url("../info/images/warning.gif") no-repeat 0 0.2em;
}
dt { margin-top: 10px; }
dd { margin-left: 12px }
b  { font-size: 14px; }

.introduction {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
}
.h3 {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFB7B4;
	border-left-color: #FFB7B4;
	height: 26px;
}
h4  { font-size: 13px; border-bottom: 1px dotted #cccccc; }
h6  { font-size: 12px; font-weight: normal; color: #999999; }
.point1 { font-size: 12px; color: #ffcc66; }

/*ヘッダー系*/
.header { font-size: 12px; color: #999999; }
.purple-hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7A7B3;
}

/*フッターナビゲーション*/
.groval-nav { margin: 0; padding: 0; text-align: center; font-size: 11px; }
.gn {
	display:inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	list-style-type: none;
/*Applestart\*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
/*Appleend*/
}
p.fban {margin-right:auto;maring-left:auto;padding-left:7px;}

/*区切り線*/
hr { width: 98%; margin: 15px 0 0 0; }

/*四辺ボーダー*/
.i-border { border: 1px solid #7F7F7F; }

/*百合の園情報*/
.info { font-size: 13px; text-align: left; line-height: 22px;}
.px10 { font: normal 10px }
.p-list td {
	border: 1px solid #ffffff;
	padding: 6px;
}

.p-list-left  {
	background-color: #ffffff;
	text-align: center;
}
.p-list-right {
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-align: right;
	background-color: #f7f7f7;
}

/*人妻ご紹介*/
.d-bg {
	background-image: url(../introduction/images/bg2.jpg);
	background-repeat: no-repeat;
}
.intro-p {
	margin: 6px 0 0 9px;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}
.new   { color: #ff9999 }
.up    { color: #cccccc }
.today { color: #ffcc66 }
.blog  { color: #669933 }

/*出勤シフト*/
.shift-prf { font-size: 11px; margin-bottom: 10px; }
.date      { font: bold 14px; margin-bottom: 5px; width: 98%; text-align: left; }

/*お待合わせに際して*/
.footer { font-size: 11px; color: #D9CCB9; }

/*COPYRIGHT*/
.copy {
	font-size: 9px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}
address {
	margin: 0 0 25px 0;
	font-size: 12px;
	font-style: normal;
}

label{
	cursor: pointer;
}
.ja,
textarea{
	ime-mode: active;
}
.num{
	ime-mode: inactive;
}