/************************************************
　　　　　CSS Document Template (main.css)
　　　　　　　　　　　　　　 基本レイアウトセット
*************************************************/

/*-----------------------------------------------
　人気のブライダルショップ.com 初期設定
------------------------------------------------*/
/*■基本レイアウト*/
body {
	background-color: #F4F4F4;			/*背景色*/
	color: #333333;									/*テキストカラー*/
}
a {
	color: #333333;									/*リンクテキストカラー*/
	outline-style: none;						/*リンクテキストクリック時の線*/
}
a:hover {
	color: #ff1493;									/*リンクテキストカラー(オンマウス)*/
	text-decoration: underline;
	}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/*壁紙設定*/
#wrapper {
	width: 820px;
	background: url("../images/bg.gif") repeat-y;
	margin: 0 auto;
}

/*ヘッダー*/
#header {
	width: 800px;
	height: 140px;
	margin: 0 auto;
	background: #FFFFFF url("../images/bg_header.jpg") no-repeat top;
}
#header h1 {
	width: 376px;
	padding-top: 20px;
	padding-left: 16px;
}
#header h1 a {
	display: block;
	width: 376px;
	height: 80px;
	background: url("../images/logo.gif") no-repeat scroll 0 0;
	text-indent: -9999px;
}
#header ul {
	float: right;
	padding-left: 0;
	list-style-type: none;
	position: relative;
	top: 56px;
	padding-right: 20px;
}
#header ul li {
	float: left;
	font-size: 85%;
	margin-left: 12px;
	padding-left: 12px;
	background: url("../images/listmark.gif") left center no-repeat;
}
#header ul li a {
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}


/*グローバルナビ(メインメニュー)*/
#gNavi {
	clear: both;
	width: 820px;
	height: 42px;	
	margin-left: auto;
	margin-right: auto;
	background: url("../images/menubar.gif") no-repeat;
}
#gNavi ul {
	list-style-type: none;
	padding-left: 11px;
	height: 42px;
}
#gNavi ul li {
	float: left;
	height: 42px;
	margin: 0;
	padding: 0;
}
#gNavi ul li a {
	margin: 0;
	padding: 0;
	height: 42px;
	text-decoration: none;
}
#gNavi ul li a img {
	border: none;
	height: 42px;
}


/*メインコンテンツ*/
#main {
	clear: both;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#main_image {
	width: 820px;
	height: 320px;
	background: url("../images/back_mainimage.gif") no-repeat;
}
#main_image img {
	margin-top: 8px;
	margin-left: 10px;
}

#content {
	width: 800px;
	margin: 0 auto;
}

/*フッター*/
#footer {
	clear: both;
	width: 800px;
	background: url("../images/bg_footer.jpg") no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#footer_navi {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
}
#footer_navi a {
	color: #999999;
}
#footer_navi h4 {
	font-size: 85%;
	font-weight: normal;
	margin-left: 20px;
	padding-top: 12px;
}
#footer_navi ul {
	list-style: none;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 85%;
}
#footer_navi ul li {
	display: inline;
	background: url("../images/listmark.gif") left center no-repeat;
}
#footer_navi p {
	font-size: 85%;
	padding-left: 20px;
}
#copyright {
	clear: both;
	color: #666666;
	text-align: right;
	font-size: 85%;
	margin-right: 20px;
	padding-bottom: 12px;
	line-height: 1.4em;
}
#copyright a{
	color: #666666;
	text-decoration: none;
}

/*トピックパス(パンくず)*/
#topicPath {
	height: 22px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/back_topicpath.gif") no-repeat;
}

#topicPath ul{
	float: right;
	height: 20px;
	margin-top: 2px;
	padding-right: 20px;
	padding-left: 0;
}

#topicPath ul li {
	float:left;
	font-size: 85%;
	line-height: 20px;
	list-style-type: none;
	margin-right: 5px;
	padding-right: 10px;
	background:url("../images/topicpath.gif") no-repeat right center;
}

#topicPath ul li.active {
	background:none;
	margin-right:0px;
	padding-right:0px;
}

/*■その他装飾*/
hr {
	border:none;
	border-bottom: 1px dotted #CCCCCC;
}