@charset "utf-8";
/*
Theme Name: SHOP
Theme URl: http://www.crea-net.jp/
Description: Basic Theme for WordPress.
Author: Makoto Kamijo
*/

/* ==================================
基本CSS
================================== */


* {
	margin: 0;
	padding: 0;
	font-size: medium;
	line-height: 1.0;
        letter-spacing: 1px; 

}
th,,tr,td {
	margin: 0;
	padding: 0;
}

#contentsBox table th{
        font-weight: normal;
}

a:link { color: #666666; text-decoration: none;}
a:visited { color: #666666; text-decoration: none;}
a:hover { color: #666666; text-decoration: none;}

a {
	font-size: 1em;
}

a img {
	border: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	text-align: center;
        color: #333333;
}




h1 {
	width: 300px;
	float: left;
}

h2 {
	margin: 0 0 0 25px;
}
#index h2 {
        font-size: 0em;
	margin: 0;
	text-indent: -9999px;
}

.red{
        color: #cc0033;
}

.small{
        font-size: 0.8em;
}

/*QRコード*/
div#qrcode {
	text-align: center;
	margin: 0 0 15px 0;
}

/**/
#signBox {
	width: 162px;
	background: #FCFCFC;
	border: 3px solid #cccccc;
	margin: 5px 0 15px 0;
        padding: 6px;
}

#signBox p {
	font-size: 0.7em;
	line-height: 1.3;
	margin: 0px 0px 4px 0px;
}


#topics div.entryBox h3,#topics div#monthBox h3 {
	font-size: 0.8em;
	color: #666666;
	margin: 12px 0 10px 0;
	padding: 0 0 0 5px;
        border-left: solid 5px #666666;
}


#topics div#rightBox h3 {
	width: 160px;
	font-size: 0.8125em;
	font-weight: normal;
	color: #ffffff;
	margin: 20px 0 0 0;
	padding: 4px 10px 3px 10px;
	background: url(../../../images/bg_slant01.gif) repeat;
        border-left: sorid 3px #333333;
}

#topics div.entryBox h3 a:link { color: #333333; text-decoration: none;}
#topics div.entryBox h3 a:visited { color: #333333; text-decoration: none;}
#topics div.entryBox h3 a:hover { color: #333333; text-decoration: none;}


.clear {
	clear: both;
}

#wrapper {
	width: 860px;
	margin: 0px auto;
	text-align: left;
	background: url(../../../images/bg_mid.jpg) repeat-y;
}

#header {
	width: 780px;
	background: url(../../../images/bg_header.jpg) no-repeat left top;
	padding: 50px 0px 0 30px;
}

#header div {
	width: 430px;
	float: left;
	padding: 0 0 0 0;
}

#header p {
        color: #999999;
	font-size: 0.6875em;
	line-height: 1.2;
	margin: 10px 0 0 0;
	text-align: right;
}

#header ul {
	list-style: none;
	float: right;
	margin: 6px 0 2px 0;
}
#header li {
	float: left;
}


#content {
	width: 750px;
	clear: both;
	padding: 0 30px;
	overflow: hidden;
}

#leftBox {
	width: 500px;
	float: left;
	padding: 10px 20px 0 25px;
        overflow: hidden;
}

#rightBox {
	width: 180px;
	padding: 10px 0px 10px 0;
	float: left;
	overflow: auto;
}

#mainBox {
	width: 700px;
        margin: 10px 0 0 25px;
        background-color:#ffffff;
}

#carttext img{
	border: 0px;
}


/* グローバルメニュー */
div#Menu{
	width: 750px;
        height: 40px;
        padding: 0;
        margin: 0px;
        overflow: hidden;
}

div#Menu p{
        padding: 0px;
        margin: 0px;
}

#menuBox1{
	width: 492px;
        float: left;
}

ul#globalMenu {
	list-style: none;
}
ul#globalMenu li {
	width: 123px;
	text-indent: -9999px;
        float: left;
}
ul#globalMenu li a {
	display: block;
	width: 123px;
	height: 40px;
	background: url(../../../images/global_menu.gif) no-repeat 0px 0px;
	text-decoration: none;
}

