/* 基本レイアウト記述用CSS */
/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	margin: 0;
	padding: 0;
}
tr {
	vertical-align: top;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
	zoom: 1;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	color: #666666;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
	font-size: 12px;
	background: url(../img/header_bk.gif) repeat-x left top;
}
html>/**/body {
	font: normal 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
* + html body {
	font: normal 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* ------------ A Style */
address {
	font-style: normal;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 汎用クラス */
.leftfloat {
	float: left;
	display: inline;
}
img.leftfloat {
	margin: 0 10px 10px 0;
}
.rightfloat {
	float: right;
	display: inline;
}
img.rightfloat {
	margin: 0 10px 10px 0;
}
.lefttext {
	text-align: left;
}
.righttext {
	text-align: right;
}
.centertext {
	text-align: center;
}
.box {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.opencanpas {
	margin-bottom: 5px;
	width: 190px;
}
.large {
	font-size: 120%;
}
.x-large {
	font-size: 144%;
}

.pageTop {
	font-size: 80%;
	text-align: right;
}
.pageTop a {
	background: url(../img/pagetop.gif) left center no-repeat;
	padding: 5px 0 5px 15px;
}
/**/
/* フロート解除 */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
* html .clearfix { height: 0px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear { clear: both; line-height: 0; font-size: 0; }
/* マウスオーバー */
a img.over{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a:hover img.over{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/**/

/* 全体 */
.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	background-color: #fff;
}
/**/

/* ヘッダー */
#header {
	width: 100%;
	height: 131px;
	overflow: hidden;
}
#header #logo {
	float: left;
	padding: 18px 0 17px 14px;
}
#header ul.header_right {
	float: right;
	width: 350px!important;
	text-decoration: none;
	text-align: right;
	padding: 55px 0 0; 
}
#header .header_right li {
	display: inline;
	text-align: right;
	background: url(../img/hm_arrow.gif) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 15px 0 0;
}
/**/

/* グローバルナビゲーション */
#globalnav {
	clear: both;
	width: 100%;
	height: 48px;
	overflow: hidden;
}
#globalnav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#globalnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 48px;
	list-style: none;
}
#globalnav ul li a {
	display: block;
	text-indent: -9999px;
	height: 48px;
	overflow: hidden;
}

/**/

/* コンテンツ部分 */
#content {
	padding-bottom: 20px;
	width: 950px;
	background: url(../img/contents_bk.gif) repeat-y left top;
	overflow: hidden;
}
#contentPad {
	padding: 10px 10px 0;
}
/**/

/* メインビジュアル */
#mainvisual {
	background-color: #ccc;
	padding: 8px;
}
#mainvisual dl {
	width: 914px;
	text-align: center;
	background-color: #fff;
	margin: 0 auto;
}
#mainvisual dd {
	padding: 10px 0;
}
#mainvisual dd p {
	display: inline;
	padding: 0 3px;
}
#noprint{
	margin: 0;
}
/**/

/* トップページメイン */
#topMain {
	width: 100%;
	padding: 10px 0 0;
}
#topMain #leftSide {
	float: left;
	width: 202px;
	margin: 0 10px 0 0;
}
#topMain #leftSide p {
	padding: 0 0 4px;
}
#topMain #topicsArea {
	float: left;
	width: 505px;
}
/* トピックス */
#topMain #topicsArea #topicsBox {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
#topMain #topicsArea #topicsBox #rss {
	width: 17px;
	position: absolute;
	top: 13px;
	left: 192px;
}
#topMain #topicsArea #topicsBox #newsList {
	width: 53px;
	position: absolute;
	top: 16px;
	right: 14px;
}
#b_topic {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 5px;
}
#b_topic dl {
	width: 100%;
	background: url(../img/top/dotline.gif) repeat-x left bottom;
	padding: 8px 0;
}
#b_topic dt {
	float: left;
	width: 395px;
}
#b_topic dt a {
	color: #333;
	background: url(../img/top/arrow_black.gif) no-repeat left center;
	padding: 0 0 0 10px;
}
#b_topic dd {
	float: right;
	width: 75px;
}
#b_topic dd img {
	vertical-align: top;
}
#b_topic #oldNews {
	text-align: right;
	padding: 8px 0;
}
#b_topic #oldNews a {
	color: #333;
	background: url(../img/arrow_gray.gif) no-repeat left center;
	padding: 0 0 0 15px;
}



.tpc_ttlcenter {
	width:600px;
	float:left;
	padding:10px;
}

