@charset "Shift_JIS";


/* ---------------------------------------------------------------------------------

index_y27_peorik.html
CSS

---------------------------------------------------------------------------------*/

/* ページ構造 */
body {
	margin:0;
	padding:0;
	line-height:20px;
	color:#333333;
	line-height:18px;
	font-size:12px;
	}

a:link {
	color: #0066CC;
	text-decoration:none;
	}

a:visited {
	color: #0066CC;
	text-decoration:none;
	}

a:hover {
	color: #0066CC;
	text-decoration:underline;
	}

a:active {
	color: #0066CC;
	text-decoration:underline;
	}

h2,h3,h4{
	margin:0px;
	padding:0px
	}

.px10{
	font-size:10px;
	line-height:12px;
	color:#666666;
	}

	
#diet_series .notes3 {
	text-align:right;
	font-size:10px;
	line-height:12px;
	color:#666666;
	margin:5px 10px 0 0;
	}

/* ---------------------------------------------------------------------------------

コンテンツ

---------------------------------------------------------------------------------*/
#diet_wrap {
	background:url(cont_bg02.gif) top left;
	padding-bottom:20px;
	}

#container {
	width:786px;
	padding:0 0 5px 0;
	background:url(cont_btm.gif) no-repeat bottom;
	margin:0 auto;
	}

#diet_contents {
	background:url(cont_bg03.gif) repeat-x top center;
	}

#diet_series #main {
	width:780px;
	padding:0 3px;
	background:url(cont_bg.gif) repeat-y;
	text-align:left;
	}

#head-table {
	background:url(main_top.jpg) no-repeat center;
	}

#diet_series h1, p, #diet_series object, #diet_series param {
	margin:0;
	padding:0;
	}

#diet_series .imgT {
	text-align:center;
	margin-top:20px;
	}

#diet_series .txaC {
	text-align:center;
	}

#diet_series .notes {
	padding-right:22px;
	text-align:right;
	background:#fff;
	color:#666;
	}
	
#diet_series .notes2 {
	text-align:right;
	background:#fff;
	color:#666;
	}
	
#voice {
	width:758px;
	border:solid 1px #ffd1e0;
	margin-left:10px;
	}

#voice iframe {
	width:758px;
	height:320px;
	border:0;
	margin:0;
	padding:0;
	}


/* ---------------------------------------------------------------------------------

voice.html

---------------------------------------------------------------------------------*/
#voicePage {
	width:720px;
	margin-left:10px;
	}

#voicePage .voiceBox {
	clear:both;
	width:720px;
	background:url(voice_bg.gif) repeat-x top;
	}

#voicePage table td {
	vertical-align:top;
	}

#voicePage .voiceIcn {
	float:left;
	}
	
#voicePage .voiceTxt {
	width:535px;
	float:left;
	padding:20px 10px 0 0;
	}

#voicePage .boxA {
	width:450px;
	border:solid 1px #a5acb2;
	background:#ffffff;
	padding:10px;
	margin-bottom:10px;
	}

#voicePage .boxB {
	width:510px;
	border:solid 1px #a5acb2;
	background:#ffffff;
	padding:10px;
	}

#voicePage em {
	font-style:normal;
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
	}
	
#voicePage .mkup {
	color:#ff0000;
	font-weight:bold;
	}
	
#voicePage .icnMan {
	background:url(icn_man.gif) no-repeat left 4px;
	padding-left:15px;
	}


/* ---------------------------------------------------------------------------------

clearfix

---------------------------------------------------------------------------------*/
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
 line-height:0; 
	}

/*for win ie*/
.clearfix {
	display:inline-block;
	zoom:1;
	}



/* ---------------------------------------------------------------------------------

Margin

---------------------------------------------------------------------------------*/
.mt5 {margin-top:5px;}
.mt8 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}


/* ---------------------------------------------------------------------------------

Padding

---------------------------------------------------------------------------------*/
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt38 {padding-top:38px;}
.pt65 {padding-top:65px;}

.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb50 {padding-bottom:50px;}

.pl10 {padding-left:10px;}

.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr50 {padding-right:50px;}

