@import "container.css";
@import "pages.css";

body {
	color: #333;
	background-color: #FF8E7E;
	text-align: center;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: auto;
	padding-bottom: 0;
	padding-left: auto;
}
p,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
th {
	text-align: left;
	font-weight: normal;
}
/***** clearfix *****/
.clearfix:after { /* non IE */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {	display: inline-block;} /* IE7 & mac */
/* Hides from IE-mac \*/
*html.clearfix {height: 1%;}
.clearfix {display: block;}
/* End Hides from IE-mac */
/***** End clearfix *****/

.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clear {
	clear: both;
}
a {
	color: #E56B2E;
}
a:hover {
	color: #333;
	text-decoration: none;
}

#headinfo {
	width: 340px;
	height: 123px;
	text-align: center;
	background: url(../images/share/headinfo_bg.gif) no-repeat left bottom;
	margin-right: 10px !important; /***** non IE *****/
	_margin-right: 5px; /***** IE only *****/
}
.pageup {
	text-align: right;
	background: url(../images/share/icon_pageup.gif) no-repeat right center;
	margin-right: 20px;
	padding-right: 16px;
}

#footer {
	color: #E56B2E;
}
.page_title {
	margin-bottom: 30px;
}
.page_catch {
	margin-bottom: 5px;
}
.page_lead {
	margin-bottom: 30px;
	margin-right: 20px;
}
.page_subtitle {
	padding-bottom: 15px;
}
.title20 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.title10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cap {
	text-indent: -1em;
	padding-left: 1em;
}
.cap_half {
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.note {
	padding-left: 1em;
	background: url(../images/share/icon_arrow_s.gif) no-repeat left center;
}
.page_link {
	width: 540px;
	color: #333;
	border: 1px solid #B5B5B5;
	margin-bottom: 15px;
}
.page_link img {
	margin-left: 5px;
	margin-right: 8px;
}
.page_link p {
	margin: 10px 10px;
}
.page_link p.anchor {
	padding-left: 18px;
	background: url(../images/share/icon_arrow_down.jpg) no-repeat left center;
}

.col2_layout {
	margin-right: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #F19669;
	border-bottom: 1px solid #F19669;
}
.col2_layout dl {
	padding-top: 15px;
	padding-bottom: 15px;
}
.col2_layout dt {
	margin-bottom: 8px;
}
.col2_layout .right_img {
	float: right;
	margin-left: 15px;
}


/***** Left Area only*****/
#left_other dl,
#left_other p {
	margin-bottom: 10px;
}

#faq_left{
	padding-bottom: 10px;
	background: url(../images/share/faq_bg_s.gif) repeat-y left bottom;
}
#faq_left dt {
	padding-bottom: 5px;
}
#faq_left dd {
	margin-left: 10px;
	margin-right:20px;
	margin-bottom: 0.3em;
	padding-left: 16px;
	list-style-type: none;
	border-bottom: 1px solid #CCC;
	background: url(../images/share/icon_arrow_s.gif) no-repeat left center;
}
#faq_left a {
	text-decoration: none;
}

#info_left {
	background: url(../images/share/leftinfo_bg_bottom.gif) no-repeat left bottom;
}
#info_left dt {
	line-height: 1;
	margin-bottom: 9px;
}
#info_left dd {
	line-height: 1;
	padding-bottom: 9px;
	margin-left: 10px;
}

/***** END Left Area only*****/



/***** Right Area only*****/
p#fontchange {
	text-align: right;
	display: block;
	height: 31px !important; /***** non IE *****/
	_height: 40px;  /***** IE only *****/
	padding-top: 9px;
	margin-right: 20px;
}
#info_footer {
	margin-top: 40px;
	margin-bottom: 20px;
	background: url(../images/share/footerinfo_bg_bottom.gif) no-repeat left bottom;
}
#info_footer dt {
	line-height: 1;
	margin-bottom: 9px;
}
#info_footer dd {
	line-height: 1;
	padding-bottom: 9px;
	margin-left: 10px;
}



/***** Blog Feed *****/
.blog_feed {
	margin: 0 10px 15px 0;
	background: #FFF;
	border: 1px solid #F19669;
}
.blog_feed p {
	line-height: 1.4;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 1em;
	color: #E56B2E;
	background: #FBE0CE;
	border-bottom: 1px solid #F19669;
}
.blog_feed ul {
	margin: 10px 0;
}
.blog_feed li {
	margin: 0 10px 5px 8px;
	padding-left: 16px;
	line-height: 1.3;
	list-style: none;
	background: url(../images/share/icon_arrow_s.gif) no-repeat 0 6px;
}