.tpc_ttlcenter_r {
	width:600px;
	float:right;
	text-align:right;
	padding:5px;
}
/**/

#topMain #rightSide {
	float: right;
	width: 200px;
}
#topMain #rightSide #movieList {
	padding: 2px 0 0;
}
#topMain #rightSide ul#pickup {
	border-bottom: 1px solid #CCCCCC;
	margin: 22px 0 0;
}
#topMain #rightSide ul#pickup li {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#topMain #rightSide ul#pickup li a {
	padding: 10px 0 10px 30px;
	display: block;
	background: #ffffff url(../img/arrow.gif) no-repeat 10px center;
	color:#666;
	zoom: 1;
}
#topMain #rightSide ul#pickup li a:hover {
	background-color: #F8F8F8;
	color: #900;
}
/**/


/* 左コンテンツ */
#main {
	float: left;
	display: inline;
	width: 650px;
	overflow: hidden;
	line-height:1.5em;
	margin: 10px 0 0 50px;
}
.oc_ttl {
	background-image: url("../open/sakuhinten_ttl.jpg");
    background-repeat: no-repeat;
    height: 132px;
    text-indent: -9999px;
    width: 650px;
}
.oc_top {
	background-image: url("../open/sakuhinten_top.jpg");
    background-repeat: no-repeat;
    height: 49px;
    text-indent: -9999px;
    width: 650px;
}
.oc_main {
	background-image: url("../open/sakuhinten_bg.jpg");
    background-repeat: repeat-y;
    width: 650px;
	padding:0 35 35 35;
}
.oc_cont {
    width: 580px;
	margin:0 auto 0 auto;
}
.oc_cont p {
    margin: 0;
	padding: 0;
}
hr {
	display: none;
}
div.oc_line {
	background-image: url("../open/sakuhinten_line.jpg");
	background-repeat: no-repeat;
	width: 580px;
	height: 3px;
	margin-top:7px;
	margin-bottom:7px;
	border: 0px; 
}
.oc_photo {
	float: right;
	padding: 0 0 0 10;
}
.sakuhinten_midasi {
	background-image: url("../open/sakuhinten_midasi.jpg");
    background-repeat: no-repeat;
    height: 20px;
    text-indent: -9999px;
    width: 580px;
	margin-bottom:5px;
}
.oc_komidasi{
	margin-bottom:5px;
	margin-top:10px;
}
.oc_bumon{
	width: 580px;
	margin-top:10px;
}
.oc_footer {
	background-image: url("../open/sakuhinten_footer.jpg");
    background-repeat: no-repeat;
    height: 80px;
    text-indent: -9999px;
    width: 650px;
}


/**/


