/* ページ構成 */
*{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

body{background-color:#FFFFFF;width:100%;}

#my-body{
	width:760px;
	margin:0 auto;
	float: left;
}


.txt-m {
	font-size: 12px;
	line-height: 1.5em;
}

.txt-s {
	font-size: 10px;
	line-height: 1.4em;
}

.txt-666 {
	color: #666;
}

.txt-bold {
	font-weight: bold;
}

.txt-red {
	color: #D2232A;
}

.txt-blue {
	color: #0000ff;
}

.txt-green {
	color: #009900;
}

.txt-red-b {
	font-weight: bold;
	color: #D2232A;
}


.norma-ul{
	margin-left: 15px;
}

.norma-ul02{
	margin-left: 25px;
}

.norma-ul03{
	margin-left: 35px;
}

/* ヘッダー */
#samuraiz-logo {
	text-indent:-9000px;
	background: url(../images/common/logo_samuraiz.gif) no-repeat;
	height:49px;
	width: 280px;
}

#samuraiz-logo a {
padding-left: 42px;
display:block;
height: 48px;
}


#my_header{
	width:100%;
	height:58px;
	background-image: url(../images/common/bg_header.gif);
}

.header-left {
	float:left;
	width:300px;
	}

.header-right {
	float:right;
	width:300px;
	text-align:right;
	margin-top: 30px;
	margin-right: 10px;
}

.header-list-ul{
  list-style-type :&nbspnone;
}

.header-list-li{
	background : url(../images/common/icon.gif) no-repeat left center;
	list-style-type : none;
	padding-left: 14px;
	display : inline;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
}


/* テーブル */
.pad {
padding: 3px;
} 


/* フッター */
#my-footer{
	width:760px;
	clear:both;
	background-image: url(../images/common/bg_footer.gif);
	height: 30px;
	background-repeat: repeat-x;
}

.copyright {
	text-indent:-9000px;
	background: url(../images/common/copyright.gif) no-repeat 0px center;
	float: none;
	margin-left: 10px;
	padding-top: 10px;
}

.footer-right {
	float:right;
	width:300px;
	text-align:right;
	margin-top: 6px;
	margin-right: 10px;
}


/* リンク */
a:link {
	color: #663333;
}


/* フッターリンク */
a.footer:link {
	color: #666666;
	text-decoration: none;
}
a.footer:visited {
	color: #666666;
	text-decoration: none;
}
a.footer:hover {
	color: #663333;
	text-decoration: underline;
}
a.footer:active {
	color: #CC3333;
	text-decoration: underline;
}


a.header-link:link {
	color: #666666;
	text-decoration: none;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 6px;
	margin-bottom: 5px;
}

/*レイアウトクリア*/
.clear {
	clear:both;
}

/*スペーサー*/
.spacer-5{
	height: 5px;
	width: 100%;
}

.spacer-10{
	height: 10px;
	width: 100%;
}
.spacer-20{
	height: 20px;
	width: 100%;
}
.spacer-30{
	height: 30px;
	width: 100%;
}
.spacer-40{
	height: 40px;
	width: 100%;
}

.spacer-50{
	height: 50px;
	width: 100%;
}

.spacer-right10 {
	margin-right: 10px;
}

.spacer-relf10 {
	margin-left: 10px;
}

.spacer-bottom5 {
	margin-bottom: 5px;
}



/*申込みフォーム*/
.moushikomi-area02 {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	width: 540px;
	padding: 10px;
	background-color: #FFFFDD;
	border: 1px solid #FFCC99;
}

.moushikomi-area-txt02 {
	font-size: 12px;
	line-height: 1.35em;
	color: #666666;
	float: left;
	width: 540px;
}

.moushikomi-area-hr {
	color: #999999; /* 線の色(IE用) */
	background-color: #999999; /* 線の色(NN用) */
	border: 0px; /* 枠の太さ */
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*PDFダウンロード*/
.pdf-yohaku{
	padding: 5px;
}

/*申込み*/
.moushikomi-area {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	width: 540px;
	padding: 10px;
	background-color: #FFFFDD;
	border: 1px solid #FFCC99;
}

.moushikomi-tit {
	font-size: 14px;
	line-height: 1.35em;
	font-weight: bold;
	color: #D2232A;
	margin-bottom: 5px;
}

.moushikomi-area-txt {
	font-size: 12px;
	line-height: 1.35em;
	color: #666666;
	float: left;
	width: 320px;
}

.moushikomi-area-btn {
	float: right;
	width: 200px;
}


.moushikomi-area-hr {
	color: #999999; /* 線の色(IE用) */
	background-color: #999999; /* 線の色(NN用) */
	border: 0px; /* 枠の太さ */
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.moushikomi-area-menu {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	width: 140px;
	padding: 10px;
	background-color: #FFFFDD;
	border: 1px solid #FFCC99;
	margin-top: 10px;
}

.moushikomi-menu-txt {
	font-size: 10px;
	line-height: 1.35em;
	color: #666666;
	float: left;
	width: 140px;
}



.spacer-5-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

