@charset "UTF-8";

body {
		margin:0px 0px 0px 0px;
		background-color: #63355e;
		background-image: url("oseibo_bg.gif");
		background-repeat: repeat-y;
		background-position: center top;
		}

strong {
	color: red;
	font-size: 14px;
	}

				
/*　大きい箱　*/
#main {
	color:#000;
	font-size:12px;
  	line-height:1.5;
	width:750px;
	margin: auto;
	padding:0px;
	background-color:#fff;
	border-top: 5px solid #b20008;
	}

#main a, a:link, a:visited {
		 color: #0000cc;
		 text-decoration:underline;} 

#main a:hover, a:active{
		color: #fff; 
		text-decoration: underline;
		background-color: #9900CC;
		} 

#main h1{
	font-family:"ヒラギノ角ゴ Pro W6", Lucida sans, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: transparent;
    	padding-top:8px;
    	padding-left: 8px;
    	padding-bottom:3px;
	margin:0px;
	margin-bottom: 10px;
	letter-spacing: 0.3em;
	border-bottom:1px #cfcfcf dotted;	
}

#main h1 a,a:link,a:visited,a:hover,a:active {
	color: #b20008;
	}

#navigation {
		font-size: 11px;
		line-height: 1.5;
		background-color: #fff;
		margin-top: 20px;
		margin-left: 20px;
		margin-bottom: 0px;
		}

#navigation table td{
		padding:10px;
		padding-top: 0px;
		padding-right:7px;
		border-left: 1px dotted gray;
		}

#navigation h3{
		color: #FFFFFF;
		background-color: #6d9a4a;
		font-size: 12px;
		letter-spacing: 0.1em;
		text-align: center;
		padding-top: 4px;
		padding-bottom: 4px;
		}

#navigation-takashimaya {
		width: 710px;
		font-size: 11px;
		line-height: 1.5;
		background-color: #ffd8df;
		margin-top: 20px;
		margin-left: 20px;
		margin-bottom: 0px;
		}

#navigation-takashimaya table td{
		padding:10px;
		border-left: 1px dotted #fff;
		}

#navigation-takashimaya h3{
		color: #ab3454;
		font-size: 12px;
		margin: 0;
		padding: 0;
		padding-top: 10px;
		}

.navi-ad{
		font-size: 11px;
		line-height: 1.5;
		}


/*　左の箱　*/

#left-box {
	width: 750px;
	float: left;
	overflow: hidden;
	background-color:#fff;
	background-repeat: no-repeat;
	}

#banner {
	color: gray;
	font-size: 10px;
	font-family:Lucida sans, verdana, arial, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top:1px #cfcfcf dotted;
	border-bottom:1px #cfcfcf solid;	
	}

/*　メイン記事　*/

.items {
		font-family:Lucida sans, verdana, arial, sans-serif; 
		padding: 20px;
		padding-bottom: 10px;
		}

.items h2{
		font-family:"ＭＳ Mincho", "ヒラギノ明朝 Pro W3", 細明朝体, 平成明朝, Times, Georgia, serif;
		font-size:16px;
		margin-bottom:0px;
		padding:0px;
		}

.items h3{
		font-family:Lucida sans, verdana, arial, sans-serif; 
		color:#b33333;
		font-size:14px;
		padding:0px;
		margin-top:15px;
		margin-bottom:7px;
		}

.gift tr {
		background-image: url("border-cfcfcf.gif");
		background-position: right;
		background-repeat: repeat-y;
		}

.gift td {
		width: 176px;
		text-align: center;
		background-image: url("border-cfcfcf.gif");
		background-repeat: repeat-y;
		padding-left: 10px;
		}

.gift td h4 {
		font-size: 12px;
		line-height: 1.1;
		margin-top: 5px;
		margin-bottom: 0px;
		}
		
.gift td p {
		font-family:Lucida sans, verdana, arial, sans-serif; 
		margin-top:0px;
		padding-top:0px;
		font-size: 12px;
		line-height: 1.2;
		text-align: left;
		}

blockquote
		{
		color: #333333;
		background-color: #FFFFFF;
		font-family:verdana ,arial ,sans-serif;
		font-size:12px;
  		border:1px solid #d8d8cf;			
  		border-left:5px solid #d8d8cf;			
		line-height:1.5;
		padding:15px 10px 0px 17px;
		}

.copy {
	color: #666666;
	font-size: 11px;
	line-height: 1.1;
	text-align: center;
	padding: 0;
	margin-top: 5px;
	}

/* カタログギフト表 */

.items .hikaku {
		font-size: 12px;
		width:400px;
		text-align: center;
		border: 1px solid #4db399;
		border-collapse: collapse;
		margin-left: 30px;
		}

.items .hikaku th {
	color: #FFFFFF;
	background-color: #008677;	
	font-weight: normal;
	}

.items .hikaku tr {
		border: 1px solid #4db399;
		background-color: #f0fff0;
		}

.items .hikaku .price {
		text-align: right;
		padding-right: 10px;
		border-left: 1px solid #4db399;
		}

.items .hikaku .shop {
		background-color: #ccff66;	
		}


#footer
		{
		clear: both;
		width: 750px;
		margin: auto;
		color:white;
		font-family:Lucida sans, verdana, arial, sans-serif; 
		font-size: 10px; 
		line-height: 1.5;
		text-align:center;
		background-color:#b20008;
		margin-bottom:0px;
		padding-top:7px;
		padding-bottom:7px;
		}

#footer a {
		text-decoration:none;
		color:white;
		}

del {
		color:#666;
		}

.osusume-DarkOliveGreen {
	color: #404040;
	background-image: url("w_photo/osusume_DarkOliveGreen.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid DarkOliveGreen;
	}

