@charset "utf-8";

a:link{
	color:#333333;
	text-decoration:underline;
}
a:visited{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}

#dolce {
	text-align: left;
	background: url(../img/blog/head-back.jpg) repeat-x;
	width: 100%;
	height: 100px;
}

#dolcenavi {
	margin: 0px;
	padding: 0px;
	width: 900px;
	margin: 0px auto;
	clear: both;
}

#dolcenavi img {
	float: left;
	margin: 0px;
	padding: 0px;
}

#dolcehead {
	margin: 0px auto;
	width: 900px;
}

#dolcehead img {
	float: left;
}

#dolcehead p {
	float: right;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 34px;
}
#dolcehead p a {
	color: #FFFFFF;
	text-decoration: none;
}
#dolcehead p a:visited {
	text-decoration: none;
}
#dolcehead p a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	background: url(http://www.dolce.jp/img/common/foot.jpg) repeat-x;
	clear: both;
}
#footer p{
	text-align: right;
	margin: 0px auto;
	height: 160px;
	width: 885px;
	padding-right: 15px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 160px;
}

#head {
	background: url(http://www.dolce.jp/img/common/body.jpg) repeat-x;
	height: 30px;
}

#container {
	margin: 0px auto;
	width: 900px;
	padding-bottom: 10px;
	clear: both;
}

#content table {
	margin: 10px auto 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	font-size: 14px;
}

#content th {
	font-weight: bold;
	color: #FFFFFF;
	background: #000000 url(../img/common/th.jpg) repeat-y;
	padding: 5px 8px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	text-align: center;
}
#content th.title {
	font-size: 120%;
}
#content td {
	background: #DDDBDC url(../img/common/td.jpg) repeat-y;
	padding: 5px 8px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

.philosophy1 {
	float: left;
	width: 342px;
	margin-top: 10px;
	padding-left: 25px;
}

.philosophy2 {
	float: right;
	width: 500px;
	margin-top: 10px;
	padding-right: 25px;
}

#poricy {
	margin: 15px auto;
	width: 800px;
}

#poricy .h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 3px solid #CCCCCC;
	line-height: 180%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#poricy .h5 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: 2px dotted #CCCCCC;
}

#poricy p,#poricy ul {
	line-height: 150%;
	padding: 8px;
}

#poricy li {
	list-style: square inside;
}

#contact {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#contact img {
	margin-bottom: 15px;
}

#top {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#indexcontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#content-left {
	float: left;
	width: 390px;
}

#content-right {
	float: right;
	width: 400px;
}

#news {
	background: url(../img/index/oshirasebox.jpg);
	padding: 10px;
	height: 178px;
	border: 1px solid #999999;
	font-size: 13px;
}
#news .RSStime{
	float: left;
	width: 80px;
	padding: 5px 0px;
	font-weight: bold;
}

#news .RSStitle{
	float: right;
	width: 280px;
	padding: 5px 0px;
}

#chat-noir {
	background: url(../img/index/chatnoir_bnr.jpg);
	height: 170px;
	width: 400px;
	margin-bottom: 10px;
}

#fukumochi {
	background: url(../img/index/fukumochi_bnr.jpg);
	height: 170px;
	width: 400px;
}
.news {
	font-size: 12px;
	padding-top: 30px;
	padding-left: 120px;
}

.news .RSStime{
	font-weight: bold;
}

.news .RSStitle{
	width: 275px;
	overflow: hidden;
	height: 15px;
}

#goods {
	margin-top: 5px;
}
#content.sitemap {
	display: inline;
}
#content.sitemap table {
	margin: 10px 9px 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	float: left;
}
#content.sitemap table.dolce{
	border-left: 5px solid #000;
}
#content.sitemap table.chatnoir{
	border-left: 5px solid #E50112;
}
#content.sitemap table.fukumochi{
	border-left: 5px solid #8C6238;
}

#content.sitemap .dolce th.title{
	border-bottom: 3px solid #000;
}
#content.sitemap .chatnoir th.title{
	border-bottom: 3px solid #E50112;
}
#content.sitemap .fukumochi th.title{
	border-bottom: 3px solid #8C6238;
}