ul#globalMenu li#gMenu1 a { background-position: 0px 0px;}
ul#globalMenu li#gMenu2 a { background-position: -123px 0px;}
ul#globalMenu li#gMenu3 a { background-position: -246px 0px;}
ul#globalMenu li#gMenu4 a { background-position: -369px 0px;}

ul#globalMenu li#gMenu1 a:hover { background-position: 0px -40px;}
ul#globalMenu li#gMenu2 a:hover { background-position: -123px -40px;}
ul#globalMenu li#gMenu3 a:hover { background-position: -246px -40px;}
ul#globalMenu li#gMenu4 a:hover { background-position: -369px -40px;}


#menuBox2{
        width: 235px;
        padding: 21px 0 0 0;
        float: right;
}


ul#globalMenu2 {
	list-style: none;
}
ul#globalMenu2 li {
	width: 77px;
	text-indent: -9999px;
        float: left;
}
ul#globalMenu2 li a {
	display: block;
	width: 77px;
	height: 19px;
	background: url(../../../images/global_menu2.gif) no-repeat 0px 0px;
	text-decoration: none;
}

ul#globalMenu2 li#gMenu5 a { background-position: 0px 0px;}
ul#globalMenu2 li#gMenu6 a { background-position: -77px 0px;}
ul#globalMenu2 li#gMenu7 a { background-position: -154px 0px;}

ul#globalMenu2 li#gMenu5 a:hover { background-position: 0px -19px;}
ul#globalMenu2 li#gMenu6 a:hover { background-position: -77px -19px;}
ul#globalMenu2 li#gMenu7 a:hover { background-position: -154px -19px;}


p#Line{
	clear: both;
        width: 750px;
        height: 5px;
	background: url(../../../images/tkb.gif) repeat-x 0px 0px;
        margin: 0px;
        padding: 0px;
        font-size: 0em;
}

/* カテゴリーメニュー */
div#MenuC{
        width: 750px;
	height: 37px;
        padding: 0;
        margin: 0;
	background: url(../../../images/menu_cate_bg.jpg) no-repeat 0px 0px;
}

div#MenuC p{
        padding: 0px;
        margin: 0px;
}

ul#globalMenuC {
	list-style: none;
        margin: 0 0 0 130px;
}
ul#globalMenuC li {
	text-indent: -9999px;
        float: left;
}
ul#globalMenuC li a {
	display: block;
	width: 110px;
	height: 37px;
	background: url(../../../images/menu_cate.jpg) no-repeat 0px 0px;
	text-decoration: none;
	outline: 0;
}

ul#globalMenuC li#gMenuC1 a { background-position: 0px 0px; 	width: 110px;}
ul#globalMenuC li#gMenuC2 a { background-position: -125px 0px; 	width: 90px;}
ul#globalMenuC li#gMenuC3 a { background-position: -228px 0px; 	width: 76px;}
ul#globalMenuC li#gMenuC4 a { background-position: -319px 0px; 	width: 90px;}

/* カゴの中を見る ボタン */
#cartbtn{
        text-align: right;
}
#cartbtn img{
        margin: 3px 3px 0 0;
}


/* RSS FEED ボタン */
p.rssFeed {
	font-size: 0.6875em;
	background: url(../../../images/marker_feed2.gif) no-repeat 0px 2px;
	margin: 12px 0 0 10px;
}
p.rssFeed a {
	display: block;
	width: 6em;
	height: 14px;
	margin: 0 0 4px 0;
	padding: 6px 0 2px 24px;
}

/* インデックス おすすめ商品 */
#picupBox {
	width: 500px;
	margin: 0;
        padding: 5px 0 0 0;
}
#picupTitle {
	width: 500px;
        height: 21px;
	margin: 0 0 0 0px;
	background: url(../../../images/picup_b.jpg) no-repeat 0px;
}
.picup1{
        float: left;
        width: 166px;
        padding: 10px 0px 10px 0px;
}

img.picupph{
	border: 1px solid #cccccc;
        padding: 1px;
        margin: 0 0 0 10px;
}

.picup1 div{
        width: 144px;
	text-align: left;
	clear: both;
        margin: 2px 0 0 10px;
}

