body {
	margin: 0px;
}

form {
	margin: 0px;
}

/* 強調は無効化 */
strong {
	font-weight: normal;
}
em {
	font-weight:normal;
	font-style: normal;
}

/* リンク色 */
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


/* id指定 */
#float_left {
	float: left;
}
#float_right {
	float: right;
}
#float_clear {
	clear: both;
}
#red {
	color: #FF0000;
}
#big {
	font-size: 17px;
}
#sign {
	font-size: 14px;
	font-family: "ＭＳゴシック";
	font-weight: bold;
	color: #660000;
}

/* ヘッダー用サイトロゴ */
.header {
	width: 700px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/back_header.jpg);
	background-repeat: no-repeat;
	background-color: #FFF0F0;
	height: 50px;
}
.header img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.header p {
	font-size: 12px;
	margin: 0px;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
	padding-top: 7px;
}

/* ヘッダー用サイトメニュー */
.mainmenu {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.mainmenu ul {
	margin: 0px;
	padding: 0px;
	float: none;
}
.mainmenu li {
	float: left;
	list-style-type: none;
	background-image: url(../img/back_menu.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	width: 115px;
	margin: 0px;
	height: 30px;
	padding: 0px;
}
.mainmenu li a {
	height: 30px;
	width: 115px;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 5px;
}
.mainmenu li a:hover {
	text-decoration: none;
	background-image: url(../img/back_menu_on.jpg);
	background-repeat: no-repeat;
	color: #444444;
	display: block;
}
.mainmenu #end {
	background-image: url(../img/back_menu_end.jpg);
}
.header .login {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	height: 30px;
	padding: 3px;
}
.header .login #text {
	padding: 0px;
	height: 18px;
	width: 100px;
}
.header .login #btn {
	/*width: 70px;
	height: 22px;*/
}



/* TOPページ用メイン */
.main {
	width: 530px;
	float: right;
	margin: 0px;
}
.main p {
	font-size: 12px;
	margin: 10px;
	width: 500px;
	line-height: 14px;
	padding: 0px;
	color: #666666;
	line-height: 16px;
}
.main p img {
	border: 0px;
}
.main .photo {
	width: 510px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}
/* 2007/06/17 管理画面から更新できるよう変更
.main .photo {
	background-image: url(../img/photo1.jpg);
	height: auto;
	width: 510px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	padding-top: 105px;
	line-height: 14px;
	padding-left: 10px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
}*/
.main .intro {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	line-height: 24px;
}
.main .title {
	background-image: url(../img/back_title.jpg);
	height: 30px;
	width: 465px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-indent: 10px;
	margin-top: 15px;
}
.main .male {
	width: 250px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #660000;
}
.main .famale {
	width: 255px;
	float: left;
	padding-left: 5px;
}
.main .tec {
	width: 500px;
}
.main .tec .text {
	padding-left: 30px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.main .title1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 5px;
}
.main .title2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #660000;
}
.main .title3 {
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	line-height: 20px;
	color: #660000;
}
.main .title4 {
	font-size: 12px;
	line-height: 14px;
	color: #660000;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}



/* TOPページ用サブメニュー */
.sub {
	width: 160px;
	float: left;
}
.sub .sub_back {
	background-color: #FFF0F0;
	margin-top: 15px;
}
.sub td {
	font-size: 12px;
	color: #666666;
}
.sub .sub_title1 {
	background-image: url(../img/back_sub1.jpg);
	height: auto;
	width: auto;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 38px;
	padding-left: 7px;
	padding-bottom: 7px;
}
.sub .sub_title2 {
	background-image: url(../img/back_sub2.jpg);
	height: auto;
	width: auto;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 38px;
	padding-left: 7px;
	padding-bottom: 7px;
}
.sub ul {
	margin: 0px;
	padding: 0px;
}
.sub li {
	list-style-type: none;
	background-image: url(../img/back_tips.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	margin-top: 2px;
	font-size: 14px;
	line-height: 30px;
	text-indent: 25px;
	margin-bottom: 2px;
}
.sub #sign {
	background-image: url(../img/back_tips_on.jpg);
}
.sub dl {
	margin: 0px;
	width: 160px;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.sub dt {
	background-image: url(../img/back_news.jpg);
	height: 20px;
	width: 160px;
	line-height: 20px;
	color: #FFFFFF;
	text-indent: 5px;
	padding: 0px;
	margin: 0px;
}
.sub dd {
	line-height: 16px;
	width: auto;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #660000;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #660000;
	background-color: #FFF0F0;
	color: #666666;
}



/* 入力フォーム */
.formdesign {
	border: 1px solid #EEEEEE;
	font-size: 12px;
}
.formdesign th {
	height: 26px;
	background-color: #820000;
	text-align: left;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-left-color: #C60000;
	color: #FFFFFF;
}
.#white {
	color: #FFFFFF;
}
.formdesign td {
	background-color: #F9F9F9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	height: 30px;
	color: #666666;
	line-height: 16px;
}


/* フッター */
.footer {
	font-size: 10px;
	width: 700px;
	background-image: url(../img/line.jpg);
	background-repeat: repeat-x;
	height: auto;
}
.footer .copyright {
	margin: 0px;
	padding-left: 10px;
	float: none;
	line-height: 36px;
}
.footer .link {
	margin: 0px;
	padding-right: 10px;
	text-align: right;
	float: right;
	line-height: 36px;
}


/* 背景 */
.back {
	background-image: url(../img/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 710px;
	background-color: #FFFFFF;
}
.back_shadow {
	background-image: url(../img/shadow_bottom.jpg);
	background-repeat: repeat-x;
	height: 10px;
	width: 710px;
	text-align: right;
	font-size: 0px;
}
