@charset "utf-8";

/*----------------------------------------------------------------------------*/
/* JOOX　こうちゃんのHappy!家族ごはん：スタイルシート  (2025/09/09 update) */
/*----------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	}

a:link{   text-decoration:none;       color:#991100;}
a:visited{text-decoration:none;       color:#007700;}
a:hover{  text-decoration:underline;  color:#ee0000;}
a:focus  {text-decoration:underline;  color:#ee0000;}
a:active{ text-decoration:none;       color:#ff0000;}

/* 2025年9月～(ロゴ変更) ----------------*/
#head_navi_5{
	width:978px;
	height:220px;
	margin:10px auto 10px auto;
	padding:0px 0px 0px 0px;
	border:none;
	background-image:url("../images/happy_title2_sun12.png");
	background-repeat:no-repeat;
	}

/* 以前のページは「happy_recipe.css」で設定 ----*/
/*
2025年7月～2025年8月＝「#head_navi_4」
2023年7月～2025年6月＝「#head_navi_3」
2020年7月～2023年6月＝「#head_navi_2」
開始～2020年6月まで ＝「#head_navi_1」
*/


#oa_title{
	margin:0px auto 10px auto;
	padding:0px 0px 0px 0px;
	width:974px;
	border:2px solid #095f7c;
	border-radius:6px 6px 6px 6px;
	}

.date{
	display:inline-block;
	position:relative;
	width:300px;
	height:40px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 20px;
	background-color:#095f7c;
	color:#ffffff;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	box-sizing:border-box;
	}

.date:after{
	position:absolute;
	content:'';
	width:0px;
	height:0px;
	z-index:1;
}

.date:after{
	top:0;
	right:0;
	border-width:20px 10px 20px 0px;
	border-color:transparent #ffffff transparent transparent;
	border-style:solid;
	}


.sub_copy{
	width:250px;
	margin:-34px 0px 0px 200px;
	padding:5px 0px 5px 28px;
	background-color:#99ffaa;
	border-radius:0px 0px 20px 0px;
	color:#005533;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	position:absolute;
	z-index:5;
	}

h1.recipe_title{
	margin:5px 5px 0px 0px;
	padding:5px 0px 0px 15px;
	color:#095f7c;
	line-height:32px;
	line-break:strict;
	font-size:26px;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-weight:500;
	}

h2.sub_title{
	margin:0px 5px 10px 0px;
	padding:3px 0px 3px 15px;
	color:#dd5500;
	line-height:28px;
	line-break:strict;
	font-size:20px;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-weight:500;
	}

.play_btn a:link,
.play_btn a:visited{
	position:absolute;
	margin:-110px 0px 0px 810px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
.play_btn a:hover,
.play_btn a:active{
	position:absolute;
	margin:-105px 0px 0px 810px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}


#wrapper{
	margin:0px auto 10px auto;
	padding:0px 0px 0px 0px;
	width:978px;
	background-color:#ffffff;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	line-height:24px;
	}

#bottom_navi{
	margin:10px auto 10px auto;
	padding:10px 0px 10px 0px;
	background-color:#eeeeee;
	}

/* navi設定(local_navi、bottom_navi) -------------------------------------------*/

.local_navi{
	margin:0px 0px 0px 0px;
	padding:130px 0px 0px 0px;
	}

