@charset "UTF-8";

/* ----------------トップ背景画像用設定 */

#header {
    height: 200px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	background-image: url(syokusyuna_title.jpg);

}


/* ----------------links　*/

a:link {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #FF9900;
}

a:active {
	color: #FFCC00;
}



html {
	background-color: #666666;
}

html, body {
	width: auto;
	height: auto;
}

body {
	font-family: Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #333;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #666666;
	background-image: url(./750bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	background-color: #000000;
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

/* ----------------基本タグ　*/

p {
}

ul {
}

li {
}

dl {
}

dt {
}

dd {
}

label {
	color: #999999;
	font-weight: normal;
}

/*　画像　*/

img { 
	border: 0px;
	margin: 0px;
}




/*　----------------------タイトルヘッダ　*/

#title2 {
	background-color: #000000;
	padding: 5px;

}

#title2 h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}


h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#description {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

/* ---------------サブメニュー */

/* 通常・訪問済みリンクカラー */
#submenu a:link, #submenu a:visited {
	color: #FFFFFF;
}

/* マウスを上に重ねた時リンクカラー */
#submenu a:hover {
	color: #FF3333;
}

/* クリックした時リンクカラー */
#submenu a:active {
	color: #FF9999;
}


#submenu {
	height: 30px;
}



#submenu ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 150%;
	background-position: left bottom;
	width: 100%;
	float: left;
}

#submenu li{
	float:left;
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

#submenu a {
	text-decoration: none;
	display: block;
	
}

#navi {
	margin: 0px 10px;
	font-size: 12px;
}


/*　----------------------メインコンテンツ　*/

#main {
	width: 740px;
	float: left;
	overflow: hidden;
}

.table {
    border: none;
    text-align: center;
    font-weight: 200;
}



#entry {
	margin: 25px 25px 25px 25px;
	color: #FFFFFF;
	text-align: center;
}


#mi {
	font-size: 12px;
}



/*　----------------------footer　*/

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	text-align: right;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#copyright {
	font-size: 10px;
	padding: 7px 15px;
	color: #FFFFFF;
}


address {
	font-style: normal;
}
