div, p, h1, h2, h3, h4, h5, ul, li, table, th, td, form, input, textarea, select {
	margin: 0;
	padding: 0;
}

/*　ボディ
----------------------------------------------- */
body {
	background-image: url(http://blog.happydayweddings.com/images/blog-back.gif);
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "Osaka", "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #4C4C4C;
	line-height: 1;
}

/*　リンク
----------------------------------------------- */
a { color: #DD201D; text-decoration: underline; background: none; }
a:link { color: #DD201D; text-decoration: underline; background: none;}
a:visited { color: #8D552E; text-decoration: underline; background: none;}
a:hover { color: #663300; text-decoration: underline; background: none;}
a:active { color: #DD201D; text-decoration: underline; background: none;}

/*　全体包括
----------------------------------------------- */
#inbox {
	width: 800px;   /* 幅を800pxで固定 */
	margin: 10px auto;
}

/*　ヘッダ（ブログ名とブログ説明文を囲うボックス）
----------------------------------------------- */
#header {
	float: left;   /* 回り込み左寄せ */
	width: 400px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/*　ブログ名
----------------------------------------------- */
#header h1 a {
	background-image: url(http://blog.happydayweddings.com/images/title_h1.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 68px;
	display: block;
	text-indent: -700em;
}

/*　ブログ説明文
----------------------------------------------- */
#header h2 {
	background-image: url(http://blog.happydayweddings.com/images/title_h2.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 45px;
	text-indent: -700em;
}

/*　メルマガ申し込み部分を囲うボックス
----------------------------------------------- */
#mailmaga {
	float: right;   /* 回り込み右寄せ */
	width: 320px;
	margin-top: 10px;
	padding: 0px 0px 6px 0px;
	background-image: url(http://blog.happydayweddings.com/images/mailmaga_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
}

#mailmaga p {
	background-image: url(http://blog.happydayweddings.com/images/mailmaga_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 8px 5px 8px 60px;
	font-size: 10px;
	color: #990000;
	line-height: 1.2;
}

#mailmaga form {
	margin: 0px;
	padding: 0px 0px 0px 70px;
}

input {
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "Osaka", "ＭＳ Ｐゴシック";
}

input.mail {
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

#mailmaga strong {
	font-size: 12px;
	font-weight: bold;
}

/*　コンテンツ部分を囲うボックス（3段組の親要素）
----------------------------------------------- */
#content { 
	clear: both;   /* 回り込み解除 */
	position: relative;
	width: 800px;   /* 幅を800pxで固定 */
	text-align: left;
	height: 1%;
}

/*　左段
----------------------------------------------- */
#left {
	width: 170px;
	position: absolute;   /* 親要素に対して絶対的に配置 */
	left: 0px;   /* 左から0px */
	top: 50px;   /* 上から50px */
}

/*　右段
----------------------------------------------- */
#right {
	width: 170px;
	position: absolute;   /* 親要素に対して絶対的に配置 */
	left: 630px;   /* 左から630px */
	top: 31px;   /* 上から31px */
}

#right a { color: #DD201D; text-decoration: none; }
#right a:link { color: #DD201D; text-decoration: none;}
#right a:visited { color: #8D552E; text-decoration: none;}
#right a:hover { color: #663300; text-decoration: none;}
#right a:active { color: #DD201D; text-decoration: none;}

/*　中段
----------------------------------------------- */
#center {
	width: 420px;
	position: absolute;   /* 親要素に対して絶対的に配置 */
	left: 190px;   /* 左から190px */
	top: 30px;   /* 上から30px */
}

