<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* class設定 */
.small, .xsmall, .large, .xlarge , .xxlarge{
font-family:Arial, Verdana, sans-serif
}

/* リンク設定 */
A{}
A:link { color:#000;text-decoration:none;}
A:visited { color:#000;text-decoration:none;}
A:hover   { color: #CC0000;text-decoration:underline;}
A:active  { color: #CC0000;text-decoration:underline;}

/* Hタグ文字設定 */
h1 {
margin: 0px;
padding: 0px;
font-size: 10px;
color: #FFF;
text-align: left;
} 

h2{
padding: 0px;
margin: 10px 0px;
}

form{
padding: 0px;
margin: 0px;
}


input.text{
background: #5A5A5A;
border: 1px solid #FFF;
color: #FFF;
}

textarea{
background: #5A5A5A;
border: 1px solid #FFF;
color: #FFF;
}


/* ↓サイト毎の設定は以下に記載↓ */
body{
background: #000;
text-align: center;
}

.wrapper{
text-align: center;
width:715px;
margin: 10px auto;
position:relative;
}
.wrapper .bridal_banner{
position:absolute;
right:0;
top:-10px;
}


.pop_wrapper{
text-align: center;
width:370px;
margin: 10px auto;
}



.menu{
padding: 15px 0px;
}

.title{
padding: 30px 25px 0px 25px;
}


.main{
padding: 10px 25px;
}

.p5px{
padding: 8px 0px;
}

.new{
border: 1px solid #414141;
}

.text_white {
color: #FFF;
}

.text_white A:link { color:#FFF;text-decoration:none;}
.text_white A:visited { color:#FFF;text-decoration:none;}
.text_white A:hover   { color: #CC0000;text-decoration:underline;}
.text_white A:active  { color: #CC0000;text-decoration:underline;}

.text_gray {
color: #999;
}

.text_gray A:link { color:#999;text-decoration:none;}
.text_gray A:visited { color:#999;text-decoration:none;}
.text_gray A:hover   { color: #CC0000;text-decoration:underline;}
.text_gray A:active  { color: #CC0000;text-decoration:underline;}

.text17{
font-size: 17px;
}



.table_form{
background: #FFF;
color: #FFF;
width:665px;
}

.table_form table{
background: #FFF;
color: #FFF;
}

.table_form th{
background: #5A5A5A;
text-align: right;
padding: 4px;
font-weight: normal;
}

.table_form td{
background: #5A5A5A;
text-align: left;
padding: 4px;
}

.table_form td img{
vertical-align: middle;
margin: 0px 8px;
}



/* bridal */
#bridal{
	padding:0;
	margin:0;
}
#bridal #change_image{
	padding:0;
	margin:0;
}
#bridal #change_image p.images_l{
	padding:0 0 15px;
	margin:0;
}
#bridal table{
	text-align:left;
}
#bridal #rollover_view{
 width: 715px;
 height: 410px;
 }
#bridal ul#thumb{
	padding:0;
	margin:0;
	margin-left:-6px;
 }
#bridal #thumb li{
	padding:0;
	margin:0;
	float:left;
	padding-left:6px;
	list-style-type:none;
 }
#bridal #thumb li img:hover{
	border:none; 
}
#bridal #thumb li img{
	border:none;
}
#bridal .btn{
	clear:both;
	width:100%;
	padding-top:18px;
	text-align:center;
}


</pre></body></html>