/* オープンキャンパス */
.oc_midasi{
	background:url(../img/title_oc.gif);
	background-repeat:no-repeat;
	width:650px;
	height:40px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
.oc_all{
	width:650px;
	float:left;
}
.oc_area{
	float:right;
	width:280px;
}
.oc_box{
	background:url(../open/oc_sttl_bg.jpg) repeat-y scroll left top transparent;
	width:280px;
	float:right;
	margin:8px 4px 0 0;
	padding:0;
}

.oc1{
	background:url(../open/oc_sttl_01.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:30px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
.oc2{
	background:url(../open/oc_sttl_02.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:30px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
.oc3{
	background:url(../open/oc_sttl_03.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:30px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
.oc_box p{
	margin:0;
	padding:8px 20px 5px 20px;
	font-size:90%;
	line-height:1.5em;
}
.oc_box p a{
	color:#666666;
}
.oc_detail_btn{
	float:right;
	background:url(../open/oc_sttl_clickmark.jpg) no-repeat scroll left center transparent;
	font-size: 80%;
    padding-left: 13px;
	vertical-align:middle;
	padding-right:10px;
	margin:0;
}
.oc_box .oc_detail_btn a{
	color:#002870;
}
	
.oc_bottom{
	width:280px;
	height:5px;
	float:right;
}
	
.oc_detail{
	float:left;
	width:650px;
	margin-top:20px;
}
.oc_btn{
	float:left;
	margin:10px 0 20px 0;
	width:650px;
	height:42px;
}
.trans_ttl{
	float:left;
	width:650px;
	height:48px;
	text-indent:-9999px;
	background:url(../open/hojo.gif) no-repeat scroll center transparent;
}
.trans{
	float:left;
	width:650px;
	height:220px;
	text-indent:-9999px;
	background:url(../open/map.jpg) no-repeat scroll center transparent;
}
/**/

/* 学生サポート */
.gakusapo_area{
	float:left;
	width:650px;
	margin:10px 0 10px 0;
}
.gakusapo_num{
	float:left;
	width:106px;
}
.gakusapo_r{
	float:right;
	width:544px;
	margin-bottom:7px;
}
.gakusapo_midasi{
	float:right;
	width:544px;
	margin-bottom:10px;
}
.gakusapo_text1{
	float:right;
	width:544px;
}
.gakusapo_text2{
	float:left;
	width:422px;
}
.gakusapo_photo{
	float:right;
	width:94px;
	margin:0 13px 0 15px;
}
.gakusapo_hasen{
	float:left;
	background-image: url(../img/ssupport_hasen.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 4px;
	margin-top:10px;
	margin-bottom:15px;
}

hr {
	display: none;
}
.gakusapo_hyou{
	float:left;
	width:544px;
	margin-top:15px;
}
.gakusapo_detailbtn{
	float:left;
	text-align:center;
	width:650px;
	margin:10px 0 0 0;
}
	
	
/**/


/* 学生寮 */

.dormitory_area {
	width:650px;
	float:left;
	margin:10px 0 10px 0;
}


.dormitory_area h2 {
	float:left;
	margin-bottom:10px;
}

.dormitory_area h3 {
	float:left;
	margin:10px 0 10px 0;
}

.dormitory_area_read {
	width:650px;
	float:left;
	font-size:13px;
	line-height:1.4em;
	color:#333;
	margin-bottom:20px;
}

.dormitory_area_img {
	width:650px;
	float:left;
	margin:10px 0 10px 0;
}

.dormitory_area_nyuukyo {
	width:480px;
	float:left;
}

.dormitory_area_nyuukyo_r {
	width:170px;
	float:right;
	text-align:right;
}

.dormitory_area_uchiwake {
	background-image:url(../img/ryouseido_04.jpg);
	background-repeat:no-repeat;
	padding-left:34px;
	margin:0 0 0 12px;
}

.dormitory_area_ryouname {
	color:#c03f91;
	font-size:16px;
	margin-bottom:7px;
}

/**/


/* トピックス */
.h_topic,
.b_topic {
	background-image: url(../img/topic_back.png);
	background-repeat: no-repeat;
}
.h_topic {
	margin: 0;
	font-size: 12px;
	width: 100%;
	height: 40px;
	background-position: center 30px;
}
.h_topic h2 {
	margin: 3px 0 0 0;
	padding: 0;
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 100%;
	width: 430px;
}
.h_topic div {
	margin: 3px 0 0 0;
	float: right;
	text-align: right;
	width: 220px;
}
.h_topic div img {
	margin-left: 10px;
}
.b_topic {
	margin-bottom: 5px;
	padding: 5px 20px 10px;
	background-position: center bottom;
}
.b_topic dl {
	margin: 0;
	padding: 0;
}
.b_topic dt {
	padding-left: 16px;
	float: left;
	display: inline;
	font-weight: bold;
	background: url(../img/topic_list.png) left center no-repeat;
}
.b_topic dd {
	margin-bottom: 10px;
	margin-left: 10em;
}
/**/
/* 各校トップバナーエリア */
div.banner {
	margin-left: 162px;
	width: 650px;
	overflow: hidden;
	
}
div.banner img {
	margin-left: 2px;
	float: left;
	display: inline;
	
}
/**/

/* パンくずリスト */
div.topicpath ul {
	margin: 0;
	padding: 0;
}
div.topicpath ul li {
	margin: 0;
	padding: 0 20px 0 0;
	display: inline;
	background: url(../img/i_topicpath.gif) right center no-repeat;
}
div.topicpath ul li.here {
	padding-right: 0;
	font-weight: bold;
	background: none;
}
/**/

/* 右コンテンツ */
#sub {
	float: right;
	width: 200px;
	display: inline;
	margin: 10px 10px 0 0;
}
#sub .headline {
	display: none;
}
/**/

/* ローカルナビゲーション */
#sub ul.localnav {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
}
#sub ul.localnav li {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#sub ul.localnav li a {
	padding: 10px 0 10px 30px;
	display: block;
	background-position: 10px center;
	background-repeat: no-repeat;
	color:#666;
	zoom: 1;
}
#sub ul.localnav li a:hover {
	background: #F8F8F8;
	background-position: 10px center;
	background-repeat: no-repeat;
	color:#900;
}
#sub ul.localnav li ul {
	border: none;
	padding: 0 0 10px;
}
#sub ul.localnav li li {
	border: none;
	padding: 0 0 0 15px;
}
#sub ul.localnav li li a {
	padding: 5px 0 5px 30px;
}
/**/