#content.sitemap th {
	font-weight: bold;
	color: #FFFFFF;
	background: #000000 url(../img/common/th.jpg) repeat-y;
	padding: 5px 8px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	text-align: left;
}
#content.sitemap th.title {
	font-size: 120%;
	text-align: center;
}
#content.sitemap td {
	background: #DDDBDC;
	padding: 5px 8px 5px 15px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

#content.sitemap th a:link{
	color:#FFFFFF;
	text-decoration:underline;
}
#content.sitemap th a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
#content.sitemap th a:hover{
	color:#CCCCCC;
	text-decoration:none;
}


div#tabnav-00 {
	overflow: hidden;
	width: 900px;
	height: 35px;
	font-size: 16px;
	margin-top: 30px;
}
#tabnav-00 a:link{
	text-decoration:none;
}
#tabnav-00 a:visited{
	text-decoration:none;
}
#tabnav-00 a:hover{
	text-decoration:none;
}

div#tabnav-00 ul {
	width: 800px;
	height: 35px;
}
div#tabnav-00 ul li {
	float: left;
	width: 220px;
	height: 35px;
	margin: 0 0 0 10px;
	line-height: 38px; /* テキストの上下位置を中央ぞろえに */
	text-align: center;
}
div#tabnav-00 ul li a {
	display: block;
	width: 220px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #000000;
}
div#tabnav-00 ul li a:hover,div#tabnav-00 ul li a.hover{
	background-position: 0 100%;
	color: #000000;
}
div#tabnav-00 ul li#menu01 a {
	background-image: url(../img/common/menu02_01.gif);
}
div#tabnav-00 ul li#menu02 a {
	background-image: url(../img/common/menu02_02.gif);
}
div#tabnav-00 ul li#menu03 a {
	background-image: url(../img/common/menu02_03.gif);
}
#recruit h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 5px;
	clear: both;
	border-bottom: 2px solid #000000;
}

#recruit {
	padding: 10px 20px;
	border-top: 1px solid #D8D8D8;
}

#recruit .form {
	float: right;
	width: 190px;
}

#recruit .floatleft {
	float: left;
	width: 620px;
}

#recruit p {
	font-size: 14px;
	line-height: 160%;
}
/*ブログ*/

#blogcontent {
	float: left;
	width: 640px;
	padding-right: 20px;
}

#blogcontent h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
	clear: both;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: #000000;
}
#blogcontent h3 a:link , #blogcontent h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#blogcontent h3 a:hover , #blogcontent h3 a:active {
	color: #FF0000;
}

#links {
	float: right;
	width: 220px;
	background: #000000;
	margin-top: 15px;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding: 10px 5px;
}
#links a:link , #links a:visited {
	color: #FFFFFF;
}
#links a:hover , #links a:active {
	color: #FF0000;
}

/*◆4-0　ブログ本体*/
.blog{
	margin:0;
	width: 640px;
}
/*◆4-1　記事部分*/
.blogbody{
	margin:0 0 50px;
	padding:0px 0 0;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
/*◆4-2　記事日付*/
#blogcontent h2.date{
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	padding:0px;
	line-height: 120%;
	text-align: right;
	border-style: none;
}



