@charset "Shift_JIS";

/*-------------------------------------
　CSS file For igyosyu.com.
　FileName: common.css
-------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: x-small;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳＰゴシック";
	background: #F2F2F2 url("../img/bg.gif") repeat-x top;
}

*{
	margin: 0;
	padding: 0;
}
ul,ol {
	list-style-type: none;
}
p {
	line-height: 1.5em;
}
.clear {
	clear: both;
}
img {
	border: none;
}


/*------------------------------------
　layout
------------------------------------*/

#layout {
	position:static;
	width:940px;
	margin: auto;
}
#cont_top {
	position: relative;
	float: left;
	display: inline;
	width: 940px;
	height: 145px;
	margin: 0;
	background: url(../img/header_bg.gif) no-repeat left top;
}
#cont_middle {
	float: left;
	display: inline;
	width: 940px;
	margin: 0;
	background: url(../img/cont_bg.gif) repeat-y left top;
}
.main-img {
	float: left;
}

#cont_bottom {
	float: left;
	display: inline;
	width: 940px;
	height: 35px;
	background: url(../img/bottom.gif) no-repeat left top;
}


/*------------------------------------
　header
------------------------------------*/

#header .log {
	float: left;
	margin:0 0 7px 0;
	padding:0;
	background: url("img/logo.png") no-repeat left top;
}

#header .toi {
	float: right;
	margin: 0 13px;
	_margin: 0 6px;
}

/*--------- menu --------*/

.menu {
	position: relative;
	float: left;
		left: 23px;
		top:6px;
	display:inline;
	width: 636px;
	height: 25px;
}
.menu li {
	float: left;
	display: inline;
	margin: 0 2px;
}
.menu li a:link, .menu li a:visited {
	width: 96px;
	height: 25px;
	display: block;
	text-indent: -5000px;
	background: #101417;
}
#menu_home {
	width: 96px;
	height: 25px;
	text-indent: -5000px;
	background: url("../img/menu_home_slct.png") no-repeat left top;
}

#menu_home a:link, #menu_home a:visited {
	background: url("../img/menu_home.png") no-repeat left top;
}
#menu_home a:active, #menu_home a:hover {
	background: url("../img/menu_home.png") no-repeat left -25px;
}

#menu_kigyo {
	width: 96px;
	height: 25px;
	text-indent: -5000px;
	background: url("../img/menu_kigyo_slct.png") no-repeat left top;
}

#menu_kigyo a:link, #menu_kigyo a:visited {
	background: url("../img/menu_kigyo.png") no-repeat left top;
}
#menu_kigyo a:active, #menu_kigyo a:hover {
	background: url("../img/menu_kigyo.png") no-repeat left -25px;
}

#menu_kaisoku {
	width: 96px;
	height: 25px;
	text-indent: -5000px;
	background: url("../img/menu_kaisoku_slct.png") no-repeat left top;
}

#menu_kaisoku a:link, #menu_kaisoku a:visited {
	background: url("../img/menu_kaisoku.png") no-repeat left top;
}
#menu_kaisoku a:active, #menu_kaisoku a:hover {
	background: url("../img/menu_kaisoku.png") no-repeat left -25px;
}

#menu_unei {
	width: 96px;
	height: 25px;
	text-indent: -5000px;
	background: url("../img/menu_unei_slct.png") no-repeat left top;
}

#menu_unei a:link, #menu_unei a:visited {
	background: url("../img/menu_unei.png") no-repeat left top;
}
#menu_unei a:active, #menu_unei a:hover {
	background: url("../img/menu_unei.png") no-repeat left -25px;
}

#menu_yotei {
	width: 96px;
	height: 25px;
	text-indent: -5000px;
	background: url("../img/menu_yotei_slct.png") no-repeat left top;
}

#menu_yotei a:link, #menu_yotei a:visited {
	background: url("../img/menu_yotei.png") no-repeat left top;
}
#menu_yotei a:active, #menu_yotei a:hover {
	background: url("../img/menu_yotei.png") no-repeat left -25px;
}

#menu_sanka {
	width: 96px;
	height: 25px;
	text-indent: -5000px;
	background: url("../img/menu_sanka_slct.png") no-repeat left top;
}

#menu_sanka a:link, #menu_sanka a:visited {
	background: url("../img/menu_sanka.png") no-repeat left top;
}
#menu_sanka a:active, #menu_sanka a:hover {
	background: url("../img/menu_sanka.png") no-repeat left -25px;
}

.login {
	float: right;
	width: 159px;
	height: 25px;
	margin: 12px 37px 0 0;
	_margin: 12px 18px 0 0;
}
#log_on a:link, #log_on a:visited {
	width: 159px;
	height: 25px;
	display: block;
	text-indent: -5000px;
}

#log_on a:link, #log_on a:visited {
	background: url("../img/login.png") no-repeat left top;
}
#log_on a:active, #log_on a:hover {
	background: url("../img/login.png") no-repeat left -25px;
}

