﻿@charset "utf-8";

/*
 * 雛人形販売.jp　標準スタイルシート
 */


#div_title{
	width:724px;
	height:210px;
	margin-top:50px;
	float:left;
	display:inline;

/*	margin-left:230px;*/
}

#div_title img{
	margin:0px;
	padding:0px;
}

#main_t{
	background-image:url(../_image/template/template_main_background_t.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width:684px;
	padding:20px;
	margin:0px;
	display:block;
	position: static;
}

#main_m{
/*	margin-left:230px;*/
	background-image:url(../_image/template/template_main_background_m.jpg);
	background-repeat:repeat-y;	
	float:left;
	width:724px;
	padding:0px;
	margin-top:10px;
	position: static;
}

#main_b{
	background-image:url(../_image/template/template_main_background_b.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width:724px;
	padding:0px;
	height:50px;
	position: static;
}




#localnavi_t{
	background-image:url(../_image/template/template_localnavi_bk_t01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:0px;
	margin:0px;

}

#localnavi_m{
	background-image:url(../_image/template/template_localnavi_bk_m01.jpg);
	background-repeat: repeat-y;	
	float:left;
	display:inline;
	width:216px;
	margin-right:10px;

}
#localnavi_b{
	background-image:url(../_image/template/template_localnavi_bk_b01.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width:210px;
	float:left;
	display:inline;
	clear:left;
	padding:3px;
	padding-bottom:10px;

}




#localnavigation_02_t{
	background-image:url(../_image/template/template_localnavi_bk_t02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:0px;
	padding-top:10px;
	margin:0px;

}

#localnavigation_02_m{
	background-image:url(../_image/template/template_localnavi_bk_m02.jpg);
	background-repeat: repeat-y;	
	float:left;
	display:inline;
	width:200px;
	margin-left:5px;
	padding:0px;

}

#localnavigation_02_b{
	background-image:url(../_image/template/template_localnavi_bk_b02.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width:200x;
	float:left;
	display:inline;
	clear:left;

}


.localnavi_image{
	margin-left:5px;
	margin-right:5px;
	margin-top:4px;
	margin-bottom:2px;

}

#localnavigation{
 	width:216px;
	float:left;
	margin-right:10px;

}


.body_nosubnavigation{
}

.body_normal{
}



#container{
	/* 画面中央に表示*/
	width:960px; 
	position:absolute;
	left:50%; 
	top:0%;
	margin-left:-475px;
	margin-top:0px;
	padding-top:0px;
/*
	background-image: url(/_image/common/index_body_background.jpg);
	background-repeat:repeat-x;
*/
}
/* ----------------------------------
 ページ構成
 ---------------------------------- */

BODY{
	background-image: url(../_image/template/template_body_background.jpg);
	background-repeat:repeat-x;
	background-color:#ECEAEA;
	font-size:10pt;
	margin:0px;
	padding:0px;
	font-family: Meiryo, "メイリオ", "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;

}

h1 a,h1 a:visited{
	color:white;
	text-decoration: none;
	font-size:10pt;
}

h1{
	margin:0px;
	padding:0px;
	font-size:10pt;
}



/* ----------------------------------------------
 *  ヘッダー
 -----------------------------------------------*/
H1,P.read{
	background-repeat: no-repeat;
 	color:white;
	width:960px;
	margin-bottom:0px;
/*	border: 1px solid #CCCCCC; */
	height:25px;
}
 
P.read{
 	font-size:9pt;
	color:white;
	margin:0px;
	padding:0px;
}
 
A.top{
 	color:#ffffcc;
}


/*
 共通ＤＩＶ
*/

div.pictureBoxR{
	float:left;
	display:inline;
	text-align:Right;
}

div.pictureBoxL{
	float:left;
	display:inline;
}

div.pictureBoxC{
	float:left;
	display:inline;
	text-align:Center;
}

div.pictureBoxR img,DiV.pictureBoxL img,DiV.pictureBoxC img{
	float:none;
	display:block;
	clear:both;
}

/* サブタイトル */
.subtitle{
 	color:darkred;
	font-weight:bold;
	font-size:14pt;
	margin-left:20px;
}

/* スペース配分 */
img.spc5{
	float:left;
	margin:5px;
}

img.spc10{
	float:left;
	margin:10px;
}

img.spc15{
	float:left;
	margin:15px;
}

.left10{
	margin-left:10px;
}

.left15{
	margin-left:15px;
}

.left20{
	margin-left:20px;
}

.left25{
	margin-left:25px;
}

.left30{
	margin-left:30px;
}

.left35{
	margin-left:35px;
}

.left40{
	margin-left:40px;
}

.clearLeft{
	float:left;
	clear:left;
	border: 1px solid #CCCCCC;  
}

img{
	border-width:0px;
}
