* {
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
	text-align : center;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width :700px;
	text-align : left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a {
	text-decoration : none;
}
img {
	border : none;
}
td {
	font-size: 12px;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
/*---------------------------------------------------------------------------
>>ヘッダー
---------------------------------------------------------------------------*/
#rp-header {
	width :700px;
	border: 1px solid #666666;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 65px;
}
#rp-title {
	float: left;
	width: 480px;

}
#rp-header h1 {
	float: right;
	margin-right: 20px;
}
#rp-header h2{
	float : left;
	margin-left: 20px;
	top: 0px;
	margin-top: 20px;
	margin-right: 20px;
}
#rp-header p {
	padding-left: 40px;
}

#qrc {
	padding-left: 20px;
	float: left;
	margin-left: 20px;
}
/*---------------------------------------------------------------------------
>>コンテンツレイアウト
---------------------------------------------------------------------------*/
#contents {
	clear : both;
	width : 700px;
}
#Rbox {
	float : right;
	width : 460px;
	text-align: left;
}

/*------- ページタイトル -------*/

.Rbox-in {
	width : 460px;
}

/*------- 中項目 --------*/
.Rbox-in h4 {
	font-size : 14px;
	clear: both;
	margin-top: 20px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 10px;
}

/*------- 本文 --------*/
.Rbox-in dl {
	font-size : 12px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.Rbox-in dd {
	line-height : 140%;
	padding-bottom: 10px;
	/* min-height: 120px; */
}
.Rbox-in dd .rclear {
	clear: right;
}
.Rbox-in td {
	font-size : 12px;
	margin: 2px;
	padding: 2px;
}

.RboxCNT {
	margin : 0 30px;
	padding : 10px 0 0;
	font-size : 0.8em;
	line-height : 140%;
}

/*------- メインコンテンツ a:hover --------*/
.Rbox-in a:hover {
	color : #ff9900;
}

/*-- 詳しくはこちらボタンレイアウト (画像設定は汎用)--*/

.Rbox-in p.btn01 {
	background-image : none;
	display : inline;
	float : right;
	margin-top : -10px;
}

/*------- メインコンテンツ bottom --------*/
.Rbox-btm {
	clear: both;
	padding-bottom: 20px;
}



/*---------------------------------------------------------------------------
>>左カラム
---------------------------------------------------------------------------*/
/*------------ 左カラム レイアウト ------------*/
.Lbox {
	width : 220px;
	float : left;
	padding-bottom : 20px;
}
#footer {
	width : 700px;
	clear : both;
	color : #FFFFFF;
	line-height : 120%;
	background-color: #666666;
	border: 1px solid #666666;
	margin-bottom: 8px;
}

/*------------ イツボ ロゴ ------------*/
#footer h5 {
	margin :-10px 20px 0;
	text-align : right;
}

/*------------ フッターイントロ文------------*/
.intor {
	font-size : 12px;
	margin-left: 20px;
	float: left;
}
/*------------ イツボ 住所------------*/
#add {
	margin-right : 20px;
	font-size : 12px;
	float: right;
	text-align: right;
	margin-top: 10px;
}

/*------------ コピーライト ------------*/
.copy-right {
	font-size : 10px;
	clear: left;
	margin-left: 20px;
}

/*------------ フッター下部 ------------*/
#footer-btm {
	clear : both;
	margin-bottom : 20px;
}

/*-----------------------------------------------------------------------------
>>GoogleMaps
-----------------------------------------------------------------------------*/

#gmap {
	display: block;
	width: 360px;
	height: 280px;
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------
>>汎用スタイル
-----------------------------------------------------------------------------*/
/*------------ 詳しくはこちらボタン ------------*/
.btn01,.btn02 {
	text-indent : -5000px;
}
.btn01 a{
	display : block;
	width : 102px;
	height : 22px;
	overflow : hidden;
	background : url(../img/atmp/btn01.gif) no-repeat;
}
.btn02 a {
	display : block;
	width : 102px;
	height : 22px;
	overflow : hidden;
	background : url(../img/atmp/btn02.gif) no-repeat;
	float: right;
	margin-right: 10px;
}

/*------------ その他 ------------*/
.clear {
	clear : both;
}
.text-center {
	text-align : center;
}
.text-right {
	display : block;
	margin-top : 5px;
	text-align : right;
}
.img-left {
	float : left;
}
.label02 {
	background-color: #666666;
	text-align: right;
	width: 80px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #FFFFFF;
}
.label03 {
	color: #666666;
	border: 1px solid #666666;
	background-color: #666666;
	text-align: center;	
}
/*-----------------------------------------------------------------------------
>>フォームチェック用
-----------------------------------------------------------------------------*/
.error {
	color: #f00;
	font-weight: bold;
}
.addB {
	font-weight: bold;
}