/*------------------------------------
　main contents
------------------------------------*/
#cont_middle a:link, #cont_middle a:visited {
	color: #7D974F;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2em;
	border-bottom: 1px dashed #7D974F;
	display: inline;
}
#cont_middle a:active, #cont_middle a:hover {
	color: #7D974F;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2em;
	border-bottom: 1px solid #7D974F;
	display: inline;
}

/*--------- left Colomn --------*/
.left_colomn {
	position:relative;
	float: left;
	width: 500px;
	margin: 5px 10px 10px 30px;
	_margin: 5px 10px 10px 15px;
	text-align: left;
}

.left-box {
	position: relative;
	float:left;
	width: 290px;
}

.right-box {
	position: relative;
	float: left;
	width: 200px;
	display: block;
}

.left_colomn h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 25px;
}

.left_colomn b {
	color: #AF5211;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -0.2em;
}

.left_colomn p {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	padding-top: 10px;
}
/*--------- Calender --------*/
.cal {
	margin: 0px;
}
.cal table {
	width: 200px;
	border: 0;
	border-collapse: collapse;
}
.cal td {
	width: 25px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #999;
}

/*--------- right Colomn --------*/
.right_colomn {
	position:relative;
	float: right;
	width: 370px;
	margin-top: 30px;
	margin-right:25px;
	_margin-right:13px;
	text-align: left;
	display: block;
}

.right_top {
	width: 370px;
	height: 25px;
	background: url(../img/right_top.gif) no-repeat right top;
}

.right_middle {
	width: 370px;
	background: url(../img/right_middle.gif) repeat-y right top;
}

.right_middle .tt0 {
	font-size: 1.6em;
	font-weight: bold;
	color: #AF5211;
	margin-bottom: 10px;
	text-align: center;
}

.right_middle  p {
	padding: 0 20px;
}
.right_middle dl {
	width: 330px;
	margin: 0 10px;
	clear: both;
}

.right_middle dt {
	float: left;
	width: 40px;
	margin: 0px 10px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;
}

.right_middle dd {
	float: left;
	width: 260px;
	margin: 0;
	border-top: 1px solid #F1EFEF;
	border-bottom: 1px dotted #AF5211;
	font-size: 1.2em;
	line-height: 1.8em;
	display: block;
}
	
.right_bottom {
	width: 370px;
	height: 25px;
	background: url(../img/right_bottom.gif) no-repeat right top;
}


/*------------------------------------
　form
------------------------------------*/

.fm {
	position: relative;
	float: left;
		left: 80px;
	width: 780px;
	border: 1px solid #e8e7e7;
	background: #FBFCF9;
}

.fm table {
	width: 740px; 
	table-layout: fixed; 
	border: 0px;
	text-align: left;
}

.fm td {
	border: 0px;
	text-align: left;
	margin: 1px;
	padding: 5px 4px;
}
.cll {
	width: 70px;
	background: #eee;
	font-size: 1.2em;
}
.cll2 {
	width: 30px;
	background: #eee;
	font-size: 1.2em;
}

.txt {
	font-size: 1.4em;
}


/*------------------------------------
　society
------------------------------------*/

.tt {
	position: relative;
	float: left;
		left: 120px;
	width: 700px;
	text-align: center;
	margin-bottom: 10px;
}

.tt-left {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 20px;
	font-size: 1em;
	text-align: left;
	border-left: 5px solid #7D974F;
	border-bottom: 1px solid #eee;
	padding-left: 5px;
}
.mm {
	font-size: 1.5em;
}

.tt-right {
	position: relative;
	float: left;
	width: 520px;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	background: #FBFCF9;
}
.tt-right ol {
	list-style-type: decimal;
	margin-left: 25px;
	_margin-left: 30px;
}
.tt-right li {
	margin: 8px 0;
}

/*------------------------------------
　management
------------------------------------*/
.tt2 {
	position: relative;
	float: left;
		left: 128px;
	width: 684px;
	text-align: left;
	font-size: 1.2em;
	background: #fff url(../img/management_bg.gif) no-repeat center bottom;
	border-top: 1px solid #EEEFEE;
	margin: 10px 0;
}
.tt2 h3 {
	margin-top: 10px;
	text-align: center;
}
.tt2 ol {
	list-style-type: decimal;
	margin: 20px 60px;
	_margin: 20px 65px;
}
.tt2 li {
	margin: 20px 0;
}
.tt2 p {
	margin-bottom: 30px;
	text-align: right;
}

/*------------------------------------
　footer
------------------------------------*/

address {
	padding:10px 0 20px 0;
	color: #aaa;
	font-style:normal;
	float:center;
	text-align: center;
}

#footer p{
	padding:10px 0 20px 10px;
	float: right;
}

/*------------------------------------
　other
------------------------------------*/