.picup2 div{
        width: 144px;
	text-align: left;
	clear: both;
        margin: 0 0 0 8px;
}

.picup1 h3{
        font-size: 0.8em;
}

.picup2 h3{
        font-size: 0.8em;
}

.money{
        color: #666666;
}

#picupBox p{
	font-size: 0.7em;
        line-height: 1.3;
}

/* インデックス トピックス */
#topicsBox {
	clear: both;
	width: 500px;
	margin: 0 0 0 0px;
        overflow: hidden;
}
#topicsTitle {
	width: 500px;
        height: 21px;
	margin: 0 0 0 0px;
	background: url(../../../images/topics_b.jpg) no-repeat 0px;
}
#topicsTitle p.rssFeed{
        float:right;
        margin: 0;
        background: url(../../../images/marker_feed.gif) no-repeat 0px 2px;
}
#topicsTitle p.rssFeed a{
        margin: 0;
	padding: 6px 0 0px 24px;
}
#topicsBox ul {
	margin: 15px 0 16px 30px;
}
#topicsBox li {
	font-size: 0.75em;
	padding: 0 10px 0px 0;
        margin: 10px 0 10px 0;
}

/* 上へ戻るボタン */
p.goTop {
	clear: both;
	font-size: 0.6875em;
	background: url(../../../images/marker_gotop.gif) no-repeat 0px 2px;
	margin: 12px 0 12px 0;
        color: #666666;
	float: right;
}
p.goTop a {
	display: block;
	width: 5em;
	height: 12px;
	padding: 4px 0 0 6px;
	text-align: right;
        color: #666666;
}


/* フッター */

#footer {
	clear: both;
	background: url(../../../images/bg_footer.jpg) no-repeat center bottom;
	padding: 20px 0 65px 0;
}

p#Linefoot{
        width: 700px;
        height: 13px;
        margin: 0 0 0 55px;
	background: url(../../../images/tkb_foot.gif) no-repeat 0px 0px;
}

#footer ul {
	width: 810px;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 4px 0 0 0;
	text-align: center;
}

#footer li {
	display: inline;
	float: center;
	font-size: 0.6875em;
	line-height: 1.3;
	border-left: 1px solid #666666;
	margin: 0;
	padding: 0 4px 0 10px;
}
#footer li a {
        color: #333333;
}

#footer address {
	clear: both;
	width: 810px;
	font-size: 0.6875em;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0 0 0 0px;
	padding: 2px 0 8px 0;
	text-align: center;
        color: #999999;
}


/* プロモ */

p#promo {
	width: 750px;
	margin: 0 0 0 0px;
}

/* パンクズ */
p#topicPath {
	font-size: 0.6em;
	margin: 5px 0 10px 20px;
        color: #666666;
}

p#topicPath a{
        color: #8B7150;
}

p.readTxt {
	font-size: 0.75em;
	line-height: 1.3;
	margin: 0 0 20px 20px;
}

p#btnMenuRsrv {
	text-indent: -9999px;
	margin: 20px 0 20px 30px;
}
p#btnMenuRsrv a {
	display: block;
	width: 467px;
	height: 72px;
	background: url(../../../images/btn_menu_reserve.gif) no-repeat;
	text-decoration: none;
	outline: 0;
}
p#btnMenuRsrv a:hover {
	background: url(../../../images/btn_menu_reserve_ov.gif) no-repeat;
}





/* RSS FEED ボタン #topics */
#topics p.rssFeed {
	margin: 0px 0 0 0px;
}

div.entryBox {
	width: 490px;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	overflow: auto;
}

div.entryBox p {
	font-size: 0.75em;
	line-height: 1.5;
	padding: 0 0 4px 10px;
}

div.entryBox p img {
	border: 1px solid #999999;
	float: left;
	padding: 1px;
	margin: 0 20px 10px 0;
}


ul.entryDayAuthor {
	width: 480px;
	clear: both;
	float: right;
	list-style: none;
	border-top: 1px dashed #999999;
	margin: 10px 0 0 0;
}
ul.entryDayAuthor li {
	float: left;
	line-height: 1.3;
	font-size: 0.7em;
	margin: 6px 10px 0 5px;
	display: inline;
}