/*　エントリーの日付データ
----------------------------------------------- */
h2.date-header {
	background-image: url(http://blog.happydayweddings.com/images/entry_top.gif);   /* 紙上部画像 */
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 35px 0px 0px 30px;
	color: #B65B38;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	border-right: solid 1px #E7CBB0;
}

/*　エントリー全体を囲うボックス
----------------------------------------------- */
div.entry {
	padding: 0px;
	background-color: #FFFFFF;
	border-right: solid 1px #E7CBB0;
	background-image: url(http://blog.happydayweddings.com/images/icon_megane_2.gif);   /* 赤メガネ画像 */
	background-repeat: no-repeat;
	background-position: 30px 28px;
	padding: 25px 0 0 0;
}

div.entry a { color: #DD201D; text-decoration: none; background: none; border-bottom: 1px dotted #DD201D; padding-bottom: 3px;}
div.entry a:link { color: #DD201D; text-decoration: none; background: none; border-bottom: 1px dotted #DD201D; padding-bottom: 3px;}
div.entry a:visited { color: #8D552E; text-decoration: none; background: none; border-bottom: 1px dotted #8D552E; padding-bottom: 3px;}
div.entry a:hover { color: #663300; text-decoration: none; background: none; border-bottom: 1px dotted #663300; padding-bottom: 3px;}
div.entry a:active { color: #DD201D; text-decoration: none; background: none; border-bottom: 1px dotted #DD201D; padding-bottom: 3px;}

/*　エントリーのタイトル
----------------------------------------------- */
h3.entry-header {
	margin: 0px 30px 0px 80px;
	padding: 0 0 6px 0;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	background-image: url(http://blog.happydayweddings.com/images/dotline.gif);   /* ドットライン */
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*　エントリーの本文を囲うボックス
----------------------------------------------- */
div.entry-content {
	margin-right: 30px;
	margin-left: 30px;
}

/*　エントリーの本文
----------------------------------------------- */
div.entry-content p {
	margin-top: 1.5em;
	line-height: 1.6;
}

div.entry-content p img.photo-right {
	float: right;
	margin: 4px 0 10px 10px;
}

div.entry-content p img.photo-left {
	float: left;
	margin: 4px 10px 10px 0;
}

/*　エントリーのカテゴリー名
----------------------------------------------- */
p.category {
	font-size: 11px;
	text-align: right;
	margin: 0px 30px 0px 0px;
	padding: 4px 0px 10px 0px;
}

/*　エントリーの情報
----------------------------------------------- */
div.entry-footer {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin: 2.5em 0px 0px 0px;
	padding: 5px 25px 6px 0px;
	background-color: #FBCFCA;
}

span.comment {
	padding: 0px 0px 3px 18px;
	margin: 0px;
	background-image: url(http://blog.happydayweddings.com/images/icon_comment_p.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

span.trackback {
	padding: 0px 0px 3px 18px;
	margin: 0px 0px 0px 15px;
	background-image: url(http://blog.happydayweddings.com/images/icon_trackback_p.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.entry-footer a {
	font-weight: normal;
}

/*　全文を読むリンク
----------------------------------------------- */
p.link {
	text-align: right;
}

/*　カレンダー見出し（年月）
----------------------------------------------- */
h2.calendar {
	background-image: url(http://blog.happydayweddings.com/images/calendar_cap.gif);
	background-repeat: no-repeat;
	padding: 22px 0 4px 0;
	font-size: 10px;
	color: #F4E6D1;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
	letter-spacing: 0.3em;
	text-align: center;
	font-weight: bold;
}

/*　カレンダーを囲うボックス
----------------------------------------------- */
#calendar {
	background-image: url(http://blog.happydayweddings.com/images/calendar_back.gif);
	font-size: 10px;
	text-align: center;
	padding: 6px 8px;
}

/*　カレンダー数字
----------------------------------------------- */
#calendar th {
	text-align: center;
	padding: 3px 0px;
	font-weight: normal;
}

#calendar td {
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
	text-align: center;
	padding: 3px 0px;
}

/*　アーカイブの見出し
----------------------------------------------- */
h2.resent-entry {
	background-image: url(http://blog.happydayweddings.com/images/h2_resent_entry.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 18px;
	text-indent: -700em;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}

h2.resent-comment {
	background-image: url(http://blog.happydayweddings.com/images/h2_resent_comment.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 18px;
	text-indent: -700em;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}

h2.resent-trackback {
	background-image: url(http://blog.happydayweddings.com/images/h2_resent_trackback.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 18px;
	text-indent: -700em;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}

h2.category {
	background-image: url(http://blog.happydayweddings.com/images/h2_category.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 18px;
	text-indent: -700em;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}

h2.list-archive {
	background-image: url(http://blog.happydayweddings.com/images/h2_archive.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 18px;
	text-indent: -700em;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}

h2.link {
	background-image: url(http://blog.happydayweddings.com/images/h2_link.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 18px;
	text-indent: -700em;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}

h2.everything {
	background-image: url(http://blog.happydayweddings.com/images/h2_everything.gif);
	background-repeat: no-repeat;
	margin: 30px 0px 0px 0px;
	padding: 2px 0px 3px 0px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	color: #F4E7D3;
}

p.count {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 140%;
	text-align: left;
}

/*　プロフィール
----------------------------------------------- */
div.profile-photo img {
	border: 4px solid #FFFFFF;
}

h2.profile {
	background-image: url(http://blog.happydayweddings.com/images/h2_profile.gif);
	background-repeat: no-repeat;
	width: 105px;
	height: 14px;
	text-indent: -700em;
	margin: 6px 0px 0px 0px;
}

p.profile-body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: normal;
	color: #333333;
}

/*　Happy Day Weddings のリンク
----------------------------------------------- */
p.happyday {
	margin: 25px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
}

p.banner {
	margin: 2px 0px 2px 0px;
}

/*　ケータイ
----------------------------------------------- */
h2.mobile {
	background-image: url(http://blog.happydayweddings.com/images/mobile_top.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	height: 45px;
	text-indent: -700em;
}

div.mobile {
	background-image: url(http://blog.happydayweddings.com/images/mobile_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 170px;
	padding: 0 0 10px 0;
	margin: 0;
/* no ie mac \*/
	height: 1%;
/* */
}

p.mobile-text {
	background-image: url(http://blog.happydayweddings.com/images/mobile_middle.gif);
	background-repeat: repeat-y;
	padding: 10px 15px 0 15px ;
	margin: 0;
	font-size: 11px;
	line-height: 1.4;
}

p.qr {
	background-image: url(http://blog.happydayweddings.com/images/mobile_middle.gif);
	text-align: center;
	padding: 0 ;
	margin: 0;
}

/*　リスト
----------------------------------------------- */
ul {
	padding: 0px;
	margin: 6px 0px 0px 0px;
}

li {
	padding: 0px 0px 3px 18px;
	margin: 0px 0px 3px 0px;
	background-image: url(http://blog.happydayweddings.com/images/entry_icon.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 1px;
	font-size: 11px;
	line-height: 1.2;
}

li.entry {
	margin: 6px 0 0 0;
}

li.comment {
	padding: 0px 0px 3px 18px;
	margin: 0;
	background-image:  none;
}

li.ping {
	padding: 0px 0px 3px 0px;
	margin: 0;
	background-image:  none;
}

span.date {
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
	padding: 0 0 0 4px;
	font-size: 10px;
}

li.category {
	margin: 0 0 6px 15px;
	padding: 0px;
	background-image:  none;
	list-style: disc;
}

.module-content {
	margin: 30px 0px 0px 0px;
}

/*　フッタ
----------------------------------------------- */
address {
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
	color: #DD201D;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	margin: 20px 0px;
	text-align: center;
}

address a,
address a:link,
address a:visited,
address a:hover,
address a:active { text-decoration: none; }

/*　エントリーアーカイブ
----------------------------------------------- */
/*　トラックバックを囲うボックス
----------------------------------------------- */
.trackbacks {
   position: static;
   overflow: hidden;
   clear: both;
   width: 360px;
   margin: 30px 0px 20px 30px;
}

/*　コメントをそれぞれ囲うボックス
----------------------------------------------- */
.comments {
   position: static;
   overflow: hidden;
   clear: both;
   width: 360px;
   margin: 20px 0px 0 30px;
   padding-bottom: 20px;
}

/*　トラックバック、コメントなどのそれぞれのヘッダ
----------------------------------------------- */
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin: 0;
   border-left: 5px solid #F69389;
   padding: 5px;
   color: #fff;
   background-color: #E65966;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

/*　トラックバック、コメントなどのインフォメーション
　　　　　トラックバック、コメントなどの本文
----------------------------------------------- */
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

/*　トラックバック、コメントなどの本文行間など
----------------------------------------------- */
.comment-content p,
.trackback-content p
{
   padding: 0 0 1.5em 0;
   line-height: 1.6;
}

p.comments-open-moderated {
   line-height: 1.5;
}

#comments-open-data p {
   margin: 1em 0 0 0;
}

#comments-open-data p input,
textarea {
   margin: 0.3em 0 0.3em 0;
}

/*　トラックバックのURL案内
----------------------------------------------- */
#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #E65966;
   padding: 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #FDE4E2;
	line-height: 1.3;
}

/*　トラックバック、コメントなどの本文と
　　　　　トラックバック、コメントなどのフッタ
----------------------------------------------- */
.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.trackback-footer,
.comment-footer,
.comments-open-footer,
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

/*　アーカイブタイトル
----------------------------------------------- */
h2.archive-header-all {
	background-image: url(http://blog.happydayweddings.com/images/entry_top.gif);   /* 紙上部画像 */
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 45px 0px 0px 30px;
	font-size: 18px;
	border-right: solid 1px #E7CBB0;
	font-weight: normal;
}

/*　アーカイブタイトル
----------------------------------------------- */
h2.archive-back {
	background-image: url(http://blog.happydayweddings.com/images/archive_back.gif);
	background-repeat: no-repeat;
	background-position: 25px 20px;
	background-color: #FFFFFF;
	padding: 22px auto 3px auto;
	text-align: center;
	color: #B65B38;
	font-size: 12px;
	border-right: solid 1px #E7CBB0;
	font-weight: bold;
}

/*　アーカイブ一覧
----------------------------------------------- */
.archive-content {
	clear: both;
	background-color: #FFFFFF;
	border-right: solid 1px #E7CBB0;
	border-bottom: solid 1px #E7CBB0;
	padding: 0px;
	margin: 0px;
}

.archive-content ul {
	padding: 20px 0px 30px 30px;
	margin: 0px;
}

.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

/*　トラックバックのアイコン
----------------------------------------------- */
.trackback-content {
	padding: 1.5em 0px 3px 18px;
	background-image: url(http://blog.happydayweddings.com/images/icon_trackback_s.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
}

/*　コメントのアイコン
----------------------------------------------- */
.comment-content {
	margin: 0;
	padding: 1.5em 0px 3px 18px;
	background-image: url(http://blog.happydayweddings.com/images/icon_comment_s.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #FBCFCA;
   padding-top: 5px;
   color: #666;
   font-size: 11px;
   text-align: right;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

p.content-nav {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}


/*　コメント確認
----------------------------------------------- */
h3.kakunin {
	background-image: url(http://blog.happydayweddings.com/images/entry_top.gif);   /* 紙上部画像 */
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 55px 0px 0px 30px;
	color: #B65B38;
	font-size: 14px;
	border-right: solid 1px #E7CBB0;
}

h3.error {
	background-image: url(http://blog.happydayweddings.com/images/entry_top.gif);   /* 紙上部画像 */
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 55px 0px 0px 30px;
	color: #DD201D;
	font-size: 14px;
	border-right: solid 1px #E7CBB0;
}

div.kakunin {
	padding: 10px 0;
	background-color: #FFFFFF;
	border-right: solid 1px #E7CBB0;
	border-bottom: solid 1px #E7CBB0;
}

div.kakunin-inner {
	margin: 0 30px;
	padding: 10px 0;
}

.rpt {
	display: none;
}

/*　アーカイブ分割
----------------------------------------------- */
.paginate {
	border: solid 1px #C2A083;
	font-size: 10px;
	padding: 8px 15px;
	margin: 10px 0;
	font-family: 'Lucida Grande', verdana, helvetica, arial, sans-serif;
}

/*　ドロップダウン
----------------------------------------------- */
.module-drop {
	padding: 6px 0 0 0;
	margin: 0;
}

.module-drop select {
	margin: 0;
	font-size: 11px;
}

/*　検索ボックス
----------------------------------------------- */
.module-search {
	margin: 20px 0 0 0;
	width: 170px;
	padding: 0 0 7px 0;
	background-image: url(http://blog.happydayweddings.com/images/search_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h2.search {
	padding: 0;
	width: 170px;
	height: 7px;
	background-image: url(http://blog.happydayweddings.com/images/search_top.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	font-size: 1px;
}

.module-search form {
	padding: 0 8px;
	background-color: #FAB5AD;
}

input.search-input {
	width: 80px;
	font-size: 12px;
	color: #999999;
	margin: 0;
	padding: 0;
}

input.search-btn {
	width: 60px;
	height: 18px;
	text-indent: -999em;
	background-image: url(http://blog.happydayweddings.com/images/btn_search.gif);   /* ボタン画像 */
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
}

/*　検索結果全体を囲うボックス
----------------------------------------------- */
div.search-box {
	padding: 25px 0;
	background-color: #FFFFFF;
	border-right: solid 1px #E7CBB0;
}

div.search-box form {
	padding: 0 0 25px 0;
	margin: 0 30px;
}

div.search-results-container {
	margin: 0 30px;
}

h3.search-results-header {
	margin: 0 30px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #E65966;
}

div.search-results-container h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 30px 0 0 0;
	padding: 0 0 0 15px;
	background-image: url(http://blog.happydayweddings.com/images/entry_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.search-results-container p {
	margin: 10px 0 0 15px;
	font-size: 11px;
	line-height: 1.5;
}

div.search-results-container p.entry-footer {
	text-align: right;
	padding: 3px 0 0 0;
	border-top: solid 1px #CCCCCC;
}

div.module-search-feed {
	padding: 20px 0 0 0;
}

div.module-rss {
	padding: 20px 0 0 0;
	margin: 0;
}

div.module-content {
	padding: 0;
	margin: 0;
}

div.module-content p {
	margin: 10px 0 10px 0;
	font-size: 11px;
	line-height: 1.5;
}

p#search-options {
	padding: 0.5em 0 0 0;
}

p.none {
	margin: 0 30px;
	font-size: 12px;
	padding: 1.5em 0 0 0;
	line-height: 1.5;
}