/* フッター */
#footer {
	padding-top: 15px;
	clear: both;
	width: 100%;
	overflow: hidden;
	background: url(../img/footer_bar.gif) no-repeat left top;
}
#footer .footer_left {
	float: left;
	display: inline;
	width: 400px;
}
#footer .footer_left address {
	margin-left: 60px;
}
#footer .footer_right {
	float: right;
	display: inline;
	text-align: right;
	width: 500px;
}
#footer .footer_right #footernav {
	margin: 0;
	padding: 0;
}
#footer .footer_right #footernav li {
	margin: 0;
	padding: 0 1em;
	display: inline;
	list-style: none;
	border-left: 1px solid #666666;
	font-size:10.5px;
}
#footer .footer_right #footernav li.first {
	border-left: none;
}
#copyright {
	margin: 0;
	padding: 0;
}
/**/

/* コメント */
.h_comment,
.b_comment {
	background-image: url(../img/comment_back.png);
	background-repeat: no-repeat;
}
.h_comment {
	margin: 0;
	font-size: 12px;
	width: 100%;
	height: 130px;
	background-position: center top;
}
.h_comment div {
	margin: 50px 0 0 10px;
	float: left;
	text-align: left;
	width: 400px;
}
.h_comment div img {
	padding: 10px;
}
.b_comment {
	margin-bottom: 10px;
	padding: 0 10px 10px 15px;
	background-position: center bottom;
}

/**/



/* オープンキャンパス */
.h_open_t {
	background-image: url(../open/OC_back_brown_t.jpg);
	background-repeat: no-repeat;
	height: 42px;
	font-size: 14px;
	text-align:center;
}



.h_open_t_text {
	color:#FFF;
	padding-top:12px;
}


.h_op_t {
	background-image: url(../open/OC_back_brown_t.jpg);
	background-repeat: no-repeat;
	height: 42px;
	font-size: 14px;
	width:650px;
	margin:0;
	padding:0;
	float:left;
}



