/* http://www.challengerkk.co.jp/css/common_e.css */

*{
	margin: 0; 
	padding: 0; 
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,form,input,textarea,th,td {margin:0;padding:0;}

img {border:none;}

ul, ol, li{
	list-style:none;
	line-height:100%;}
/*-------------------- body --------------------*/
body {
	font-family : 'Times New Roman',Century,serif;
	font-size: 100%;
	line-height: 180%;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000;
	padding: 0px;
	background-color: #fff;
}
/*-------------------- container --------------------*/
#h_container {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
}
#container {
	width: 938px;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px #cccccc;
}


/*-------------------- header --------------------*/
#header {
	width: 940px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#logo {
	width: 290px;
	height: 26px;
	margin: 22px 0px 12px;
	padding: 0px;
	float: left;
}

#header_menu {
	width: 289px;
	height: 19px;
	margin: 27px 0px 16px;
	padding: 0px;
	display: block;
	float: right;
}

#header_menu li {
	height: 19px;
	display : inline;
	margin-left: 20px;
	padding : 0px; 
	float: left; 
}
#header_menu img {
	margin: 0px; 
	padding :0px;
	vertical-align: bottom;
}

/*-------------------- contents --------------------*/
#contents {
	width: 938px;
	margin: 0px;
}
/*-------------------- navi --------------------*/

#navi {
	width: 938px;
	height: 69px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

#navi li {
	height: 69px;
	display : inline;
	margin: 0px;
	padding : 0px; 
	float: left; 
}
#navi img {
	margin: 0px; 
	padding :0px;
	vertical-align: bottom;
}

/*-------------------- footer --------------------*/
#footer {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
}
#footer_p {
	width: 110px;
	height: 15px;
	margin: 10px 0px;
	padding : 0px; 
	float: left;  
}
#footer_copy {
	width: 400px;
	height: 15px;
	margin: 10px 0px;
	padding : 0px; 
	float: right;  
}
/*-------------------- hide --------------------*/
.hide {
	display:block;
	position:absolute;
	top:-9999px;
	left:-9999px;
}
/*-------------------- link --------------------*/
a:link {
	color: #c82034;
	text-decoration: none;
}

a:visited {
	color: #ad6a72;
	text-decoration: none;
}
a:hover {
	color: #e67700;
	text-decoration: underline;
}
a:active {
	color: #e67700;
	text-decoration: underline;
}

/*-------------------- font--------------------*/

.xsmall {
  font-size: 75%;
  line-height: 170%;
}
.small {
  font-size: 85%;
  line-height: 180%;
}
.small_xs {
  font-size: 85%;
  line-height: 100%;
}
.medium {
  font-size: 90%;
  line-height: 200%;
}
.medium_s {
  font-size: 90%;
  line-height: 160%;
}
.medium_xs {
  font-size: 90%;
  line-height: 100%;
}
.normal_l {
  line-height: 240%;
}
.large {
  font-size: 105%;
  line-height: 160%;
}
.xlarge {
  font-size: 120%;
  line-height: 160%;
}
.t12 {
  font-size: 12px;
  line-height: 180%;
}
.t12_l {
  font-size: 12px;
  line-height: 200%;
}
.t11 {
  font-size: 11px;
  line-height: 180%;
}
.t10 {
  font-size: 10px;
  line-height: 180%;
}
.bold {
  font-weight: bold; 
}
.normal {
  font-weight: normal; 
}
.sub {
  padding: 0px 0px 0px 10px;
  border-left: 3px solid #c82034;
}
/*-------------------- clear --------------------*/
.clear_both {
  clear: both;
  visibility: hidden;
  height: 0;
  overflow : hidden;
}
/*-------------------- margin space --------------------*/
.m10 {
  margin-left: 10px;
}
.m20 {
  margin-left: 20px;
}
.m30 {
  margin-left: 30px;
}
.m40 {
  margin-left: 40px;
}
.m50 {
  margin-left: 50px;
}
.m60 {
  margin-left: 60px;
}
.m80 {
  margin-left: 80px;
}

.height_space_l {
  display: block;
  height: 40px;
  font-size: 1px;
}
.height_space {
  display: block;
  height: 30px;
  font-size: 1px;
}
.height_space_m {
  display: block;
  height: 25px;
  font-size: 1px;
}
.height_space_s {
  display: block;
  height: 20px;
  font-size: 1px;
}
.height_space_xs {
  display: block;
  height: 10px;
  font-size: 1px;
}
.center {
	text-align: center;
	margin: 0px auto;
}
.right{
	text-align: right;
	display: block;
	float: right;
}

.indent1 {
  text-indent: -1em;
  margin-left: 1em;
}
.indent3 {
  text-indent: -3em;
  margin-left: 3em;
}

/*-------------------- otherlink --------------------*/

.link_l {
  color: #000;
  padding-left: 15px;
  margin: 10px 10px 20px;
  background-image: url(../image/arrow.gif);
  background-repeat: no-repeat;
  background-position: center left;
}
.link_l a {
  color: #000;
  text-decoration: none;
}
.link_l a:hover {
  color: #c82034;
  text-decoration: underline;
}
/*-------------------- layout --------------------*/
.menu_left {
  float: left;
  overflow: hidden;
  width: 187px;
  margin-right: 41px;
}
.content_box {
  float: left;
  overflow: hidden;
  width: 670px;
  margin: 0px;
}

.content_box_full {
  width: 860px;
  margin-left: 40px;
}

.box_txt {
  float: left;
  overflow: hidden;
  width: 630px;
  margin-right: 40px;
}
.box_photo {
  float: left;
  overflow: hidden;
  width: 130px;
}

/*-------------------- title --------------------*/
.h2_title {
  text-align: left;
  margin: 50px 0px 25px;
}

/*-------------------- p_top --------------------*/
.p_top {
	width: 100px;
	height: 20px;
	margin: 30px 40px 20px 0px;
	padding: 0px;
	display: block;
	float: right;
}
/*-------------------- table --------------------*/

table.profile {
  border: none;
  border-collapse: separate;
}
.profile th {
  font-weight: bold; 
  vertical-align: top;
  text-align: right;
  border: solid 3px #fff;
  padding: 4px 0px;
}
.profile td {
  vertical-align: top;
  border: solid 3px #fff;
  padding: 4px 5px;
}

table.global {
  border: none;
  border-collapse: collapse;
}
.global td {
  text-align: center;
  border: solid 1px #ccc;
  padding: 4px 5px;
  background-color: #f3f2f2;
}
