/*

	HSL for school-lunch.css

	2008/3/18    Ver.1.0

	Copyright (C) 2008,2009 by H.Asayama

*/



/* MAIN HEADER */
#main-head{
/*
	position: absolute;
	top:  0px; 
	left: 70px; 
*/
	width : 850px;
	height : 75px;
	background-image: url('../img/Hanamaru-bann-4-w850.gif');
	background-repeat:no-repeat;
/*	background-position : center; */

}

/* リンクイメージの枠線消去 */
a img {
    border-style:none;
}

/* パンくず */
.pan{
color : #ffffff;
letter-spacing: 0.12em;
font-family : "MS Pゴシック","MS ゴシック";
font-size : 12px;
/* line-height: 110%; */
	padding-top  : 2px;
}
.pan a{
text-decoration: none;
}
.pan a:hover{
text-decoration: none;
color : red;
}

/* パンくず */
.pan2{
color : #ffffff;
letter-spacing: 0.12em;
font-family : "MS Pゴシック","MS ゴシック";
font-size : 10px;
line-height: 105%;
	padding-top  : 1px;
}
.pan2 a{
text-decoration: none;
}
.pan2 a:hover{
text-decoration: none;
color : red;
}



/* コピーライト */
.copyright {
color : #eaeaea;
letter-spacing: 0.12em;
font-family : "MS Pゴシック","MS ゴシック";
font-size : 12px;
line-height: 110%;

}

/* 免責事項等 */
.title_1 {
color : #3d3d3d;
letter-spacing: 0.12em;
font-family : "MS Pゴシック","MS ゴシック";
font-size : 16px;
line-height: 140%;
text-align: center;
}
.cont_1 {
color : #3d3d3d;
letter-spacing: 0.12em;
font-family : "MS Pゴシック","MS ゴシック";
font-size : 14px;
line-height: 140%;
text-align: left;
padding: 5px 10px 10px 10px; /* 上=1px、右=2px、下=3px、左=4px */
text-indent: 1em;
}




/* menu */
#menu ul, #menu li {
	margin:  0;   /* fire fox 効かない */
	padding: 0;   /* IE 効かない */
	list-style: none;
	font-size : 12px;
}

#menu li{
	float: left;
/*
	background-color: #5a5a5a;
*/

	border-right: 1px solid #FE1A0A; /* JCOM オレンジ */
	margin-right: 1px;

}

#menu li a,#menu a:link,#menu a:visited {
	text-decoration: none;
	color: #5d5d5d; /* 文字の色 */
/*
	background-color: transparent;
*/
	width: 112px;
	height: 15px;
	text-align: center;
	padding: 4px 0px 0px 0px; /* 上 右 下 左 */
	display: block;
	position: relative;
}

#menu li a:hover {
	color: #ffffff;
	background-color: #df778a; /* ホバー時のオレンジ F76C0D */
	font-weight: bold;

}



/* テキストスライド ASA_JS_Collection.js 参照 */
input {
background-color :#ffffff;
color : #3d3d3d;
border-width:0px; /* 枠の幅 */
border-color:#ffffff; /* #800000 */
font-size:12px;
letter-spacing:2px;
}

/* form の上下に一行ついてしまうのを取る　*/
form {margin: 0px;}


.index_today{
	background: #FFE6E6;
	font-size:15px;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
	color:#3d3d3d;
	vertical-align:top;
	height:20px;
	font-weight:bold
}
.index_today_title{
	font-size:14px;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
	color:#6B6B6B;
	vertical-align:top;
	height:20px;
	font-weight:bold;
	line-height:200%
}
.index_today_cont{
	font-size:14px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
	color:#6B6B6B;
	vertical-align:top;
	height:20px;
	letter-spacing:0.2em;
	line-height:150%
}

.index_month{
	background: #FFE6E6;
	font-size:16px;
	text-align:center;
	padding-left:10px;
	padding-top:5px;
	color:#4d4d4d;
	vertical-align:top;
	height:20px;
	font-weight:bold;
	background-image:url(../img/back-2.gif)
}
.index_month_title{
	font-size:14px;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
	color:#6B6B6B;
	vertical-align:top;
	height:20px;
	font-weight:bold;
	line-height:200%
}
.index_month_cont{
	font-size:12px;
	text-align:left;
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:20px;
	color:#6B6B6B;
	vertical-align:top;
	height:20px;
	letter-spacing:0.2em;
	line-height:150%
}


.index_month2 {
	background: #FFE6E6;
	font-size:16px;
	text-align:center;
	padding-left:10px;
	padding-top:5px;
	color:#4d4d4d;
	vertical-align:top;
	height:20px;
	font-weight:bold;
	background-image:url(../img/back-2-under.gif)
}


.tyosaku_txt {
	text-align:center;
	font-size:10px;
	color:black;
	font-weight:normal;

}
