/* 基本レイアウト記述用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;
}

/* 被災状況確認 */
.kakunin_ttl {
	background-image:url(../shokuryo/img/kakunin_ttl.jpg);
	background-repeat: no-repeat;
    height: 45px;
    text-indent: -9999px;
	margin-top:10px;
}
.kakunin_read {
	text-align:center;
	margin:0 0 10px 0;
	font-size:14px;
	color:#000000;
}
.kakunin_midasi {
	background-repeat: no-repeat;
    height: 22px;
    text-indent: -9999px;
	background-image:url(../shokuryo/img/kakunin_midasi.jpg);
	margin-bottom:7px;
}
.kakunin_text {
	font-size:12px;
	margin-bottom:10px;
}
.kakunin_telmail {
	text-align:center;
	margin:0 0 10px 0;
}
/**/

/* ----------------------- 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(../shokuryo/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;
}
.boxtop{
	float:left;
	width: 190px;
	overflow:hidden;
}
.opencanpas {
	margin-bottom: 5px;
	width: 100%;
}
.large {
	font-size: 120%;
}
.x-large {
	font-size: 144%;
}
.pageTop {
	font-size: 80%;
	text-align: right;
}
.pageTop a {
	background: url(../shokuryo/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: 0 0 20px 14px;
}

h1 {
	padding:14px 0 8px 14px;
	font-size:10px;
	text-decoration: none;
	margin:0;
}

#header ul.header_right {
	float: right;
	width: 400px;
	text-decoration: none;
	text-align: right;
	padding: 17px 0 0 0;
}

#header #logo2 {
	float: left;
	padding: 14px 0 21px 14px;
}

#header ul.header_right2 {
	float: right;
	width: 200px;
	text-decoration: none;
	text-align: right;
	padding: 57px 0 0 0;
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #header ul.header_right  { width: 195px; }
}*/

#header .header_right li {
	display: inline;
	background: url(../shokuryo/img/hm_arrow.gif) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 15px 0 0;
}
#header .header_right ul li#nav_blog {
	background: url(../dietitian/img/i_blog.gif) 0 50% no-repeat;
}
#header .header_right ul li#nav_accessmap {
	background: url(../dietitian/img/i_accessmap.gif) 0 50% no-repeat;
}

#header .header_right2 li {
	display: inline;
	background: url(../shokuryo/img/hm_arrow.gif) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 15px 0 0;
}
#header .header_right2 ul li#nav_blog {
	background: url(../dietitian/img/i_blog.gif) 0 50% no-repeat;
}
#header .header_right2 ul li#nav_accessmap {
	background: url(../dietitian/img/i_accessmap.gif) 0 50% no-repeat;
}
/**/

/* グローバルナビゲーション */
#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(../shokuryo/img/contents_bk.gif) repeat-y left top;
	overflow: hidden;
}
#contentPad {
	padding: 10px 10px 0;
}
/**/

/* メインビジュアル */
#mainvisual {
	background-color: #ccc;
	padding: 6px;
}
#mainvisual dt {
	float: left;
	width: 641px;
}
#mainvisual dd {
	float: right;
	width: 270px;
}
#noprint{
	margin: 0;
}
/**/

/* 左コンテンツ */
#main {
	float: left;
	display: inline;
	width: 650px;
	overflow: hidden;
	line-height:1.5em;
	margin: 10px 0 0 50px;
}
/**/


/* トップページメイン */
#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(../shokuryo/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(../shokuryo/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(../shokuryo/img/arrow_gray.gif) no-repeat left center;
	padding: 0 0 0 15px;
}
/**/

#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(../shokuryo/img/arrow.gif) no-repeat 10px center;
	color:#666;
	zoom: 1;
}
#topMain #rightSide ul#pickup li a:hover {
	background-color: #F8F8F8;
	color: #900;
}
/**/

