@charset "utf-8";


@media all {


/* ------------------------------------------------------------
B-1. 文字と色
------------------------------------------------------------ */


/* 基本文字セット */
body                { color: #333333; font: 12px/1.5000 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Verdana',sans-serif; }
a                   {
	color: #F6F;
	text-decoration: none;
}
a:hover             {
	color: #C39;
	text-decoration: none;
}
.attention			{
	color: #F00;
	font-weight:bold;
}




/* ------------------------------------------------------------
C-0. 基本レイアウト
------------------------------------------------------------ */


html                { }
body                {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 770px;
}




/* HTMLエディタ専用 */
body.style          { min-width: 720px !important; max-width: 720px !important; padding: 0 10px !important; background: none !important; }




/* 幅・配置＆背景 */
#header             {
	width: 100%;
	height: 174px;
	z-index: 9999;
	background-image: url(../img/head_bg.png);
	background-repeat: repeat-x;
}
#header .inner      {
	position: relative;
	width: 770px;
	height: 100%;
	margin: 0 auto;
	z-index: 100;
}


#footer             {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url(../img/foot_bg.png);
	background-repeat: repeat-x;
	margin-top: -20px;
}
#footer .inner      {
	position: relative;
	width: 770px;
	height: 240px;
	margin: 0 auto;
}


#feature_home .inner      { position: relative; width: 770px; height: 100%; margin: 0 auto; }


#main               {
	background: #fff;
	margin-top: 20px;
}
#main .inner        {
	position: relative;
	width: 770px;
	margin: 0 auto;
	padding: 0 0 30px;
}
#sidebar            {
	position: relative;
	float: right;
	display: inline;
	overflow: hidden;
	width: 190px;
}
#content            {
	position: relative;
	float: left;
	display: inline;
	overflow: hidden;
	width: 560px;
	min-width: 560px;
}




/* clearfix */
#header, #contents, #footer, .inner, #main, #sub, section, article  { zoom: 1; }
#header:after, #contents:after, #footer:after, .inner:after, #main:after, #sub:after, section:after, article:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }










/* ------------------------------------------------------------
C-1. #header
------------------------------------------------------------ */


/* 共通ヘッダ：ロゴ */
#header .logo_header          {
	left: 0px;
	width: 470px;
	height: 50px;
	position: absolute;
	top: 35px;
}
#header .logo_header a        {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-image: url(../img/head.png);
	background-repeat: no-repeat;
}
#header h1                    {
	color:#300;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	top: 4px;
	position: absolute;
}
/* 共通ヘッダ：お問い合わせ */
#header .head_info {
	position:absolute;
	background-image: url(../img/head_info.png);
	background-repeat: no-repeat;
	right: 0px;
	height: 150px;
	width: 273px;
	padding-top: 65px;
	font-size: x-small;
	padding-right: 15px;
	padding-left: 15px;
}




/* 共通ヘッダ：ナビゲーション */
#header .nav_main             {
	position: absolute;
	top: 140px;
	height: 25px;
	z-index: 10001;
	margin-right: auto;
	margin-left: auto;
}
#header .nav_main ul          { display: table; padding-left: 4px; height: 100%; white-space: nowrap; }
#header .nav_main li          {
	float: left;
	display: table-cell;
	height: 100%;
	padding-right: 18px;
	background-image: url(../img/head_nav_line.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 22px;
	padding-left: 4px;
}
#header .nav_main li:last-child          {
	padding-right: 0px;
	background-image: none;
}
#header .nav_main li a        {
	display: block;
	height: 100%;
	color: #FFF;
}
#header .nav_main li a:hover        {
	color: #EA46A0;
}


/* ページヘッダ */

.pageheader                   { clear: both; height: 80px; padding-top: 20px; }
.pageheader h1,
.pageheader p                 { height: 60px; }






/* Featureエリア */
#feature_home {
	width:100%;
	min-width:770px;
	background-image: url(../../img/feature.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 208px;
	margin-bottom: 30px;
}
#feature_home .what_whf {
	width:182px;
	padding: 4px;
	position: absolute;
	top: 10px;
	right: 0px;
	background-image: url(../img/what_whf_bg.png);
	background-repeat: repeat;
	font-size: 90%;
}






/* トップページお問い合わせエリア */
#topinfo {
	background:#f2f1e3;
	border: 1px solid #CCC7C4;
	padding: 10px;
	font-size: 90%;
	margin-top: 60px;

}
#topinfo .inner {
	padding: 10px;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topinfo h4 {
	background:#ffffff;
	padding: 2px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;

	margin-bottom: 10px;
	margin-left: 0px;
}


/* 囲みエリア */
.col_brown {
	background:#f2f1e3;
	border: 1px solid #CCC7C4;
	padding: 10px;
	font-size: 90%;
	margin-top: 60px;
}