/* 上へ戻るボタン #topics */
#topics p.goTop {
	clear: both;
	font-size: 0.6875em;
	background: url(../../../images/marker_gotop.gif) no-repeat 10px 2px;
	margin: 12px 0 12px 0;
}

#topics p.goTop a {
	display: block;
	width: 5em;
	height: 12px;
	padding: 4px 0 0 6px;
	text-align: right;
        color: #666666;
}


/* ブログ右Box */

#rightBox ul.topicsList {
	padding: 10px 20px 0 12px;
	list-style: none;
}
#rightBox ul.topicsList li {
	font-size: 0.75em;
	line-height: 1.1;
	background: url(../../../images/marker_right_list.gif) no-repeat 0px 0px;
	margin: 0 0 10px 0;
	padding: 0 0 0 14px;
}


/* 月別アーカイブ */

div#monthBox {
	width: 490px;
	border-bottom: 1px dashed #999999;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

div#monthBox p {
	font-size: 0.75em;
	line-height: 1.5;
	padding: 0 0 4px 10px;
}

div#monthBox ul {
	list-style: none;
}
div#monthBox li {
	font-size: 0.75em;
	line-height: 1.4;
	background: url(../../../images/marker_topics.gif) no-repeat 0em 1.6em;
	margin: 16px 0 20px 10px;
	padding: 0 0 0 20px;
}
div#monthBox li span {
	font-size: 1.17em;
	line-height: 1.3;
	font-weight: normal;
}




/* 地図 */
p#mapBox {
	width: 600px;
	padding: 15px;
	background: url(../../../images/bg_slant02.gif) repeat 0px 0px;
	margin: 5px 0 0 20px;
}
div#mymap {
	background: url(../../../images/bg_slant02.gif) repeat 0px 0px;
	margin: 5px 0 0 20px;
	border: 1px solid #999999;
}

/*商品*/

#shopleft {
	width: 480px;
	float: left;
}

#shopcart {
	width: 200px;
	float: right;
	margin: 20px 0 0 0;
}

/*商品テーブル*/

#commodity table {
	clear: both;
	width: 460px;
	margin: 20px 0 30px 10px;
	border-collapse: collapse;
	border: 1px solid #999999;
}
#commodity th,#commodity td {
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.3;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	padding: 6px 5px 4px 15px;
}
#commodity th {
	width: 100px;
	background: url(../../../images/bg_slant02.gif) repeat 0px 0px;
	border-right: 1px solid #999999;
	vertical-align: middle;
}
#commodity td {
	width: 340px;
	text-align: left;
}

/*コンテンツBox*/

#contentsBox {
	clear: both;
	width: 700px;
	margin: 0 0 10px 0px;
	overflow: auto;
}
#contentsBox p {
	font-size: 0.75em;
	line-height: 1.3;
	margin: 0 0 10px 10px;
}

#contentsBox h2 {
	line-height: 1.3;
	margin: 4px 0 4px 10px;
	padding: 0 0 0 5px;
        border-left: solid 5px #666666;
}

#contentsBox h3 {
	line-height: 1.3;
	margin: 4px 0 4px 10px;
	padding: 0 0 0 5px;
        border-left: solid 5px #666666;
}

#contentsBox h4 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	color: #666666;
	margin: 0 0 4px 10px;
}

/*商品詳細写真*/

#Photograph{
	clear: both;
	padding: 20px 0px 20px 20px;
        margin: 0 0 20px 0;
}

#photos {
	padding: 0 20px 0 0;
	border: none;
	float: left;
        width: 110px;
}

#photos img,#mainphoto img{
	border: 1px solid #cccccc;
	padding: 1px;
	float: right;
}

#mainphoto{
        width: 510px;
	padding: 0 0 0 10px;
	overflow: auto;
}

p.attention {
	font-size: 0.75em;
	color: #CC0000;
}
.attentionS {
	font-size: 0.9em;
	line-height: 1.2;
}
.formS {
	font-size: 0.8em;
}

/*商品詳細カラー*/
.colorBox{
        width: 470px;
        margin: 0 0 13px 0px;
        color: #7f7f7f;
}

