@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "extension/init/std.css";
/*@import "extension/init/strict.css";*/
@import "extension/util.css";
@import "extension/accessibility.css";
@import "extension/noscript.css";
@import "extension/fnav/normal.css";
@import "extension/logtag.css";

/**
 * 2. html, body
 */
	body {}
	.page {
		padding-bottom: 20px;
		font-size: 12px;
		color: #666666;
		line-height: 18px;
		background: #fff url(../imgs/bg.gif) repeat-x left top;
	}
	.page#photo {
		padding-bottom: 0px;
		background: #eee url(../../misc_photo/imgs/bg-top.jpg) repeat-x left top;
	}
	.page#photoMini {
		padding-bottom: 0px;
		background: none;
	}
	.page#miscAbout {
		text-align: center;
		background: url(../../misc_about/imgs/bg.gif) repeat-x center top;
	}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		color: #b9266f;
		text-decoration: none;
		outline: none;
	}
	a:visited {}
	a:hover {
		color: #b9266f;
		text-decoration: underline;
	}
	a:active {}

/* heading */
	#index .siteTitle {
		margin-bottom: 75px;
	}
	.siteTitle {
		margin-bottom: 82px;
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		margin-bottom: 5px;
	}
	#sitemap .section .title {
		padding-bottom: 8px;
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		background: url(../../sitemap/imgs/bg-links.gif) repeat-x left bottom;
	}
	.section .activBox {
		margin-bottom: 15px;
	}
	.section .subheading {
		margin-bottom: 15px;
	}

/* cap */
	.cap,
	.caption {
		font-size: 10px;
		color: #999999;
		line-height: 15px;
		background: none;
	}
	.cap {
		padding-top: 5px;
	}

/**
 * 4. Layout
 */
	/* header */
	body #gHeader {
		position: relative;
		width: 950px;
		padding: 25px 0 15px;
		margin-right: auto;
		margin-left: auto;
		background: url(../imgs/bg-header.gif) no-repeat center top;
	}
	#seoText {
		position: absolute;
		left: 223px;
		top: 33px;
		width: auto;
		font-size: 10px;
		color: #666666;
		line-height: 15px;
	}
	#hdrAbout {
		position: absolute;
		left: 0px;
		top: 64px;
	}
	/* nav */
	#gNav {
		position: absolute;
		left: 325px;
		top: 63px;
		width: 630px;
		height: 40px;
	}
	#gNavList li {
		float: left;
		margin-left: 35px;
		display: block;
	}
	#gNavList li.first {
		margin-left: 0px;
	}
	#gNavList li a,
	#gNavList li strong {
		font-size: 10px;
		line-height: 15px;
	}
	#btSitemap a,
	#btSitemap strong {
		position: absolute;
		top: -50px;
		right: 240px;
	}
	#btSitemap strong,
	#btSitemap a {
		position: absolute;
		top: -50px;
		right: 115px;
	}
	#btHome {
		position: absolute;
		top: -63px;
		right: 5px;
	}
	#bcl {
		position: absolute;
		left: 0;
		top: 110px;
		font-size: 10px;
		color: #666666;
		line-height: 15px;
	}

	/* container */
	body #containerOuter01 {
		background: #e4d8ba url(../imgs/bg-containerTop.gif) repeat-x top left;
	}
	body #containerOuter02 {
		padding-top: 19px;
		padding-bottom: 16px;
		background: transparent url(../imgs/bg-containerBottom.gif) repeat-x bottom left;
	}
	body #container {
		width: 950px;
		padding-bottom: 0px;
		margin: 0 auto;
	}

	/* right */
	#mainContent {
		float: right;
		width: 750px;
		background: url(../imgs/bg-boxAll.gif) repeat-y center top;
	}
	#contTop,
	.variousTop {
		background: url(../imgs/bg-boxTop.gif) no-repeat center top;
		padding-top: 20px;
	}
	#contBottom {
		padding: 0 5px 20px 5px;
		background: url(../imgs/bg-boxBottom.gif) no-repeat center bottom;
	}
	#mainContent #mainHdr {
		position: relative;
		width: 740px;
		margin-bottom: 20px;
	}
	#mainContent #date {
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 12px;
		color: #c6789f;
	}
	#mainContent .section {
		width: 710px;
	}

	/* left */
	.leftArea {
		float: left;
		width: 175px;
	}
	#hdrIndex,
	#profile {
		height: 45px;
		width: 175px;
		text-indent: -9999px;
		background: url(../imgs/h-index.gif) no-repeat left top;
	}
	#profile {
		background: url(../imgs/h-profile.gif) no-repeat left top;
	}
	.leftBox {
		padding-bottom: 10px;
		background: #ffffff url(../imgs/bg-indexBottom.gif) no-repeat center bottom;
	}
	.leftBox ul {
		position: relative;
		width: 175px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 10px;
		color: #999999;
		line-height: 14px;
		background: url(../imgs/bg-index.gif) no-repeat center bottom;
	}
	.leftBox li {
		padding: 0 20px;
	}
	.leftBox .number {
		padding-left: 10px;
		margin: 0 0 5px 10px;
		font-size: 14px;
		font-weight: bold;
		color: #b32c7b;
		background: url(../imgs/bg-number.gif) no-repeat left 4px;
	}
	.leftBox .date {
		position: absolute;
		top: 10px;
		right: -10px;
		padding-left: 31px;
		font-size: 10px;
		color: #c6789f;
		line-height: 16px;
	}
	.leftBox .new .date {
		background: url(../imgs/bg-new.gif) no-repeat 0 0;
	}
	.leftArea a {
		text-decoration: underline;
	}
	.leftArea a:hover {
		text-decoration: none;
	}
	/* page top */
	#pagetop a {
		float: right;
		margin-top: 14px;
		height: 12px;
		width: 70px;
		overflow: hidden;
		display: block;
		text-align: left;
		text-indent: -9999px;
		background: url(../imgs/bt-pagetop.gif) no-repeat left top;
	}
	 #pagetop a:hover {
		background: url(../imgs/bt-pagetop_ov.gif) no-repeat left top;
	}

	/* footer */
	body #gFooter {
		padding: 13px 0 13px;
		margin-bottom: 10px;
		height: 15px;
		border-bottom: 1px #e1e1e1 solid;
		clear: both;
	}
	#fNav {
		width: 950px;
		margin-right: auto;
		margin-left: auto;
	}
	#fNav ul {
		margin-left: 190px;
	}
	address {
		height: 9px;
		width: 220px;
		margin-right: auto;
		margin-left: auto;
		font-style: normal;
		display: block;
		text-indent: -99999px;
		background: url(../imgs/copyright.gif) no-repeat left top;
	}

