/* 基本レイアウト記述用CSS */

/* 基本エレメント */
body {
	margin: 0;
	color: #666666;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
	font-size: 12px;
}
address {
	font-style: normal;
}
img {
	border: none;
	font-size: 1px;
	line-height: 0;
	vertical-align: middle;
}
ul, ol {
	margin-left: 0;
	padding-left: 2em;
}
object,embed {
	vertical-align: top;
}
/**/

/* 汎用クラス */
.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;
}
.large {
	font-size: 120%;
}
.x-large {
	font-size: 144%;
}
/**/

/* 全体 */
.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	overflow: hidden;
}
/**/

/* ヘッダー */
#header {
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
#header #logo {
	padding: 0;
	float: left;
	display: inline;
	width: 200px;
}
#header .header_right {
	float: right;
	display: inline;
	text-align: right;
	width: 500px;
	height: 60px;
	overflow: hidden;
}
#header .header_right ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#header .header_right ul li {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	display: inline;
	list-style: none;
}
#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_right ul li#nav_sitemap {
	background: url(../dietitian/img/i_sitemap.gif) 0 50% no-repeat;
}
#header .header_right ul li#nav_contact {
	background: url(../dietitian/img/i_contact.gif) 0 50% no-repeat;
}
/**/

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

/**/

/* コンテンツ部分 */
#content {
	margin-bottom: 20px;
	width: 900px;
	overflow: hidden;
}
/**/

/* メインビジュアル */
#mainvisual {
	margin-bottom: 10px;
}
#noprint{
	margin: 0;
}
/**/

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

/* トピックス */
.h_topic,
.b_topic {
	background-image: url(../shokuryo/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(../shokuryo/img/topic_list.png) left center no-repeat;
}
.b_topic dd {
	margin-bottom: 10px;
	margin-left: 10em;
}
/**/
/* 各校トップバナーエリア */
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 {
	padding-left: 10px;
	float: right;
	display: inline;
	width: 190px;
	border-left-style: solid;
	border-left-width: 5px;
}
#sub .headline {
	margin: 0;
	padding: 0;
}
#pickup {
	padding: 10px 10px 0 10px;
	float: right;
	display: inline;
	width: 220px;
}
#pickup h2 {
	margin: 0;
	padding: 0;
}
#pickup img {
	margin-bottom: 10px;
}
/**/

/* ローカルナビゲーション */
#sub ul.localnav {
	margin: 0;
	padding: 0;
}
#sub ul.localnav li {
	font-size: 12px;
	border-bottom: 1px dashed #CCCCCC;
	list-style: none;
}
#sub ul.localnav li a {
	padding: 9px 0 9px 30px;
	display: block;
	background-position: 10px 12px;
	background-repeat: no-repeat;
	color:#666;
}
#sub ul.localnav li a:hover {
	background: #F8F8F8;
	background-position: 10px 12px;
	background-repeat: no-repeat;
	color:#900;
}
/**/

/* フッター */
#footer {
	padding-top: 10px;
	clear: both;
	width: 100%;
	overflow: hidden;
	border-top-width: 5px;
	border-top-style: solid;
}
#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-right: 1px solid #666666;
	font-size:10.5px;
}
#footer .footer_right #footernav li.first {
	border-left: 1px solid #666666;
}
#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;
}



.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 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 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 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: 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(../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_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;
        }
}