.colorBox div{
        float: left; 
        margin: 0 5px 0 0;  
}

.colorBox h5 {
	font-size: 0.9em;
        margin:0 0 0 10px;
	background: url(../../../images/color.gif) no-repeat 0px 0px;
        padding: 2px 0 0 50px;
        color: #7f7f7f;
}

.colorBox p.color {
        margin:0 0 0 10px;
	background: url(../../../images/color.gif) no-repeat 0px 0px;
        padding: 2px 0 0 50px;
        color: #7f7f7f;
}

.colorBox p{
	padding: 0;
        margin: 0;
}

.colorBox img{
	padding: 1px;
	border: 1px solid #7f7f7f;
}

/*商品詳細こだわり*/
#kodawari{
        margin: 20px 10px 10px 10px;
        padding: 10px;
        background: #ffffff;
        border:3px dotted #CC99CC;
}
#kodawari h4 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3;
	color: #CC99CC;
	margin: 10px 0 10px 10px;
}

/*商品詳細タイプ*/
.typeBox{
        width: 470px;
        margin: 0 0 13px 0px;
        color: #7f7f7f;
}

.typeBox div{
        float: left; 
        margin: 0;  
}

.typeBox h5 {
	font-size: 0.9em;
        margin:0 0 0 10px;
        padding: 0;
	background: url(../../../images/type.gif) no-repeat 0px 0px;
        padding: 2px 0 0 50px;
        color: #7f7f7f;
}

.typeBox img{
	padding: 1px;
	border: 1px solid #7f7f7f;
}


/*ショッピングテーブル*/

#shoppingBox{
	clear: both;
        width: 440px;
        margin: 10px 0 10px 10px;
        padding: 12px 10px 0 10px;
        background-color:#e1e1e1;
}

#shoppingBox table {
        width: 420px;
	margin: 0 0 0 10px;
	border: none;
        padding: 0px;
}

#shoppingBox td {
        padding: 10px 0 10px 0px;
	line-height: 1.5;
	font-size: 0.75em;
	border: none;
}

#shoppingBox table#shopping2 {
	width: 160px;
	border: none;
        margin: 0 0 0 0px;
        padding: 0;
}

#shoppingBox #shopping2 td {
	vertical-align: top;
        margin: 0;
        padding: 5px 0 5px 0;
	border: none;
}

#shoppingBox select{
        font-size: 1.1em;
        letter-spacing: 1px;
}

/*
#shoppingBox input{
        font-size: 0.9em;
        padding: 4px 4px 0 4px;
        width: 20px;
	text-align: right;
        letter-spacing: 1px;
}
*/

/*小分けBox*/

div#carttext {
        float: left;
	width: 460px;
}

div#carttext div{
	width: 460px;
        margin: 0 0 0 -10px;
}

body#cart #shopcart{
        float: right;
        margin: 20px 0 0 0;
}

div.Box {
	clear: both;
	width: 690px;
	overflow: auto;
        padding: 10px 0 10px 10px;
	border-bottom: 1px dashed #999999;
}

div.Box h3 {
	font-size: 0.8em;
}

div.Box h3 img{
        border: none;
        margin: 0 0 10px 0;
}

.Box img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
div.Box div.photoBox {
	width: 214px;
	float: left;
	margin: 0 0 10px 0;
}

div.Box div {
	overflow: auto;
	width: 450px;
	margin: 0 0 10px 16px;
}

div.Box h4 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3;
	color: #666666;
	margin: 0 0 4px 15px;
}
div.Box div p {
	line-height: 1.5;
	font-size: 0.75em;
	margin: 0 0 4px 15px;
}
div.Box p {
	line-height: 1.5;
	font-size: 0.75em;
	margin: 0 0 4px 15px;
}


div.Box ul {
	margin: 15px 0 16px 30px;
}
div.Box li {
	font-size: 0.75em;
	line-height: 1.3;
	padding: 0 10px 0px 0;
        margin: 10px 0 10px 10px;
}