/**
 * 5. EachPageStyle
 */
/* index */
	#index #containerOuter02 {
		padding-bottom: 19px;
	}

	/* left */
	#index #mainContent,
	#index .variousBox {
		float: left;
		width: 650px;
		background: url(../../imgs/bg-boxAll.gif) repeat-y center top;
	}
	#index #contTop,
	#index .variousTop {
		background: url(../../imgs/bg-boxTop.gif) no-repeat center top;
	}
	#index #contBottom,
	#index .variousBottom {
		padding: 0 20px 14px 20px;
		background: url(../../imgs/bg-boxBottom.gif) no-repeat center bottom;
	}
	#index .section {
		float: left;
		width: 295px;
	}
	#index .linkBox {
		float: left;
		width: 190px;
	}
	#index .thumb {
		margin-bottom: 6px;
	}

	/* right */
	#index #rightArea {
		float: right;
		width: 285px;
	}
	#index #hdrInfo {
		height: 35px;
		width: 285px;
		text-indent: -9999px;
		background: url(../../imgs/h-info.gif) no-repeat left top;
	}
	#index #infoArea {
		padding: 10px 0 6px 20px;
		margin-bottom: 15px;
		background: #ffffff url(../../imgs/bg-infoBottom.gif) no-repeat center bottom;
	}
	#index #infoText {
		width: 260px;
		height: 96px;
		/*height: 415px;*/
		/*margin-left: 20px;*/
		overflow: auto;
	}
	#index #infoArea ul {
		width: 215px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 10px;
		line-height: 14px;
		background: url(../../imgs/bg-info.gif) no-repeat center bottom;
	}
	#index #infoArea ul.last {
		background: none;
	}
	#index #infoArea .date {
		color: #c6789f;
	}

/* activity */
	#activity #gHeader{
		padding-bottom: 13px;
	}
	#activity .section .photoBox {
		width: 670px;
		padding: 20px;
		background-color: #f6f0f3;
	}

/* guide */
	#guide .details {
		font-size: 10px;
		line-height: 14px;
	}
	#guide .details th {
		font-weight: bold;
		padding-bottom: 3px;
	}
	#guide .section .photoBox {
		width: 670px;
		padding: 20px;
		background-color: #f6f0f3;
	}

/* sitemap */
	#sitemap #mainContent {
		float: left;
		width: 950px;
		background: url(../../sitemap/imgs/bg-boxAll.gif) repeat-y center top;
	}
	#sitemap #contTop {
		background: url(../../sitemap/imgs/bg-boxTop.gif) no-repeat center top;
		padding-top: 20px;
	}
	#sitemap #contBottom {
		padding: 0 5px 20px 5px;
		background: url(../../sitemap/imgs/bg-boxBottom.gif) no-repeat center bottom;
	}
	#sitemap #mainContent .section {
		width: 910px;
	}
	#sitemap .section .title a{
		color: #666666;
	}
	#sitemap .section .title a:hover{
		color: #b32c7b;
	}
	.sitemapBox {
		width: 445px;
		text-align: left;
	}
	#sitemap .pageName ul {
		color: #b32c7b;
		clear: both;
	}
	#sitemap .sitemapBox li.time {
		float: left;
		margin-right: 12px;
	}
	#sitemap .sitemapBox li.name {
		display: block;
		float: left;
	}
	#sitemap .sitemapBox li.day {
		float: right;
		margin-top: 3px;
		color: #666666;
		font-size: 10px;
		line-height: 14px;
	}

/* blog */
	#blog #date {
		width: auto;
		top: 0px;
		left: 20px;
	}
	#blog .present {
		position: absolute;
		width: 250px;
		height: 50px;
		top: 0px;
		right: 15px;
	}
	.subtitle {
		position: absolute;
		top: 2px;
		left: 103px;
	}

/*misc_photo[page]*/
	body #photo #container {
		margin-bottom: 37px;
		width: 880px;
	}
	body #photo #mainContent {
		float: none;
		width: 810px;
		margin-left: auto;
		margin-right: auto;
		background: none;
	}
	body #photo #mainContent .section {
		padding-bottom: 20px;
		width: 620px;
		background: url(../../misc_photo/imgs/bg-dot.gif) repeat-x center bottom;
	}
	body #photo #copyright {
		padding-top: 34px;
		height: 87px;
		background: #fff url(../../misc_photo/imgs/bg-bottom.gif) repeat-x center top;
	}
/*misc_photo[pop]*/
	body #photoMini #container {
		padding: 20px 0px;
		width: 770px;
	}
	body #photoMini #mainContent {
		float: none;
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		background: none;
	}
/* misc_about */
	.page#miscAbout #container {
		width: 820px;
	}
