@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/* CSS RESET                                  */
/*--------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}*/
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border: 0;
}
img {
	border: 0;
}

/*--------------------------------------------*/

body {
	background-color: #ffffff;
	background-image: url(/teitanso/re-style2009/images/bg_patern.jpg);
	background-repeat: repeat;
	color: #ccc;
	font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h3 {
	margin: 0px 0px 20px;
}

h4 {
	margin: 0;
}

.middle {
	margin: 0px 0px 10px 0px;
	font-size: 93%;
	line-height: 1.5;
}

.middle2 {
	font-size: 93%;
	line-height: 1.5;
}

.middle3 {
	margin: 0px 0px 20px 0px;
	font-size: 93%;
	line-height: 1.8;
}

.middle4 {
	margin: 0px 0px 20px 0px;
	font-size: 93%;
	line-height: 1.8;
	text-indent: -10px;
	padding: 0px 0px 0px 10px;
}


.small {
	margin: 0;
	font-size: 77%;
	line-height: 1.5;
}

.small2 {
	margin: 30px 0px 20px 0px;
	font-size: 77%;
	line-height: 1.5;
}

.xsmall {
	font-size: 75%;
}

.fc_1 {
	color: #FF0000;
}

.fc_2 {
	color: #CCA37A;
}

.fc_3 {
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.breakall {
	word-break: break-all;
}


/*-- コンテンツ --*/

#contents {
	background-image: url(/teitanso/re-style2009/images/content_bg.jpg);
	margin: auto;
	width: 850px;
}

.contents_column_l {
	width: 597px;
	float: left;
}

.contents_column_r {
	width: 253px;
	float: left;
}

.contents_column_i_l {
	width: 517px;
	float: left;
	padding: 0px 40px 0px;
}

#lead {
	width: 517px;
	margin: auto;
	padding: 40px 0px;
}

#lead_i {
	width: 517px;
	margin: auto;
	padding: 51px 0px 40px;
}

#thumbnail {
	width: 205px;
	padding: 48px 40px 14px 8px;
	background-image: url(/teitanso/re-style2009/images/header_thumb_bg.jpg);
	background-repeat: no-repeat;
}

#matrix {
	width: 205px;
	border: none;
}

#matrix td {
	padding: 0px 7px 7px 0px;
}

#thumbnail_cap {
	width: 211px;
	padding: 0px 0px 40px;
}

#bannar {
	width: 213px;
	padding: 40px 0px;
}

#footer {
	padding: 40px 0px 0px;
}	

.pagetop {
	text-align: right;
}