.Box table {
	clear: both;
	width: 600px;
	margin: 0 0 20px 10px;
	border-collapse: collapse;
	border: 1px solid #999999;
}
.Box th,.Box td {
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.3;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	padding: 6px 10px 6px 15px;
}
.Box th {
	width: 110px;
	background: url(../../../images/bg_slant02.gif) repeat 0px 0px;
	border-right: 1px solid #999999;
	vertical-align: middle;
}
.Box td {
	text-align: left;
}

.Box td a {
	line-height: 1.3;
}

/* カテゴリー別商品一覧 */

.list{
	clear: both;
	overflow: auto;
}

.listBox{
        float: left;
        width: 220px;
        padding: 4px 0px 10px 0px;
        margin: 0 5px 15px 5px;
        text-align: center;
}
.photoBox img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.listBox div{
        text-align: left;
        padding: 5px;
}
.listBox h3{
	font-size: 0.8em;
}
.listBox p{
	font-size: 0.7em;
        line-height: 1.3;
}

/* こだわり */

#leftimg{
        float: left;
}

/*問い合わせフォーム*/

#formBox table {
	clear: both;
	width: 650px;
	margin: 20px 0 20px 10px;
	border-collapse: collapse;
	border: 1px solid #999999;
}
#formBox th,#formBox td {
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.3;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	padding: 6px 10px 4px 15px;
}
#formBox th {
	width: 110px;
	background: url(../../../images/bg_slant02.gif) repeat 0px 0px;
	border-right: 1px solid #999999;
	vertical-align: middle;
}
#formBox td {
	text-align: left;
        background-color: #f2f2f2;
}
#formBox input{
        font-size: 0.9em;
        padding: 4px 4px 2px 4px;
        letter-spacing: 1px;
}
#formBox select{
        font-size: 0.9em;
        padding: 4px;
        letter-spacing: 1px;
}
#formBox textarea{
        font-size: 0.9em;
        padding: 4px;
        letter-spacing: 1px;
}

/*商品一覧（カテゴリ）*/
#categry div.Box div.b_chenge a{
        maegin:0;
        padding:0;
}
#categry .b_chenge a:hover{
        background-color:#ffff00
}
#categry .b_chenge a:active{
        background-color: #cccccc;
}

div.b_chenge div {
	overflow: aute;
	width: 450px;
	margin: 0 0 10px 0px;
}

/* TOPバナー*/
#bannerBox{
	text-align: center;
}
#bannerBox p{
        margin:10px 0 0 0;
}

/* バレンタイン*/

div.BoxV {
	clear: both;
	width: 700px;
	overflow: hidden;
        padding: 10px 0px 20px 0px;
}
div.BoxV2 {
	clear: both;
	width: 700px;
        padding: 10px 0px 20px 0px;
}
html>body div#kk {
	width: 600px;
        background-color: #dddddd;
}
.BoxV img,.BoxV2 img {
	padding: 1px;
	border: 0px solid #CCCCCC;
}
.BoxV .photoBoxV {
	width: 300px;
	float: left;
	margin: 0 0 10px 0;
}
.BoxV2 .photoBoxV {
	width: 300px;
	float: right;
	margin: 0 0 10px 0;
        padding: 0;
}
.BoxV div.vdb {
	float: right;
	overflow: auto;
	margin: 20px 0 0px 15px;
	width: 270px;
}
.BoxV2 div.vdb {
	float: left;
	overflow: auto;
	margin: 20px 0px 0px 0px;
	width: 270px;
}
div.BoxV h3,div.BoxV2 h3 {
	line-height: 1.5;
	font-size: 1em;
	margin: 0 0 2px 0px;
        color: #ba0027;
}

div.BoxV p,div.BoxV2 p {
	line-height: 1.5;
	font-size: 0.75em;
	padding: 5px 0 4px 0px;
}
div.BoxV a:link { color: #ba0027; text-decoration: none;}
div.BoxV a:visited { color: #ba0027; text-decoration: underline;}
div.BoxV a:hover { color: #ba0027; text-decoration: underline;}

div.BoxV2 a:link { color: #ba0027; text-decoration: none;}
div.BoxV2 a:visited { color: #ba0027; text-decoration: underline;}
div.BoxV2 a:hover { color: #ba0027; text-decoration: underline;}