/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
	background-color:#ffffff;
}

/* ヘッダーの設定
#head{
	margin-right: auto;
	margin-left: auto;
    width:780px;
    background-color:#CCFFCC;
}*/

/* ラッパーの設定*/
#body_wrap{
	margin-right: auto;
	margin-left: auto;
	position:relative;
	top:10px;
	left: 0px;
	}
#wrap{
    position:relative;
	margin-right: auto;
	margin-left: auto;
    width:770px;
    background-color:#FFFFFF;
}
/* 左側の設定*/
#left{
    width:130px;
    height:590px;
	margin:0px;
	padding:0px;
    float:left;
    background-color:#FFFFFF;
}
/* 右側の設定*/
#right{
    width:640px;
    height:590px;
    float:right;
	margin:0px;
	padding:0px;
    background-color:#FFFFFF;
}
/* フッターの設定
#foot{
    position:relative;
    width:780px;
    height:100px;
	margin-right: auto;
	margin-left: auto;
    background-color:#CC9999;
    clear:both;
}
*/
/*navi*/
ul {
margin:0px;
padding:0px;
}

.navi {
	width:180px;
	list-style:none;
	color:#FFFFFF;
	font-size:  12px !important;
	line-height:140%;
	font-size:  small;
	font-family: "MS PGothic", Osaka, "MS Gothic", Gothic;
	margin:0px;
	padding:0px 0px 0px 5px;
	}
.navi li {
	width:166px;
	height:27px;
	margin:0px;
	padding:0px;
	vertical-align: middle;
	list-style:none;
	color: #333333;
	}
.navi a {
	width:142px;
	display: block;
	color: #515151;
	padding:5px 0px 5px 24px;
	text-decoration:none;
	border-bottom:
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-position: 1px 8px;
	background-image: url(img/common/list.gif);
	list-style-type: none;
}
.navi a:hover {
	width:142px;
	color: #00A0C6;
	background-position: 1px 6px;
	background-image: url(img/common/list.gif);
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #ECECEC;
	list-style:none;
	}
	
	p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px!important;
	font-size:small;
	padding:5px 5px 4px 10px;
	
}

.toujitsu_title {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px!important;
	letter-spacing: 0.1em;
	padding:0px 0px 4px 10px;
}

.toujitsu_subtitle {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px!important;
	padding:0px 0px 4px 10px;
}

