/* ----- 共通 - タグリセット */
* {
	margin: 0;
	padding: 0; 
}
body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #fff;
	width: 100%;
	background: url(images/bg.jpg) center top no-repeat;
	background-color: #000;
	text-align: justify;
	text-justify: distribute;
	line-height: 18px;
	margin: -19px 0 0;
	padding: 19px 0 0;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, img, p, table, tr, th, td, blockquote {
	margin: 0;
	padding: 0; 
	line-height: 1px;
	font-size: 1px;
	border: none;
}
li {
	list-style: none;
}
a {
	color: #ff9ecc;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #ff00d1;
	text-decoration: none;
}
a:visited {
	color: #ffe5f1;
	text-decoration: underline;
}
a:visited:hover {
	color: #ff00d1;
	text-decoration: none;
}
/*
a:hover img {
	opacity: 0.9;
	filter: Alpha(opacity=90);
}
*/

/* ------------------------------タグ再設定----- */

h1 {
}
h2 {
	margin: 0 -2px 0 -2px;
}
h3 {
	height: 35px;
	background: url(images/headline_logo.gif) left top no-repeat;
	margin: 0 0 0px;
	padding: 2px 0 0 30px;
}
h4 {
	font-size: 14px;
	line-height: 1.4em;
}
p, dt, dd {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0px 0px 0;
	text-align: justify;
	text-justify: distribute;
}
p {
	margin: 0 60px 25px;
}
dt {
	font-weight: bold;
}
ul {
	margin-bottom: 19px;
}
li {
	font-size: 13px;
	line-height: 20px;
}
strong {
	color: #ff9ecc;
}


/* ------------------------------コンテナ----- */

#container {
	width: 100%;
	position: relative;
	border-top: 1px solid #ff00d1;
	border-bottom: 1px solid #ff00d1;
	margin: 19px 0 0;
}
#wrapper {
	width: 890px;
	margin: 0px auto 0;
	position: relative;
	background: url(images/bg_wrapper.png) center top repeat-y;
}


/* ------------------------------タイトル----- */

#title h1 {
	position: absolute;
	right: -5px;
	top: 30px;
}
#title p#description {
	position: absolute;
	right: -160px;
	top: 385px;
	margin: 0;
}


/* ------------------------------コンテンツ----- */

#content {
	float: left;
	width: 530px;
	padding: 50px 10px 0 20px;
}
#content h2 {
	margin: -8px 0 30px 50px;
}
#content h3 {
	margin: 0 0 5px 60px;
	padding: 0px 0 0 20px;
	background: url(images/bg_pagetitle.gif) left 1px no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #ff00d1;
	line-height: 100%;
}
#content h4 {
	margin: 0 0 10px 60px;
}

/* ------------------------------リスト----- */

#content dl.column {
	margin: 0 60px 25px;
}
#content dl.column dt {
	margin-bottom: 8px;
}

#content dl.column dd {
	margin-bottom: 16px;
}

#content dl.list dt {
	clear: both;
	float: left;
	margin-bottom: 1px;
	font-size: 11px;
}

#content dl.list dd {
	float: left;
	font-size: 11px;
}

/* ------------------------------サイドバー----- */

#side {
	width: 200px;
	float: left;
}
#side h2 {
	margin: 0 0 26px;
}
#side #gnav,
#side #update,
#side #image,
#side .blog_side {
	width: 140px;
	padding: 43px 30px 35px 30px;
}
#side #gnav,
#side .blog_side {
	border-bottom: 1px solid #ff00d1;
}
#side #gnav ul {
	margin: 0;
}
#side #gnav ul#main {
	margin-bottom: 18px;
}
#side #gnav ul li {
	line-height: 0;
}

#side #update dl {
	width: 132px;
	padding: 0 0 0 8px;
}

#side #update dl dt,
#side #update dl dd {
	color: #ff00a2;
}

#side #update dl dt {
	font-size: 12px;
}

#side #update dl dd {
}

#side #image {
	padding-top: 32px;
}
#side #image h2 {
	position: relative;
	margin-bottom: 0px;
	z-index: 1;
}
#side #image p {
	position: relative;
	margin: -20px 0 0;
	z-index: 0;
}