.next_recipe_btn a:link,
.next_recipe_btn a:visited{
	position:absolute;
	margin:-15px 0px 0px 460px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
.next_recipe_btn a:hover,
.next_recipe_btn a:active{
	position:absolute;
	margin:-12px 0px 0px 460px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.next_on-air{
	margin:5px 0px 5px 600px;
	text-align:left;
	}

ul.local_btn{
height:60px;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	}

ul.local_btn li.tight{
	width:210px;
	float:left;
	list-style-image:none;
	text-align:center;
	}

ul.local_btn li.wide{
	width:260px;
	float:left;
	list-style-image:none;
	text-align:center;
	}

ul.local_btn li a:link,
ul.local_btn li a:visited{
	display:block;
	margin:5px 5px 5px 5px;
	padding:10px;
	font-size:18px;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-weight:500;
	line-height:20px;
	background-color:#ffffff;
	color:#000000;
	border-top:8px solid #3e849f;
	border-right:2px solid #3e849f;
	border-bottom:2px solid #3e849f;
	border-left:2px solid #3e849f;
	border-radius:8px;
	text-decoration:none;
	-webkit-transition:all .5s;
	transition:all .5s;
	}

ul.local_btn li a:hover,
ul.local_btn li a:active{
	background-color:#095f7c;
	border-top:8px solid #ea6e22;
	color:#ffffff;
	-webkit-transition:all .5s;
	transition:all .5s;
	}


.bottom_navi_set{
	width:978px;
	margin:10px auto 10px auto;
	}


ul.recent_on-air{
	margin:0px 0px 0px 30px;
	padding:5px 5px 5px 5px;
	text-align:left;
	}

ul.recent_on-air li{
	margin:5px 10px 5px 20px ;
	padding:0px 0px 0px 0px;
	line-height:16px;
	line-break:strict;
	font-size:12px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	list-style-position:outside;
	list-style-type:disc;
	list-style-image:url("../images/icon-list-blue.gif");
	text-align:left;
	}

.bottom_btn{
	margin:10px 0px 0px 500px;
	}

.bottom_btn a:link img,
.bottom_btn a:visited img{
	width:210px;
	height:65px;
	padding:0px 0px 5px 0px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
.bottom_btn a:hover img,
.bottom_btn a:active img{
	padding:5px 0px 0px 0px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.prev_next{
	width:900px;
	margin:-85px auto 0px auto;
	}

.prev_next a:link img,
.prev_next a:visited img{
	width:125px;
	height:65px;
	padding:0px 0px 5px 0px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
.prev_next a:hover img,
.prev_next a:active img{
	padding:5px 0px 0px 0px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}


/* タイトル設定 ----------------------------------------------------------------*/

h3.mid_title{
	display:inline-block;
	position:relative;
	width:200px;
	height:40px;
	margin:5px 0px 10px 0px;
	padding:8px 0px 8px 20px;
	background-color:#3e849f;
	color:#ffffff;
	line-height:22px;
	line-break:strict;
	font-size:18px;
	font-weight:400;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	box-sizing:border-box;
	border-left:6px solid #ea6e22;
	}

h3.mid_title:after{
	position:absolute;
	content:'';
	width:0px;
	height:0px;
	z-index:1;
}

h3.mid_title:after{
	top:0;
	right:0;
	border-width:20px 10px 20px 0px;
	border-color:transparent #ffffff transparent transparent;
	border-style:solid;
	}

h3.mid_title_wide{
	display:inline-block;
	position:relative;
	width:300px;
	height:40px;
	margin:5px 0px 10px 0px;
	padding:8px 0px 8px 20px;
	background-color:#3e849f;
	color:#ffffff;
	line-height:22px;
	line-break:strict;
	font-size:18px;
	font-weight:400;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	box-sizing:border-box;
	border-left:6px solid #ea6e22;
	}

h3.mid_title_wide:after{
	position:absolute;
	content:'';
	width:0px;
	height:0px;
	z-index:1;
}

h3.mid_title_wide:after{
	top:0;
	right:0;
	border-width:20px 10px 20px 0px;
	border-color:transparent #ffffff transparent transparent;
	border-style:solid;
	}


h4.stuff_title{
	margin:5px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	color:#003399;
	line-height:20px;
	line-break:strict;
	font-size:16px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	}

h5{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#003399;
	line-height:20px;
	line-break:strict;
	font-size:16px;
	font-weight:bold;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	}


/* レシピページ用table設定 ----------------------------------------------------------------*/

table.layout{
	width:978px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
	border:none;
	}

td.photo{
	margin:0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
	text-align:left;
	border:none;
	}


/* 画像_Swap-Image */
.switch{
	cursor:pointer;
	width:480px;
	height:270px;
	margin-inline:auto;
	margin:0px;
	position:relative;
	}

.switch img{
	height:auto;
	left:0;
	position:absolute;
	width:100%;
	}
/* 2枚目の画像は最初上に隠す */
.switch img:last-of-type{
	opacity:0;
	transition:opacity .7s;
	}
/* hoverすると2枚目の画像が下がる */
.switch:hover img{
	opacity:1;
	}


td.recipe{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	vertical-align:top;
	border:0px;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	}

ol.process{
	width:480px;
	margin:0px 0px 0px 0px;
	padding:5px 12px 5px 5px;
	list-style:decimal;
	}

ol.process li{
	margin:5px 20px 8px 30px ;
	padding:0px 0px 0px 0px;
	line-height:24px;
	line-break:strict;
	font-size:16px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	list-style-position:outside;
	}

ul.stuff{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	text-align:left;
	}

ul.stuff li{
	margin:5px 0px 8px 20px ;
	padding:0px 0px 0px 0px;
	line-height:24px;
	line-break:strict;
	font-size:16px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	list-style-position:outside;
	list-style-type:disc;
	list-style-image:url("../images/icon-list-orange.gif");
	}

/* 「ポイント」を番号リストにする場合(○数字付) ----------*/
/* 「ポイント」をアイコンリストにする場合は「ul.stuff」を使用する */

ol.point{
	margin:5px 0px 10px 0px;
	padding:5px 5px 5px 5px;
	list-style:none;
	counter-reset:number;
	}

ol.point li{
	margin:5px 10px 5px 10px ;
	padding:0px 0px 0px 1.5em;
	position:relative;
	line-height:20px;
	line-break:strict;
	font-size:16px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	list-style-position:outside;
	}
ol.point li::before{
	counter-increment:number;
	content:counter(number);
	position:absolute;
	top:0px;
	left:0;
	width:16px;
	height:16px;
	border:1px solid #dd0000;
	border-radius:50%;
	color:#dd0000;
	font-size:12px;
	text-align:center;
	line-height:1.2;
	}


small{font-size:0.8em;}

dl.notes{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	text-align:left;
	}

dl.notes dt{
	margin:0px 10px 5px 0px ;
	padding:0px 0px 0px 0px;
	line-height:20px;
	font-size:14px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	}

dl.notes dd{
	margin:0px 10px 5px 20px ;
	padding:0px 0px 0px 0px;
	line-height:22px;
	line-break:strict;
	font-size:16px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	}


/* 文字の囲み表示 -----------------*/

.enclosed{
	margin:2px 0px 10px 0px;
	padding:5px 10px 4px 10px;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	font-weight:200;
	line-height:18px;
	background-color:#dddddd;
	border-radius:5px;
	color:#000000;
	}



/* バックナンバー設定 ----------------------------------------------------------------*/

table.back-number{
	border-width:1px;
	margin:10px 10px 10px 10px ;
	border-collapse:collapse;
	}

td.recipe-date{
	padding:6px 3px 6px 10px;
	vertical-align:top;
	line-height:18px;
	font-size:14px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#000000;
	white-space:nowrap;
	background-image:url("../images/icon-list-green.gif");
	background-repeat:no-repeat;
	background-position:0px 4px;
	background-color: #ffffff;
	border-top:1px dotted #ffbb88;
	}

td.recipe-name{
	width:300px;
	padding:6px 3px 6px 20px;
	vertical-align:top;
	line-height:18px;
	line-break:strict;
	font-size:14px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#000000;
	background-color: #ffffff;
	border-top:1px dotted #ffbb88;
	}

td.recipe-comment{
	padding:6px 3px 6px 20px;
	vertical-align:top;
	line-height:18px;
	line-break:strict;
	font-size:14px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#000000;
	background-color: #ffffff;
	border-top:1px dotted #ffbb88;
	}

td.recipe-comment .comment-catch{
	margin:2px 5px 2px 0px;
	padding:2px 3px 2px 3px;
	background-color:#88aa22;
	border-radius:5px;
	color:#ffffff;
	font-size:12px;
	}



/* バックナンバー(50音順)設定 --------------------------------------------------------*/

table.back-number_abc{
	margin:10px 0px 10px 0px ;
	border-collapse:separate;
	border-spacing:8px;
	}

table.back-number_abc th.initial{
	width:50px;
	padding:20px 10px 3px 10px;
	vertical-align:top;
	text-align:center;
	line-height:16px;
	font-size:20px;
	font-weight:normal;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	color:#000000;
	background-color:#ffccaa;
	}

table.back-number_abc td.abc{
	width:460px;
	padding:4px 0px 3px 10px;
	vertical-align:top;
	background-color:#ffffff;
	}


/* バックナンバー(食材別)設定 --------------------------------------------------------*/


h2.category_title{
	margin:0px 2px -15px 0px;
	padding:8px 0px 10px 15px;
	color:#ffffff;
	line-height:24px;
	line-break:strict;
	font-size:20px;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-weight:500;
	background-color:#0033aa;
	border-radius:8px;
	border:none;
	}

h2.category_title2{
	margin:20px 2px 0px 0px;
	padding:8px 0px 10px 15px;
	color:#ffffff;
	line-height:24px;
	line-break:strict;
	font-size:20px;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-weight:500;
	background-color:#0033aa;
	border-radius:8px;
	border:none;
	}

dl.ingred{
	margin:10px 0px 0px 0px ;
	}

dl.ingred dt{
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 30px;
	vertical-align:middle;
	text-align:left;
	line-height:30px;
	font-size:22px;
	font-weight:500;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	color:#000000;
	background-color:#aaccff;
	border-top:5px solid #88aaee;
	border-right:none;
	border-bottom:none;
	border-left:none;
	border-radius:10px 10px 0px 0px;
	}

dl.ingred dd{
	margin:6px 0px 0px 0px;
	padding:12px 10px 5px 15px;
	vertical-align:top;
	background-color:#ddeeff;
	color:#000000;
	line-height:25px;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-size:16px;
	font-weight:normal;
	}

.ingred_box{
	margin:10px 0px 10px 0px;
	padding:10px 30px 10px 30px;
	border-top:1px solid #aaddaa;
	border-right:1px solid #aaaadd;
	border-bottom:1px solid #aaaadd;
	border-left:1px solid #aaddaa;
	border-radius:10px 10px 10px 10px;
	background-color:#ffffff;
	}

table.ingred_list{
	margin:0px 0px 0px 0px;
	border-collapse:collapse;
	border:none;
	}

table.ingred_list td{
	width:460px;
	margin:0px;
	padding:5px 10px 0px 15px;
	vertical-align:top;
	color:#000000;
	}

/* 画面右浮動ブロックmenu -------------------------*/

ul.fixed_menu{
	position:fixed;
	bottom:150px;
	right:0;
	width:120px;
	z-index:100;
	}

ul.fixed_menu li{
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:left;
	}

ul.fixed_menu li a:link,
ul.fixed_menu li a:visited{
	padding:10px 0px 10px 20px;
	display:block;
	font-size:15px;
	line-height:20px;
	background-color:rgba(0,80,160,0.7);
	border-radius:8px 0px 0px 8px;
	color:#ffffff;
	text-decoration:none;
	}
ul.fixed_menu li a:hover,
ul.fixed_menu li a:active{
	background-color:rgba(80,0,120,0.5);
	color:#ffffff;
	}



/* バックナンバー(リスト)設定 --------------------------------------------------------*/

ul.abc_list{
	margin:10px 0px 20px 0px;
	}

ul.abc_list li{
	margin:0px 0px 10px 10px;
	line-height:18px;
	font-size:14px;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	list-style-image:url("../images/icon-list-green.gif");
	}



/*---------------------------------------------------------------*/
/* 	バックナンバーリスト／アコーディオン設定 */
/*---------------------------------------------------------------*/

.accordion-container{
	position:relative;
	margin:10px 0px 10px 0px;
	outline:0;
/*	cursor:pointer;*/
	}

.accordion-container .article-title{
	display:block;
	position:relative;
	margin:5px 0px 0px 0px;
	padding:10px 0px 10px 20px;
	line-height:20px;
	font-size:18px;
	font-weight:400;
	font-family:"M PLUS 1p","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	color:#ffffff;
	background-color:#ee7700;
	cursor:pointer;
	text-align:left;
	border-radius:4px 4px 4px 4px;
	}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title{
	background-color:#ffaa55;
	color:#ffffff;
	}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i{
	color:#ffffff;
	}

.article-title{
	position:relative;
	}

.article-title:after{
	content:"";
	position:absolute;
	right:20px;
	top:30%;
	transition:all 0.2s ease-in-out;
	display:block;
	width:8px;
	height:8px;
	border-top:solid 2px #ffffff;
	border-right:solid 2px #ffffff;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	}

.article-title.open:after{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:40%;
	}

.accordion-content{
	display:none;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}

.accordion-content_open{
//	display:none;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}



/* プロフィール設定 ----------------------------------------------------------------*/

table.profile{
	border-collapse:separate;
	border-spacing:3px;
	margin:10px 0px 10px 0px ;
	}

table.profile th{
	padding:5px 10px 5px 20px;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	line-break:strict;
	font-size:15px;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-weight:normal;
	background-color:#ccccaa;
	color:#000000;
	}

table.profile td.m{
	padding:5px 5px 5px 15px;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	line-break:strict;
	font-size:15px;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-weight:normal;
	background-color:#ffee99;
	color:#000000;
	}

table.profile td.s{
	vertical-align:top;
	font-size:10pt;
	line-height:13pt;
	line-break:strict;
	font-weight:normal;
	color:#000000;
	background-color: #ffccaa;
	padding:3px 3px 3px 10px;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	}

hr{
	margin:10px 0px 10px 0px;
	color: #555555;
	background-color: #555555;
	border-style:none;
	height:2px;
	}

hr.white{
	margin:15px 0px 15px 0px;
	color: #ffffff;
	background-color: #ffffff;
	border-style:none;
	height:2px;
	}

dt{
	margin:0px 10px 5px 10px;
	padding:5px;
	color:#003377;
	line-height:17pt;
	font-size:13pt;
	font-weight:bold;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	border-top-color:#dd0000;
	border-top-width:2px;
	border-top-style:solid;
	border-left-color:#ff9900;
	border-left-width:8px;
	border-left-style:solid;
	}

dd{
	margin-left:60px;
	color:#000000;
	line-height:15pt;
	line-break:strict;
	font-size:10pt;
	font-weight:normal;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	}

.clear{
	clear:both;
	}


/*---------------------------------------------------------------- */
/* テキストの臨時設定用 */
/*---------------------------------------------------------------- */

b{font-weight:bold;

.fc_red{color:#dd0000;}
.fc_blue{color:#0000dd;}
.fc_green{color:#00cc00;}

.fcb_red{
	color:#dd0000;
	font-weight:bold;
	}

.fcb_blue{
	color:#0000dd;
	font-weight:bold;
	}

.fcb_green{
	color:#00cc00;
	font-weight:bold;
	}


