
/*外枠*/

#custamtitle {
	width:550px;
	margin:0px;
	padding:0px;
}


#custom201203 {
	width:548px;
	text-align: center;
	border-top: 1px none #666;
	border-right: 1px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
	padding-top:0px;
	margin-top:0px;
}

#custom201203 strong {
	font-size:16px;
	font-weight:bold;
	padding-right:5px;
	color: #009;
}

img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
	z-index: 99;
}

img.grow:hover {
	-webkit-transform:scale(2.5,2.5);
	-moz-transform:scale(2.5,2.5);
	-ms-transform:scale(2.5,2.5);
	-o-transform:scale(2.5,2.5);
	transform:scale(2.5,2.5);
	top:1px;
	z-index: 99;
}


/*2列*/

#2column {
	margin: 2px;
	padding:2px;
	border: 1px solid #999;
	text-align:left;
}

/*3列*/

#3column {
	margin:2px;
	padding:2px;
	border: 1px solid #999;
	text-align:left;
}





/*リンク*/
#custom201203 a:link {
	color:#000;
	text-decoration:none;
}

#custom201203 a:active {
	color:#000;
	text-decoration:none;
}

#custom201203 a:visited {
	color:#000;
	text-decoration:none;
}

#custom201203 a:hover {
	color:#000;
	text-decoration: none;
}




/*中身*/

#image {
	float:left;
	margin:2px 5px 2px 2px;
	border:none;
}

*+html .image {
	margin:0;
	padding:0;
	border:none 0px;
}  /* IE7 */

* html .image {
	border:none;
}  /* IE6 */


.custum_data {
	font-size:12px;
	line-height:135%;
	margin-top:8px;
	margin-bottom:4px;
	margin-right:2px;
	color:#350500;
	text-align:left;
	font-weight:bold;
}


#comment {
	font-size:12px;
	line-height:140%;
	margin-top:8px;
	margin-bottom:4px;
	margin-right:2px;
	color:#350500;
		text-align:left;
}

#comment strong {
	font-size:16px;
	font-weight:bold;
}


#comment03 {
	font-size:11px;
	line-height:130%;
	margin-top:6px;
	margin-bottom:4px;
	margin-right:2px;
	color:#350500;
		text-align:left;
}

#comment03 strong {
	font-size:14px;
	font-weight:bold;
}


.kakaku {
	float:right;
	margin: 0 4px 0 auto;
	padding:0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.244;
	text-align:right;
}

.address {
	clear:both;
	float:left;
	line-height: 1.244;
	font-size:10px;
		margin: 0 auto 0 4px;
}

.icon {
	clear:both;
}

#clear {
	clear:both;
}


hr.style01 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
				margin:0;
				padding:0;
}
* html hr.style01 {
	margin:-6px 2px ;
}  /* IE6 */

*+html hr.style01 {
	margin:-6px 2px;
}  /* IE7 */ 