body {
	background-color: #DBE8D4;
	background-image: url(imges/bg_sen.png);
	background-repeat: repeat-y;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	text-align: center;
}
#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
#keyword {
	background-color: #48A79D;
	width: auto;
	height: 18px;
}
#header {
	height: 120px;
	width: 750px;
}
#header2 {
	height: 120px;
	width: 750px;
	background-image: url(imges/img_tops.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#menu {
	height: 40px;
	width: 750px;
	background-image: url(imges/menu_bg.gif);
	background-position: center;
	font-size: 9pt;
	color: #48A79D;
    text-align: center !important;
}
#main {
	height: auto;
	width: 750px;
	background-color: #FFFFFF;
}
#menu table {
    margin-left: auto;
    margin-right: auto;
}

.add1 {
	font-size: 15px;
	font-weight: bold;
	color: #F76D00;
}
.add {
	text-align: left;
	position: absolute;
	top: 140px;
	left: 40px;
	width: 250px;
	height: 88px;
}
#right {
	float: right;
	height: auto;
	width: 150px;
	background-color: #E8F4F4;
	
}
#left {
	height: auto;
	width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	/*float: left;*/
	background-color: #FFFFFF;
}
h2 {
	font-size: 15px;
	color: #F76D00;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	text-indent: 10pt;
	border-bottom-width: 0.25pt;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.news {
	font-size: 10px;
	letter-spacing: 1px;
	text-indent: 5px;
	line-height: 20px;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.text1 {
	font-size: 9pt;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	line-height: 13pt;
	text-align: left;
}
.under {
	background-image: url(imges/under_ber.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.text2 {
	color: #48A79D;
	font-size: 10pt;
}
#kenshin {
	border-top: 0.25pt solid #999999;
	border-right: 0.25pt solid #999999;
	border-left: 0.25pt solid #999999;
}


.clear {
	text-align: center;
	clear: both;
	height: 10px;
	width: 780px;
}
#footer {
	text-align: center;
	height: 18px;
	width: auto;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #48A79D;
}
#uketsuke {
	border: 0.25pt solid #999999;
	vertical-align: middle;
	line-height: 18px;
}
#spec {
	position: relative;
	left: 35px;
	top: 10px;
	height: 80px;
	width: 280px;
}
.text3 {
	color: #666666;
}
.text4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	color: #333333;
	line-height: 12pt;
}
.text5 {
	font-size: 15px;
	font-weight: bold;
	color: #F76D00;
	line-height: 23px;
	letter-spacing: 1px;
}
.text7 {
	color: #FF0004;
}
#footer_menu {
	font-size: 10pt;
	color: #999999;
	text-align: center;
	height: 20px;
	width: auto;
}
/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 480px;

	margin: 0px auto;
	padding: 0 20px 20px;
	border: 1px solid #666680;

	background-color: #FFFFFF;
}
html>body div#container {
	width: 440px;
}

#container div#menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#diary {
	margin-bottom: 5px;
}

div#work {
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
}

/* ----- メニュー -------------------------------------- */

#container div#menu ul {
	margin: 5px 0px;
}
#container div#menu ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ログ ------------------------------------------ */


div#diary .diary {
	padding-top: 15px;
	/*border-bottom: 1px solid #999999;*/
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin-bottom: 15px;
}
div#diary p {
	text-align: left;
}
div#diary .info {
	margin: 5px 10px 15px 0px;
	text-align: right;
}
div#diary .info li {
	display: inline;	
}

/* ----- ページ移動 ------------------------------------ */

div#page ul {
	margin: 0px 0px 20px 0px;
	text-align: center;
}
div#page ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi ul {
	margin: 0px;

	text-align: right;
}
div#navi ul li {
	display: inline;

	margin-left: 10px;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;

	margin-left: 0px;
}
div#navi form input {
	padding: 0px;
}

/* ----- 処理選択 -------------------------------------- */

div#work form {
	margin: 10px 0px;
}
div#work form dl {
	margin: 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;

	margin-left: 0px;
}
div#work form input {
	padding: 0px;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}
.title-img {
	height: 34px;
	width: 590px;
	border: none !important;
	padding-top: 3px;
	background-image: url(imges/title.jpg);
	background-repeat: repeat-x;
}
#keireki-tit {
	font-size: 15px;
	color: #48A79D;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	padding: 0px;
	margin-bottom: 8px;
}
#keireki-top {
	margin: 0px;
	padding: 0px;
}
#info dl {
	padding: 10px;
	/*padding: 10px 50px;
	width: 600px;*/
}
#info dt {
	font-weight: bold;
	padding-left: 18px;
}
#info dd {
	clear: both;	
	padding-left: 100px;
	text-align: left;
    width: 360px;

}
.time {
	width: 120px;
	color: #CC6600;
	float: left;
	text-align: left;
}
.tit {
	color: #996633;
	float: left;
	text-align: left;
}

.top-list {
	margin: 0px;
	padding: 0px;
}
.top-list li {
	margin-bottom: 3px;
	list-style-type: none;
}


/* ----- 美容 -------------------------------------- */
.font-hyou {
	color: #FFF;
}