#side .blog_side ul {
	margin-left: 10px;
}

/* ------------------------------インデックス----- */

p#topImage img {
	width: 382px;
	background: url(images/bg_topimage.gif) left top repeat;
	margin: 0;
	padding: 15px;
}
p#topImage {
	margin: 0 0 30;
}
#newRelease,
#news2050,
#newsCurrent {
	width: 410px;
	padding: 0px 60px 0 60px;
}
#newRelease h2,
#news2050 h2,
#newsCurrent h2 {
	margin: 0 0 30px -5px;
}
#news2050 dt,
#newsCurrent dt {
	clear: both;
	float: left;
	width: 100px;
}
#news2050 dd,
#newsCurrent dd {
	width: 310px;
	float: left;
}
#newRelease {
	margin: 0 0 -20px;
}
#newRelease h2 {
	margin-bottom: 10px;
}
#newRelease p {
	width: 410px;
	color: #00a0e9;
	margin-left: 0;
}
#news2050 {
	padding-top: 46px;
	border-top: 1px solid #ff00d1;
	color: #86b71d;
	margin: 60px 0 40px;
}
#news2050 a {
	color: #86b71d;
}
#newsCurrent {
	color: #ff002a;
	padding-bottom: 30px;
}
#newsCurrent strong {
	color: #ff002a;
}

/* ------------------------------ブロック----- */

.borderBlock {
	background: url(images/bg_border.png) left bottom repeat-x;
	padding-bottom: 24px;
	margin-bottom: 32px;
}
div.borderBlock {
	width: 410px;
	margin-left: 60px;
}
div.borderBlock p {
	margin-left: 0px;
}

.boxBlock {
	background: #33002b;
	border: 1px solid #69005e;
	width: 380px;
	padding: 16px 15px 15px;
}
.boxBlock p {
	margin-bottom: 16px;
}

/* ------------------------------ページトップ----- */

#upward {
	padding: 42px 0 0px;
}


/* ------------------------------フッター----- */

#footer {
	width: 670px;
	margin: 10px auto;
}

/* ===============================汎用クラス============================================ */

.centering {
	text-align: center;
}

.numList {
	width: 388px;
	margin-left: 60px;
	padding-left: 22px;
	font-size: 11px;
	line-height: 18px;
}
.numList li {
	list-style: decimal;
}

/* ===============================ここから個別ページ用スタイル============================================ */

/* ------------------------------エントリー関連----- */

.entry {
	margin: 0 60px 25px;
}
.entry p {
	margin-left: 0;
	margin-right: 0;
}
#content .entry h4 {
	margin-left: 0;
}
.entry_meta {
	background: url(images/bg_border.png) left top repeat-x;
	text-align: right;
	padding: 5px 0 0;
}

/* ------------------------------ウェブページ関連----- */

.page {
	margin: 0 60px 25px;
}
.page p {
	margin-left: 0;
	margin-right: 0;
}
.page span img {
	margin-bottom: 20px;
}
#content .page h4 {
	margin-left: 0;
}


/* ------------------------------故人----- */

.departed h4,
.departed p {
	color: #6c6c6c;
}

/* ------------------------------過去トップギャラリー----- */

#galleryTop {
	width: 423px;
	padding: 0 0 0 60px;
	margin: 0 0 20px;
}
#galleryTop li {
	width: 130px;
	display: block;
	float: left;
	padding: 0 11px 9px 0;
}
#galleryTop li span {
	display: block;
	background: url(images/bg_author.png) left 2px no-repeat;
	font-size: 9px;
	padding: 0 0 0 42px;
	line-height: 10px;
}

/* ------------------------------リンク----- */

#link #content dt {
	margin-bottom: 3px;
}
#link #content dd {
	margin-bottom: 30px;
}
#link #content dd a {
	display: block;
	padding-top: 5px;
	width: 200px;
}

/* ------------------------------お問い合わせ----- */

img.address {
	vertical-align: text-bottom;
	padding: 0 2px 0;
}


/* =============================== clearfix ============================================ */

.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}