.h_open_o {
	background-image: url(../open/OC_back_thin_o.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
.h_open_o table {
	margin: 0;
	padding-top:5px;
	font-size: 12px;
	width: 650px;
	height: 62px;
	background-position: center top;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.h_open_o table tr {
	vertical-align: middle;
}
.h_open_o td {
	text-align:left;
	padding-left:10px;
	color:#FF6600;
}


.h_op_o {
	width: 650px;
	float:left;
	background-image: url(../open/OC_back_thin_bg_o.jpg);
	background-repeat: repeat-y;
	cursor:pointer;
	background-position: center top;
	padding:0;
	margin:0;
}
.h_op_o table {
	margin: 0;
	padding:0;
	font-size: 12px;
	width: 650px;
	float:left;
}
.h_op_o td {
	text-align:left;
	padding:5px 0 5px 10px;
	color:#FF6600;
	margin: 0;
}
.h_op_o_top {
	width:650px;
	height:5px;
	float:left;
	margin:0;
	padding:0;
}
.h_op_o_bottom {
	width:650px;
	height:4px;
	float:left;
	margin:0;
	padding:0;
}


.h_op_g {
	width: 650px;
	float:left;
	background-image: url(../open/OC_back_thin_bg_g.jpg);
	background-repeat: repeat-y;
	cursor:pointer;
	background-position: center top;
	padding:0;
	margin:0;
}
.h_op_g table {
	margin: 0;
	padding:0;
	font-size: 12px;
	width: 650px;
	float:left;
}
.h_op_g td {
	text-align:left;
	padding:5px 0 5px 10px;
	color:#006633;
	margin: 0;
}
.h_op_g_top {
	width:650px;
	height:5px;
	float:left;
	margin:0;
	padding:0;
}
.h_op_g_bottom {
	width:650px;
	height:4px;
	float:left;
	margin:0;
	padding:0;
}


.h_op_p {
	width: 650px;
	float:left;
	background-image: url(../open/OC_back_thin_bg_p.jpg);
	background-repeat: repeat-y;
	cursor:pointer;
	background-position: center top;
	padding:0;
	margin:0;
}
.h_op_p table {
	margin: 0;
	padding:0;
	font-size: 12px;
	width: 650px;
	float:left;
}
.h_op_p td {
	text-align:left;
	padding:5px 0 5px 10px;
	color:#660099;
	margin: 0;
}
.h_op_p_top {
	width:650px;
	height:5px;
	float:left;
	margin:0;
	padding:0;
}
.h_op_p_bottom {
	width:650px;
	height:4px;
	float:left;
	margin:0;
	padding:0;
}


.h_open_g {
	background-image: url(../open/OC_back_thin_g.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
.h_open_g table {
	margin: 0;
	padding-top:5px;
	font-size: 12px;
	width: 650px;
	height: 62px;
	background-position: center top;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.h_open_g table tr {
	vertical-align: middle;
}
.h_open_g td {
	text-align:left;
	padding-left:10px;
	color:#006633;
}


.h_open_p {
	background-image: url(../open/OC_back_thin_p.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
.h_open_p table {
	margin: 0;
	padding-top:5px;
	font-size: 12px;
	width: 650px;
	height: 62px;
	background-position: center top;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.h_open_p table tr {
	vertical-align: middle;
}
.h_open_p td {
	text-align:left;
	padding-left:10px;
	color:#660099;
}


/**/

/* 学校行事 */
#event {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
}
#event ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#event ul li {
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
	display: block;
	list-style: none;
}
#event ul li#nav_event_all {
	background: url(../img/eventSchedule2010_all.jpg) 0 0 no-repeat;
}

#event .event_title {
	float: left;
	text-align: left;
	width: 100%;
	height: 100%;
}
#event .event_title ul {
	margin: 0;
	padding: 0;
}

#event .event_title ul li {
	margin: 0 0 0 15px;
	padding: 0 0 5px 20px;
	display: inline;
	list-style: none;
	vertical-align:top;
}

/**/


/* Q ＆ A */
.qa div {
	width:650px;
	margin:0 10px 20px 20px;
}

.qa dl {
	margin: 0;
	padding: 0;
}

.qa dt {
	font-size: 100%;
	vertical-align:middle;
	margin-left:0;
	padding:5px 20px 8px 30px;
	background: url(../img/Question.gif) left top no-repeat;
}

.qa dd {
	color:#562F47;
	vertical-align:middle;
	text-align:left;
	margin-left:0;
	padding:3px 10px 15px 30px;
	background: url(../img/Answer.gif) left top no-repeat;
}

/**/




/* チップ */

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}
		
/**/

/* レシピ　材料 */
.b_recipeM {
	margin-bottom: 10px;
	padding: 0 10px 10px 15px;
	background-position: center bottom;
	font-size:12px;
}
.b_recipeM dl {
	margin: 0;
	padding: 0;
	line-height:10px
}
.b_recipeM dt {
	padding-left: 16px;
	float: left;
	display: inline;
	font-weight: bold;
	background: url(../img/topic_list.png) left center no-repeat;
}
.b_recipeM dd {
	margin-bottom: 10px;
	margin-left: 7em;
	padding-left:10em;
}


/**/

/* レシピ　基本情報 */
.b_recipeI {
	background-position: center bottom;
	font-size:10px;
}
.b_recipeI dl {
	margin: 0;
	padding-left:2em;
}
.b_recipeI dt {
	padding-left: 0px;
	float: left;
	display: inline;
	color:#FF9900;
}
.b_recipeI dd {
	padding-left:8em;
	color:#CC0000;
}

.recipeD optgroup {
	background-color:#FFF;
	color:ED6D00;
	font-size:14px;
	font-style:normal;
}

/**/

/* トピックス共通 */
.tpi_box {
	width:600px;
	float:left;
	margin-bottom:15px;
}

.tpi_btn {
	width:600px;
	float:left;
	margin:10px 0 10px 0;
	text-align:center;
}

.pink_box {
	width:562px;
	float:left;
	border:5px #fad0df solid;
	text-align:left;
	padding:14px;
}

/**/


/* 動画ニュース */
.movie_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 10px 0;
} 

.movie_oomidasi h2 {
	background-image: url(../dietitian/img/title_movie.gif);
    background-repeat: no-repeat;
	width:650px;
    height: 40px;
    text-indent: -9999px;
}

.movie_list_line {
	float:left;
	width:675px;
	margin:5px 0 20px 0;
}

.movie_list_area {
	width:200px;
	float:left;
	margin-right:25px;
}

.movie_list_photo {
	width:200px;
	height:160px;
	margin-bottom:5px;
}

.movie_title {
	color:#990099;
}


/**/

/* 右下動画ニュース */
.movie_top {
	width:200px;
	height:131px;
	margin-bottom:3px;
}

/**/
