@charset "shift_jis";
/* CSS Document */

/*【サイト全体に関連するセレクタ】
--------------------------------------------------------------------------  */

/* 全指定 */
body, div, span, a, form,img, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dd, dt, dl, blockquote, address, hr {
   margin: 0;
   padding: 0;
}

div, span, form, td, ul, ol, li, dd, dt, dl, blockquote, address, a{
   font-size:9pt;
   color:#5A5755;
   font-size: 9pt;
   /*line-height: 18px;*//*win ie*/
}

body{
    text-align:center;
    font-family: "Osaka","ＭＳ Ｐゴシック",sans-serif;
	background:url("../images/bg_body02.gif");
	background-color:#EEEEEE;
	font-size: 9pt;
    /*line-height: 14px;*/
	scrollbar-face-color: #FFFFFF;
 	scrollbar-track-color: #FFFFFF;
 	scrollbar-arrow-color: #FFA32C;
 	scrollbar-3dlight-color:#FFBF8F;
 	scrollbar-highlight-color: #FFE49C;
	scrollbar-shadow-color: #8C4A00;
 	scrollbar-darkshadow-color: #503200;
}


/*【パンくずリスト】
--------------------------------------------------------------------------  */
ol.topic-path {
margin: 0; /* マージン（上下左右） */
padding: 5px 3px; /* パディング（上下、左右） */
background-color: ; /* 背景色 */
list-style-type: none; /* リストマーク非表示 */
font-size: 100%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
padding-left: 3px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 15px; /* 右パディング */
background: url(../images/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #4682b4;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #79a7cc;
}


/*【ボックスセクション】
--------------------------------------------------------------------------  */


/*【"a"タグ】
--------------------------------------------------------------------------  */
/*a:link {
    color: #19486D
}
a:visited {
    color: #19486D
}
a:hover {
    color: #2589C1;
}
a:active {
    color: #2589C1;
}*/

a:link {
    color: #EA5868
}
a:visited {
    color: #EA5868
}
a:hover {
    color: #FFA3AD;
}
a:active {
    color: #EA5868;
}
a.small{
	font-size:9pt;
}



/*【"h"タグ】
--------------------------------------------------------------------------  */
h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   font-size: 100%;
}

h1 {
 margin:0px 0 5px 0;
}

h2 {
 margin:0px 0 5px 0;
 padding:5px;
 text-align:left;
 font-size:11pt;
 font-weight:bold;
 color:#FF0000;
 background-color:#FFE8E8;
 border-width:1px 1px 1px 15px;
 border-color:#FF5B76;
 border-style:solid;
}

h3 {
	margin:0px 0 5px 0;
 	padding:5px;
 	font-size:9pt;
 	font-weight:bold;
 	/*background-color:#FFF2D4;*/
 	border-width:0 0 0 5px;
 	/*border-color:#FFAC47;*/
	border-color:#FF9DAD;
 	border-style:solid;
}

h4 {
	margin-bottom:1em;
    font-size:9pt;
    color:#606060;
}

h5 {
	margin-bottom:0;
    font-size:9pt;
    color:#000000;
}

/*【"ul"タグ】
--------------------------------------------------------------------------  */
ul{
	list-style-type:none;
	padding-bottom:1em;
}

li {
 	list-style-type:none;
 	padding-bottom:1em;
}

/*【"ol"タグ】
--------------------------------------------------------------------------  */

/*【"dl"タグ】
--------------------------------------------------------------------------  */

dl{
	list-style-type:none;
	
}

dd{
 	list-style-type:none;
 	color:#636363;
 	padding-bottom:1em;
}

dt{
}

/*【"form"タグ】
--------------------------------------------------------------------------  */
form {
    margin-bottom: 0px;
    clear: both;
}

/*【"img"タグ】
--------------------------------------------------------------------------  */
img {
 border: none;
}

/*【"hr"タグ】
--------------------------------------------------------------------------  */
hr {
   height: 1px;
   border: 1px solid gray;
}

/*【"p"タグ】
--------------------------------------------------------------------------  */
p {
   margin-bottom: 0.8em;
}