/* オープンキャンパス */
.oc_midasi{
	background:url(../dietitian/img/title_ocEiyoKanri.gif);
	background-repeat:no-repeat;
	width:650px;
	height:40px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
.oc_midasi_cafe{
	background:url(../dietitian/img/title_ocCafe.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(../dietitian/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(../dietitian/open/oc_sttl_01.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:30px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
.oc2{
	background:url(../dietitian/open/oc_sttl_02.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:30px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
.oc3{
	background:url(../dietitian/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(../dietitian/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(../dietitian/open/hojo.gif) no-repeat scroll center transparent;
}
.trans{
	float:left;
	width:650px;
	height:220px;
	text-indent:-9999px;
	background:url(../dietitian/open/map.jpg) no-repeat scroll center transparent;
}

.oc_ttl_read {
	float:left;
	width:650px;
	font-size:14px;
	padding:0 0 10px 0;
}

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

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

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

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

/**/

/* 主な専門実習内容 */
.maincont{
	float:left;
	width:650px;
	margin:25px 0 25px 0;
}
.maincont_ttl{
	float:left;
	width:650px;
	margin-bottom:10px;
}
.maincont_box_area{
	float:left;
	width:675px;
}
.maincont_3box{
	float:left;
	width:200px;
	margin-right:25px;
}
.maincont_text{
	float:left;
	width:200px;
	padding-top:10px;
}
.maincont_hasen{
	float:left;
	background-image: url(../dietitian/gakka/gakkasyoukai_cafe_hasen.jpg);
	background-repeat: no-repeat;
	width:650px;
	height:2px;
	margin-top:20px;
	margin-bottom:15px;
}
.maincont_banner_area{
	float:left;
	width:650px;
	margin-top:20px;
}
.maincont_banner{
	float:left;
	width:290px;
	margin-right:35px;
}



/**/



/* 第三者評価結果 */

.hyouka_ttlarea {
	width:650px;
	float:left;
	margin-bottom:15px;
}
.hyouka_ttlarea h2 {
	padding:20px 0;
	width:530px;
	float:left;
}

.hyouka_ttlarea h3 {
	width:530px;
	float:left;
}

.hyouka_mark {
	text-align:right;
	width:110px;
	float:right;
}

.hyouka_p {
	width:650px;
	float:left;
	margin-bottom:15px;
}

.hyouka_midasi {
	width:650px;
	float:left;
	margin:12px 0 7px 0;
}

.hyouka_hyou {
	width:650px;
	float:left;
	margin-bottom:15px;
}

.hyouka_pdf_text {
	font-size:9px;
	line-height:1.5em;
	}
	

/**/


/* 教育方針 */
.president_catch_area {
	width:650px;
	float:left;
	margin-bottom:20px;
}

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

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

.president_70th {
	float:left;
	width:100px;
	margin-right:20px;
}

.president_catch_area h3 {
	width:530px;
	float:right;
	padding:23px 0 0 0;
	font-size:16px;
	font-weight:normal;
	color:#ed6c00;
}

.housin_catch_s {
	width:650px;
	height:40px;
	background-image:url(../shokuryo/img/School_s.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.housin_catch_c {
	width:650px;
	height:40px;
	background-image:url(../shokuryo/img/School_c.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.housin_catch_h {
	width:650px;
	height:40px;
	background-image:url(../shokuryo/img/School_h.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.president_list{
	float:left;
	width:650px;
	margin:0 0 15px 100px;
}

.president_list_style {
	list-style-type:square;
}

/**/

/* 施設案内 */
.sisetu_text_area {
	width:650px;
	float:left;
	margin:10px 0 20px 0;
	}
	
.sisetu_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 0 0;
} 

.sisetu_pdf {
	width:50px;
	float:right;
}


.sisetu_oomidasi h2 {
	background-image: url(../dietitian/img/title_facilities.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}


.sisetu_text_area h3 {
	font-size:16px;
	font-weight:normal;
	color:#ed6c00;
	margin-bottom:7px;
	}

.sisetu {
	width:660px;
	float:left;
	}
	
.sisetu_photo {
	margin:0px;
	font-size:10px;
	color:#ed6c00;
	}

.sisetu_thumbnail {
	width:208px;
	float:left;
	margin:0 10px 10px 0;
	border: 1px #ed6c00 solid;
	text-align:center;
}

.sisetu_thumbnail dt {
	padding:14px 0 0 0;
}

.sisetu_thumbnail dd {
	padding:5px 0 10px 0;
}


/**/


/* アクセスマップ */
.access_campus {
	font-size:16px;
	font-weight:normal;
	color:#ed6c00;
}

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

.access_pdf {
	width:50px;
	float:right;
}

.access_oomidasi h2 {
	background-image: url(../dietitian/img/title_access.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}

/**/

/* 募集要綱 */
.yoko_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 10px 0;
} 

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

.yoko_navi_area {
	float:left;
	width:650px;
	text-align:center;
	margin-bottom:15px;
}

.common_shiori_midasi {
	float:left;
	width:650px;
	height:37px;
	margin-bottom:10px;
}

/**/

/* 学科紹介 */
.gakka_area {
	width:650px;
	float:left;
	margin:10px 0 10px 0;
}

.oc_top {
	background-image: url("../open/sakuhinten_top.jpg");
    background-repeat: no-repeat;
    height: 49px;
    text-indent: -9999px;
    width: 650px;
}


.gakka_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 0 0;
} 

.gakka_pdf {
	width:50px;
	float:right;
}

.gakka_oomidasi h2 {
	background-image: url(../dietitian/img/title_eiyo.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}

.gakkakanri_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 0 0;
} 

.gakkakanri_pdf {
	width:50px;
	float:right;
}

.gakkakanri_oomidasi h2 {
	background-image: url(../dietitian/img/title_kanri.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}

.gakkacafe_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 0 0;
} 

.gakkacafe_pdf {
	width:50px;
	float:right;
}

.gakkacafe_oomidasi h2 {
	background-image: url(../dietitian/img/title_cafe.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}

.gakka_area h3 {
	font-size:16px;
	font-weight:normal;
	color:#ed6c00;
	margin-bottom:7px;
}

.gakka_kanban_eiyo {
	float:left;
	width:650px;
	height:90px;
	margin-bottom:10px;
}

.gakka_kanban_eiyo h3 {
	float:left;
	width:650px;
	height:90px;
	background-image: url(../dietitian/img/gakka_kanban_eiyo_ttl.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_kanban_kanri {
	float:left;
	width:650px;
	height:90px;
	margin-bottom:10px;
}

.gakka_kanban_kanri h3 {
	float:left;
	width:650px;
	height:90px;
	background-image: url(../dietitian/img/gakka_kanban_kanri_ttl.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_kanban_cafe {
	float:left;
	width:650px;
	height:90px;
	margin-bottom:10px;
}

.gakka_kanban_cafe h3 {
	float:left;
	width:650px;
	height:90px;
	background-image: url(../dietitian/img/gakka_kanban_cafe_ttl.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}


.kanban_btn {
	width:660px;
	height:40px;
	margin:0 0 15px 0;
	padding:0;
	float:left;
}

.kanban_btn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.kanban_btn li {
	float:left;
	width:320px;
	margin-right:10px;
}

.gakka_area_read {
	width:650px;
	float:left;
	color:#333;
	margin-bottom:10px;
}

.gakka_area h4 {
	float:left;
	width:650px;
	margin-bottom:5px;
}

.gakka_area_point {
	width:630px;
	padding:5px 10px 5px 10px;
}

.gakka_point_eiyo_1 {
	width:650px;
	height:63px;
}

.gakka_point_eiyo_1 h4 {
	float:left;
	width:650px;
	height:63px;
	background-image: url(../dietitian/img/gakka_piont_eiyo_01_top.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_point_eiyo_2 {
	width:650px;
	height:63px;
}

.gakka_point_eiyo_2 h4 {
	float:left;
	width:650px;
	height:63px;
	background-image: url(../dietitian/img/gakka_piont_eiyo_02_top.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_point_eiyo_2_btn {
	width:630px;
	text-align:center;
	margin-top:7px;
}

.gakka_point_eiyo_3 {
	width:650px;
	height:63px;
}

.gakka_point_eiyo_3 h4 {
	float:left;
	width:650px;
	height:63px;
	background-image: url(../dietitian/img/gakka_piont_eiyo_03_top.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_point_kanri_1 {
	width:650px;
	height:63px;
	float:left;
	margin:0 0 10px 0;
}

.gakka_point_kanri_1 h4 {
	float:left;
	width:650px;
	height:63px;
	background-image: url(../dietitian/img/gakka_piont_kanri_01_top.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_point_kanri_2 {
	width:650px;
	height:63px;
	float:left;
	margin:0 0 10px 0;
}

.gakka_point_kanri_2 h4 {
	float:left;
	width:650px;
	height:63px;
	background-image: url(../dietitian/img/gakka_piont_kanri_02_top.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_point_kanri_3 {
	width:650px;
	height:63px;
	float:left;
	margin:0 0 10px 0;
}

.gakka_point_kanri_3 h4 {
	float:left;
	width:650px;
	height:63px;
	background-image: url(../dietitian/img/gakka_piont_kanri_03_top.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_point_cafe_1 {
	width:650px;
	height:63px;
	float:left;
	margin:0 0 10px 0;
}

.gakka_point_cafe_1 h4 {
	float:left;
	width:650px;
	height:63px;
	background-image: url(../dietitian/img/gakka_piont_cafe_01_top.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_point_cafe_2 {
	width:650px;
	height:63px;
	float:left;
	margin:0 0 10px 0;
}

.gakka_point_cafe_2 h4 {
	float:left;
	width:650px;
	height:63px;
	background-image: url(../dietitian/img/gakka_piont_cafe_02_top.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_point_cafe_3 {
	width:650px;
	height:63px;
	float:left;
	margin:0 0 10px 0;
}

.gakka_point_cafe_3 h4 {
	float:left;
	width:650px;
	height:63px;
	background-image: url(../dietitian/img/gakka_piont_cafe_03_top.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}


.gakka_point_box {
	width:650px;
	background-image:url(../dietitian/img/gakka_piont_eiyo_01_bg.jpg);
	background-repeat:repeat-y;
	margin-bottom:5px;
}

.gakka_course_1 {
	float:left;
	width:650px;
	height:21px;
	margin-bottom:5px;
}

.gakka_course_1 h5 {
	float:left;
	width:650px;
	height:21px;
	background-image: url(../dietitian/img/gakka_course_s_01_ttl.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_course_2 {
	float:left;
	width:650px;
	height:21px;
	margin-bottom:5px;
}

.gakka_course_2 h5 {
	float:left;
	width:650px;
	height:21px;
	background-image: url(../dietitian/img/gakka_course_s_02_ttl.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_course_3 {
	float:left;
	width:650px;
	height:21px;
	margin-bottom:5px;
}

.gakka_course_3 h5 {
	float:left;
	width:650px;
	height:21px;
	background-image: url(../dietitian/img/gakka_course_s_03_ttl.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_course_4 {
	float:left;
	width:650px;
	height:21px;
	margin-bottom:5px;
}

.gakka_course_4 h5 {
	float:left;
	width:650px;
	height:21px;
	background-image: url(../dietitian/img/gakka_course_s_04_ttl.jpg);
    background-repeat: no-repeat;
	text-indent: -9999px;
}

.gakka_course_box {
	float:left;
	width:650px;
	margin-bottom:20px;
}
.gakka_course_box_cont {
	float:left;
	width:630px;
	padding:10px;
	background-image:url(../dietitian/img/gakka_course_s_01_bg.jpg);
	background-repeat:repeat-y;
}

.gakka_course_photo {
	float:left;
	width:222px;
	height:240px;
}

.gakka_course_1_text {
	float:right;
	width:398px;
	color:#333;
}

.gakka_course_1_text h6 {
	font-size:14px;
	color:#95ab20;
}

.gakka_course_2_text {
	float:right;
	width:398px;
	color:#333;
}

.gakka_course_2_text h6 {
	font-size:14px;
	color:#2a80b8;
}

.gakka_course_3_text {
	float:right;
	width:398px;
	color:#333;
}

.gakka_course_3_text h6 {
	font-size:14px;
	color:#b95450;
}

.gakka_course_4_text {
	float:right;
	width:398px;
	color:#333;
}

.gakka_course_4_text h6 {
	font-size:14px;
	color:#7a5189;
}

.gakka_course_text_read {
	width:398px;
	float:left;
	margin:3px 0 10px;
}

.gakka_course_pickup_box {
	float:left;
	width:398px;
	margin-bottom:10px;
}

.gakka_course_pickup_rogo {
	float:left;
	width:60px;
	height:60px;
}

.gakka_course_pickup_list {
	float:right;
	width:318px;
	margin:0 10px 0 10px;
}

.gakka_course_1_color {
	color:#95ab20;
}

.gakka_course_2_color {
	color:#2a80b8;
}

.gakka_course_3_color {
	color:#b95450;
}

.gakka_course_4_color {
	color:#7a5189;
}


.gakka_course_future_box {
	float:left;
	width:398px;
	background-color:#FFF;
}

.gakka_course_future_box_cont {
	float:left;
	width:378px;
	padding:10px;
}

.gakka_course_future_list_l {
	float:left;
	width:184px;
}


.gakka_course_future_list_r {
	float:right;
	width:184px;
}

.gakka_course_shikaku_box {
	float:left;
	width:650px;
	margin-bottom:15px;
}

.gakka_course_shikaku_l {
	float:left;
	width:315px;
	background-image:url(../dietitian/img/gakka_sikaku_e_bg.jpg);
	background-repeat:repeat-y;
}

.gakka_course_shikaku_l_list {
	float:left;
	width:295px;
	padding:10px;
	color:#333;
}

.gakka_course_shikaku_l_color {
	color:#ffae00;
}


.gakka_course_shikaku_r {
	float: right;
	width:315px;
	background-image:url(../dietitian/img/gakka_sikaku_g_bg.jpg);
	background-repeat:repeat-y;
}

.gakka_course_shikaku_r_list {
	float:left;
	width:295px;
	padding:10px;
	color:#333;
}

.gakka_course_shikaku_r_color {
	color:#80bb24;
}


/**/

/* 留学生募集要綱 */

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

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

/**/

/* 学生サポート */
.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(../dietitian/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;
}


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

.gakusapo_pdf {
	width:50px;
	float:right;
}

.gakusapo_oomidasi h2 {
	background-image: url(../dietitian/img/title_studentsupport.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}
	
	
/**/

/*  通学社員制度 */
.tsugaku_area {
	width:650px;
	float:left;
	margin:10px 0 10px 0;
}

.tsugaku_area h2 {
	font-size:14px;
	line-height:1.4em;
	font-weight:normal;
	color:#ed6c00;
	margin-bottom:20px;
}

.tsugaku_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 0 0;
} 

.tsugaku_pdf {
	width:50px;
	float:right;
}

.tsugaku_oomidasi h2 {
	background-image: url(../dietitian/img/title_tsugaku.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}

/**/

/* 大学生・社会人の方へ */
.worker_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 15px 0;
} 

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

/**/

/* 学生寮 */

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


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

.dormitory_area h4 {
	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(../dietitian/img/ryouseido_04.jpg);
	background-repeat:no-repeat;
	padding-left:34px;
	margin:0 0 0 12px;
}

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

.dormitory_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 0 0;
} 

.dormitory_pdf {
	width:50px;
	float:right;
}

.dormitory_oomidasi h2 {
	background-image: url(../dietitian/img/title_domitory.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}

/**/

/* 在校生の声 */
.voice_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 10px 0;
} 

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

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

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

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

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

/**/

/* 教員からのメッセージ */
.message_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 10px 0;
} 

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

/* 取得可能な資格について */

.qualification_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 0 0;
} 

.qualification_pdf {
	width:50px;
	float:right;
}

.qualification_oomidasi h2 {
	background-image: url(../dietitian/img/title_shikaku.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}

.qualification_kanrieiyousi {
	width:650px;
	float:left;
	margin-bottom:30px;
}

.qualification_kanrieiyousi_r {
	width:265px;
	float:left;
	margin-right:25px;
}

.qualification_eiyoukyoyu_r {
	width:370px;
	float:left;
	margin-right:25px;
}

.husen_midasi {
	margin-bottom:12px;
}

.qualification_kanrieiyousi_photo {
	width:360px;
	float:right;
	}
	

.commonoomidasi {
	float:left;
	width:650px;
	margin-bottom:15px;
}


.commonmidasi {
	float:left;
	width:650px;
	margin-bottom:5px;
}

.commonmidasi h4 {
	font-size:14px;
	color:#333;
	padding:0 0 0 16px;
	background:url(../dietitian/img/h4mark.jpg) 0 50% no-repeat;
}

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

.qualification_license_l {
	width:315px;
	float:left;
	background: url(../dietitian/img/qualifi_03_bg.jpg) repeat-y;
}

.qualification_license_r {
	width:315px;
	float:right;
	background: url(../dietitian/img/qualifi_04_bg.jpg) repeat-y;
}

.qualification_list {
	width:295px;
	padding:10px;
}

.qualification_syutokukanou {
	width:255px;
	float:right;
	background: url(../dietitian/img/qualifi_09_bg.jpg) repeat-y;
}

.qualification_syutokukanou_list {
	width:235px;
	padding:10px;
}


.commoncap {
	width:650px;
	float:left;
	margin:0 0 15px 0;
	font-size:10px;
	font-weight:normal;
}

.common_contarea {
	width:650px;
	float:left;
	margin-bottom:0px;
}

.common_read_s {
	font-size:13px;
	font-weight:normal;
	line-height:1.5em;
	color:#ed6c00;
	margin-bottom:15px;
}

.common_textarea {
	width:650px;
	float:left;
	margin-bottom:15px;
}

.common_checkread {
	color:#ed6c00;
}

.qualification_studentsvoice {
	width:650px;
	background: url(../dietitian/img/qualifi_10_bg.jpg) repeat-y;
	margin-bottom:15px;
}

.qualification_studentsvoice_l {
	width:482px;
	float:left;
}

.qualification_studentsvoice_read {
	width:448px;
	clear:both;
	padding:7px 17px 15px 17px;
}

.qualification_studentsvoice_r {
	width:168px;
	float:right;
}

.qualification_studentsvoice_midasi {
	font-size:13px;
	font-weight:normal;
	color:#ed6c00;
	width:448px;
}
.studentsvoice_komidasi {
	font-size:14px;
	font-weight:normal;
	color:#ed6c00;
	clear:both;
}

.studentsvoice_komidasi_s {
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
	clear:both;
}

.studentsvoice_hasen{
	background-image: url(../dietitian/img/qualifi_10_hasen.jpg);
	background-repeat: no-repeat;
	width: 448px;
	height: 3px;
	margin-top:7px;
	margin-bottom:7px;
}


/**/

/* 主な就職先 */

.employment_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 0 0;
} 

.employment_pdf {
	width:50px;
	float:right;
}

.employment_oomidasi h2 {
	background-image: url(../dietitian/img/title_employment.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}


/**/

/* トピックス */
.h_topic {
margin: 0;
font-size: 12px;
width: 100%;
height: 40px;
background-position: center 30px;
}
.h_topic,
.b_topic {
	background: url(../shokuryo/img/topic_back.png) no-repeat center bottom;
}
.h_topic {
	margin: 0;
	width: 100%;
	background-position: center 30px;
}
.h_topic div {
	margin: 3px 0 0 0;
	float: right;
	text-align: right;
	width: 220px;
}
.b_topic {
	margin-bottom: 5px;
	padding: 5px 20px 10px;
}
.b_topic table {
	background-color: #fff;
	padding: 5px 0;
}
.b_topic dl {
	margin: 0;
	padding: 0;
}
.b_topic dt {
	padding-left: 16px;
	float: left;
	display: inline;
	font-weight: bold;
	background: url(../shokuryo/img/topic_list.png) left center no-repeat;
}
.b_topic dd {
	margin-bottom: 10px;
	margin-left: 10em;
}

.tpc_ttlcenter {
	width:600px;
	float:left;
	padding:10px;
}
	
.tpc_ttlcenter_r {
	width:600px;
	float:right;
	text-align:right;
	padding:5px;
}


/**/

/**/

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

.recipe_oomidasi h2 {
	background-image: url(../dietitian/recipe/common_images/recipe_title.jpg);
    background-repeat: no-repeat;
	width:650px;
    height: 40px;
    text-indent: -9999px;
}

/**/


/* トピックス（コンテンツ） */

.tpi_cont_area {
	float:left;
	width:600px;
	margin:0;
	padding:0;
}


.tpi_cont_text {
	line-height:1.5em;
	color:#333;
	font-size:12px;
}

.tpi_cont_text_mark {
	color: #F60;
}

.tpi_cont_ttl {
	float:left;
	width:600px;
	height:100px;
	margin-bottom:10px;
}

.tpi_cont_sttl {
	float:left;
	width:600px;
	height:30px;
	margin-bottom:10px;
}

.tpi_cont_detail_area {
	float:left;
	width:600px;
	margin-bottom:20px;
}

.tpi_cont_detail_left {
	float:left;
	width:250px;
	margin-right:25px;
}

.tpi_cont_detail_left_topimg {
	float:left;
	width:250px;
	margin-bottom:10px;
}

.tpi_cont_detail_right {
	float:right;
	width:325px;
}

.tpi_cont_detail_right_text {
	float:left;
	width:325px;
	margin-bottom:15px;
	text-align:left;
}

.tpi_cont_detail_right_komidasi {
	float:left;
	width:325px;
	margin-bottom:5px;
	text-align:left;
}

.tpi_cont_detail_right_info_area {
	float:left;
	width:325px;
}

.tpi_cont_detail_right_info {
	float:left;
	width:309px;
	border-bottom:solid 1px #0952a1;
	border-left:solid 1px #0952a1;
	border-right:solid 1px #0952a1;
	text-align:left;
	padding:7px;
}


.tpi_cont_floorguide_area {
	float:left;
	width:600px;
}

.tpi_cont_floorguide_left {
	float:left;
	width:370px;
	margin-right:10px;
}

.tpi_cont_floorguide_left_text {
	float:left;
	width:322px;
	text-align:left;
	margin-top:6px;
	background-image:url(../shokuryo/img/tpi/topics_building_pointicon.jpg);
	background-repeat:no-repeat;
	padding-left:48px;
}


.tpi_cont_floorguide_photo_left {
	float:left;
	width:180px;
	margin-right:10px;
}

.tpi_cont_floorguide_floor {
	width:180px;
	height:19px;
	margin:0 0 10px 0;
	text-align:left;
}


.tpi_cont_floorguide_photo_right {
	float:right;
	width:180px;
	margin-top:29px;
}

.tpi_cont_floorguide_right {
	float:right;
	width:220px;
}

.tpi_building_bigbtn {
	float:left;
	width:220px;
	text-align:center;
	margin-top:5px;
}

.tpi_building_hasen {
	float:left;
	width:600px;
	height:1px;
	margin:15px 0 20px 0;
}

.tpi_building_accessmap_text {
	float:left;
	width:600px;
	text-align:left;
	margin-bottom:15px;
}


/**/



/* 各校トップバナーエリア */
div.banner {
	margin-left: 2px;
	width: 650px;
	overflow: hidden;
}
div.banner img {
	margin-right: 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(../dietitian/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;
}
#footer .footer_left {
	float: left;
	display: inline;
	width: 350px;
}
#footer .footer_left address {
	margin-left: 60px;
}
#footer .footer_right {
	float: right;
	display: inline;
	text-align: right;
	width: 600px;
}
#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(../dietitian/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(../dietitian/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_open_o {
	background-image: url(../dietitian/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;
}
.h_open_o table tr {
	vertical-align: middle;
}
.h_open_o td {
	text-align:left;
	padding-left:10px;
	color:#FF6600;
}


.h_open_g {
	background-image: url(../dietitian/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;
}
.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(../dietitian/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;
}
.h_open_p table tr {
	vertical-align: middle;
}
.h_open_p td {
	text-align:left;
	padding-left:10px;
	color:#660099;
}


/**/



/*全国進学相談会*/
#tealbox {
        width: 630px;
	background-color:#063;
}
#tealbox th {
        font-size: 14px;
	color: #000;
	background-color: #DAEFEA;
}

#tealbox td {
        font-size: 12px;
		text-align:center;
        color: #333;
        background-color: #FFF;
}
#tealbox td.month{
        font-size: 100%;
        color: #FFF;
        background-color: Teal;
}
#tealbox td.left {
        font-size: 12px;
		padding-left:10px;
		text-align:left;
        color: #333;
        background-color: #FFF;
}
#tealbox td.end{
        text-decoration:line-through;
        color: #800;
}

/**/

/* 学校行事 */
#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(../dietitian/img/eventSchedule2010_all.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_d {
	background: url(../dietitian/img/eventSchedule2010_d.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_m {
	background: url(../dietitian/img/eventSchedule2010_m.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_c {
	background: url(../dietitian/img/eventSchedule2010_c.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_dc {
	background: url(../dietitian/img/eventSchedule2010_dc.jpg) 0 0 no-repeat;
}
#event ul li#nav_event_dm {
	background: url(../dietitian/img/eventSchedule2010_dm.jpg) 0 0 no-repeat;
}

#event .event_title {
	float: left;
	text-align: center;
	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;
}

.event_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 0 0;
} 

.event_pdf {
	width:50px;
	float:right;
}

.event_oomidasi h2 {
	background-image: url(../dietitian/img/title_event.gif);
    background-repeat: no-repeat;
	width:600px;
    height: 40px;
    text-indent: -9999px;
	float:left;
}

/**/

/* トピックス＆お知らせ　一覧 */

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

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

/**/

/* 動画ニュース */
.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:#cc6633;
}


/**/


/* サイトマップ */
.sitemap_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 10px 0;
} 

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

/**/

/* プライバシーポリシー */
.privacy_oomidasi {
	float:left;
	width:650px;
	margin:20px 0 10px 0;
} 

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

/**/


/* 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(../dietitian/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(../dietitian/img/Answer.gif) left top no-repeat;
}

/**/

/* レシピ　材料 */
.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(../shokuryo/img/topic_list.png) left center no-repeat;
}
.b_recipeM dd {
	margin-bottom: 10px;
	margin-left: 7em;
	padding-left:10em;
}
.b_recipeM ol {
	padding: 0 0 0 1.5em;
}
.b_recipeM li {
	width: 600px;
	text-indent: -1em;
	padding: 5px 0;
}
/**/

/* レシピ　基本情報 */
.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;
}

/**/

@media print{
        #header,#footer,#globalnav,#sub,#pickup,#noprint,.topicpath{
        display: none;
        }
}

/* 文字スタイル */
.red { color: #dd0000; }
.error{ font-size: 10px; color: #dd0000; font-weight: bold; }
.aster { color: #dd0000; font-weight: normal; }

/* 文字位置 */
.center { text-align: center; }

/* フォームスタイル */
input.text300 {
	width: 300px;
	border: 1px solid #cccccc;
	padding: 2px;
}
textarea.textarea {
	width: 95%;
	height: 200px;
	border: 1px solid #cccccc;
	padding: 2px;
}

/* 小窓ウインドウ（500px幅） */
.swindow_area {
	float:left;
	width:470px;
	background-color:#FFF;
	text-align:left;
	padding:15px;
	}
	
.swindow_midasi {
	float:left;
	margin:15px 0 7px 0;
	width:470px;
}

ol.swindow_num {
	margin:1em 0 1em 1em;
}

ol.swindow_num li {
	position:relative;
	list-style:none;
	line-height:1.5em;
	margin-bottom:0em;
}

ol.swindow_num li span {
	position:absolute;
	top:0;
	left:-1em;
}

.swindow_bottan {
	float:left;
	width:470px;
	margin-top:20px;
	text-align:center;
}


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

/**/


/* ===============================================
	▼共通 (テーブル)
=============================================== */
.tableStyle01 {
	width: 100%;
	background-color: #ccc;
	margin: 10px 0;
}
.tableStyle01 th {
	background-color: #F4F4F4;
	padding: 10px;
}
.tableStyle01 td {
	background-color: #fff;
	padding: 10px;
}


/*薬膳*/
.yakuzenprof_table_area {
	float:left;
	width:642px;
	margin-left:4px;
}

.yakuzenprof_table {
	width:622px;
	float:left;
	padding:10px;
	border:solid 1px #069;
	text-align:left;
}

.yakuzenprof_photo {
	width:130px;
	float:left;
}

.yakuzenprof_text_area {
	float:right;
	width:482px;
	margin-left:10px;
}

.yakuzenprof_name {
	font-size:14px;
	color:#069;
	font-weight:bold;
	margin-bottom:10px;
}

.yakuzenprof_coment {
	width:482px;
	margin:7px 0 7px 0;
}

/**/