/*◆4-4　記事本文*/
.main{
	overflow:hidden;
	line-height:180%;
	margin:0;
	padding-right: 10px;
	padding-left: 10px;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	font-size:83.4%;
	text-align:right;
	margin:0px 10px 10px 0;
	padding:5px 0 0;
}
.menu{
	text-align:right;
	font-size:83.4%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0 0 0;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:12px;
}
#author{
	width:200px;
	border:1px solid #484848;
}
#email{
	width:200px;
	border:1px solid #484848;
}
#url{
	width:200px;
	border:1px solid #484848;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #484848;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:30px 0 0 0;
}
.trackback-url{
	font-size:12px;
	font-weight:bold;
	margin:15px 0px 25px 20px;
}
.trackback-title{
	font-weight:bold;
	line-height:150%;
	padding:0 0 0 10px;
}
.trackback-body{
	line-height:135%;
	margin:30px 0 10px 20px;
}
.trackback-post{
	text-align:right;
	margin:0 0 0 20px;
	font-size:83.4%;
}
a.atrackback-post:link , 
a.atrackback-post:visited {color:#FF1E65;text-decoration:underline;}
a.atrackback-post:hover , 
a.atrackback-post:active {color:#FF1E65;text-decoration:none;}
/*◆6-3　コメント一覧*/
#comments {
	margin:30px 0 0 0;
}
.comments-head{
	font-weight:bold;
	line-height:150%;
	padding:5px;
	color: #FFFFFF;
	background: #999999;
}
.comments-body{
	line-height:135%;
	margin:20px 0 10px 20px;
}
.comments-post{
	text-align:right;
	margin:0 0 0 20px;
	font-size:83.4%;
}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.sidetitle{
	font-size:14px;
	letter-spacing:2px;
	padding:0px 0px 0px 10px;
	font-weight:bold;
	color: #FFFFFF;
	border-bottom: 2px dotted #FFFFFF;
	line-height: 35px;
	background: url(../img/blog/sidetitle.jpg) repeat-x;
	height: 35px;
}
.side{
	font-size:12px;
	line-height:160%;
	margin:0 0 20px 0;
	padding:10px;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.calendarhead{
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:0 0 10px 0;
}
.calendarhead a:link , .calendarhead a:visited{ color:#FF1E65;}
.calendarhead a:hover , .calendarhead a:active { color:#FF1E65;}
.calendartable{ /*カレンダーテーブル*/
	margin:0 auto 20px auto;
	width:180px;
	text-align:center;
	border-spacing:0px;
	empty-cells:show;
}
.calendarweek{ /*曜日(文字)*/
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
	text-align: center;
}
.calendard{ /*日付(セル)*/
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{ color:#FF1E65;}
.calendartable a:hover , .calendartable a:active { color:#FF1E65;}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{}
.rss ul {
	margin:0 0 20px 0;
	padding:0px;
	width:100%;
	text-align:center;
}
.rss ul li{
	background:url(http://blog.osakazine.net/_img/inthedark/feed_g.gif) 0 0 no-repeat;
	display:inline;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.2px;
	margin-right:0.3em;
	padding-right:0.5em;
	padding-left:16px;
}
.rss ul a:link , 
.rss ul a:visited{
	color:#FF1E65;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#FF1E65;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {}
.recententry .sidebody { background:url(http://blog.osakazine.net/_img/inthedark/list_g.gif) left 5px no-repeat; padding:0 0 0 10px;}
/*◆7-4　過去記事*/
.archives {}
.archives .sidebody { background:url(http://blog.osakazine.net/_img/inthedark/list_g.gif) left 5px no-repeat; padding:0 0 0 10px;}
/*◆7-5　カウンター*/
.counter {}
/*◆7-6　最近のコメント*/
.comment {}
.comment .sidebody { background:url(http://blog.osakazine.net/_img/inthedark/list_g.gif) left 5px no-repeat; padding:0 0 0 10px;}
/*◆7-7　最近のトラバ*/
.trackback-back {
	background: #333333;
	padding: 5px;
	color: #FFFFFF;
	line-height: 150%;
	font-weight: bold;
}
.trackback .sidebody { background:url(http://blog.osakazine.net/_img/inthedark/list_g.gif) left 5px no-repeat; padding:0 0 0 10px;}
/*◆7-8　お気に入り*/
.link {}
.link .sidebody { background:url(http://blog.osakazine.net/_img/inthedark/list_g.gif) left 5px no-repeat; padding:0 0 0 10px;}
/*◆7-9　ブログ内検索*/
.search {}
/*◆7-10　QRコード*/
.qrcode {}
/*◆7-11　読者登録*/
.subscription {}
/*◆7-12　プロフィール*/
.profile {}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	margin:10px 0px;
	text-align:center;
}
.message{
	font-size:83.4%;
}
/*◆7-13　オーナーメール*/
.inquiry {}
/*◆7-14　インフォメーション*/
.ad {}
/*◆7-15　カテゴリ*/
.category {}
.category .sidebody { background:url(http://blog.osakazine.net/_img/inthedark/list_g.gif) left 5px no-repeat; padding:0 0 0 10px;}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}

#left {
	float: left;
	width: 250px;
}

#right {
	float: right;
	width: 640px;
}

.title {
	line-height: 35px;
	background: url(../img/blog/title.jpg) repeat-x;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.title h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 480px;
	padding-left: 20px;
	line-height: 35px;
	height: 35px;
}

.title h4 {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	float: right;
	width: 130px;
	padding-right: 10px;
	line-height: 35px;
	height: 35px;
}
.title a:link , .title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.title a:hover , .title a:active {
	color: #FF0000;
}