/*【"form"関連タグ】
--------------------------------------------------------------------------  */
input.text, select, textarea {
 background-color:#FFE7F1;
 /*border: 1px solid #A0A0A0;*/
 color:#5a5a5a;
}


/*【共通パーツの設定】  */
/*--------------------------------------------------------------------------  */

/* 2. タイトル
--------------------------------------------------------------------------  */
/*  タイトル小   */

h1.s
{
	padding:14px 0px 15px 50px;
	color:#A0A0A0;
	font-size:12pt;
	background:url("http://yujin-figure.com/images/mk_h2_s.jpg") no-repeat;
}

/*  3. ボタンパーツ
--------------------------------------------------------------------------
.blet-top：四角型の上矢印。「このページのトップへ」などに使用。
.blet-right：四角型の右矢印。
.blet-bottom：四角型の下矢印。
.blet-left：四角型の左矢印。
.blet-group：四角型の右矢印。矢印が2つあるパターン。
.blet-close：四角型の閉じるマーク。
.blet-mail：四角型のメールマーク。
*/

/* ブレットイメージの設定   */
ul.blet-link li,
.blet-link{
	background-image:url("http://yujin-figure.com/css/common.css");
}
ul.blet-link-top li,
.blet-link-top{
	background-image:url("http://yujin-figure.com/css/common.css");
}
ul.blet-link-bottom li,
.blet-link-bottom{
	background-image:url("http://yujin-figure.com/css/common.css");
}
ul.blet-link-left li,
.blet-link-left{
	background-image:url("http://yujin-figure.com/css/common.css");
}
ul.btn-pagetop li,
.btn-pagetop{
	background-image:url("http://yujin-figure.com/css/common.css");
}

/* 4.細かい設定
--------------------------------------------------------------------------  */
/* 線の追加
----------------------------------------------- */
/*  上線の追加 (add line top) */
.adlt{
    padding-top:8px;
    background:url("http://yujin-figure.com/css/common.css") repeat-x;
}

/*  下線の追加 (add line bottom) */
.adlb{
    display:block;
    padding-bottom:8px;
    background:url("http://yujin-figure.com/css/common.css") repeat-x;
}

.adlb_dash{
	border-bottom: 1px;
 	border-bottom-color:#a0a0a0;
 	border-bottom-style:dashed;
}

.adlt_dash{
	border-top: 1px;
 	border-top-color:#a0a0a0;
 	border-top-style:dashed;
}

/*  全体の線の追加 */
p.border,
span.border{
    padding:3px !important;
    border:1px solid #999;
}
div.border{
    border:1px solid #999;
}
table.border{
    border:1px solid #999;
    width:auto;/* mac ie bugfix */
    background:none;/* mac ie bugfix */
}
table.border td{padding:5px;}

/* 5.色
----------------------------------------------- */

/* 文字色、フォント色の設定 */
.black{color:#000;}/*   黒  */
.red01,req{color:#c00;}/*   赤  */
.gray33{color:#333}/*   灰色        */
.blue036{color:#036;}/* 青      */
.navy{color:#002566;}/* 紺  */ 
.orange{color:#d92400;}/*   オレンジ        */
.green{color:#237c00;}/*    緑      */



/*　背景色(上から濃 - 薄)   */
/*  ブラウン    */
.brownDark{background:#f0c200 !important;}
.brownNormal{background:#ead88c !important;}
.brownLight{background:#f5edc6 !important;}
/*  灰色    */
.grayDark{background:#cfcfcf !important;}
.grayNormal{background:#e5e5e5 !important;}
.grayLight{background:#f2f2f2 !important;}
/*  薄緑    */
.greenLight{background:#f7ffe5 !important;}
/*  薄黄色  */
.yellowLight{background-color:#ffffe5 !important;}
/*  白  */
.bgwhite{background:#fff !important;}


/*  6.文字そろえ
--------------------------------------------------------------------------  */
.aleft{text-align:left;}
.acenter{text-align:center;}
.aright{text-align:right;}


/*  7.回り込みのクリア
--------------------------------------------------------------------------  */

.clear {
    clear: both;
}


/*  8.非表示
--------------------------------------------------------------------------  */
.invisible {
	display: none;
}