body{
	text-align: left;
	margin:0px;
	padding:0px;
	background-position: center;
	background-repeat: repeat-y;
	font-family: "Verdana";
	letter-spacing: 2px;
}


body div {
	margin: 0 auto;
}

#container {
	clear: both;
	width: 775px;
	position: relative;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	clear: both;
	width: 750px;
	position: relative;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;

}


#wrap {
	width: 540px;
	float: right;
	position: relative;
}


#top_img {
	width: 750px;
	font-style: normal;
	margin-bottom: 15px;
}

#index {
	text-align: center;
	margin-bottom: 15px;
}

/* メインコンテンツ */

#main {
	width: 540px;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	color: #333333;
	clear: both;
}
#main_w {
	width: 750px;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	color: #333333;
}
wide {
	width: 750px;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	color: #333333;
}
#mgnl {
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.topimg {
	margin-bottom: 15px;
}

#main p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main a:link {
	color: #0099CC;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
}
#main a:visited {
	color: #660099;
	line-height: 20px;
	text-decoration: none;
}
#main a:active {
	color:#009900;
	line-height: 20px;
	text-decoration: none;
}
#main a:hover {
	color:#FF6600;
	line-height: 20px;
	text-decoration: none;
}

#main_w p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main_w a:link {
	color: #0099CC;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
}
#main_w a:visited {
	color: #660099;
	line-height: 20px;
	text-decoration: none;
}
#main_w a:active {
	color:#009900;
	line-height: 20px;
	text-decoration: none;
}
#main_w a:hover {
	color:#FF6600;
	line-height: 20px;
	text-decoration: none;
}

/* メインコンテンツ */


.reco {
	width: 540px;
	height: 100px;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-position: left top;
	clear: both;
}
.reco_r {
	width: 265px;
	float: right;
}
.reco_l {
	width: 265px;
	float: left;
}

/* サブ */

#sub {
	width: 540px;
	float: left;
	position: relative;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
	clear: both;
}
#sub p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sub a:link {
	color: #0099CC;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
}
#sub a:visited {
	color: #660099;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
#sub a:active {
	color:#009900;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
#sub a:hover {
	color:#FF6600;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

/* フォーム */


#form {
	width: 500px;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	color: #333333;
}
#form h1 {
	font-size: 14px;
	color: #058150;
	border-bottom: 2px solid #058150;
	text-align: center;
}


.title{
	text-align: center;
	margin-bottom: 25px;
	clear: both;
}
.text_wide {
	width: 500px;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
}

/* index.html */

#news{
	width: 540px;
	clear: both;
	background-image: url(../test/img/temp/news.gif);
	background-repeat: no-repeat;
	padding-top : 45px;
	margin-bottom: 15px;
}
.news{
	width : 100%;	/* 横幅 */
	list-style-type : none;	/* マークなし */
	list-style-position : outside;	/* マークは領域外に配置 */
	padding-top : 0px;	/* 重ねあわせによる位置調整 */
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;	/* 左位置の調整 */
	margin-right : 0px;
	margin-bottom : 0px;
}
.news_entry{
	width : 100%;	/* 横幅 */
	line-height : 2em;	/* 行の高さ */
	text-align : left;	/* テキストの中央寄せ */
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top : 0px;	/* ボーダーの重ね合わせ */
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.news_entry a{	/* ★アンカーの領域をリスト領域全体に指定 */
	display : block;
	width : 535;
	padding: 5px 0px 5px 10px;
}
.news_entry a:link{
	color : blue;
	text-decoration : underline;
	font-weight : normal;
}
.news_entry a:visited{
	color : black;
	text-decoration : underline;
	font-weight : normal;
}
.news_entry a:hover{
	text-decoration : underline;
}


.text{
	padding-bottom: 15px;
	clear: both;
}


/* pa_eo */

ul.p_list {
	list-style-type : none;	/* マークなし */
	list-style-position : outside;	/* マークは領域外に配置 */
	padding-top : 0px;	/* 重ねあわせによる位置調整 */
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;	/* 左位置の調整 */
	margin-right : 0px;
	margin-bottom : 0px;
}
ul.p_list li{
	line-height : 2em;	/* 行の高さ */
	text-align : left;	/* テキストの中央寄せ */
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	border-bottom : 1px dotted #CCCCCC;
	margin-top : 0px;	/* ボーダーの重ね合わせ */
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}
ul.p_list li a{	/* ★アンカーの領域をリスト領域全体に指定 */
	display : block;
	width : 535;
	padding: 5px 0px 5px 5px;
	text-decoration : none;
}
ul.p_list li a:link{
	color: #0066CC;
	font-weight : normal;
}
ul.p_list li a:visited{
	color: #0066CC;
	font-weight : normal;
}
ul.p_list li a:hover{
	background-color: #CEE4FF;	/* 背景色 */
}

.attention {
	color: #FF3333;
	border: 2px dotted #FF6666;
	padding: 25px;
	margin-bottom : 20px;
	clear: both;
}


.add {
	text-align: right;
}

/* 一覧に戻る */

#list {
	font-size: 12px;
	text-align: right;
	clear: both;
}
#list a:link{
	color: #666666;
    text-decoration: none;
}
#list a:visited{
	color: #666666;
	text-decoration: none;
}
#list a:active{
	color: #666666;
	text-decoration: none;
}
#list a:hover{
	color: #FF3300;
	text-decoration: none;
}

/* オンラインストアお問い合わせ */

.os_contact {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
.os_contact dt{
	font-size: 12px;
	color: #058150;
	font-weight: normal;
	padding: 10px;
}




/* 商品リストテーブル */


table.sentochange {
	border-collapse: collapse;
}
td.change {
	padding: 2px;
	vertical-align: top;
	text-align: right;
}
td.no {
	padding: 2px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 
td.name {
	padding: 2px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
} 



.box {
	width: 450px;
	border: 2px dotted #A7CFFF;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	}

/* イベント情報 */

.event {
	width: 540px;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	clear: both;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
}
.event_r {
	width: 235px;
	float: right;
	padding: 0px;
	margin-bottom: 0px;
}
.event_l {
	width: 235px;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
}
.event h2 {
	font-style: normal;
	font-size: 14px;
	color: #333333;
	padding-left: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #009933;
}

.year {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	border-top: 1px dotted #999999;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* お遍路 */

.ohenro {
	width: 540px;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	clear: both;
}
.ohenro_r {
	width: 260px;
	float: right;
	padding: 0px;
	margin-bottom: 20px;
}
.ohenro_l {
	width: 260px;
	float: left;
	padding: 0px;
	margin-bottom: 20px;
}
#ohenro h2 {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
	clear: both;
}
.ohenro h3 {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
	border-left: 4px solid #FF0000;
	clear: both;
}

dl.ad {
	width: 400px;
	clear: both;
	background-color: #CCFFFF;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
dl.ad dt {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	margin-right: auto;
	margin-left: auto;
}


.font_s {
	font-size: 11px;
	letter-spacing: 0px;
}