.col_pink {
	background:#FFDCF5;
	border: 1px solid #CCC7C4;
	padding: 10px;
	font-size: 90%;
}
.col_pink h4 {
	margin-top: 0px;
	padding-top: 0px;
}






/* ------------------------------------------------------------
C-2. #footer
------------------------------------------------------------ */


/* 共通フッタ：ナビゲーション */
#footer .nav_info             {
	padding-top: 62px;
	font-size: 86%;
}
#footer .nav_info a           {
	color: #600;
}
#footer .nav_info a:hover           {
	color: #EA46A0;
}




/* 共通フッタ：アドレス */
#footer .address               {
	position: absolute;
	top: 95px;
	font-size: 9px;
	color: #fff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}










/* ------------------------------------------------------------
C-3. #sidebar
------------------------------------------------------------ */


/* サイドバー：ナビゲーション */
.nav_sub                 { margin-bottom: 30px; }




.nav_person                {
	padding-top: 0px;
	margin-bottom: 33px;
	border: 1px solid #ccc7c4;
}
.nav_person p {
	background:#FFF;
	margin: 10px;
	font-size: 90%;
}
.nav_news                {
	margin-bottom: 33px;
	border: 1px solid #ccc7c4;
	background-color: #FED5FD;
}
.nav_news p {
	background:#FFF;
	margin: 4px;
	padding: 6px;
	font-size: 90%;
}
#sidebar h4                {
	font-size: 12px;
	color: #560130;
	background-color: #FFDCF5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#sidebar h4:first-child              {
	margin-top: 0px;
}
#sidebar h5                {
	color: #999;
	font-weight: bold;
	padding-left: 10px;
}




/* ------------------------------------------------------------
C-4. #content（本文エリア）
------------------------------------------------------------ */


/* .style：ブロック要素の基本スタイル */
.style                   {
	padding-top: 2px;
}
.style > p:first-child   { margin-top: 15px; }
.style p                 { margin-bottom: 20px; line-height: 2.0; }
.style ol                { margin-left: 30px; margin-bottom: 20px; }
.style ul                { margin-left: 30px; margin-bottom: 20px; list-style: disc; }
.style dl,
.style table.cmn_table   { margin-bottom: 20px; }
.style hr                { height: 0; margin: 20px; padding: 0; border: none;  }
.style .cmn_date         { margin-bottom: 5px; color: #777; letter-spacing: 2px; }




/* .style：見出し要素の基本スタイル */
.style h2                {
	margin: 25px 0 15px;
	font-size: 24px;
	color: #560130;
}
.style h3                {
	margin: 30px 0 20px;
	padding-left: 8px;
	line-height: 1.2;
	border-left: 2px solid #560130;
	font-size: 18px;
}
*+html .style h3         { margin: 25px 0 15px; }
.style h4                {
	margin: 0px 0 10px 0;
	font-size: 15px;
	color: #560130;
}
.style h5                { margin: 20px 0 10px; font-size: 13px; }
.style .cmn_reset        { margin-top: 0 !important; padding-left: 0 !important; border: none !important; }
.style > h2:first-child,
.style > p:first-child   { margin-top: 0; }
.style h5                { margin: 0 0 10px; font-size: 12px; color: #fff; font-weight: bold; display:inline; background-color:#94887e; padding:0.2em 2px ; text-align:left; }














/* ------------------------------------------------------------
D-1. 共用パーツ
------------------------------------------------------------ */


/* 矢印 */
.cmn_arrow               {
	padding-left: 18px;
	background-image: url(../img/arrow_pink.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}


/* ▼ */
.cmn_arrow2               {
	padding-left: 18px;
	background-image: url(../img/arrow_2.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}




/* 矢印つきリスト */
.list_arrow              { margin-left: 0 !important; list-style: none !important; zoom: 1; }
.list_arrow li           { padding-bottom: 10px; padding-left: 18px; background: url(../img/arrow.png) 0 -498px no-repeat; }


/* 横並びリスト */
.list_piped              { margin-left: 0 !important; list-style: none !important; zoom: 1; }
.list_piped:after        { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.list_piped li           { display: inline-block; vertical-align: middle; } 
.list_piped li a         { padding: 0 0.8em; border-right: 1px solid #888; }
.list_piped li:last-child a { border-right: none !important; }
* html .list_piped li    { display: inline; zoom: 1; }
*+html .list_piped li    { display: inline; zoom: 1; }


/* テーブル */
table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC7C4;
	border-left-color: #CCC7C4;
}
tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC7C4;
}
th, td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC7C4;
	padding: 4px;
}
th {
	background-color: #F2F1E3;
	font-weight: bold;
}


.woman_f {
	font-size: 14px;
	vertical-align: auto;
}






/* ====  PRINT SETTING  =============================================== */


@media print {


}
